Posts Tagged ‘ASP .NET’

Advanced Encryption in Silverlight and .NET Applications

This item was filled under [ .Net, Microsoft ]

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 [...]

Continue reading...