Blowfish encrypted passwords start with $2a$, not $2$
PR: docs/67624 Submitted by: Brett Schroeder <brett@brettschroeder.name>
This commit is contained in:
parent
f624551bb4
commit
ea725bc728
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21127
1 changed files with 1 additions and 1 deletions
|
|
@ -1031,7 +1031,7 @@
|
||||||
Passwords encrypted with the MD5 hash are longer than those
|
Passwords encrypted with the MD5 hash are longer than those
|
||||||
encrypted with the DES hash and also begin with the characters
|
encrypted with the DES hash and also begin with the characters
|
||||||
<literal>$1$</literal>. Passwords starting with
|
<literal>$1$</literal>. Passwords starting with
|
||||||
<literal>$2$</literal> are encrypted with the
|
<literal>$2a$</literal> are encrypted with the
|
||||||
Blowfish hash function. DES password strings do not
|
Blowfish hash function. DES password strings do not
|
||||||
have any particular identifying characteristics, but they are
|
have any particular identifying characteristics, but they are
|
||||||
shorter than MD5 passwords, and are coded in a 64-character
|
shorter than MD5 passwords, and are coded in a 64-character
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue