SSL/TLS Cipher Suites

Hi

Which is th most secure SSL/TLS Cypher Suite at the moment.

I guess it's one of these:

TLS_RSA_WITH_AES_128_CBC_SHA

TLS_DHE_RSA_WITH_AES_128_CBC_SHA

TLS_DHE_DSS_WITH_AES_128_CBC_SHA

probably:

TLS_DHE_DSS_WITH_AES_128_CBC_SHA

Am I right?

otherwise which is the most secure (without kerberos or similar)

And:

What is the difference between the 3 ciphers above?

thx for your help

Oli4

[470 byte] By [oli004a] at [2007-11-27 8:37:11]
# 1
You don't really need to know the answer. TLS/SSL will always choose the most secure of the available cipher suites in common between client and server.
ejpa at 2007-7-12 20:34:25 > top of Java-index,Security,Cryptography...