Class ReversibleStringEncryption
This class implements a simple string encryptor/decryptor using the RijndaelManaged crypto provider.
The class will encrypt strings
Inheritance
ReversibleStringEncryption
Assembly: SoCore.dll
Syntax
public static class ReversibleStringEncryption
Methods
Encrypt(string)
Encrypts the passed System.Xml.XmlNode object from a configuration file.
Declaration
public static string Encrypt(this string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns
IsEncrypted(string)
Returns true if the provided text is encrypted.
Declaration
public static bool IsEncrypted(this string text)
Parameters
Type |
Name |
Description |
string |
text |
|
Returns