Does someone know which 3DES algorithms
openssl supports? As far as I know there are
various possiblites to apply Tripple DES:
with 2 keys
with 3 keys
Encryption Decryption Encryption (EDE)
Encryption Encryption Encryption (EEE)
thx.
Karsten
__
You usually need JSSE to secure your session - i.e. authenticate the message endpoints
and ecnrypt / decrypt the message. JSSE makes use of JCE under the cover. Hence if
you need more information of the cryptographic capabilities of your Java Runtime you
need
to look into the docs of your JCE prov