|
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. ____________ |
