Base64 encode/decode

To encode text using Base64 scheme, paste it to left textarea. To decode Base64 encoded text, paste it to the right.
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!