feat(security): implement hashing upgrades #70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
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.