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: almost 7 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A Symfony bundle providing validation rules for strong passwords | 28 |
| Provides forward compatibility with PHP password_* functions from version 5.3.7 and above | 2,147 |
| Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go | 198 |
| A password validation library in Go inspired by Python's passlib. | 288 |
| Provides functions to generate, parse and verify bcrypt password hashes | 13 |
| Generates and verifies time-based one-time passwords for 2-factor authentication | 45 |
| Provides authentication functionality to secure user access in PHP applications. | 116 |
| A PHP library that estimates the strength of passwords based on pattern matching and minimum entropy calculation. | 833 |
| Provides authentication mechanisms for Flask web applications | 1,268 |
| A Java-based implementation of the Argon2 password hashing algorithm using a native C library | 332 |
| A validation framework for HTTP request parameters and queries | 13 |
| Protects user passwords from brute force, rainbow tables, and timing attacks by generating unique salts for each password. | 347 |
| A Common Lisp library for securely hashing and verifying passwords. | 30 |
| A library providing easy property validation functions for JavaScript applications | 158 |
| A tool to reset admin passwords on Magento 2 | 9 |