zxcvbn icon indicating copy to clipboard operation
zxcvbn copied to clipboard

Add word sequence matcher

Open MrWook opened this issue 5 months ago • 0 comments

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.

MrWook avatar Jun 28 '25 20:06 MrWook