September 2018
Intermediate to advanced
426 pages
10h 46m
English
Cryptography is available in the pypi repository and you can install with the pip install cryptography command.
In the https://pypi.org/project/cryptography URL, we can see the last version of this module.
Cryptography includes both high-level and low-level interfaces to common cryptographic algorithms, such as symmetric ciphers, message digests, and key-derivation functions. For example, we can use symmetric encryption with the fernet package.