SecurityHelper.GetMD5SaltedHash Method A Sandcastle Documented Class Library
HMACMD5 wrapper for guaranteeing the output is the same and using salted MD5 hash (SHA-1, SHA256, SHA384, SHA512, RIPEMD160)

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string GetMD5SaltedHash(
	string val,
	string salt
)

Parameters

val
Type: System.String
salt
Type: System.String

Return Value

Type: String
See Also