Update SHA_CRYPT_MAX_ROUNDS from 5000 to 100000 and uncomment.
This commit is contained in:
parent
ee9e6419a7
commit
d03fffb2d4
@ -214,7 +214,7 @@ ENCRYPT_METHOD SHA512
|
||||
# If not specified, the libc will choose the default number of rounds (5000).
|
||||
# The values must be within the 1000-999999999 range.
|
||||
#
|
||||
#SHA_CRYPT_MAX_ROUNDS 5000
|
||||
SHA_CRYPT_MAX_ROUNDS 100000
|
||||
|
||||
# Currently SHA_CRYPT_MIN_ROUNDS is not supported
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user