OpenPasswordFilter
OpenPasswordFilter copied to clipboard
[Feature] Advanced partial match (percentage of password matching)
I like your project and it seems to be very usefull but there is one feature i am missing, partial matching including a percentage matching sheme. Sadly i am weak programmer so i dont try to kill this important code with my rubish knowledge.
The idea explained: The opfcont.txt will be tested for a partial match but with a configurable percentage for the whole password, for example 50% For example password is in the opfcont.txt User tries to set "password" as his password -> rejected User tries to set "password123" as his password -> rejected User tries to set "passwordisrealysecure" -> accepted, cause there is a match for "password" but it is less than 50% of the whole password