Hello, I am using EVP_BytesToKey() in order to generate a key from a password and a random salt, and reading through the documentation for the function at http://www.openssl.org/docs/crypto/EVP_BytesToKey.html , I noticed it says:
Newer applications should use more standard algorithms such as PKCS#5 v2.0 for key derivation. But doesn't say if this is possible in OpenSSL. So my question is, is there an implementation of PKCS#5 v2.0 in OpenSSL, or will I have to write my own? Thanks, Ben ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]