-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Argon2 hashing using OpenSSL #12701
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
Comments
It's actaully using libargon2 if you are talking about I think it seems like a good idea to allow loading that from OpenSSL if supported. |
Will leave label for both extensios - there is definitely work in standard and then it depends on implementation if the code changes will be also in ext openssl (think it would be probably cleaner in that way). |
Will be available in 8.4.0beta4 |
PHP 8.4.0beta4 has already been released last Thursday, so feature will be available in PHP 8.4.0beta5 (possibly on Windows, too). |
Description
I think Argon2 hashing is currently powered by libsodium, but OpenSSL 3.2 now supports this, too. It would be awesome to have the option to use OpenSSL instead at configure time.
The text was updated successfully, but these errors were encountered: