Advanced Encryption in Silverlight and .NET Applications
Posted by Dhaval Tawar on 6 September, 2010
No comments yet
AES encryption is implemented in both Silverlight and .NET run times, using exact same set of classes, primary one being AesManaged class.
Here is a little code that you can be used to encrypt. Password will be used as encryption key and input is a string that you want to encrypt.
Remember encrypted string will be decrypted [...]