mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
10 lines
393 B
Plaintext
10 lines
393 B
Plaintext
cryptography is a package designed to expose cryptographic recipes and
|
|
primitives to Python developers. Our goal is for it to be your "cryptographic
|
|
standard library".
|
|
|
|
cryptography includes both high level recipes, and low level interfaces to
|
|
common cryptographic algorithms such as symmetric ciphers, message digests
|
|
and key derivation functions.
|
|
|
|
WWW: https://github.com/pyca/cryptography/
|