java.lang.Object
me.gosimple.nbvcxz.matching.DictionaryMatcher
- All Implemented Interfaces:
PasswordMatcher
Look for every part of the password that match an entry in our dictionaries
- Author:
- Adam Brusselback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmatch(Configuration configuration, String password) Creates aListofMatchfrom the password.
-
Constructor Details
-
DictionaryMatcher
public DictionaryMatcher()
-
-
Method Details
-
match
Description copied from interface:PasswordMatcherCreates aListofMatchfrom the password.- Specified by:
matchin interfacePasswordMatcher- Parameters:
configuration- configuration for the matcher.password- password to match.- Returns:
- a
ListofMatches that this matcher found for the given password and configuration.
-