From bf23b0fa64224acb759ba325dbf2d4528f934938 Mon Sep 17 00:00:00 2001 From: Fabio Scotoni <34964387+fscoto@users.noreply.github.com> Date: Wed, 8 Apr 2020 13:40:13 +0200 Subject: [PATCH] argon2i: Warn about conequences of nb_iterations<3 --- doc/man/man3/crypto_argon2i.3monocypher | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/man/man3/crypto_argon2i.3monocypher b/doc/man/man3/crypto_argon2i.3monocypher index 7d28ad6..ac9d1c6 100644 --- a/doc/man/man3/crypto_argon2i.3monocypher +++ b/doc/man/man3/crypto_argon2i.3monocypher @@ -50,7 +50,7 @@ .\" with this software. If not, see .\" .\" -.Dd March 31, 2020 +.Dd April 8, 2020 .Dt CRYPTO_ARGON2I 3MONOCYPHER .Os .Sh NAME @@ -134,7 +134,10 @@ If it is still too fast with all available memory, increase .It Fa nb_iterations The number of iterations. It must be at least 1. -A value of 3 is recommended. +A value of 3 is +.Em strongly +recommended; +any value lower than 3 enables significantly more efficient attacks. .It Fa password The password to hash. It should be wiped with -- 2.47.3