zxcvbn
zxcvbn copied to clipboard
Add word sequence matcher
Resolves: https://github.com/zxcvbn-ts/zxcvbn/issues/63
A new matcher that finds words in a dictionary and find sequences in them for specific lists like
[ "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ]
The matching is working but i still need to figure out how we should pass the dictionaries to the matcher so that only those specific dictionaries are checked and not all.