Documentation ¶
Index ¶
- Constants
- func FilterDateSepMatcher(m match.Matcher) bool
- func FilterDateWithoutSepMatcher(m match.Matcher) bool
- func FilterL33tMatcher(m match.Matcher) bool
- func FilterRepeatMatcher(m match.Matcher) bool
- func FilterSequenceMatcher(m match.Matcher) bool
- func FilterSpatialMatcher(m match.Matcher) bool
- func Omnimatch(password string, userInputs []string, filters ...func(match.Matcher) bool) (matches []match.Match)
Constants ¶
View Source
const L33TMatcherName = "l33t"
L33TMatcherName id
Variables ¶
This section is empty.
Functions ¶
func FilterDateSepMatcher ¶
FilterDateSepMatcher can be pass to zxcvbn-go.PasswordStrength to skip that matcher
func FilterDateWithoutSepMatcher ¶
FilterDateWithoutSepMatcher can be pass to zxcvbn-go.PasswordStrength to skip that matcher
func FilterL33tMatcher ¶
FilterL33tMatcher can be pass to zxcvbn-go.PasswordStrength to skip that matcher
func FilterRepeatMatcher ¶
FilterRepeatMatcher can be pass to zxcvbn-go.PasswordStrength to skip that matcher
func FilterSequenceMatcher ¶
FilterSequenceMatcher can be pass to zxcvbn-go.PasswordStrength to skip that matcher
func FilterSpatialMatcher ¶
FilterSpatialMatcher can be pass to zxcvbn-go.PasswordStrength to skip that matcher
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.