What it does
Converts text to Base64 and back. Useful when you need to shove binary-ish data through systems that only like plain text.
How it's safe
Everything stays in your browser. Base64 is encoding, not encryption — it does not hide secrets.
Watch out
Don't treat Base64 as protection. Anyone can decode it instantly.