Hi,
I'm trying to decrypt OpenSSL encrypted files with Crypto++, especially aes-256-cbc : openssl enc -aes-256-cbc -nosalt -in "file.pdf" -out file.enc -pass pass:test I'm using CryptoPP::CFB_Mode<CryptoPP::AES>::Decryption but need to derive the key and the IV from the password. The key starts as the MD5 of the password, but after that I'm lost. Any help appreciated. 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.
