Table of Contents

Class CryptHelper.RijndaelString

Namespace
SunamoCrypt
Assembly
SunamoCrypt.dll

Not working great Must convert to bytes and transfer in bytes, also through network

public class CryptHelper.RijndaelString
Inheritance
CryptHelper.RijndaelString
Inherited Members
Extension Methods

Fields

Instance

Singleton instance of RijndaelString

public static CryptHelper.RijndaelString Instance

Field Value

CryptHelper.RijndaelString

Methods

Decrypt(string)

Decrypts the specified text

public string Decrypt(string text)

Parameters

text string

Text to decrypt

Returns

string

Decrypted text

Encrypt(string)

Encrypts the specified text

public string Encrypt(string text)

Parameters

text string

Text to encrypt

Returns

string

Encrypted text