소스 검색

Correct default number of bcrypt hash rounds in .1 man page (#13930)

tags/v1.69.0rc1
Andrew Morgan 1 년 전
committed by GitHub
부모
커밋
220b21936e
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      changelog.d/13930.doc
  2. +1
    -1
      debian/hash_password.1

+ 1
- 0
changelog.d/13930.doc 파일 보기

@@ -0,0 +1 @@
Update the man page for the `hash_password` script to correct the default number of bcrypt rounds performed.

+ 1
- 1
debian/hash_password.1 파일 보기

@@ -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"


불러오는 중...
취소
저장