Libraries tagged by password check
roots/wp-password-bcrypt
8984520 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
2992293 Downloads
Laravel package that checks and creates WordPress password hashes
valorin/pwned-validator
972032 Downloads
Super simple Laravel Validator for checking password via the Pwned Passwords service of Have I Been Pwned
divineomega/password_exposed
1527475 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
670837 Downloads
Laravel validation rule that checks if a password has been exposed in a data breach
automattic/jetpack-password-checker
657063 Downloads
Password Checker.
staabm/password_exposed
165725 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.
phpcompatibility/phpcompatibility-passwordcompat
595599 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
54590 Downloads
Framework agnostic password strength checker
payfast/laravel-validate-pwned-password
22582 Downloads
Adds Laravel validator rule to check if a password has been pwned from https://haveibeenpwned.com/API/v2
square1/pwned-check
25405 Downloads
Validate password changes against known-compromised passwords
ballen/plexity
831531 Downloads
A password complexity checker library.
paragonie/passwdqc
14079 Downloads
Password/passphrase strength checking and enforcement
phpcompatibility/phpcompatibility-all
42498 Downloads
A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues and opportunities to modernize code in PHP projects.
dragonbe/hibp
36126 Downloads
A package integrating Troy Hunt's HaveIBeenPawnd API for password checking.