C# Class hMailServer.Crypto.Salter

Exibir arquivo Open project: hmailserver/hmailserver-net Class Usage Examples

Public Methods

Method Description
ValidateHash ( string password, string originalHash ) : bool

Private Methods

Method Description
Sha256 ( string value ) : string

Method Details

ValidateHash() public method

public ValidateHash ( string password, string originalHash ) : bool
password string
originalHash string
return bool