Skip to content

the-machinist/PGPy

This branch is 62 commits behind SecurityInnovation/PGPy:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 21, 2021
Dec 24, 2021
Apr 13, 2017
Jul 8, 2021
Feb 1, 2022
Oct 1, 2014
Oct 7, 2020
Aug 16, 2017
May 14, 2021
Jan 11, 2021
Apr 16, 2021
Apr 20, 2021
Dec 10, 2020
Sep 23, 2021
Jan 11, 2021
Jul 28, 2020
Feb 2, 2022
Sep 24, 2021
Oct 7, 2020
Aug 16, 2021
Apr 20, 2021
Jul 17, 2019
Dec 21, 2021
Dec 10, 2020

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

Pretty Good Privacy for Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%