Class CryptHelper.Rijndael
- Namespace
- SunamoCrypt
- Assembly
- SunamoCrypt.dll
Rijndael string encryption class
public class CryptHelper.Rijndael
- Inheritance
-
CryptHelper.Rijndael
- Inherited Members
- Extension Methods
Fields
RijndaelBytes
Rijndael bytes encryption instance
public CryptHelper.RijndaelBytes RijndaelBytes
Field Value
Methods
Decrypt(string)
Decrypts the specified text
public string Decrypt(string text)
Parameters
textstringText to decrypt
Returns
- string
Decrypted text
Encrypt(string)
Encrypts the specified text
public string Encrypt(string text)
Parameters
textstringText to encrypt
Returns
- string
Encrypted text