feat(security): implement hashing upgrades #70

Open
opened 2025-08-19 06:56:21 +00:00 by chartgerink · 0 comments
Owner

Currently, we hash the passwords (and a few other things) once, and that is it. It would be good if we implement a modular hashing upgrade mechanism, such that existing passwords (etc) are upgraded when the hashing approach is updated.

Such a hashing upgrade should not make assumptions about the origin hashing algorithm. That is, if we upgraded the hash multiple times, it should be backwards compatible in upgrading the hashes.

Currently, we hash the passwords (and a few other things) once, and that is it. It would be good if we implement a modular hashing upgrade mechanism, such that existing passwords (etc) are upgraded when the hashing approach is updated. Such a hashing upgrade should not make assumptions about the origin hashing algorithm. That is, if we upgraded the hash multiple times, it should be backwards compatible in upgrading the hashes.
Sign in to join this conversation.
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: libscie/researchequals-api#70
No description provided.