Change softoken password rounds to a more conservative number still

within industry standard security, considering our db hashing is more
CPU intensive than anticipated.
This commit is contained in:
wolfbeast
2019-07-03 15:01:34 +02:00
parent 893de15c27
commit 8ea1f38f9c
+2 -2
View File
@@ -36,9 +36,9 @@
const int NSS_DEFAULT_ITERATION_COUNT =
#ifdef DEBUG
1000
25
#else
60000
500
#endif
;