Base64 is a simple way to encode raw into a string of printable ASCII characters. This is commonly used when you need to send data, like images, over mediums that only allow text-based formats. Essentially, it transforms the original data and produces a new string which can then be decoded back to its starting form. Don't let the technical term int