Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

alex-nitrokey/python-pgpdump

 
 

Repository files navigation

python-pgpdump: a Python library for parsing PGP packets

Build Status

This is based on the C version published at: http://www.mew.org/~kazu/proj/pgpdump/

This version is a fork of the version by Dan McGee.

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
  • Secret key packets
  • Trust, user ID, and user attribute packets
  • ASCII-armor decoding and CRC check
  • Compressed packet decompression automatically
  • Decryption of encrypted secret key material
  • Parse ECC keys (Brainpool and NIST-P)

This package is designed for Python 3 only.

TODO

About

PGP packet parser library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%