# Functions
New returns a new generator.
NewValidater 生产检查器.
NewWithDefault returns a new generator with the default config.
# Constants
DefaultLetterAmbiguousSet are letters which are removed from the chosen character set if removing similar characters.
DefaultLetterSet is the letter set that is defaulted to - just the alphabet.
DefaultNumberAmbiguousSet are the numbers which are removed from the chosen character set if removing similar characters.
DefaultNumberSet the default symbol set if character set hasn't been selected.
DefaultSymbolAmbiguousSet are the symbols which are removed from the chosen character set if removing ambiguous characters.
DefaultSymbolSet the default symbol set if character set hasn't been selected.
LengthOK ok length password.
LengthStrong strong length password.
LengthVeryStrong very strong length password.
LengthWeak weak length password.
# Variables
DefaultConfig is the default configuration, defaults to: - length = 24 - Includes symbols, numbers, lowercase and uppercase letters.
# Interfaces
Validater 校验器.