Contents

cryptography 43.0.1

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: 6611, Watchers: 6611, Forks: 1518, Open Issues: 41

The pyca/cryptography repo was created 11 years ago and the last code push was an hour ago.
The project is extremely popular with a mindblowing 6611 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
The cryptography developers <[email protected]>
License
Apache-2.0 OR BSD-3-Clause
Homepage
None
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 41 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.19.0

ECDSA cryptographic signature library (pure python)