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

Argon2id support #1492

Closed
jamieburchell opened this issue Jan 28, 2021 · 2 comments
Closed

Argon2id support #1492

jamieburchell opened this issue Jan 28, 2021 · 2 comments

Comments

@jamieburchell
Copy link

As per https://wiki.php.net/rfc/argon2_password_hash_enhancements the recommended default Argon2 implementation is now Argon2id. This library only supports Argon2i.

Argon2id may not be available to you however, so this would likely need to be another config option. The generally recommended way to use the password_hash method however is with the PASSWORD_DEFAULT constant, so I'm thinking, would you also support a "default" setting which uses this constant?

@benedmunds
Copy link
Owner

Thanks for reporting this.

Can you test this out to see if it solves this issue for you?

#1494

@benedmunds
Copy link
Owner

Closing due to inactivity. Feel free to re-open if this is still an issue.

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