Commit Graph

13 Commits

Author SHA1 Message Date
Taylor Otwell 31394de4d7
Revert "Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094)" (#5095)
This reverts commit 86908e1eb4.
2019-09-07 02:18:51 +02:00
Patrick Heppler 86908e1eb4 Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094)
With the values 
````
'argon' => [
        'memory' => 1024,
        'threads' => 2,
        'time' => 2,
    ],
```
Hash::make() produces password_hash(): Memory cost is outside of allowed memory range on PHP 7.4
2019-09-06 14:16:32 +02:00
Taylor Otwell 28908d83d9 add supported type 2018-08-04 08:52:01 -10:00
Roberto Aguilar dc320c8942
Set bcrypt rounds using the hashing config 2018-04-18 10:09:32 -05:00
Taylor Otwell 50ffc7d9fd formatting 2018-03-24 14:25:38 -07:00
Hugues Joyal f33dc10bed gammar 2018-03-19 15:26:46 -04:00
Hugues Joyal d79e7ccb8b fix styling 2018-03-19 15:15:25 -04:00
Hugues Joyal 7259889fcd missing newline 2018-03-19 13:29:20 -04:00
Hugues Joyal af91d97b68 better comment formating 2018-03-18 08:59:04 -04:00
Hugues Joyal 18701f51ea New line formating 2018-03-18 08:38:20 -04:00
Hugues Joyal 010d713898 style-ci fix 2018-03-18 07:50:27 -04:00
Hugues Joyal 4f8a093dcc Add hashing configuration 2018-03-18 07:47:34 -04:00
Taylor Otwell bac7595f02 add hashing config 2018-01-30 08:38:49 -06:00