According to https://msdn.microsoft.com/en-us/library/system.security.cryptography.ciphermode(v=vs.110).aspx GCM Mode is not supported within .NET. Looks like CBC is the default mode. Is there any native within .NET for GCM mode at this
time?
↧