Base64 Decode and Base64 Encode

Base64 is a binary-to-text encoding scheme that represent binary data in an ASCII string format by translating it into a radix-64 representation. Simply its's a way of representing binary data using only printable (text) characters.

decoded or encoded results