https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/src/Authentication/Password/Argon2iHandler.php right now only supports the native password hashing API, which is only usable on PHP 7.2 with Argon2 support. That method needs to be made aware of the 2.x sodium API used in PHP 7.2 (also check for support in 1.x libsodium) and support the sodium_crypto_pwhash_str_needs_rehash
function.
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | Authentication |
Labels |
Added:
J4 Issue
|
Build | staging | ⇒ | 4.0-dev |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-19 01:56:28 |
Closed_By | ⇒ | mbabker |