Re: SslStream and AES 128 cipher



How can I make this work?


As mentioned, AES is only available on newer OS versions, and you can't rely on it's availability on any generic Windows system. This is so when you use SSLStream class.

You can use alternative components for SSL, such as SecureBlackbox, which supports all most recent extensions to SSL/TLS including AES, Camellia and more. See http://www.eldos.com/sbb/net-ssl.php

--
With best regards,
Eugene Mayevski

.



Relevant Pages


Quantcast