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

Passwords with fghijkl are reported as more secure than they are #15

Open
davidjwilkins opened this issue Sep 28, 2022 · 0 comments
Open

Comments

@davidjwilkins
Copy link

Describe the bug
The getLength function is supposed to strip sequential characters after a run length of 2. e.g. fghijkl should become fg.

However, because it first replaces the sequence asdfghjkl, it changes fghijkl to fgijk, which then becomes 'fgij, a length of 4.

To Reproduce

#14

Expected behavior
It should change fghijkl to fg

Screenshots
If applicable, add screenshots or console output that helps explain the situation

Environment (please complete the following information):

  • OS: [e.g. Linux Ubuntu]

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant