diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-02-10 13:04:07 -0500 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-02-10 13:04:07 -0500 |
| commit | 8afdc50407972f771127545a6ca50069449282bd (patch) | |
| tree | 15694a627781aa9526d05b19f7927a73df4c5aa8 /docs/lib/passlib.hash.rst | |
| parent | bdcd1f2997c606994f199f7db45bf52a2a41c1b0 (diff) | |
| download | passlib-8afdc50407972f771127545a6ca50069449282bd.tar.gz | |
added docs for sha1-crypt
Diffstat (limited to 'docs/lib/passlib.hash.rst')
| -rw-r--r-- | docs/lib/passlib.hash.rst | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/docs/lib/passlib.hash.rst b/docs/lib/passlib.hash.rst index 944debf..74bc40e 100644 --- a/docs/lib/passlib.hash.rst +++ b/docs/lib/passlib.hash.rst @@ -33,9 +33,21 @@ the :ref:`modular crypt format <modular-crypt-format>`. passlib.hash.ext_des_crypt passlib.hash.md5_crypt passlib.hash.bcrypt + passlib.hash.sha1_crypt passlib.hash.sha256_crypt passlib.hash.sha512_crypt +.. toctree:: + :hidden: + + passlib.hash.sun_md5_crypt + +.. todo:: + + These aren't fully implemented / tested yet: + + * :mod:`~passlib.hash.sun_md5_crypt` - MD5-based scheme used by Solaris 10 (NOT related to md5-crypt above). + Non-Standard Unix-Compatible Schemes ------------------------------------ While most of these schemes are not commonly used by any unix flavor to store user passwords, @@ -50,17 +62,6 @@ the modular crypt format. passlib.hash.phpass passlib.hash.nthash -.. toctree:: - :hidden: - - passlib.hash.sun_md5_crypt - -.. todo:: - - These aren't fully implemented / tested yet: - - * :mod:`~passlib.hash.sun_md5_crypt` - MD5-based scheme used by Solaris 10 (NOT related to md5-crypt above). - Other Schemes ------------- The following schemes are used in very specified contexts, |
