Base64 provides a simple way to encode raw information into a string of ASCII characters. This method is commonly used to send data over mediums that only allow text-based types, such email attachments. The inverse task, decoding a Base64 text back to its original plain form, is equally easy to perform and is widely available in many scripting envi