C# Class LetMeRate.Application.Security.SecurityDigest

Inheritance: ISecurityDigest
Exibir arquivo Open project: cairey/Let-Me-Rate-NancyFX

Public Methods

Method Description
Authenticated ( string phase, string storedEncrypedPhase, string storedSalt ) : bool
CreateSalt ( ) : string
EncryptPhase ( string phase, string salt ) : string

Method Details

Authenticated() public method

public Authenticated ( string phase, string storedEncrypedPhase, string storedSalt ) : bool
phase string
storedEncrypedPhase string
storedSalt string
return bool

CreateSalt() public method

public CreateSalt ( ) : string
return string

EncryptPhase() public method

public EncryptPhase ( string phase, string salt ) : string
phase string
salt string
return string