Replace Bcrypt with Argon2 #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bratishkaerik/argon2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
BCrypt has limit for passwords as 72 bytes, which could lead to
unexpected authentication behavior for users with long passwords.
This change replaces BCrypt with Argon2 using Spring Security's
v5.8 approved defaults.
Signed-off-by: Eric Joldasov bratishkaerik@landless-city.net