DES EDE is in Crypto++, and DED is just its decryption direction. (Or am I missing something?) If you need to use DES DED in something like OFB or CTR mode, Crypto++ will throw an error because it's tries to prevent users from making the mistake of passing block ciphers' decryption objects to those modes. So you'll have to edit the code a bit if that's what you need. From: pcmaan Sent: Thursday, May 21, 2009 4:46 AM To: [email protected] Subject: Tripple DES DED
Hello, my current project would require Triple DES DED encryption. Am i mistaken finding crypto++ does not offer DED ? Thanks Immanuel --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
