This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch fix-docs-for-new-pbkdf2-iteration-count in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit c6c555f8d6054fe4ff791daa6d06325bd1c070de Author: Nick Vatamaniuc <[email protected]> AuthorDate: Tue Sep 17 07:12:48 2024 -0400 Fix default pbkdf2 iteration count in the docs --- src/docs/src/whatsnew/3.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/src/whatsnew/3.4.rst b/src/docs/src/whatsnew/3.4.rst index 0e54d0531..3fb152162 100644 --- a/src/docs/src/whatsnew/3.4.rst +++ b/src/docs/src/whatsnew/3.4.rst @@ -109,7 +109,7 @@ Highlights * :ghissue:`4814`: Introduce PBKDF2-SHA256 for password hashing. The existing PBKDF2-SHA1 variant is now deprecated. Increases the default iteration count - to ``6000000``. Also introduce a password hash in-memory cache with a low + to ``600000``. Also introduce a password hash in-memory cache with a low iteration number, to keep interactive requests fast for a fixed time. Entries in the password hash cache are time-limited, unused entries are
