We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f177a2a commit d124640Copy full SHA for d124640
NEWS
@@ -11,6 +11,7 @@ PHP NEWS
11
(Ryan McCullagh, Nikita)
12
. Fixed bug #75921 (Inconsistent: No warning in some cases when stdObj is
13
created on the fly). (David Walker)
14
+ . Increased default time_cost for argon2i(d) password_hash to 3. (Sara)
15
16
- COM:
17
. Deprecated registering of case-insensitive constants from typelibs. (cmb)
ext/standard/php_password.h
@@ -34,7 +34,7 @@ PHP_MSHUTDOWN_FUNCTION(password);
34
35
#if HAVE_ARGON2LIB
36
#define PHP_PASSWORD_ARGON2_MEMORY_COST 1<<10
37
-#define PHP_PASSWORD_ARGON2_TIME_COST 2
+#define PHP_PASSWORD_ARGON2_TIME_COST 3
38
#define PHP_PASSWORD_ARGON2_THREADS 2
39
#endif
40
0 commit comments