astaxie / build-web-application-with-golang

A golang ebook intro how to build a web with golang
BSD 3-Clause "New" or "Revised" License
43.26k stars 10.64k forks source link

9.6 Base64 "Encryption and decryption" => Base 64 Encoding #384

Open meldron opened 9 years ago

meldron commented 9 years ago

Base64 has nothing to do with encryption! Base64 is a form of binary-to-text encoding. It should not be part of Chapter 9 at all.

astaxie commented 9 years ago

yep, I will improve in the version2