Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

AES-GCM Encryption in .NET

Demo code from scottbrady91.com showing how to use authentication encryption with AES-GCM. Sample uses the System.Security.Cryptography.AesGcm class found in .NET Core 3+ and also Bouncy Castle for legacy .NET usage.