2014-02-23 14:47:04 +01:00
|
|
|
cryptography is a package designed to expose cryptographic recipes and
|
|
|
|
primitives to Python developers. Our goal is for it to be your "cryptographic
|
2017-09-24 07:00:21 +02:00
|
|
|
standard library".
|
2014-02-23 14:47:04 +01:00
|
|
|
|
|
|
|
cryptography includes both high level recipes, and low level interfaces to
|
|
|
|
common cryptographic algorithms such as symmetric ciphers, message digests
|
|
|
|
and key derivation functions.
|
|
|
|
|
2016-12-02 10:21:58 +01:00
|
|
|
WWW: https://github.com/pyca/cryptography/
|