I am creating an app, in VS2003 with C++ and am using the Diffie- Hellman key exchange class from the Crypto++ libraries.
I see a lot of examples on how to create the DH A and B objects and create the key pairs and Agreed keys all on the same page or within the same file and I can get that to work just find. My problem is I am trying to use this in a really world application where I need to keep the keys around, generate the secrete key later on, possible recreate keys when communication is lost and I need to go in and out of functions to communicate. Does anyone know of any simple examples out there that show the use of the CryptoPP::DH objects in a 'real world' application? Thanks to all --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
