M2Crypto RSA.gen_key - feed a password from Python code
- by user307015
Hi,
RSA.gen_key function always asks for password when it's used to generate keys. Is there a way to feed it the password from the python code instead of typing it manually?
Thanks,
-R