Just copy/paste your text into the text box as illustrated here below and click on the Process button. The base64_encoded text will be decoded or the ASCII text will be base64 encoded. The Process ...
Base64 is a popular binary to ASCII encoding scheme designed to reliably transfer binary data across channels that have limited support for various content types. This article goes over the basics of ...
to decode and then encode and the result was not the same as the original. I used an MD5 hash for a quick compare (hex_md5 function from code at http://pajhome.org.uk ...