WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

PasswordGenerator..::..GeneratePassword Method

Generates the password based on a a given input.

Namespace:  Walter.Cypher
Assembly:  Walter.Cypher (in Walter.Cypher.dll)

Syntax


public static string GeneratePassword(
	string passwordInput
)

Parameters

passwordInput
Type: String
The password input.

Return Value

System.String.

Exceptions


ExceptionCondition
[ArgumentException]Password may not be null or empty - password

Remarks


use PasswordGenerator.ValidateGeneratedPassword To validate the password