OWASP / passfault

OWASP Passfault evaluates passwords and enforces password policy in a completely different way.
https://passfault-hrd.appspot.com
Apache License 2.0
174 stars 89 forks source link

white space password #69

Open NoName115 opened 6 years ago

NoName115 commented 6 years ago

The value of password total-complexity is high when the input password contain only white space characters, I think this is not a correct behaviour of this library.

'\t\t\t\t\t\t\t\t' - 9682651996416
'        ' - 9682651996416
'@@@@@@@@' - 564
c-a-m commented 6 years ago

Nice find. Thank you for reporting this.