Base64 is a easy way to encode binary into a sequence of printable ASCII characters. This is often used when you need to include data, like files, over mediums that only support text-based formats. Essentially, it transforms the original data and generates a new string which can then be reconstructed back to its starting form. Don't let the technic