bjeavons / zxcvbn-php

Realistic PHP password strength estimate library based on Zxcvbn JS
MIT License
831 stars 113 forks source link

Ability to disable DictionaryMatch as customization #34

Open raror3 opened 5 years ago

raror3 commented 5 years ago

Hi,

Would like to know if we can disable Dictionary Match as an optional customization? I tried disabling it by commenting the invocation of Matchers\DictionaryMatch::class, in getMatchers() function of Matcher.php file. Just wanted to know if there's another option or this is the only one I could use here?

Note: I don't want to alter contents of ranked_frequency_lists.json file.