Base64 is a system to translate files into an ASCII string. This enables the sending of files across mediums that accept text. To unencode the procedure, you simply apply the inverse method to the encoded string, getting back the starting content. It's widely used in many scenarios, such as email