cryptography
| Use Case | Command | Description |
|---|---|---|
| π Symmetric encryption | from cryptography.fernet import Fernet | Simple tokenβbased encryption and decryption |
| β£οΈ Lowβlevel primitives | from cryptography.hazmat.primitives import hashes | Access cryptographic building blocks (hazmat = hazardous materials) |
| π X.509 certificates | from cryptography import x509 | Work with certificates, CSRs, and related structures |
| β οΈ Exception handling | from cryptography.exceptions import InvalidSignature | Catch cryptographicβspecific errors for robust flows |
| π οΈ Utilities | from cryptography.utils import ... | Miscellaneous helpers for cryptographic operations |
βΉοΈ This file is dual licensed under the terms of the Apache License, Version 2.0, and the BSD License. See the LICENSE file in the root of this repository for complete details.
__about__exceptionsfernethazmat (package)utilsx509 (package)__all__ = ['__title__', '__summary__', '__uri__', '__version__', '__author__', '__email__', '__license__', '__copyright__']__copyright__ = 'Copyright 2013-2021 The Python Cryptographic Authority and individual contributors'__email__ = 'cryptography-dev AT python.org'__license__ = 'BSD or Apache License, Version 2.0'__summary__ = 'cryptography is a package which provides cryptographic recipes and primitives to Python developers.'__title__ = 'cryptography'__uri__ = 'https://github.com/pyca/cryptography'3.4.8
The Python Cryptographic Authority and individual contributors
/usr/lib/python3/dist-packages/cryptography/__init__.py
Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 18:10 @216.73.216.114
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format