Table of Contents

Class Md5HashHelper

Namespace
JJMasterData.Commons.Security.Hashing
Assembly
JJMasterData.Commons.dll
public static class Md5HashHelper
Inheritance
Md5HashHelper
Inherited Members

Methods

ComputeHash(string)

public static string ComputeHash(string input)

Parameters

input string

Returns

string

VerifyHash(string, string)

public static bool VerifyHash(string input, string hash)

Parameters

input string
hash string

Returns

bool