Evaluate the complexity index of the given password/passphrase

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

Syntax

C#
public void Evaluate(
	string passphrase
)
Visual Basic
Public Sub Evaluate ( _
	passphrase As String _
)
Visual C++
public:
void Evaluate(
	String^ passphrase
)

Parameters

passphrase
Type: System..::..String
a given password string

See Also