Fix typo.
This commit is contained in:
parent
5a137a36d4
commit
2ffd69f4e0
@ -116,7 +116,7 @@ index cb43246..0bb6b0d 100644
|
|||||||
- " -B Force bcrypt encryption of the password (very secure)." NL
|
- " -B Force bcrypt encryption of the password (very secure)." NL
|
||||||
+ " -2 Force SHA-256 crypt() hash of the password (very secure)." NL
|
+ " -2 Force SHA-256 crypt() hash of the password (very secure)." NL
|
||||||
+ " -5 Force SHA-512 crypt() hash of the password (very secure)." NL
|
+ " -5 Force SHA-512 crypt() hash of the password (very secure)." NL
|
||||||
+ " -B Force bcrypt aencryption of the password (very secure)." NL
|
+ " -B Force bcrypt encryption of the password (very secure)." NL
|
||||||
" -C Set the computing time used for the bcrypt algorithm" NL
|
" -C Set the computing time used for the bcrypt algorithm" NL
|
||||||
" (higher is more secure but slower, default: %d, valid: 4 to 17)." NL
|
" (higher is more secure but slower, default: %d, valid: 4 to 17)." NL
|
||||||
+ " -r Set the number of rounds used for the SHA-256, SHA-512 algorithms" NL
|
+ " -r Set the number of rounds used for the SHA-256, SHA-512 algorithms" NL
|
||||||
|
Loading…
Reference in New Issue
Block a user