index
:
netcosm
master
A MUD Server
Franklin Wei
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
src/auth.c
2
1 files changed, 1 insertions, 1 deletions
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);