Open
Description
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"...