Update the default Argon2 options

This commit is contained in:
Dries Vints
2022-02-03 16:06:00 +01:00
committed by GitHub
parent 94771229ea
commit 096638ea9a

View File

@@ -44,9 +44,9 @@ return [
*/
'argon' => [
'memory' => 1024,
'threads' => 2,
'time' => 2,
'memory' => 65536,
'threads' => 1,
'time' => 4,
],
];