Base64 Encoder/Decoder

Encode and decode Base64 strings

Input:

Output:

What is Base64?

Base64 is a method of encoding data using 64 printable ASCII characters. It's commonly used to transmit binary data over text-only channels.