Hi folks, I try to do some secure transfer from a server to a client. On server side I encrypted a string with php using *openssl_encrypt*. There I only needed to enter a password. My question is: How can I create a key and an initialization vector from that simple password to decrypt the file from the server with cryptopp? Unfortunately the methods for password derived key generation aren't documented very well and I don't have a salt or something, just the password. I'm searching for about 2 days for a solution but I can't find one. So I hope you can give me an example or at least a hint where I have to search for an answer.
Regards Frank <http://www.google.com/search?q=,> -- 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.
