diff --git a/config/hashing.php b/config/hashing.php index f31f4c2a..6cf05673 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -30,6 +30,7 @@ | | Default: 10 */ + 'bcrypt' => [ 'rounds' => 10, ], @@ -51,6 +52,7 @@ | (default : 2) | */ + 'argon' => [ 'time' => 2, 'memory' => 1024,