The Wayback Machine - https://web.archive.org/web/20090508211824/http://stackoverflow.com:80/questions/97421/does-ie6-support-aes-256-bit-encryption
vote up 0 vote down
star

Will IE6 negotiate a 256 bit AES SSL connection if the server is capable?

flag
add comment

2 Answers:

vote up 1 vote down

Possibly, I can't work out for sure yet, but what I can tell you is AES256 appears to be restricted by US Export restrictions on high-security cryptography, and for this reason, some platforms may lack this capacity.

Also, upon further searching, msdn pages ( such as this one ) seem to point to AES support ( period! ) being only available since Vista / IE7.

No news yet whether or not MS decided to backport it, but it looks dubious.

link|flag
I seriously doubt that; Firefox does AES256. – niXar Nov 13 at 20:36
Yes, but so do many other Open-source products. This is an example of why debian had their own "non-US" branch. – Kent Fredric Nov 14 at 6:06
add comment
vote up 3 vote down
check

Sometimes there is just a plain and simple way of finding out. If you look at the internet explorer help > about internet explorer, it will tell you the max cipher bits that it supports, and on IE6 its 128.

link|flag
Yeah. I'm running linux :D. Don't tell anybody, but were using 2048 and greater encryption >_> <_< – Kent Fredric Sep 19 at 0:52
add comment

Not the answer you're looking for? Browse other questions tagged or ask your own question.