spring-security/crypto
Loic Guibert ad489495dc Make salt length configurable in Pbkdf2PasswordEncoder
Add constructors with a salt length input parameter.
Default salt length is still 8-byte long like before when
saltGenerator was initialized with call to
KeyGenerators#secureRandom() which use
SecureRandomBytesKeyGenerator#DEFAULT_KEY_LENGTH.

Closes gh-4372
2020-11-11 10:12:17 -06:00
..
src Make salt length configurable in Pbkdf2PasswordEncoder 2020-11-11 10:12:17 -06:00
spring-security-crypto.gradle crypto uses spring-jcl 2017-05-09 02:35:46 -05:00