Good day. We have client-server. Each client use password for authentication, server has hashes of passwords. After successfull authentication client and server transmits some data.
We need to encrypt transmitting data. As I understand, reading this list, we need to generate session key and encrypt data, using this key. I found that DH - one of algorithms for session key generation. But it unsecure for the man-in-the-middle attack. Could we somehow use password hash to rise the security? I would be very much obliged to you if you will give me some directions to google. --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
