python-pgpdump icon indicating copy to clipboard operation
python-pgpdump copied to clipboard

PGP packet parser library

Results 13 python-pgpdump issues
Sort by recently updated
recently updated
newest added

Improved parse function to find the user_comment in uid. Fixed bug where if there was no email then the user_name would not be found.

Don't think this is actively maintained, but figured I could spare someone some pain if they need to use this in the future. The fingerprint(and subsequently key_id) for version 4...

This series of changes does significantly more error checking, and tries to avoid arbitrary exceptions being thrown when handling malformed data. It also permits the user to use the system...

The setup.py file does not include the test script. That is the standard interface for running the tests, and means that things that wrap setup.py will automatically run the tests....

A subkey signature packet can have two expiration times: - expiry of the signature (subpacket type 3), and - expiry of the key that is signed (subpacket type 9). It...

Running the tests from the source tarball fails with this: ``` File "python-pgpdump/pgpdump/test.py", line 435, in test_parse_partial_length rawdata = self.load_data('partial_length.gpg') File "python-pgpdump/pgpdump/test.py", line 102, in load_data self.assertTrue(os.path.exists(full_path)) ``` It probably...

http://www.pgpdump.net/cgi-bin/pgpdump returns HTTP Status `404 Not Found`.

This makes `pip install pgpdump` to install the `pgpdump` script into the user's $PATH (or `.local/bin/`) See https://chriswarrick.com/blog/2014/09/15/python-apps-the-right-way-entry_points-and-scripts/

The patch allows parsing SecretKeyPacket and SecretSubkeyPacket that are tied to smartcard reader. Sample keyfile generated by gpg --export-secret-key is [here](https://github.com/hiviah/python-pgpdump/blob/smartcard_s2k_key_sample/B2222939-priv.bin).