Post #3276567
2023-02-16 22:10 UTC
@bitwarden@fosstodon.org The default parameters are solid defaults. Steve Thomas, one of the judges of the password hashing competition that helped pick Argon2 as the new standard, recommends these parameters as a *minimum*:
- m=47104 (46 MiB), t=1, p=1
- m=19456 (19 MiB), t=2, p=1
In general, for Argon2id:
- m≥93,750/(3t-1)α, t≥1, p=1
https://tobtu.com/minimum-password-settings/
Replies (0)
No replies.