I\'m looking for very simple obfuscation (like encrypt and decrypt but not necessarily secure) functionality for some data. It\'s not mission critical. I need something to k
The namespace System.Security.Cryptography contains the TripleDESCryptoServiceProvider and RijndaelManaged classes
System.Security.Cryptography
TripleDESCryptoServiceProvider
RijndaelManaged
Don't forget to add a reference to the System.Security assembly.
System.Security