aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pgpy/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.python3-pgpy_2023-09-22@lockywolf.net>2023-09-23 10:11:02 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 11:33:33 +0700
commit3f19cf73f66313e4fe31878d7d75b7c5e59ac22a (patch)
treef92ba3cab8b531be8813cf49b228863789068f81 /python/python3-pgpy/README
parent349c3b789ab4014e6449fdfccca9d4ca1e9cb4db (diff)
python/python3-pgpy: Added (pgp for python3).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pgpy/README')
-rw-r--r--python/python3-pgpy/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python3-pgpy/README b/python/python3-pgpy/README
new file mode 100644
index 0000000000..152bd13d45
--- /dev/null
+++ b/python/python3-pgpy/README
@@ -0,0 +1,11 @@
+PGPy: Pretty Good Privacy for Python
+
+PGPy is a Python library for implementing Pretty Good Privacy into
+Python programs, conforming to the OpenPGP specification per RFC 4880.
+
+
+Currently, PGPy can load keys and signatures of all kinds in both
+ASCII armored and binary formats.
+
+It can create and verify RSA, DSA, and ECDSA signatures, at the
+moment. It can also encrypt and decrypt messages using RSA and ECDH.