Skip to content

Remove deprecated constructors in PasswordEncoders #11985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jgrandja opened this issue Oct 12, 2022 · 0 comments
Closed

Remove deprecated constructors in PasswordEncoders #11985

jgrandja opened this issue Oct 12, 2022 · 0 comments
Assignees
Labels
in: crypto An issue in spring-security-crypto type: breaks-passivity A change that breaks passivity with the previous release
Milestone

Comments

@jgrandja
Copy link
Contributor

jgrandja commented Oct 12, 2022

Remove deprecated constructor in Argon2PasswordEncoder and replace with Argon2PasswordEncoder.defaultsForSpringSecurity_v5_2().

Remove deprecated constructor in SCryptPasswordEncoder and replace with SCryptPasswordEncoder.defaultsForSpringSecurity_v4_1().

Remove deprecated constructors in Pbkdf2PasswordEncoder and replace with Pbkdf2PasswordEncoder.defaultsForSpringSecurity_v5_5().

Related gh-11904

@jgrandja jgrandja added in: crypto An issue in spring-security-crypto type: breaks-passivity A change that breaks passivity with the previous release labels Oct 12, 2022
@jgrandja jgrandja added this to the 6.0.0-RC1 milestone Oct 12, 2022
@jgrandja jgrandja self-assigned this Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: crypto An issue in spring-security-crypto type: breaks-passivity A change that breaks passivity with the previous release
Projects
None yet
Development

No branches or pull requests

1 participant