You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add a choice of hashing algorithm for password_hash and password_needs_rehash functions.
In php 7.2 added PASSWORD_ARGON2I algorithm.
\Illuminate\Hashing\BcryptHasher::make
\Illuminate\Hashing\BcryptHasher::needsRehash
The text was updated successfully, but these errors were encountered:
Argon has been integrated in 5.6 to avoid any possible breaking changes. You can look at #21885. Also this repo is for bug tracking, so if you have any proposals you can create an issue in laravel/internals repo.
Description:
Please add a choice of hashing algorithm for password_hash and password_needs_rehash functions.
In php 7.2 added PASSWORD_ARGON2I algorithm.
\Illuminate\Hashing\BcryptHasher::make
\Illuminate\Hashing\BcryptHasher::needsRehash
The text was updated successfully, but these errors were encountered: