Hi Folks,
 
My question is probably rather simple, but I am trying to grasp this library and really understand it. In the test.cpp file, in the Encrypt() it is calls DefaultEncryptorWithMAC, then in the Decrpyt() it calls DefaultDecryptorWithMAC. My question is, what kind of encryption is this? I have went through the file contianing the 2 functions and was not able to determine the type.
 
In the "USAGE.DAT" file it actually states that using the argument -t uses DES-EDE in CBC mode, but the DefaultEcnryptorWithMAC & DefaultDecryptorWithMAC doesn't look like the other calls to DES encryption like using CBC_Mode<DES>::Encryption encryption_DES_CBC for example. If someone could help explain this it would be greatly appreciated and many Thanks in advance.
 
Regards,
 
CLR


Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!

Reply via email to