- An ASCII to base64 binary decoder written in C++
- Base64 is a binary-to-text encoding scheme designed to carry data stored in binary format across channels that only support text content
- This tool decodes them back from that text to the original binary