johnnycanencrypt
johnnycanencrypt copied to clipboard
Python module for OpenPGP written in Rust.
Bumps [shlex](https://github.com/comex/rust-shlex) from 1.1.0 to 1.3.0. Changelog Sourced from shlex's changelog. 1.3.0 Full fix for the high-severity security vulnerability RUSTSEC-2024-0006 a.k.a. GHSA-r7qv-8r2h-pg27: Deprecates quote APIs in favor of try_ equivalents...
Corrected minor typo in some docstrings
We still have a lot of `expect` and `unwrap` calls in the Rust code. We need to create more Python exceptions and use them properly all over the code.
There are multiple Python projects for using pgp (these both wrap the gpg binary): * https://github.com/isislovecruft/python-gnupg (on PyPI as https://pypi.org/project/pretty-bad-protocol/) * https://docs.red-dove.com/python-gnupg (on PyPI as https://pypi.org/project/python-gnupg/) For those folks that...