# PGPy **Repository Path**: mirrors_lepy/PGPy ## Basic Information - **Project Name**: PGPy - **Description**: Pretty Good Privacy for Python - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-16 - **Last Updated**: 2025-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PGPy: Pretty Good Privacy for Python ==================================== .. image:: https://badge.fury.io/py/PGPy.svg :target: https://badge.fury.io/py/PGPy :alt: Latest stable version .. image:: https://travis-ci.com/SecurityInnovation/PGPy.svg?branch=master :target: https://travis-ci.com/SecurityInnovation/PGPy?branch=master :alt: Travis-CI .. image:: https://coveralls.io/repos/github/SecurityInnovation/PGPy/badge.svg?branch=master :target: https://coveralls.io/github/SecurityInnovation/PGPy?branch=master :alt: Coveralls .. image:: https://readthedocs.org/projects/pgpy/badge/?version=latest :target: https://pgpy.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status `PGPy` is a Python library for implementing Pretty Good Privacy into Python programs, conforming to the OpenPGP specification per RFC 4880. Features -------- Currently, PGPy can load keys and signatures of all kinds in both ASCII armored and binary formats. It can create and verify RSA, DSA, and ECDSA signatures, at the moment. It can also encrypt and decrypt messages using RSA and ECDH. Installation ------------ To install PGPy, simply: .. code-block:: bash $ pip install PGPy Documentation ------------- `PGPy Documentation `_ on Read the Docs Discussion ---------- Please report any bugs found on the `issue tracker `_ You can also join ``#pgpy`` on Freenode to ask questions or get involved Requirements ------------ - Python >= 3.5 Tested with: 3.8, 3.7, 3.6, 3.5 - `Cryptography `_ - `pyasn1 `_ - `six `_ License ------- BSD 3-Clause licensed. See the bundled `LICENSE `_ file for more details.