| Package | Description |
|---|---|
| me.gosimple.nbvcxz.resources |
| Modifier and Type | Method and Description |
|---|---|
Dictionary |
DictionaryBuilder.createDictionary()
Creates the dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Dictionary> |
ConfigurationBuilder.getDefaultDictionaries() |
List<Dictionary> |
Configuration.getDictionaries() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Generator.generatePassphrase(String delimiter,
int words,
Dictionary dictionary)
Generates a passphrase from the supplied dictionary with the requested word count.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationBuilder |
ConfigurationBuilder.setDictionaries(List<Dictionary> dictionaries)
Dictionaries are used by the
DictionaryMatcher to find common words, names, and known passwords within the password. |
| Constructor and Description |
|---|
Configuration(List<PasswordMatcher> passwordMatchers,
Map<String,Long> guessTypes,
List<Dictionary> dictionaries,
List<AdjacencyGraph> adjacencyGraphs,
Map<Character,Character> leetTable,
Pattern yearPattern,
Double minimumEntropy,
Locale locale,
boolean distanceCalc,
long combinationAlgorithmTimeout) |
Copyright © 2017. All rights reserved.