Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,240 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PGPym: Pretty Good Privacy for Python

Latest stable version Travis-CI Coveralls Documentation Status

PGPym is a fork of PGPy with additional maintenance fixes. PGPy is Python library for implementing Pretty Good Privacy into Python programs, conforming to the OpenPGP specification per RFC 4880. PGPym installs with the same import package name, and is backwards import compatible with the original package.

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.

PGPym Specific Features

The following changes are specific to PGPym:

  • patched to be compatible with Python 3.13.
  • support setting key expiration dates for PGP subkeys.

Installation

To install PGPym, simply:

$ pip install PGPym

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages