Worth knowing
Base64 is encoding, not protection.
Anyone with the Base64 text can decode it. Use it when a system expects Base64, not as a way to hide passwords, secrets or private information.
Utilities & Security
Turn plain text into Base64, or reverse Base64 back into readable text without sending it anywhere.
Encoded
Base64 is reversible encoding, not encryption. Do not use it to hide secrets.
What next?
Worth knowing
Anyone with the Base64 text can decode it. Use it when a system expects Base64, not as a way to hide passwords, secrets or private information.
Before you use it
For an API, config file or form field, the output box is the value you want to paste onward. The original input stays untouched so you can compare before copying.
The annoying bit
Sometimes a system wants perfectly ordinary text wrapped in Base64 first. The annoying part is just getting from one representation to the other without mangling Unicode characters.
Got another annoying job?
We’ll probably have a monkey for it. If we don’t yet, tell us what keeps wasting your time.