Table of Contents

Class Sha256HashHelper

Namespace
JJMasterData.Commons.Security.Hashing
Assembly
JJMasterData.Commons.dll
public static class Sha256HashHelper
Inheritance
Sha256HashHelper
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