blob: 8eb4b81d0099884487a971f2484824e3e70e1c40 [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
Christian Heimes121b9482016-09-06 22:03:25 +020018 hashlib-blake2.rst
Georg Brandl116aa622007-08-15 14:28:22 +000019 hmac.rst
Steven D'Apranob2871fa2016-04-17 01:42:33 +100020 secrets.rst