I do not usually work with encryption but I need to use AES-GCM algorythm in C# with 128-bit blocks and 256-bit key.
I already read many articles about it but I can't find a valid solution.
Maybe:
https://github.com/lukemerrett/Bouncy-Castle-AES-GCM-Encryption / BouncyCastle
or
https://blogs.msdn.microsoft.com/shawnfa/2009/03/17/authenticated-symmetric-encryption-in-net/
Can be valid solutions? Is there something already present in the Framework?
Is it possible to implement the same solution in ASP.NET 2.0? (I found: https://msdn.microsoft.com/it-it/library/system.security.cryptography.rijndaelmanaged(v=vs.110).aspx)