Encryption with C#
Posted: (EET/GMT+2)
Data security and encryption is always a fascinating subject. The classes in the .NET Base Class Library (BCL) make it easy to encrypt and decrypt data, but the often problem is that you don't have a key.
Luckily, there's a way to encrypt data based on machine keys. The January 2006 issue of MSDN magazine has an article that details this process.