Base64 is a simple method to encode binary data into a text that is able to be safely transmitted over media that exclusively handle text. Simply put, it's a process of taking data – like documents – and displaying them as a long string of symbols and numbers. To decode this, you just use a Base64 program, which undoes the encoding process, giv