Closed GrahamCampbell closed 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?
PASSWORD_ARGON2I
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.
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?