Libraries tagged by password check
roots/wp-password-bcrypt
9564850 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.
valorin/pwned-validator
1156207 Downloads
Super simple Laravel Validator for checking password via the Pwned Passwords service of Have I Been Pwned
divineomega/password_exposed
1569755 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.
mikemclin/laravel-wp-password
3192859 Downloads
Laravel package that checks and creates WordPress password hashes
automattic/jetpack-password-checker
726921 Downloads
Password Checker.
divineomega/laravel-password-exposed-validation-rule
685034 Downloads
Laravel validation rule that checks if a password has been exposed in a data breach
ballen/plexity
858032 Downloads
A password complexity checker library.
phpcompatibility/phpcompatibility-passwordcompat
735828 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
67832 Downloads
Framework agnostic password strength checker
staabm/password_exposed
337370 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.
payfast/laravel-validate-pwned-password
28301 Downloads
Adds Laravel validator rule to check if a password has been pwned from https://haveibeenpwned.com/API/v2
square1/pwned-check
30590 Downloads
Validate password changes against known-compromised passwords
phpcompatibility/phpcompatibility-all
50519 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
8942 Downloads
Check passwords against the Have I Been Pwned password database
magentron/password_exposed
2147 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)