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
commit724af9c14f7ccee0e2f09d06600b244d79931cdf (patch)
tree754bac59b57bea1f4433a0e881bdab6539a1f015
parent221e4362c7374c026957f56da5eb01c4ddd8f801 (diff)
downloadpasslib-724af9c14f7ccee0e2f09d06600b244d79931cdf.tar.gz
passlib.hash.bsdi_crypt.rst edited online with Bitbucket
(grafted from 2a0ee135a56568ff8442cdbc2775adc1ae8f304f)
-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.