14 February 2023 AES-256 GCM + Golang Written by Chris McClenny Here is a quick snippet which shows how to add AES-256, AES-192, or AES-128 GCM encryption to your Golang applications. I needed this for a microservice so I searched around and found this code which really helped me understand... Read More about AES-256 GCM + Golang "How To" Guides, Misc, Snippets Leave a Comment