Libraries tagged by password check
roots/wp-password-bcrypt
9375801 Downloads
WordPress plugin which replaces wp_hash_password and wp_check_password's phpass hasher with PHP 5.5's password_hash and password_verify using bcrypt.
mikemclin/laravel-wp-password
3120916 Downloads
Laravel package that checks and creates WordPress password hashes
valorin/pwned-validator
1087616 Downloads
Super simple Laravel Validator for checking password via the Pwned Passwords service of Have I Been Pwned
divineomega/password_exposed
1552593 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.
automattic/jetpack-password-checker
698021 Downloads
Password Checker.
staabm/password_exposed
280976 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.
divineomega/laravel-password-exposed-validation-rule
680411 Downloads
Laravel validation rule that checks if a password has been exposed in a data breach
ballen/plexity
846892 Downloads
A password complexity checker library.
phpcompatibility/phpcompatibility-passwordcompat
682710 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by ircmaxell's password_compat library.
acurrieclark/php-password-verifier
64482 Downloads
Framework agnostic password strength checker
payfast/laravel-validate-pwned-password
25170 Downloads
Adds Laravel validator rule to check if a password has been pwned from https://haveibeenpwned.com/API/v2
square1/pwned-check
28594 Downloads
Validate password changes against known-compromised passwords
phpcompatibility/phpcompatibility-all
47279 Downloads
A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues and opportunities to modernize code in PHP projects.
fof/pwned-passwords
8584 Downloads
Check passwords against the Have I Been Pwned password database
magentron/password_exposed
1425 Downloads
This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach. (forked from mstaab/password_exposed)