+++ to secure your transactions use the Bitcoin Mixer Service +++

 

base64 encoding/decoding

Encode & decode data in base64 by typing the text you want to transform or loading it from file.
When loading a textfile, the contents will be filled into the input area.
In case of a binary file, it will be automatically encoded into base64 and displayed into the result. Use this feature to encode images, html pages, css etc. into base64 and embed them by using the DATA-URI scheme.
DATA-URI scheme for jpg image would be: data:image/jpeg;base64,{base64 encoded data}

Text length: 0

Base64

Base64 is a group of similar encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation.The Base64 term originates from a specific MIME content transfer encoding. Base64 encoding schemes are commonly used when there is a need to encode binary data that need to be stored and transferred over media that are designed to deal with textual data.

Source Wikipedia

Browser requirements

In order all functions to work, your browser must be javascript enabled. Some features require HTML5 support

Security

All the functions are implemented in javascript, meaning no information is sent trough network. Data processed here does not leave your browser. Feel safe to create md5/sha hashes or hash based message authentication code(HMAC) from sensitive information.

Chaining

Transfer the results from one tool to another, by simply using the Chain to links. By transfering the results, they are not sent back to the server.

Important

In order to decode base64 into binary file, the source data must be sent to our server. We do not track or log any information submitted. However we cannot guarantee that someone else does not. Use this for decoding non-sensitive base64 encoded data.