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

PasswordGenerator..::..GeneratePasswords Method

Generates the passwords.

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

Syntax


public static List<ValueTuple<string, string>> GeneratePasswords(
	string baseText,
	byte create
)

Parameters

baseText
Type: String
The base text.
create
Type: Byte
number of entries to generate, byte is used to limit amount of entries that can be generated in 1 time.

Return Value

List<System.ValueTuple<System.String, System.String>>.

Exceptions


ExceptionCondition
[ArgumentException]Base text for password must be provided - baseText