OpenPGP implementation
Project description
This is an attempt at implementing OpenPGP in Python. This is also my first attempt at doing anything real in Python so [insert disclaimers and cries for help here].
The jump from 0.1.4 to 0.2.1 reflects a major overhaul which produced some friendly string-based functions that are much nicer to work with than the ones requiring packet and message instances. The commandline demo now doubles as a tutorial-of-sorts for the string-based functions.
PyCrypto (http://www.amk.ca/python/code/crypto.html) is required.