Hello,

I'm writing an OpenSSL C++ application that needs to encrypt and decrypt
information using a private key but I'm not supposed to keep the key saved
anywhere. So to solve this I'll just generate the same key every time I need
it and the plan is to generate it from a password phrase.
I couldn't find a good example anywhere on how to do this so any tips will
be welcome.

Thank you!
-- 
View this message in context: 
http://www.nabble.com/Create-a-key-from-a-password-tp19089721p19089721.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to