password-validator
Password Validator
Validates passwords using PHP's password_hash function to ensure security and ease of upgrade from legacy hashes
Validates passwords against PHP's password_hash function using PASSWORD_DEFAULT. Will rehash when needed, and will upgrade legacy passwords with the Upgrade decorator.
145 stars
9 watching
16 forks
Language: PHP
last commit: over 6 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
jbafford/passwordstrengthbundle | A Symfony bundle providing validation rules for strong passwords | 28 |
ircmaxell/password_compat | Provides forward compatibility with PHP password_* functions from version 5.3.7 and above | 2,147 |
elithrar/simple-scrypt | Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go | 198 |
hlandau/passlib | A password validation library in Go inspired by Python's passlib. | 289 |
dnaeon/cl-bcrypt | Provides functions to generate, parse and verify bcrypt password hashes | 13 |
chillerlan/php-authenticator | Generates and verifies time-based one-time passwords for 2-factor authentication | 43 |
cakephp/authentication | Provides authentication functionality to secure user access in PHP applications. | 117 |
bjeavons/zxcvbn-php | A PHP library that estimates the strength of passwords based on pattern matching and minimum entropy calculation. | 831 |
miguelgrinberg/flask-httpauth | Provides authentication mechanisms for Flask web applications | 1,264 |
phxql/argon2-jvm | A Java-based implementation of the Argon2 password hashing algorithm using a native C library | 332 |
zbarnes757/jeaux | A validation framework for HTTP request parameters and queries | 13 |
ericelliott/credential | Protects user passwords from brute force, rainbow tables, and timing attacks by generating unique salts for each password. | 347 |
eudoxia0/cl-pass | A password hashing and verification library | 30 |
nettofarah/property-validator | A library providing easy property validation functions for JavaScript applications | 158 |
sdinteractive/magento2_somethingdigital_invalidateadminpasswords | A tool to reset admin passwords on Magento 2 | 9 |