开发者

AES 256 encryption in .NET Framework 2.0

Does anyone know if C# can be used in .NET Framework 2.0 to use AES 256 encryption and decryptio开发者_开发百科n? Appreciate if the in-built framework supports this or if we have to use any external APIs for the same?

Thanks.


Have a look at the System.Security.Cryptography namespace. It contains classes you can use for AES encryption, such as the Rijndael class.


It's built in - you need to use the Rijndael Class (the name of the algorithm which won the NIST AES competition) in System.Security.Cryptography.


Before it won the title of AES it was called Rijndael. Support for the Rijndael class has been in .Net since version 1.0.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜