Online base64 decoder and encoder

Hi Guys,

Just launched yet another free site called http://onlinebase64decoder.com

This site just does 2 things.

  1. Converts base64 encoded strings to decoded data.
  2. Base64 Encodes a string.
Another feature is that you can copy your results by a click of a button.

Here is a quick overview

onine base64 Encoding

Ok so encode a string check this screen shot out

As you can see that its dead simple. You just paste the data under textarea where it says “string to encode” and click on the Green button. The resulting string that is base64 encoded will appear on the grey area just below the green button.

You now have the ability to copy the result by click on “Copy to clipboard” button.

You can do exact opposite when you wish to decode an already encoded base64 string. Check this screehshot out

base64 decoder

Pretty much the same thing with just one difference. Input field accepts already encoded string.

Once you paste that string and hit Decode button the decoded data will appear in the gray container.

You can now copy the data if you wish.

UTF8 base64 encoding/decoding

This tool allows you to base64 encode UTF8 strings.

Use cases

A few! but primarily for ad-hoc conversions where you feel lazy about writing a script to do the equivalent.

There are code examples on functions page and at the moment covers

  1. c#
  2. php
  3. python
  4. java

If you know a language and want to add your code please leave your code using comments section. I will appreciate that.

I hope that you would find this tool useful even thought you may use it once every year :)

Cheers

 

 

 

VN:F [1.9.22_1171]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)

Speak Your Mind

*

CommentLuv badge