Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Correct default number of bcrypt hash rounds in .1 man page (#13930)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Sep 28, 2022
1 parent 4b17a5a commit 220b219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/13930.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the man page for the `hash_password` script to correct the default number of bcrypt rounds performed.
2 changes: 1 addition & 1 deletion debian/hash_password.1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 220b219

Please sign in to comment.