vote up 3 vote down star

i want to make a function using python to encrypt password by the public key. at the user end i need to install PGP software which will generate the key pair .i want to use public key only for encryption and private key for decryption. The problem is coming with the encryption function(how to use key for encryption) and also in pgp installing . can somebody tell me the correct way to do this

thanks

flag

2 Answers

vote up 3 vote down

Here is an open source project for using pgp with python. I think this is what you're looking for.

You actually don't have to invent the algorithms yourself, they're already there.

link|flag
vote up 2 vote down

Did you check out PyCrypto?

link|flag

Your Answer

Get an OpenID
or

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