From 724af9c14f7ccee0e2f09d06600b244d79931cdf Mon Sep 17 00:00:00 2001 From: John McLaughlin Date: Sun, 29 Jan 2017 18:16:35 +0000 Subject: passlib.hash.bsdi_crypt.rst edited online with Bitbucket (grafted from 2a0ee135a56568ff8442cdbc2775adc1ae8f304f) --- docs/lib/passlib.hash.bsdi_crypt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1