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

StringExtensions..::..AsMD5Hash Method (String)

Generate hash of a given string using MD5 methods generating a 32 character hash string

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

Syntax


public static string AsMD5Hash(
	string plainText
)

Parameters

plainText
Type: String
The text to compute the hash for

Return Value

Hash value of a given string