On 26 March 2015 at 14:53, Philip Bellino <[email protected]> wrote: > I am using OpenSSL-1.0.2a EVP routines to encrypt and decrypt passwords > > with cipher des_ede3_cbc as follows: > > > Your design is fundamentally flawed. You should be hashing passwords using bcrypt, pbkdf or similar not encrypting them.
Regards Rich.
_______________________________________________ openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
