- link
- github
- documentation
- cryptopals crypto challenges link
- crypto 101 link
- NaCl: networking and cryptography library (pronounced "salt") link pynacal/documentation
- URL encoding, URL safe wiki
- binary-to-text encoding scheme wiki:
base64
- install
mamba install cryptographypip install cryptography
cryptography.hazmat: admonition- Fernet
- AES (advanced encryption standard) in CBC (cipher block chain) mode with a 128-bit key for encryption, using PKCS7 padding
- HMAC (hash-based message authentication code) using SHA256 (secure hash algorithm) for authentication
- initialization vectors (salt) are generated using
os.urandom() - unsuitable for very large files
- X.509
cryptography
Directory actions
More options
Directory actions
More options
cryptography
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||