cryptography==49.0.0
# cryptography is a package which provides cryptographic recipes and primitives to Python developers.
$ pip install cryptography
downloads/wk
0
license
—
version
49.0.0
python
!=3.9.0,!=3.9.1,>=3.9
What is cryptography?
The cryptography package provides Python developers with essential tools for implementing secure encryption, decryption, hashing, and digital signatures in their applications. Developers use it to protect sensitive data, verify authenticity, and build security features without having to implement complex cryptographic algorithms from scratch. It offers both high-level recipes for common tasks and lower-level primitives for more specialized cryptographic needs.
Links
Dependencies (3)