Interface StrongPasswordOptions

Check if string is considered a strong password. Allows options to be added

Hierarchy

  • StrongPasswordOptions

Properties

minLength?: number
minLowercase?: number
minNumbers?: number
minSymbols?: number
minUppercase?: number
pointsForContainingLower?: number
pointsForContainingNumber?: number
pointsForContainingSymbol?: number
pointsForContainingUpper?: number
pointsPerRepeat?: number
pointsPerUnique?: number
returnScore?: boolean

Generated using TypeDoc