Class Tea
Represents static wrappers for the Tiny Encryption Algorithm
Inherited Members
Namespace: Slipe.Shared.Cryptography
Assembly: SlipeShared.dll
Syntax
public static class Tea
Methods
| Improve this Doc View SourceDecrypt(String, String)
Decrypt an encrypted string with the Tiny Encryption Algorithm
Declaration
public static string Decrypt(string input, string key)
Parameters
Returns
Type | Description |
---|---|
String |
Encrypt(String, String)
Encrypt a string with the Tiny Encryption Algorithm
Declaration
public static string Encrypt(string input, string key)
Parameters
Returns
Type | Description |
---|---|
String |