Re: Argon2 limits choice
Arno Wagner <[email protected]> Mon, 4 Oct 2021 02:28:18 +0200
| Newsgroups | gmane.linux.kernel.device-mapper.dm-crypt |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I do not think these limits are "conservative".
You gain very little by raising them. Better just
use a good passphrase.
Regards,
Arno
On Mon, Oct 04, 2021 at 00:30:13 CEST, Dmitry Dmitry wrote:
> Hi,
> I am wondering if there are objective reasons for such conservative
> **upper** **hard** limits for Argon?
> } else if (!strcmp(kdf, "argon2i") || !strcmp(kdf, "argon2id")) {
> limits->max_iterations = UINT32_MAX;
> limits->max_memory = 4*1024*1024; /* 4GiB */
> limits->max_parallel = 4;
> }
> (well, apart from UINT32_MAX, which makes sense, kind of)
> Just to reiterate, I am not talking about minimum values, or default
> values. The question is about upper limits.
> P.S.
> I was personally thinking about using ~32 threads and ~128GiB of RAM as
> KDF parameters...
> --
> Dmitry
> Sent from my gmail
> GPG/PGP Key fingerprint = 1670 0E8A 4AEC 179D 326F BECE 8B33 360D 8717
> 9711
> _______________________________________________
> dm-crypt mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
--
Arno Wagner, Dr. sc. techn., Dipl. Inform., Email: [email protected]
GnuPG: ID: CB5D9718 FP: 12D6 C03B 1B30 33BB 13CF B774 E35C 5FA1 CB5D 9718
----
A good decision is based on knowledge and not on numbers. -- Plato
If it's in the news, don't worry about it. The very definition of
"news" is "something that hardly ever happens." -- Bruce Schneier
_______________________________________________
dm-crypt mailing list -- [email protected]
To unsubscribe send an email to [email protected]