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

Remove the "shrinking window" from the concatenator #3

Open
robsheldon opened this issue Dec 20, 2016 · 0 comments
Open

Remove the "shrinking window" from the concatenator #3

robsheldon opened this issue Dec 20, 2016 · 0 comments

Comments

@robsheldon
Copy link
Owner

Related to issue #2 -- the concatenator currently uses a "shrinking window" when gluing passwords together, and for no good reason. Just have it always look at $lookahead_chars characters, preferentially check the most common passwords list, and after some number of passwords have been spit out make sure that one of the common ones are too.

This should help squeeze some more passwords out during concatenation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant