PasswordStrengthBundle
Password validator
A Symfony bundle providing validation rules for strong passwords
Validator for ensuring strong passwords in Symfony2 applications
28 stars
5 watching
3 forks
Language: PHP
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jeremykendall/password-validator | Validates passwords using PHP's password_hash function to ensure security and ease of upgrade from legacy hashes | 145 |
bjeavons/zxcvbn-php | A PHP library that estimates the strength of passwords based on pattern matching and minimum entropy calculation. | 831 |
bsiddiqui/bookshelf-bcrypt | Automates password hashing and verification in bookshelf models | 16 |
nulab/zxcvbn4j | An open-source Java port of a password strength estimator that assesses the security of passwords based on pattern matching and estimation | 321 |
trustelem/zxcvbn | A Go implementation of a realistic password strength estimator inspired by password crackers. | 68 |
gosimplellc/nbvcxz | A Java library that estimates password strength based on various algorithms and dictionary matching, providing internationalization support and customizable options. | 293 |
hlandau/passlib | A password validation library in Go inspired by Python's passlib. | 289 |
ghostbar/angular-zxcvbn | Provides an Angular.js directive to calculate password strength based on the zxcvbn library and user input from other form fields. | 56 |
zbarnes757/jeaux | A validation framework for HTTP request parameters and queries | 13 |
zepgram/module-json-schema | An implementation for validating JSON structures against given schemas in Magento | 1 |
scipag/password-list | Provides a collection of leaked passwords compiled into ordered lists for analysis and use in security testing | 319 |
shssoichiro/zxcvbn-rs | A password strength estimator based on the Dropbox zxcvbn library | 209 |
cryptosense/ocaml-zxcvbn | Provides a set of OCaml bindings to estimate the strength of passwords based on their composition and other characteristics | 15 |
sdinteractive/magento2_somethingdigital_invalidateadminpasswords | A tool to reset admin passwords on Magento 2 | 9 |
xpepper/passwordstrengthchecker | A tool to evaluate password strength based on length, character types, and special characters. | 6 |