I'm trying to build a wrapper on Crypto++.  From what I understand,
EDE3 is using DES::Encryption(bKey1)-> DES::Decryption(bKey2)->
DES::Encryption(bKey3) method.

My problem is, I can't get same final encrypted data from calling
DES_EDE3::Encryption and DES::Encryption(bKey1)->
DES::Decryption(bKey2)-> DES::Encryption(bKey3).  I treat first 8
bytes of EDE3 key as bKey1 for DES, second 8 bytes for bKey2, last 8
bytes for bKey3.

Another question is, can data encrypted using Crypto++ EDE3 decrypted
using cryptography provided by .net?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to