Base64 provides a easy way to represent plain information into a text of ASCII letters. This method is commonly used to send content over channels that only handle text-based formats, such email data. The opposite procedure, decoding a Base64 string back to its source plain form, is also straightforward to execute and is commonly supported in vario