Encode text to Base64 or decode a Base64 string back to text.
Base64 encoding represents binary or text data using 64 printable characters. It is not encryption — anyone can decode it. All processing happens in your browser — nothing is sent to a server.