Skip to content

Commit

Permalink
Link to argon2-cffi's comparison with bcrypt
Browse files Browse the repository at this point in the history
To better explain why someone would consider using Argon2id over bcrypt,
link to argon2-cffi's clear explanation.
  • Loading branch information
mudge committed Nov 6, 2024
1 parent 8902544 commit 64e5e32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ password.salt #=> "e-\xA7\x04U\x81\xA6{v\xF0x\xED\xCC\xD3\x96\xE3"
[OWASP Password Storage Cheat Sheet][]

See also [argon2-cffi's "Why 'just use bcrypt' Is Not the Best Answer (Anymore)"](https://argon2-cffi.readthedocs.io/en/23.1.0/argon2.html#why-just-use-bcrypt-is-not-the-best-answer-anymore).

## Usage

Install argon2id as a dependency:
Expand Down

0 comments on commit 64e5e32

Please sign in to comment.