1 Repo
Probabilistic models that simulate how an attacker prioritizes common patterns over random combinations.
Distinct from Probabilistic Modeling: Candidates are generic AI probabilistic models; this is a specific security application for estimating crackability.
Explore 1 awesome GitHub repository matching security & cryptography · Cracking Strategy Simulation. 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
Simulates a cracker's strategy by prioritizing common patterns and common words over random character combinations.