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

ParallelFinder doesn't handle Exceptions #48

Open c-a-m opened 9 years ago

c-a-m commented 9 years ago

Throwing an exception for too many candidate patterns hangs the parallelFinder

c-a-m commented 9 years ago

ParallelFinder really should be replaced with an Executor anyway.