ircmaxell / password_compat

Compatibility with the password_* functions that ship with PHP 5.5
MIT License
2.15k stars 421 forks source link

PASSWORD_ARGON2I Algo Support #104

Closed GrahamCampbell closed 6 years ago

GrahamCampbell commented 6 years ago

Are there plans to support the PASSWORD_ARGON2I algo, or is this library aiming to specifically be a compat layer exactly to match PHP 7.0.x?

ircmaxell commented 6 years ago

No, because this library disables itself on PHP 5.5+. It only works on 5.3 and 5.4, neither of which have ARGON2I available, so, no.