wiki.techinc.nl/includes/password
Max Semenik b86088857a Use strict types in includes/password
This is a well isolated area of code, without functions that are
likely to receive PHP's trademark "garbage in, garbage out" data
as parameters. Capitalize on this and require strict types there.

Change-Id: I9f1c172e737018d058ddc1700d8234832b58efa6
2019-11-19 15:01:09 +00:00
..
Argon2Password.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
BcryptPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
commonpasswords.cdb
EncryptedPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
InvalidPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
LayeredParameterizedPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
MWOldPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
MWSaltedPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
ParameterizedPassword.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
Password.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
PasswordError.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
PasswordFactory.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
PasswordPolicyChecks.php Remove Language::factory and getParentLanguage use 2019-10-27 12:34:28 +02:00
Pbkdf2Password.php Use strict types in includes/password 2019-11-19 15:01:09 +00:00
UserPasswordPolicy.php