Base64 encode/decode

Base64 encoding is a method for converting binary data (like images, files, or arbitrary bytes) into a textual format using only 64 ASCII characters. It’s commonly used to safely transmit data over media designed to handle text, like email or JSON.
You can change text in both textarea`s, and it will be encoded/decoded on the fly.

Security note: data is not being sent to the back-end, data is being processed only on client side!