Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PASSWORD_ARGON2I algorithm for password_hash and password_needs_rehash #22400

Closed
chamav opened this issue Dec 12, 2017 · 2 comments
Closed

PASSWORD_ARGON2I algorithm for password_hash and password_needs_rehash #22400

chamav opened this issue Dec 12, 2017 · 2 comments

Comments

@chamav
Copy link

chamav commented Dec 12, 2017

  • Laravel Version: 5.5.25
  • PHP Version: 7.2.0
  • Database Driver & Version:

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

@Dylan-DPC-zz
Copy link

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.

@chamav
Copy link
Author

chamav commented Dec 12, 2017

Ok. Thank you for your answer. We will wait for the release laravel 5.6.

@chamav chamav closed this as completed Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants