diff --git a/config/hashing.php b/config/hashing.php index bcd3be4..2ccf031 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -15,7 +15,7 @@ return [ | */ - 'driver' => 'bcrypt', + 'driver' => 'argon2id', /* |-------------------------------------------------------------------------- @@ -44,9 +44,10 @@ return [ */ 'argon' => [ - 'memory' => 65536, + 'memory' => 47104, 'threads' => 1, - 'time' => 4, + 'time' => 1, + 'parallelism' => 1, ], ];