Base 64 Decode

Many web based tools use a method of compressing and obfuscating data called Base64.

This trinket will decode a Base64 encoded string into the original characters (maximum size 64KB).

String to decode