awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dropbox/zxcvbnD

    dropbox/zxcvbn

    15,992Ver en GitHub↗

    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
    Ver en GitHub↗15,992
  1. Home
  2. Security & Cryptography
  3. Dictionary-Based Pattern Matching