Click or drag to resize

HashToRIPEMD160 Method

Computes the hash value for the specified phrase. RIPEMD-160 is a 160-bit cryptographic hash function. It is intended for use as a replacement for the 128-bit hash functions MD4, MD5, and RIPEMD.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ToRIPEMD160(
	string phrase,
	string salt
)

Parameters

phrase
Type: SystemString
The input to compute the hash code for.
salt
Type: SystemString
The salt to add to the string to be hashed for security.

Return Value

Type: String
The computed hash as a base-64 encoded string.
See Also