vote up 0 vote down star
1

I have the key pair generated by the GPG. Now I want to use the public key for encrypting the password. I need to make a function in Python. Can somebody guide me on how to do this?

I studied the Crypto package but was unable to find out how to encrypt the password using the public key.

I also read about the chilkat Python encryption library, but it is not giving the desired output. Maybe I don't how to use this library at the SSH secure shell client. Please guide me.

Thanks

flag

2 Answers

vote up 1 vote down

Have a look at PyGPGME

link|flag
vote up 1 vote down

See also the answers provided to the following questions found in this search

Python Encryption questions at Stack Overflow :

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.