You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case an unauthorized person gets access to a backup of the database or discovers a SQL injection vulnerability, the keys should be hashed. We could investigate using bcrypt.
A lot of security measures (e.g. salt and pepper) seem to exist to protect users who have low-entropy passwords. Since the API keys are already 128-bit UUIDs I don't know whether these measures are necessary. But maybe somebody who knows more about cryptography will put me right.
The text was updated successfully, but these errors were encountered:
In case an unauthorized person gets access to a backup of the database or discovers a SQL injection vulnerability, the keys should be hashed. We could investigate using bcrypt.
A lot of security measures (e.g. salt and pepper) seem to exist to protect users who have low-entropy passwords. Since the API keys are already 128-bit UUIDs I don't know whether these measures are necessary. But maybe somebody who knows more about cryptography will put me right.
The text was updated successfully, but these errors were encountered: