On 6/8/20 12:15 PM, Michael Ströder wrote: > Could someone point me to links where I can read about recommendations > for Argon2 parameters?
https://www.twelve21.io/how-to-choose-the-right-parameters-for-argon2/ https://argon2-cffi.readthedocs.io/en/stable/parameters.html Python module argon2-cffi can be used as CLI tool to play with the parameters: https://hynek.me/articles/storing-passwords/ Ciao, Michael.
