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

StringExtensions..::..RfcHash Method

Generate hash of a given string using a cryptology hasher and password

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

Syntax


public static string RfcHash(
	string plainText,
	string password,
	int hashItterations
)

Parameters

plainText
Type: String
The text to compute the hash for
password
Type: String
Password to use when generating hash
hashItterations
Type: Int32
the looping used to shuffle the derive the key, the higher the number the more time needed to execute the method

Return Value

Hash value of a given string