Dictionaryprule
This rule determines if a password matches a dictionary word
Rule for determining if a password matches a dictionary word.
Parameter | Description | Type | Syntax |
---|---|---|---|
caseSensitive |
Set to true to create case-sensitive word list, false otherwise. | Boolean | This parameter takes a true or false value:
|
dictionary | Dictionary rules to match password. | String |
|
{
"type": ".DictionaryPRule",
"dictionary": ["apple", "tree"],
"caseSensitive" : true
}