Implement password hashing #690

Closed
opened 2026-05-04 06:33:16 +00:00 by a22erigr · 3 comments
Collaborator

The current implementation of loginService does not implement password hashing. This is something that needs to be implemented. The password should be hashed using PBKDF2. Reasoning for this choices can be found in #402.

The current implementation of loginService does not implement password hashing. This is something that needs to be implemented. The password should be hashed using PBKDF2. Reasoning for this choices can be found in #402.
Collaborator

For those wondering, PBKDF2 stands for "Password-Based Key Derivation Function 2."

For those wondering, PBKDF2 stands for "Password-Based Key Derivation Function 2."
Collaborator

PR #721 exists!!!

## PR #721 exists!!!
Author
Collaborator

Has been merged #721

Has been merged #721
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
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
Andras/BoundlessFlowCampus2K#690
No description provided.