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

StringExtensions..::..IsValidRfcHashFor Method

Validate if the plain-text is valid for the base 64 string hash value that was cyphered with a password

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

Syntax


public static bool IsValidRfcHashFor(
	string base64String,
	string plainText
)

Parameters

base64String
Type: String
The Base 64 string
plainText
Type: String
The text to compare

Return Value

True if the hash is valid