blob: ae45549a6d8941df9dbd82b2ceecd1088d1ef29d [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _crypto:
2
3**********************
4Cryptographic Services
5**********************
6
7.. index:: single: cryptography
8
9The modules described in this chapter implement various algorithms of a
10cryptographic nature. They are available at the discretion of the installation.
Nick Coghlan74cca702012-09-28 18:50:38 +053011On Unix systems, the :mod:`crypt` module may also be available.
Georg Brandl116aa622007-08-15 14:28:22 +000012Here's an overview:
13
14
15.. toctree::
16
17 hashlib.rst
18 hmac.rst
Steven D'Apranob2871fa2016-04-17 01:42:33 +100019 secrets.rst