forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
443 B
Text
9 lines
443 B
Text
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". It supports Python 2.6-2.7, Python 3.2+, and PyPy.
|
|
|
|
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: http://github.com/pyca/cryptography/
|