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

Make algorithm for password_hash configurable. #26

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

bashofmann
Copy link

This allows to use the new Argon2i algorithm introduced in PHP 7.2 (https://wiki.php.net/rfc/argon2_password_hash).

Since this feature only makes sense for PHP 7.2, it's also fine to bump the minimum version requirement to 7.0, remove the not needed compatibility library and upgrade PhpUnit so that the test suite does not throw any warnings or deprecation notices on 7.2.

Bastian Hofmann added 5 commits February 28, 2018 13:36
This allows to use the new Argon2i algorithm introduced in PHP 7.2 (https://wiki.php.net/rfc/argon2_password_hash).

Since this feature only makes sense for PHP 7.2, it's also fine to bump the minimum version requirement to 7.0, remove the not needed compatibility library and upgrade PhpUnit so that the test suite does not throw any warnings or deprecation notices on 7.2.
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.

1 participant