PasswordComplexityIndex class can evaluate a string to return an index between 0 (minimum) and 40 (maximum) that indicates the password strength.

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public class PasswordComplexityIndex
Visual Basic
Public Class PasswordComplexityIndex
Visual C++
public ref class PasswordComplexityIndex

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Utils..::..PasswordComplexityIndex

See Also