Base64 is a easy technique to encode data into a text of printable ASCII characters. This is often used when you need to transmit data, like files, over mediums that only handle text-based formats. Essentially, it transforms the source data and creates a new string which can then be decoded back to its prior form. Don't let the technical jargon int