python-pgp
python-pgp copied to clipboard
A Python implementation of OpenPGP
Found the correct package name at https://pypi.org/project/py-pgp/
When trying to decrypt a symmetric key encrypted PGP message, I'm getting the error `ValueError: MODE_OPENPGP requires an IV`. Am I using it correctly? ``` $ unzip example.bin.gpg.zip $ python3...
Hi there, thanks for the good tool having a small issue with `my_secret_key = pgp.read_key_file('my_private_key.asc.gpg')` `my_secret_key.unlock('.......')` throws a `ValueError: Input strings must be a multiple of the segment size 16...
``` pip install py-pgp Downloading/unpacking py-pgp Downloading py-pgp-0.0.1.tar.gz (126kB): 126kB downloaded Running setup.py (path:/tmp/pip_build_ray/py-pgp/setup.py) egg_info for package py-pgp Traceback (most recent call last): File "", line 17, in File "/tmp/pip_build_ray/py-pgp/setup.py",...
You mention that you can install the package via `pip install pgp` - unfortunately this package does not exist. Because I use this package in one of my web apps,...
Are there any examples? API documentation? Tests?