Contents

cryptography 42.0.5

0

cryptography is a package which provides cryptographic recipes and primitives to Python developers.

cryptography is a package which provides cryptographic recipes and primitives to Python developers.

Stars: 6259, Watchers: 6259, Forks: 1435, Open Issues: 39

The pyca/cryptography repo was created 10 years ago and the last code push was 28 minutes ago.
The project is extremely popular with a mindblowing 6259 github stars!

How to Install cryptography

You can install cryptography using pip

pip install cryptography

or add it to a project with poetry

poetry add cryptography

Package Details

Author
License
Apache-2.0 OR BSD-3-Clause
Homepage
PyPi:
https://pypi.org/project/cryptography/
GitHub Repo:
https://github.com/pyca/cryptography

Classifiers

  • Security/Cryptography
No  cryptography  pypi packages just yet.

Errors

A list of common cryptography errors.

Code Examples

Here are some cryptography code examples and snippets.

GitHub Issues

The cryptography package has 39 open issues on GitHub

  • Android-Termux Pip installing error.
  • ImportError: /usr/local/lib/python3.7/site-packages/cryptography/hazmat/bindings/_rust.abi3.so: undefined symbol: PyModule_Create2
  • Deprecate/remove legacy symmetric algorithms
  • ValueError: error parsing asn1 value: ParseError when handling Cert with Unicode Chars
  • Document cross compilation target == host bugfix.
  • Enumerate test cases for a "Wycheproof for X.509 path buliding"
  • Determine how to keep CircleCI base image up-to-date
  • load_pem_privatekey may not support PKCS#8 v2
  • Missing Prehashed algorithms for Ed25519
  • undefined symbol: EC_POINT_get_affine_coordinates_GF2m, version OPENSSL_1_1_0
  • Unable to load CT-trusted root certificate due to VisibleString encoding error
  • PoC: Make it possible to write code that interacts with OpenSSL in Rust
  • Drop manylinux2010
  • Failure parsing OCSP requests
  • version conflict in setuptools-rust when compiling cryptography

See more issues on GitHub

Related Packages & Articles

ecdsa 0.18.0

ECDSA cryptographic signature library (pure python)