Hi all. I am using this "key = RSA.gen_key(2048, 65537,genPass)" for RSA key generation, It is asking to enter a passphrase. How can i generate it without passphrase from user?and put some known passphrase automaticlly? Thanks.
Hi all. I am using this "key = RSA.gen_key(2048, 65537,genPass)" for RSA key generation, It is asking to enter a passphrase. How can i generate it without passphrase from user?and put some known passphrase automaticlly? Thanks.