Python and PGP/encryption -


I want to create a function using Python to encrypt the password with the public key. At the end of the user I need to install PGP software that will generate key pair. I only want to use the public key for encryption and private key for decryption. The problem is coming with the encryption function (how to use the key for encryption) and also in the installation of PGP. Someone can tell me the correct way to do this

thanks

one is open Source project for using PGP with Python I think that's what you want.

You do not really have to invent algorithms, they already exist.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -