mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Correct default number of bcrypt hash rounds in .1 man page (#13930)
This commit is contained in:
parent
4b17a5ace8
commit
220b21936e
1
changelog.d/13930.doc
Normal file
1
changelog.d/13930.doc
Normal file
@ -0,0 +1 @@
|
||||
Update the man page for the `hash_password` script to correct the default number of bcrypt rounds performed.
|
2
debian/hash_password.1
vendored
2
debian/hash_password.1
vendored
@ -10,7 +10,7 @@
|
||||
.P
|
||||
\fBhash_password\fR takes a password as an parameter either on the command line or the \fBSTDIN\fR if not supplied\.
|
||||
.P
|
||||
It accepts an YAML file which can be used to specify parameters like the number of rounds for bcrypt and password_config section having the pepper value used for the hashing\. By default \fBbcrypt_rounds\fR is set to \fB10\fR\.
|
||||
It accepts an YAML file which can be used to specify parameters like the number of rounds for bcrypt and password_config section having the pepper value used for the hashing\. By default \fBbcrypt_rounds\fR is set to \fB12\fR\.
|
||||
.P
|
||||
The hashed password is written on the \fBSTDOUT\fR\.
|
||||
.SH "FILES"
|
||||
|
Loading…
Reference in New Issue
Block a user