Make the hashing section reflect reality
Reviewed by: des Approved by: bcr (mentor)
This commit is contained in:
parent
121b68e77b
commit
bfc8481ca0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41320
1 changed files with 3 additions and 2 deletions
|
@ -1084,8 +1084,9 @@
|
|||
<title>Recognizing Your Crypt Mechanism</title>
|
||||
|
||||
<para>Currently the library supports DES, MD5, Blowfish, SHA256,
|
||||
and SHA512 hash functions. By default &os; uses MD5 to
|
||||
encrypt passwords.</para>
|
||||
and SHA512 hash functions. By default &os; 9.1 and later
|
||||
uses SHA512 to encrypt passwords. Older versions use MD5 by
|
||||
default.</para>
|
||||
|
||||
<para>It is pretty easy to identify which encryption method &os;
|
||||
is set up to use. Examining the encrypted passwords in the
|
||||
|
|
Loading…
Reference in a new issue