Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Min secret length #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Min secret length #30

wants to merge 1 commit into from

Commits on Jun 15, 2023

  1. Added a minimum secret length.

    Given the way that variationsStream is implemented, the code still calculates all permutations with repetition up to the min length, but these are no longer passed along to be processed and checked against the token. Ideal would be to replace or extend the variationsStream call but that library has not been updated in 9 years.
    0xCaponte committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    ece0fd7 View commit details
    Browse the repository at this point in the history