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

Commit 220b219

Browse files
Correct default number of bcrypt hash rounds in .1 man page (#13930)
1 parent 4b17a5a commit 220b219

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/13930.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the man page for the `hash_password` script to correct the default number of bcrypt rounds performed.

debian/hash_password.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.P
1111
\fBhash_password\fR takes a password as an parameter either on the command line or the \fBSTDIN\fR if not supplied\.
1212
.P
13-
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\.
13+
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\.
1414
.P
1515
The hashed password is written on the \fBSTDOUT\fR\.
1616
.SH "FILES"

0 commit comments

Comments
 (0)