Simple app to encode and decode text or files using Base64 Encoding/Decoding algorithm. Base64 is not encryption as it can be easily decoded by any other Base64 program. Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation.