This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch increase-default-rounds in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 62e7aa594f329a454a1ff5333152539c56172742 Author: Joan Touzet <[email protected]> AuthorDate: Thu Nov 2 17:02:55 2017 -0400 Increase default pbkdf2 iterations to 10k --- rel/overlay/etc/default.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 745e5a8..7ccdd39 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -172,7 +172,7 @@ require_valid_user = false timeout = 600 ; number of seconds before automatic logout auth_cache_size = 50 ; size is number of cache entries allow_persistent_cookies = false ; set to true to allow persistent cookies -iterations = 10 ; iterations for password hashing +iterations = 10000 ; iterations for password hashing ; min_iterations = 1 ; max_iterations = 1000000000 ; password_scheme = pbkdf2 -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
