Skip to content

Commit 096638e

Browse files
authored
Update the default Argon2 options
1 parent 9477122 commit 096638e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/hashing.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
*/
4545

4646
'argon' => [
47-
'memory' => 1024,
48-
'threads' => 2,
49-
'time' => 2,
47+
'memory' => 65536,
48+
'threads' => 1,
49+
'time' => 4,
5050
],
5151

5252
];

0 commit comments

Comments
 (0)