1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
# python-pgpdump: a Python library for parsing PGP packets
This is based on the C version published at:
http://www.mew.org/~kazu/proj/pgpdump/
The intent here is not on completeness, as we don't currently decode every
packet type, but on being able to do what people actually have to 95% of the
time. Currently supported things include:
* Signature packets
* Public key packets
* ASCII-armor decoding and CRC check
A single codebase with dependencies on only the standard python library is
compatible across Python 2.7, Python 3.2, and PyPy 1.8.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
iEwEARECAAwFAk9yC2AFgwAFRgAACgkQXC5GoPU6du2kwACfS0g3q5j0LBD84k26
A+fLXJj203YAnjPKkIlQD3fBtmDf/BwI6fMoRsTw
=QVW3
-----END PGP SIGNATURE-----
|