Metadata-Version: 1.0
Name: pgpmsg
Version: 1.1
Summary: OpenPGP (RFC2440) message parser
Home-page: http://www.pitroda.net:8000/~jbj1/#pgpmsg
Author: Jens B. Jorgensen
Author-email: jbj1@ultraemail.net
License: GPL
Download-URL: http://www.pitroda.net:8000/~jbj1/pgpmsg-1.1.zip
Description: This is a fairly simply module which will decode OpenPGP messages (RFC 2440). Such messages are generated by Gnu Privacy Guard and PGP. I haven't made any effort to do much cryptographic operations because in my case my purpose for creating the module was to write an OpenLDAP backend that supported the kind of LDAP access present in PGP. The one crypto thing it does do is calculate the fingerprint/key_id for a public key. So, basically this module will let you read in a message (which could be encrypted text or a pgp key) and will let you iterate over the object and inspect its parts.
Keywords: pgp,gpg,rfc2440,crypto,cryptography
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
