I just came across an interesting hosted utility for Base64 encoding and decoding of a string. You can check it out here:
http://www.motobit.com/util/base64-decoder-encoder.asp
Features:
- The form supports upto 9 mega bytes of data (10000000 bytes).
- The input can be either as a file or through a textbox given in the website for this purpose.
- The output can be obtained either in a designated textbox or it can be opted to be streamed out as a file.
- The output can be configured to restrict the maximum number of characters per line.
- There is also a flexible control to control and configure the characterset.
2 comments:
Whilst writing my other post on 'Free Online PDF Split/Merge Utilities', I just found out that RPTEA too has a small Base64 Encoder/Decoder here.
If you are looking for a serious base64 json url encoder decoder check this out ... all in one
http://artur.ejsmont.org/projects/ultimate-web-encoder-decoder
Post a Comment