Encode and decode Base64 strings with JSON formatting support
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format by translating it into a radix-64 representation.