Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的 laravel 应用程序中使用 argon2id
我将 hashing.php 中的驱动程序从更改'driver' => 'bcrypt'为'driver' => 'argon2id'
'driver' => 'bcrypt'
'driver' => 'argon2id'
然后我尝试运行我的播种机然后它给了我一个错误
Argon2 hashing not supported.
Laravel 版本 7.29.2
PHP 版本 7.4.11
这是实际的错误