diff options
Diffstat (limited to 'libraries/python-gnupg/README')
-rw-r--r-- | libraries/python-gnupg/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/python-gnupg/README b/libraries/python-gnupg/README new file mode 100644 index 0000000000..6c78b449d5 --- /dev/null +++ b/libraries/python-gnupg/README @@ -0,0 +1,8 @@ +A Python wrapper for GnuPG +The gnupg module allows Python programs to make use of the functionality +provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). + +Using this module, Python programs can encrypt and decrypt data, digitally +sign documents and verify signatures, manage (generate, list and delete) +encryption keys, using proven Public Key Infrastructure (PKI) encryption +technology based on OpenPGP. |