2007-08-15 11:28:22 -03:00
|
|
|
.. _crypto:
|
|
|
|
|
|
|
|
**********************
|
|
|
|
Cryptographic Services
|
|
|
|
**********************
|
|
|
|
|
|
|
|
.. index:: single: cryptography
|
|
|
|
|
|
|
|
The modules described in this chapter implement various algorithms of a
|
|
|
|
cryptographic nature. They are available at the discretion of the installation.
|
2012-09-28 10:20:38 -03:00
|
|
|
On Unix systems, the :mod:`crypt` module may also be available.
|
2007-08-15 11:28:22 -03:00
|
|
|
Here's an overview:
|
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
|
|
|
hashlib.rst
|
|
|
|
hmac.rst
|
2016-04-16 12:42:33 -03:00
|
|
|
secrets.rst
|