如何解密在C#应用程序中生成的http://www.movable-type.co.uk/scripts/aes.html加密数据!
答案 0 :(得分:2)
您链接的网站涉及AES加密。
您可能希望查看RijndaelManaged类:
http://msdn.microsoft.com/en-us/library/system.security.cryptography.rijndaelmanaged.aspx
这篇文章讨论了AES和Rijndael算法之间的区别:
http://blogs.msdn.com/b/shawnfa/archive/2006/10/09/the-differences-between-rijndael-and-aes.aspx