java.lang.Object
me.gosimple.nbvcxz.matching.match.BaseMatch
me.gosimple.nbvcxz.matching.match.BruteForceMatch
- All Implemented Interfaces:
Match
public final class BruteForceMatch extends BaseMatch
- Author:
- Adam Brusselback
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BruteForceMatch(char match, Configuration configuration, int index)Create a newBruteForceMatch -
Method Summary
Methods inherited from class me.gosimple.nbvcxz.matching.match.BaseMatch
calculateEntropy, getAverageEntropy, getDetails, getEndIndex, getLength, getStartIndex, getToken, log2, nCk, setEntropy
-
Constructor Details
-
BruteForceMatch
Create a newBruteForceMatch- Parameters:
match- theStringwe are creating theBruteForceMatchfrom.configuration- theConfigurationobject.index- the index in the password for this match.
-