diff options
-rw-r--r-- | libraries/python-gnupg/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/libraries/python-gnupg/README b/libraries/python-gnupg/README index 6c78b449d5a02..97323081ab581 100644 --- a/libraries/python-gnupg/README +++ b/libraries/python-gnupg/README @@ -1,8 +1,10 @@ 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. +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. |