Reflect rev 1.18 in crypt.c. Note that this section is somewhat
mangled and could do with some word-smithing.
This commit is contained in:
parent
65c10f6d33
commit
88b471a108
@ -187,12 +187,14 @@ The algorithm used will depend upon whether
|
|||||||
has been called and whether a global default format has been specified.
|
has been called and whether a global default format has been specified.
|
||||||
Unless a global default has been specified or
|
Unless a global default has been specified or
|
||||||
.Fn crypt_set_format
|
.Fn crypt_set_format
|
||||||
has set the format to something else, the best algorithm is used
|
has set the format to something else, the built-in default format is
|
||||||
which is currently
|
used.
|
||||||
|
This is currently
|
||||||
.\"
|
.\"
|
||||||
.\" NOTICE: Also make sure to update this
|
.\" NOTICE: Also make sure to update this
|
||||||
.\"
|
.\"
|
||||||
MD5.
|
DES
|
||||||
|
if it is available, or MD5 if not.
|
||||||
.Pp
|
.Pp
|
||||||
How the salt is used will depend upon the algorithm for the hash. For
|
How the salt is used will depend upon the algorithm for the hash. For
|
||||||
best results, specify at least two characters of salt.
|
best results, specify at least two characters of salt.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user