Hi,

I would like to know which class i must used to decode a string encoded with TripleDes (ECB).

 

In des.h, it exists 4 differents classes :

 

typedef DES::Encryption DESEncryption;

typedef DES::Decryption DESDecryption;

 

typedef DES_EDE2::Encryption DES_EDE2_Encryption;

typedef DES_EDE2::Decryption DES_EDE2_Decryption;

 

typedef DES_EDE3::Encryption DES_EDE3_Encryption;

typedef DES_EDE3::Decryption DES_EDE3_Decryption;

 

typedef DES_XEX3::Encryption DES_XEX3_Encryption;

typedef DES_XEX3::Decryption DES_XEX3_Decryption;  -> i think this one is the good one, but i m not sure cause of the name of the DES alias.

 

Thks for your responses.

____________
Virus checked by G DATA AntiVirusKit
Version: BD 14.0.546 from 10.09.2004
Virus news: www.antiviruslab.com

Reply via email to