Hello, and welcome to learning Go! Now, for the first time, you can buy the complete set of my Go books as a single bundle—five books for the price of four! For the Love of Go The Power of Go: Tools The Power of Go: Tests Know Go Explore Go: Cryptography All books include| Bitfield Consulting
Programming is fun, and you should have fun. These books will show you how.| Bitfield Consulting
The AES cipher is complicated in principle, but the code isn’t all that scary in practice. Let’s take a look at the implementation in the Go standard library. Even I can understand it!| Bitfield Consulting
AES is an amazing, state-of-the-art encryption system, and it’s built right in to Go as part of the standard library. It’s also incredibly easy to use. Let’s see how!| Bitfield Consulting