SimonWaldherr / golang-examples

Go(lang) examples - (explain the basics of #golang)
https://simonwaldherr.github.io/golang-examples/
MIT License
1.57k stars 453 forks source link

Add encryption example with AES-GCM #21

Closed mkoppmann closed 7 years ago

mkoppmann commented 7 years ago

Adds a simple example how to use encryption with AES in GCM mode, which provides authenticated encryption.

SimonWaldherr commented 7 years ago

👍