summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McLaughlin <john.mjhm@gmail.com>2017-01-29 18:16:35 +0000
committerJohn McLaughlin <john.mjhm@gmail.com>2017-01-29 18:16:35 +0000
commit0cee535bcc692c9ad14b739bd3fc74a42c5e799e (patch)
tree2ab58d55ab16fa53124a7125dbe3ab4f4c076e7c
parent6b3c7bc41519db039098b6f769734e34a388423c (diff)
downloadpasslib-0cee535bcc692c9ad14b739bd3fc74a42c5e799e.tar.gz
passlib.hash.bsdi_crypt.rst edited online with Bitbucket
-rw-r--r--docs/lib/passlib.hash.bsdi_crypt.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/lib/passlib.hash.bsdi_crypt.rst b/docs/lib/passlib.hash.bsdi_crypt.rst
index dde7dee..605f190 100644
--- a/docs/lib/passlib.hash.bsdi_crypt.rst
+++ b/docs/lib/passlib.hash.bsdi_crypt.rst
@@ -48,7 +48,7 @@ Interface
Format
======
An example hash (of the string ``password``) is ``_EQ0.jzhSVeUyoSqLupI``.
-A bsdi_crypt hash string consists of a 21 character string of the form :samp:`_{rounds}{salt}{checksum}`.
+A bsdi_crypt hash string consists of a 20 character string of the form :samp:`_{rounds}{salt}{checksum}`.
All characters except the underscore prefix are drawn from ``[./0-9A-Za-z]``.
* ``_`` - the underscore is used to distinguish this scheme from others, such as des-crypt.