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
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