From d03798beceac6b54bc97bb82f8529f626b86342f Mon Sep 17 00:00:00 2001 From: cathugger Date: Mon, 6 May 2019 16:47:47 +0000 Subject: [PATCH] reduce pwhash opslimit even further, probably for the last time --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 804ceba..8f3cdd7 100644 --- a/main.c +++ b/main.c @@ -34,7 +34,8 @@ #endif // Argon2 hashed passphrase stretching settings -#define PWHASH_OPSLIMIT 64 +// NOTE: changing these will break compatibility +#define PWHASH_OPSLIMIT 48 #define PWHASH_MEMLIMIT 64 * 1024 * 1024 #define PWHASH_ALG crypto_pwhash_ALG_ARGON2ID13