Unify and manage your data

Dictionaryprule

This rule determines if a password matches a dictionary word

Rule for determining if a password matches a dictionary word.

Table 1. Parameters
ParameterDescriptionTypeSyntax
caseSensitive

Set to true to create case-sensitive word list, false otherwise.

BooleanThis parameter takes a true or false value:"caseSensitive" : true
dictionaryDictionary rules to match password.String "dictionary": ["apple", "tree"],
{ "type": ".DictionaryPRule", "dictionary": ["apple", "tree"], "caseSensitive" : true }
Was this content helpful?