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

StringExtensions..::..IsValidMD5HashFor Method (String, String)

Validate if the plain-text is valid MD5 hash

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

Syntax


public static bool IsValidMD5HashFor(
	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