我通常不使用加密,但我需要在C#中使用 AES-GCM algorythm 128位块和 256位密钥
我已经阅读了很多关于它的文章,但我找不到有效的解决方案。
也许:
https://github.com/lukemerrett/Bouncy-Castle-AES-GCM-Encryption / BouncyCastle
或
https://blogs.msdn.microsoft.com/shawnfa/2009/03/17/authenticated-symmetric-encryption-in-net/
可以是有效的解决方案吗?框架中是否已存在某些内容?
是否可以在 ASP.NET 2.0 中实现相同的解决方案? (我发现:https://msdn.microsoft.com/it-it/library/system.security.cryptography.rijndaelmanaged(v=vs.110).aspx)