Differences between revisions 5 and 6
Revision 5 as of 2005-07-12 07:22:27
Size: 917
Editor: ip-81-11-199-233
Comment:
Revision 6 as of 2005-08-02 21:54:35
Size: 1742
Editor: h-66-166-78-130
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
A [http://www.amk.ca/python/code/gpg Python/GnuPG interface] exists, but is no longer actively maintained. Please record comments, recipes, and patches on this Wiki page. The original [http://www.amk.ca/python/code/gpg Python/GnuPG interface] is no longer actively maintained by amk. Please record comments, recipes, and patches on this Wiki page.
Line 6: Line 6:
 * A worthy successor might be the [http://aonalu.makahavalley.org/openpgp/python Python opengpg] which also uses the [http://www.amk.ca/python/code/crypto.html Python Crypto Toolkit].
= News Flash! =
I've finished amk's GPG.py, adding the encryption, bells, whistles, and so on which his original design implied. This is a pure-python implementation, and requires nothing that is not in Python 2.2.1 or later, other than the gpg executable itself. I don't know yet where the new GPG.py's permanent home is going to be, but as of this writing (July 2005) you can find it in the [http://trac.t7a.org/isconf ISconf] SVN Repository at
http://trac.t7a.org/isconf/file/trunk/lib/python/isconf/GPG.py. The right thing for me (or someone) to do going forward will be to confirm the license with amk and/or re-publish under the GPL, and post it somewhere more permanent. If you do this before I get to it, then please update this page. -- [http://www.stevegt.com Steve Traugott]

= openpgp =

Another worthy successor might be the [http://aonalu.makahavalley.org/openpgp/python Python opengpg] which also uses the [http://www.amk.ca/python/code/crypto.html Python Crypto Toolkit].
Line 9: Line 16:

[http://www.gnupg.org GNU Privacy Guard] is a GPLed implementation of the PGP encryption protocols. Also known as "GnuPG" or "GPG".

Python/GnuPG interface

The original [http://www.amk.ca/python/code/gpg Python/GnuPG interface] is no longer actively maintained by amk. Please record comments, recipes, and patches on this Wiki page. If anyone wants to maintain the module and needs a CVS repository to store the code, just ask for write permission to the [http://www.sf.net/projects/pycrypto/ pycrypto project on SourceForge].

News Flash!

I've finished amk's GPG.py, adding the encryption, bells, whistles, and so on which his original design implied. This is a pure-python implementation, and requires nothing that is not in Python 2.2.1 or later, other than the gpg executable itself. I don't know yet where the new GPG.py's permanent home is going to be, but as of this writing (July 2005) you can find it in the [http://trac.t7a.org/isconf ISconf] SVN Repository at http://trac.t7a.org/isconf/file/trunk/lib/python/isconf/GPG.py. The right thing for me (or someone) to do going forward will be to confirm the license with amk and/or re-publish under the GPL, and post it somewhere more permanent. If you do this before I get to it, then please update this page. -- [http://www.stevegt.com Steve Traugott]

openpgp

Another worthy successor might be the [http://aonalu.makahavalley.org/openpgp/python Python opengpg] which also uses the [http://www.amk.ca/python/code/crypto.html Python Crypto Toolkit].

cryptlib

[http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ cryptlib] also offers access to [http://www.openpgp.org/ OpenPGP] methods. It has a python-interface, but it's not natural at all.

GnuPrivacyGuard (last edited 2019-07-20 01:38:31 by 80)

Unable to edit the page? See the FrontPage for instructions.