awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesDictionary-Based Pattern Matching

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.

Awesome Dictionary-Based Pattern Matching GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dropbox/zxcvbnD

    dropbox/zxcvbn

    15,992Auf GitHub ansehen↗

    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.

    CoffeeScript
    Auf GitHub ansehen↗15,992
  1. Home
  2. Security & Cryptography
  3. Dictionary-Based Pattern Matching