Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 275 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 275 Bytes

Base64 Decoder

  • 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