From 8fca7ee4076aaefe7122be86abda5e9ae6a50ff7 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 5 Dec 2015 12:49:56 -0500 Subject: more hash iterations --- src/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/auth.c b/src/auth.c index 539e133..b5f687a 100644 --- a/src/auth.c +++ b/src/auth.c @@ -4,7 +4,7 @@ #define ALGO GCRY_MD_SHA512 -#define HASH_ITERS 10 +#define HASH_ITERS 500000 static bool valid_login_name(const char *name); -- cgit v1.1