Table of Contents

Class Encryption

Namespace
Coherence.Editor.Toolkit
Assembly
Coherence.Editor.dll
public static class Encryption
Inheritance
Encryption

Methods

Decrypt(byte[])

public static string Decrypt(byte[] cipherText)

Parameters

cipherText byte[]

Returns

string

Encrypt(string)

public static byte[] Encrypt(string plainText)

Parameters

plainText string

Returns

byte[]