Package | Description |
---|---|
org.passay | |
org.passay.dictionary |
Modifier and Type | Method and Description |
---|---|
Dictionary |
AbstractDictionaryRule.getDictionary()
Returns the dictionary used to search for passwords.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDictionaryRule.setDictionary(Dictionary dict)
Sets the dictionary used to search for passwords.
|
Constructor and Description |
---|
DictionaryRule(Dictionary dict)
Creates a new dictionary rule.
|
DictionarySubstringRule(Dictionary dict)
Creates a new dictionary substring rule.
|
DigestDictionaryRule(org.cryptacular.bean.HashBean<String> bean,
Dictionary dict)
Creates new digest history rule which operates on password references that were digested with the supplied hash.
|
Modifier and Type | Class and Description |
---|---|
class |
BloomFilterDictionary
Dictionary that is backed by a Bloom Filter.
|
class |
JDBCDictionary
Provides a
Dictionary backed by a database table. |
class |
TernaryTreeDictionary
Provides fast searching for dictionary words using a ternary tree.
|
class |
WordListDictionary
Provides fast searching for dictionary words using a word list.
|
Modifier and Type | Method and Description |
---|---|
Dictionary |
DictionaryBuilder.build()
Builds a dictionary from the configured properties.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.