khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
1.02k stars 37 forks source link

Ensure Argon2 Parameters comply with OWASP #279

Closed ecton closed 1 year ago

ecton commented 1 year ago

I discovered that OWASP has a recommended set of minimum Argon2 parameters.

When we use TimedArgonParams, we should ensure the computed parameters do not fall below the minimum OWASP settings.