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

PasswordGenerator..::..TryValidateFixedSizePassword Method

Validates a password generated by this system and tests for tampering.

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

Syntax


public static bool TryValidateFixedSizePassword(
	string input,
	string original,
	out bool tamperDetected
)

Parameters

input
Type: String
The input to validate.
original
Type: String
the original to compare with
tamperDetected
Type: Boolean%
if true it indicates that tampering was detected

Return Value

true if matched and not tampered, false otherwise.