Skip to content

Commit

Permalink
increase bcrypt rounds to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Oct 4, 2023
1 parent 6ca98bd commit 5f7d601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/hashing.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/

'bcrypt' => [
'rounds' => env('BCRYPT_ROUNDS', 10),
'rounds' => env('BCRYPT_ROUNDS', 12),
],

/*
Expand Down

0 comments on commit 5f7d601

Please sign in to comment.