Passwords are secrets.
Ed25519 private keys are secrets.
We hash passwords.
Thus we must hash tokens.
Should we therefore hash our Ed25519 private keys?
No, but I'm of the opinion that you should encrypt private keys before storing them in a database.
Passwords are secrets.
Ed25519 private keys are secrets.
We hash passwords.
Thus we must hash tokens.
Should we therefore hash our Ed25519 private keys?