? ? Pending

User tests: Successful: Unsuccessful:

avatar zero-24
zero-24
24 Jun 2018

Pull Request for Issue #20826

Summary of Changes

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.

Testing Instructions

review

Expected result

Argon2id PW supported

Actual result

Argon2id PW NOT supported

Documentation Changes Required

@mbabker can you tell me where you documented the Argon2i support?

avatar zero-24 zero-24 - open - 24 Jun 2018
avatar zero-24 zero-24 - change - 24 Jun 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 24 Jun 2018
Category Libraries Unit Tests
avatar HLeithner
HLeithner - comment - 24 Jun 2018

I think this will not work.
You have to check for "$argon2id" before checking for "$argon2i" in the if Statement because strpos "$argon2i" will already be true for "$argon2id"

avatar zero-24 zero-24 - change - 24 Jun 2018
Labels Added: ? ?
avatar zero-24
zero-24 - comment - 24 Jun 2018

fixed by the last commit thanks @HLeithner

avatar mbabker
mbabker - comment - 24 Jun 2018

can you tell me where you documented the Argon2i support?

It's not really documented anywhere. We don't have a place covering this part of the API AFAIK.

avatar HLeithner
HLeithner - comment - 11 Jul 2018

J4i the rfc has been accepted and is already implemented in php 7.3.

avatar HLeithner HLeithner - test_item - 22 Jul 2018 - Tested successfully
avatar HLeithner
HLeithner - comment - 22 Jul 2018

I have tested this item successfully on c09b09d

Successfully on PHP 7.3.0alpha4


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/20855.

avatar mbabker mbabker - change - 28 Aug 2018
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-08-28 23:34:36
Closed_By mbabker
avatar mbabker mbabker - close - 28 Aug 2018
avatar mbabker mbabker - merge - 28 Aug 2018

Add a Comment

Login with GitHub to post a comment