Replace Bcrypt with Argon2 #1

Merged
TheJustRusik merged 1 commit from bratishkaerik/argon2 into master 2025-05-10 08:53:46 +00:00 AGit
Contributor

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

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>
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>
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: blogify/blogify-api#1
No description provided.