fix: replace bcrypt with argon2 for password hashing #11

Merged
kevin merged 1 commit from dev/testing into main 2026-05-10 21:46:49 +00:00
Owner
  • Switch CryptContext scheme from bcrypt to argon2
  • Remove passlib[bcrypt], add passlib[argon2] and argon2-cffi
  • Fixes ValueError with passwords > 72 bytes in newer bcrypt versions

Signed-off-by: kevin mika mika.kevin@nexus-6.eu

- Switch CryptContext scheme from bcrypt to argon2 - Remove passlib[bcrypt], add passlib[argon2] and argon2-cffi - Fixes ValueError with passwords > 72 bytes in newer bcrypt versions Signed-off-by: kevin mika <mika.kevin@nexus-6.eu>
- Switch CryptContext scheme from bcrypt to argon2
- Remove passlib[bcrypt], add passlib[argon2] and argon2-cffi
- Fixes ValueError with passwords > 72 bytes in newer bcrypt versions

Signed-off-by: kevin mika <mika.kevin@nexus-6.eu>
kevin merged commit c228e2d532 into main 2026-05-10 21:46:49 +00:00
kevin deleted branch dev/testing 2026-05-10 21:46:58 +00:00
Sign in to join this conversation.
No reviewers
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
kevin/nexus-rpg!11
No description provided.