Method | Description | |
---|---|---|
CalculateMD5Hash ( byte inputBytes ) : string | ||
CalculateMD5Hash ( string input ) : string | ||
CryptorEngine ( string key ) : System | ||
Decrypt ( string encrypted ) : string | ||
Encrypt ( string text ) : string |
Method | Description | |
---|---|---|
GetMD5KeyHash ( ) : byte[] | ||
TripleDesCryptoService ( ) : |
public static CalculateMD5Hash ( byte inputBytes ) : string | ||
inputBytes | byte | |
return | string |
public static CalculateMD5Hash ( string input ) : string | ||
input | string | |
return | string |