FeatureFuel
5

Argon2id Password Hashing

Source: supabase/supabase#13130 · opened by @jemiluv8
The Feature
I wanted to update our password hashing scheme from using bcrypt to using argon2id.

Why is this useful?
I understand argon2 is the recommended hashing scheme from [OWASP]( Even thought bcrypt is still "secure" and there really is no "pressing" need to "upgrade", I thought it might still be useful.

The Approach
We just hash new passwords using argon2id while supporting "authenticating" users using both hashing
schemes. Below is a code snippet that summarizes the approach



The implementation of GenerateFromPassword

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests