cryptography icon indicating copy to clipboard operation
cryptography copied to clipboard

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.

Results 194 cryptography issues
Sort by recently updated
recently updated
newest added

Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.1 to 75.2.0. Changelog Sourced from setuptools's changelog. v75.2.0 Features Made errors when parsing Distribution data more explicit about the expected type (tuple[str, ...] | list[str]) --...

dependencies
python

As discussed on #6263, I'm opening this PR with an initial implementation of S/MIME decryption, in order to better discuss the API design, the algorithms we want to support, and...

Needs a rust-openssl release

- [x] `uv build` for building cryptography sdists + vectors sdists/wheels - [x] https://github.com/astral-sh/uv/pull/7085 - [x] https://github.com/astral-sh/uv/pull/7094 - [x] `uv build` for building cryptography wheels - [x] Linux - [x]...

blocked-on-upstream

Hi cryptography team, We’ve successfully tested CI workflow changes for the ppc64le (Power) architecture using GitHub Actions (GHA) service provided by IBM. You can see an example run here: 🔗...

As promised in #11555, I'm opening this PR with an initial implementation of S/MIME verification, in order to better discuss the API design, and to start the reviews while I...

I found that cryptography only provides x86_64 and aarch64 architecture support on musl. In some embedded Linux devices, due to the volume problem, they will use musl as the c...

blocked-on-upstream

As per #12267 and #12104, I'm opening this draft implementation of verification of PKCS#7 (S/MIME) certificates. Tests are not passing yet; still need to build an appropriate certificate for this....

Hi, Thank you for cryptography. I'm using cryptography with paramiko with python 3.10. I have an RSA private key encrypted with a passphrase using DES-EDE3-CBC,0FC613071E6D505D encryption. It loads correctly with...

waiting-on-reporter
Stale