| Constructor and Description |
|---|
BruteForceMatch(String match,
Configuration configuration,
int start_index,
int end_index)
Create a new
BruteForceMatch |
| Modifier and Type | Method and Description |
|---|---|
double |
calculateEntropy()
Calculate the entropy for the current match
|
getDetails, getEndIndex, getLength, getStartIndex, getToken, log2, nCkpublic BruteForceMatch(String match, Configuration configuration, int start_index, int end_index)
BruteForceMatchmatch - the String we are creating the BruteForceMatch from.configuration - the Configuration object.start_index - the start index in the password for this match.end_index - the end index in the password for this match.public double calculateEntropy()
Matchdouble representing the entropy of the current Match.Copyright © 2016. All rights reserved.