Base 64 Encoder-Decoder

Base 64 Encoder/Decoder

Enter the text of what you want encoded or the message you want to decode and push the Encode or Decode buttons accordingly.

For example:
The text: Base 64 EncoderQmFzZSA2NCBFbmNvZGVy
or
The codes:SSBhbSBkZWNvZGVk I am decoded.

A few comments/disclaimer about this page:
This tool is written completely in Javascript and thus entirely processed on your computer. Nothing is sent to the server to be processed, so if you are concerned about security, it is a non-issue (except, of course, if your computer is questionable). I found this code here and made it function as a tool. I hope it helps you.

-Mark Slemko