wiki.techinc.nl/includes/password
Tim Starling 28f65f252e password: Update Argon2Password for PHP 7.4 minimum
In PHP 7.4, it's possible to compile password without Argon, but if
Argon is compiled in, both algorithms should be available.

So:

* Remove Phan stubs
* Simplify class code
* Add test per todo

Change-Id: I749d456ad59698e5b1538b127586ea796efba1d1
2022-11-22 22:47:42 +00:00
..
Hook
AbstractPbkdf2Password.php Use OpenSSL if available for PBKDF2 password hashing 2022-10-04 19:46:14 -04:00
Argon2Password.php password: Update Argon2Password for PHP 7.4 minimum 2022-11-22 22:47:42 +00:00
BcryptPassword.php Respond to some messages from Phan on PHP 8.1 2022-11-03 16:25:43 +11:00
EncryptedPassword.php
InvalidPassword.php
LayeredParameterizedPassword.php
MWOldPassword.php Respond to some messages from Phan on PHP 8.1 2022-11-03 16:25:43 +11:00
MWSaltedPassword.php Respond to some messages from Phan on PHP 8.1 2022-11-03 16:25:43 +11:00
ParameterizedPassword.php Make some generic array type hints in PHPDocs more specific 2021-12-08 09:12:22 +01:00
Password.php Fix typos in comments (N-R) 2022-01-09 23:14:44 +05:30
PasswordError.php
PasswordFactory.php Use OpenSSL if available for PBKDF2 password hashing 2022-10-04 19:46:14 -04:00
PasswordPolicyChecks.php Remove PasswordCannotMatchUsername password policy 2021-09-06 14:55:12 +00:00
Pbkdf2PasswordUsingHashExtension.php Fix the remaining Phan failures on PHP 8.1 2022-11-09 13:12:50 +11:00
Pbkdf2PasswordUsingOpenSSL.php Use OpenSSL if available for PBKDF2 password hashing 2022-10-04 19:46:14 -04:00
UserPasswordPolicy.php Make some generic array type hints in PHPDocs more specific 2021-12-08 09:12:22 +01:00