Update SHA_CRYPT_MAX_ROUNDS from 5000 to 100000 and uncomment.

This commit is contained in:
Anthony Rosa 2024-05-23 13:52:10 +00:00
parent ee9e6419a7
commit d03fffb2d4

View File

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