1 Repo
Comparison of strings against large datasets of known words and leaked passwords to identify predictable sequences.
Distinct from Rule-Based Pattern Matching: Existing candidates focus on regex or general string processing rather than security-focused dictionary checks for passwords.
Explore 1 awesome GitHub repository matching security & cryptography · Dictionary-Based Pattern Matching. 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
Compares input strings against large lists of common words and leaked passwords to detect non-random sequences.