Hello Everybody I am new to CryptoPP and intend to use the AES algorithm from it. I have downloaded and installed the Version 5.6.1 on a Linux machine. I found a sample AES program on Internet and got it to compile and execute successfully. But, this program is randomly generating keys; then encrypting and decrypting the data.
My question is how to use specific values (e.g. "abcd" or "4567") as keys or use these to generate keys and encrypt the plain-text data (and, not use randomly generated keys), because I need to decrypt the data on the other end as well (and for that I need the key on the other end as well). Does Cryptopp AES supports this? Any help on this will be appreciated. I can share the sample program if needed. Thanks -- -- 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. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
