summaryrefslogtreecommitdiff
path: root/docs/NOTES-python-openpgp-implementations.txt
diff options
context:
space:
mode:
authorKali Kaneko <kali@futeisha.org>2015-06-08 16:46:12 -0400
committerKali Kaneko <kali@futeisha.org>2015-06-08 16:46:12 -0400
commitb91ea5f9974471c8f596a42eb5023c693a9da450 (patch)
tree04d71c67be68d8d069fdf3b355e71b7a1f8e7813 /docs/NOTES-python-openpgp-implementations.txt
parent3488c8fa0078576ab35e463c33fe8e3e47e34e61 (diff)
parenta5d46a4e38985be540b9127ddcd3d8e21bbecb9a (diff)
Merge tag 'upstream/2.0.2'
Upstream version 2.0.2
Diffstat (limited to 'docs/NOTES-python-openpgp-implementations.txt')
-rw-r--r--docs/NOTES-python-openpgp-implementations.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/NOTES-python-openpgp-implementations.txt b/docs/NOTES-python-openpgp-implementations.txt
deleted file mode 100644
index bf60728..0000000
--- a/docs/NOTES-python-openpgp-implementations.txt
+++ /dev/null
@@ -1,31 +0,0 @@
--*- mode: org -*-
-
-* Other Python OpenPGP libraries and utilities:
-
-*** pygpgme - https://launchpad.net/pygpgme
-A limited set of Python wrappers around GPGME
-http://www.gnupg.org/documentation/manuals/gpgme/
-
-*** py-gnupg - https://github.com/kevinoid/py-gnupg/blob/master/GnuPGInterface.py
-Focuses mainly on using file handles to interact with GnuPG.
-
-*** OpenPGP-Python - https://github.com/singpolyma/OpenPGP-Python
-The commit messages are a bit worrysome and the code has some scary
-error-prone-looking method chaining going on, a five minute glance over the
-/OpenPGP/Crypto.py file and it appears this is actually a valid OpenPGP
-implementation, built using D.Litzenberger's PyCrypto library.
-https://github.com/dlitz/pycrypto
-
-This person also wrote OpenPGP-Haskell:
-https://github.com/singpolyma/OpenPGP-Haskell
-
-...and OpenPGP-PHP (/horrorface): https://github.com/singpolyma/openpgp-php and
-an HTTP server as a shell script with a pretty crazy pipe hack.
-
-...and kudos on this one, it's an attempt at a mnemnonic system for squaring
-Zooko's Triangle (L17 being a function named "countLeadingCrapAndZeros"):
-https://github.com/singpolyma/mnemonicode/blob/master/mnencode.c#L17
-
-* GnuPG unattended key generation scripts:
-
-*** mandos-keygen http://bzr.recompile.se/loggerhead/mandos/trunk/annotate/523/mandos-keygen?start_revid=616