Update the default Argon2 options
This commit is contained in:
parent
94771229ea
commit
096638ea9a
|
@ -44,9 +44,9 @@
|
|||
*/
|
||||
|
||||
'argon' => [
|
||||
'memory' => 1024,
|
||||
'threads' => 2,
|
||||
'time' => 2,
|
||||
'memory' => 65536,
|
||||
'threads' => 1,
|
||||
'time' => 4,
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue