Per https://wiki.php.net/rfc/argon2_password_hash_enhancements Argon2id password hashes will be supported in PHP 7.3. We should add support for this alongside our existing Argon2i logic.
Labels |
Added:
?
|
Category | ⇒ | External Library |
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-06-24 12:06:06 |
Closed_By | ⇒ | zero-24 |
So just another else if like this one here: https://github.com/joomla/joomla-cms/blob/3.8.8/libraries/src/User/UserHelper.php#L342-L349 correct?