Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.54 KB

README.rst

File metadata and controls

58 lines (33 loc) · 1.54 KB

PGPy2: Pretty Good Privacy for Python

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.

Features

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.

Installation

To install PGPy2, you should be able to do (but it is not yet set up, since the fork):

$ pip install PGPy2

Documentation

PGPy2 Documentation (not set up yet since the fork)

Discussion

Please report any bugs found on the issue tracker

You can also join #pgpy on Freenode to ask questions or get involved

Requirements

License

BSD 3-Clause licensed. See the bundled LICENSE file for more details.