tags:

views:

105

answers:

1

Need to use PGP/GnuPG to encrypt.can suggest what the Python packages to use that. for PGP encryption i.e. on the other side is PGP used to decrypt.

A: 

You could try python-gnupg. Encryption is covered in the docs here.

Vinay Sajip
thanks!how to get list of key fingerprints ?
http://www.red-dove.com/python_gnupg/index.html#listing-keys
Vinay Sajip