8000 GitHub - ev-energy/PGPy: Forked to to use various unreleased fixes needed in Core
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

ev-energy/PGPy

 
 

Repository files navigation

PGPy: Pretty Good Privacy for Python

Latest stable version Travis-CI Coveralls 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:

$ 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

License

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

About

Forked to to use various unreleased fixes needed in Core

Resources

License

Stars

Watchers

Forks

Languages

  • Python 99.7%
  • Other 0.3%
0