Homepage: None yet.
PGPy2 is a Python (2 and 3) library for implementing Pretty Good Privacy into Python programs, conforming to the OpenPGP specification per RFC 4880.
It is a fork from PGPy.
Currently, PGPy2 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.
To install PGPy2, you should be able to do (but it is not yet set up, since the fork):
$ pip install PGPy2
PGPy2 Documentation (not set up yet since the fork)
Please report any bugs found on the issue tracker
You can also join #pgpy
on Freenode to ask questions or get involved
Python 3 >= 3.4; Python 2 >= 2.7
Tested with: 3.7, 3.6, 3.5, 3.4, 2.7
BSD 3-Clause licensed. See the bundled LICENSE file for more details.