Метод | Описание | |
---|---|---|
CalculateMD5Hash ( byte inputBytes ) : string | ||
CalculateMD5Hash ( string input ) : string | ||
CryptorEngine ( string key ) : System | ||
Decrypt ( string encrypted ) : string | ||
Encrypt ( string text ) : string |
Метод | Описание | |
---|---|---|
GetMD5KeyHash ( ) : byte[] | ||
TripleDesCryptoService ( ) : |
public static CalculateMD5Hash ( byte inputBytes ) : string | ||
inputBytes | byte | |
Результат | string |
public static CalculateMD5Hash ( string input ) : string | ||
input | string | |
Результат | string |
public CryptorEngine ( string key ) : System | ||
key | string | |
Результат | System |
public Decrypt ( string encrypted ) : string | ||
encrypted | string | |
Результат | string |