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

[5.5] Added Argon2 Hash Support #21524

Closed
wants to merge 1 commit into from
Closed

Conversation

BenExile
Copy link

@BenExile BenExile commented Oct 4, 2017

This adds the ability to use the Argon2 hashing algorithm. This implementation has the following dependencies:

This allows earlier adoption of the Argon2 hashing algorithm, rather than waiting for PHP 7.2 stability, and the implementation can be changed to support the core extension later on.

@taylorotwell
Copy link
Member

Release it as a package, please. When PHP 7.2 is available we can add support for it.

@Dylan-DPC-zz
Copy link

You can look at: https://github.com/koenhoeijmakers/laravel-argon2

@BenExile
Copy link
Author

BenExile commented Oct 4, 2017

@Dylan-DPC Thanks. I thought I'd send a PR for this to be in core as PHP 7.2 hasn't reached a stable release yet. This would allow Laravel to support Argon2 ahead of that release, with no additional packages, and probably much earlier than 7.2.* is used in production for many applications.

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

Successfully merging this pull request may close these issues.

3 participants