Title: Password-based encryption with md5 cbc, how

Hi, I am new to the OpenSSL. I have a java program that uses the jce sample of Password-based encryption with md5 and cbc. It uses a fixed salt and count. And the algorithm is the password-based encryption algorithm as defined in RSA Laboratories, "PKCS #5: Password-Based encryption Standard, version 1.5, Nov 1993. My question is how can I implement the same encrption/decryption in C++ by using OpenSSL library? Any sample code would be very helpful!


Louis

Reply via email to