I am currently using the PKCS5 openssl function for PBE. Currently I have the values of the password, salt and iterations hardcoded in my example but I want to avoid this. Is there an openssl implementation of a key store or something similar? For the key store, how do i create one? Are there openssl functions to access the key store? Or is there some other construct I could use?
Finally, is there an openssl function similar to memset that I could use to null out the password, salt and generated key from memory when I'm done with them? thanks A Taylor ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org