dropbox / zxcvbn

Low-Budget Password Strength Estimation
https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/wheeler
MIT License
14.98k stars 931 forks source link

Feature request: provide options for smaller builds #338

Open bendavis78 opened 9 months ago

bendavis78 commented 9 months ago

The total size of this library was seen as a major downside when evaluating client-side solutions. It would be good if we could decide on different sizes of dictionary checks we want to include, if any at all. For example, SecLists has different options for "top 1M", "top 10k", etc.