Base64 Encoding and Decoding in Golang
Go supports base64 encoding and decoding out of the box. In this post, we are going to use the base64 encoder and decoder to create and use one of the most used encodings in Computer Science. What is encoding? Encoding is the way to convert one form of information to another form in a reversible […]
Base64 Encoding and Decoding in Golang Read More »