Base64 is a easy way to encode raw into a sequence of printable ASCII characters. This is commonly used when you need to include data, like images, over mediums that only allow text-based protocols. Essentially, it takes the source data and creates a new string which can then be decoded back to its prior form. Don't let the technical jargon intimid