Client side base64 encoder / decoder

Here's a stupid simple client side base64 encoder and decoder that runs purely in your browser only.





Why?

Because I don't trust other websites not to send my base64 encoded strings to their servers and store the values.

This code is run in your browser only and doesn't send anything to a server. Check out the code, or open web inspector.