Click or drag to resize

PasswordScore Enumeration

Describes the password strength as a scoring system

Namespace:  Cauldron.Cryptography
Assembly:  Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public enum PasswordScore
Members
  Member nameValueDescription
Blank0 Password is blank
VeryWeak1 Password length is shorter than 4 characters
Weak2 Password is weak
Medium3 Password is medium
Strong4 The password is considered as strong
VeryStrong5 The password is considered as very strong
See Also