Is there any way to detect that an invalid key ( invalid key value, not length ) was used in a decryption process ? I guess I could add a short string at the beginning of the data before the encryption takes place, and then check for this string right after decryption. If the string is there, decryption was successful.
Maybe the Crypto++ library already includes the machinery to do this type of checking ? Thanks a lot, Walt. -- 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.
