C# Libraries to encrypt/decrypt using AES
问题 I couldn't find aes libraries in .net framework. Is there any external libraries? thanks 回答1: You do not mention which version of the framework you are using, but since you did not immediately find System.Security.Cryptography.AesManaged, I guess you are using a version earlier than 3.5. Instead use System.Security.Cryptography.RijndaelManaged. Rijndael is the name of the algorithm that was standardized by NIST as AES. It is exactly the same algorithm (except that you can choose some