Show / Hide Table of Contents

Class Tea

Represents static wrappers for the Tiny Encryption Algorithm

Inheritance
Object
Tea
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.Cryptography
Assembly: SlipeShared.dll
Syntax
public static class Tea

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
Type Name Description
String input
String key
Returns
Type Description
String
| 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
Type Name Description
String input
String key
Returns
Type Description
String
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Decrypt(String, String)
    • Encrypt(String, String)
Back to top Generated by DocFX