PGPy 0.4.0
Pretty Good Privacy for Python
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
Requirements
Python 3 >= 3.3; Python 2 >= 2.7
Tested with: 3.5, 3.4, 3.3, 2.7
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 | ||
- Author: Michael Greene
- Documentation: PGPy package documentation
- Home Page: https://github.com/SecurityInnovation/PGPy
- Bug Tracker: https://github.com/SecurityInnovation/PGPy/issues
- Download URL: https://github.com/SecurityInnovation/PGPy/releases/download/0.4.0/PGPy-0.4.0.tar.gz
- Keywords: OpenPGP,PGP,Pretty Good Privacy,GPG,GnuPG,openpgp,pgp,gnupg,gpg,encryption,signature
- License: BSD
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX :: Linux
- Programming Language :: Python
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: 3.5
- Programming Language :: Python :: Implementation :: CPython
- Topic :: Security
- Topic :: Security :: Cryptography
- Topic :: Software Development :: Libraries
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: Commod0re
- DOAP record: PGPy-0.4.0.xml
