New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pgpdump

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pgpdump

PGP packet parser library

  • 1.5
  • PyPI
  • Socket score

Maintainers
1

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
  • Secret key packets
  • Trust, user ID, and user attribute packets
  • ASCII-armor decoding and CRC check

A single codebase with dependencies on only the standard python library is compatible across Python 2.6, 2.7, and 3.2+, as well as with PyPy 1.8+.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc