Skip to content

Add support for searching substrings of passwords #40

Open
@ToxicDave

Description

@ToxicDave

First of all I have to say, this is one of the best Open Source programms I've seen!
But something with the BannedWords bothers me.

Isn't it possible to not only normalize the password that it has to be the exact same value at the end, but also check if any BannedWord is content of a password?

That this constelation would get blocked.
BannedWord: "helloworld"
Password: "helloworld123abc"

When I understand right, at the moment the "abc" at the end of the password cause the problem that it can't be normalized to "helloworld"...

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions