From 86d7a33d47c9228f214ec5dad1a0eff89960d1a3 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 6 Feb 2014 07:43:29 +0700 Subject: libraries/python-gnupg: Added (A wrapper for the GnuPG). Signed-off-by: Willy Sudiarto Raharjo --- libraries/python-gnupg/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libraries/python-gnupg/README (limited to 'libraries/python-gnupg/README') 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. -- cgit v1.2.3