Remove deprecated constructors in PasswordEncoders #11985
Labels
in: crypto
An issue in spring-security-crypto
type: breaks-passivity
A change that breaks passivity with the previous release
Milestone
Remove deprecated constructor in
Argon2PasswordEncoder
and replace withArgon2PasswordEncoder.defaultsForSpringSecurity_v5_2()
.Remove deprecated constructor in
SCryptPasswordEncoder
and replace withSCryptPasswordEncoder.defaultsForSpringSecurity_v4_1()
.Remove deprecated constructors in
Pbkdf2PasswordEncoder
and replace withPbkdf2PasswordEncoder.defaultsForSpringSecurity_v5_5()
.Related gh-11904
The text was updated successfully, but these errors were encountered: