C# Class Pluton.CryptoExtensions

Mostra file Open project: Notulp/Pluton Class Usage Examples

Public Methods

Method Description
GetMD5Hash ( MD5 md5Hash, byte input ) : string
GetMD5Hash ( MD5 md5Hash, string input ) : string
Init ( ) : void
VerifyMD5Hash ( MD5 md5Hash, byte input, string hash ) : bool
VerifyMD5Hash ( MD5 md5Hash, string input, string hash ) : bool
VerifyMD5Hash ( this input ) : bool
VerifyMD5Hash ( this input, string hash ) : bool

Method Details

GetMD5Hash() public static method

public static GetMD5Hash ( MD5 md5Hash, byte input ) : string
md5Hash MD5
input byte
return string

GetMD5Hash() public static method

public static GetMD5Hash ( MD5 md5Hash, string input ) : string
md5Hash MD5
input string
return string

Init() public static method

public static Init ( ) : void
return void

VerifyMD5Hash() public static method

public static VerifyMD5Hash ( MD5 md5Hash, byte input, string hash ) : bool
md5Hash MD5
input byte
hash string
return bool

VerifyMD5Hash() public static method

public static VerifyMD5Hash ( MD5 md5Hash, string input, string hash ) : bool
md5Hash MD5
input string
hash string
return bool

VerifyMD5Hash() public static method

public static VerifyMD5Hash ( this input ) : bool
input this
return bool

VerifyMD5Hash() public static method

public static VerifyMD5Hash ( this input, string hash ) : bool
input this
hash string
return bool