skip to navigation
skip to content

PGPy 0.4.0

Pretty Good Privacy for Python

Package Documentation

Homepage: None yet.

PGPy is a Python (2 and 3) library for implementing Pretty Good Privacy into Python programs, conforming to the OpenPGP specification per RFC 4880.

It can create and verify RSA, DSA, and ECDSA signatures, at the moment. It can also encrypt and decrypt messages using RSA and ECDH.

Features

Currently, PGPy can load keys and signatures of all kinds in both ASCII armored and binary formats.

It can create and verify RSA and DSA signatures, at the moment.

Installation

To install PGPy, simply:

$ pip install PGPy

Documentation

PGPy Documentation

Requirements

License

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

 
File Type Py Version Uploaded on Size
PGPy-0.4.0.post1.tar.gz (md5) Source 2016-04-26 67KB