1 repositorio
Validators that reduce security scores for passwords containing predictable strings or personal information.
Distinct from Regex Pattern Validators: Candidates are either for regex format validation or blockchain validator security, not password pattern validation.
Explore 1 awesome GitHub repository matching security & cryptography · Pattern-Based Security Validators. Refine with filters or upvote what's useful.
zxcvbn is a password strength estimator and entropy analyzer designed to evaluate the complexity of passwords. It calculates the time and effort required to crack a password by identifying common sequences and analyzing predictable vocabulary. The tool functions as a pattern-based security validator that reduces strength scores for inputs containing personal information or strings from custom vocabulary lists. It employs a probabilistic guessing model to simulate cracking strategies, prioritizing common patterns and words over random character combinations. The system covers security workflo
Reduces strength scores for passwords containing personal information or predictable strings.