File: passlib.crypto.rst

package info (click to toggle)
python-passlib 1.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,920 kB
  • sloc: python: 23,094; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
======================================================
:mod:`passlib.crypto` - Cryptographic Helper Functions
======================================================

.. module:: passlib.crypto
    :synopsis: internal cryptographic helpers for implementing password hashes

This module is primarily used as an internal support module.
It contains cryptography utility functions used by Passlib.
However, end-user applications may find some of the functions useful.

It contains the following submodules:

.. toctree::
    :maxdepth: 1

    passlib.crypto.digest
    passlib.crypto.des