Hi all, I am new to openssl and i was looking for a secure function to take password input from the user. After going through the source i could find evp_key.c where 3 function are defined:
which are 1. evp_set_pw_prompt() 2. EVP_get_pw_prompt() 3. EVP_read_pw_string() but could not find any documentation for them.. Has anyone used them or has any idea about them and can you please guide me as in how to use them in my code to take user password input or is there any better function in openssl using which i can achieve what i intend to do in first place. Many thanks Abhiroop