Hello Internals, I'd like to improve the password_* functions by adding support for Argon2[1], the winner of the Password Hasing Competition[2].
I've previously implemented an extension[3] to handle this, however I believe this would be better to have Argon2 implemented directly password_* functions. I would handle implementation of this enhancement, and would like to gather your feedback before formally proposing an RFC. My wiki username is: charlesportwoodii Thank you! *Charles R. Portwood II* [1] <https://github.com/P-H-C/phc-winner-argon2> [2] <https://password-hashing.net/> [3] <https://github.com/charlesportwoodii/php-argon2-ext>