Class Tea
Represents static wrappers for the Tiny Encryption Algorithm
Assembly: SlipeShared.dll
Syntax
Methods
|
Improve this Doc
View Source
Decrypt(String, String)
Decrypt an encrypted string with the Tiny Encryption Algorithm
Declaration
public static string Decrypt(string input, string key)
Parameters
Returns
|
Improve this Doc
View Source
Encrypt(String, String)
Encrypt a string with the Tiny Encryption Algorithm
Declaration
public static string Encrypt(string input, string key)
Parameters
Returns