Skip to main content

Posts

Showing posts with the label Base64

App: Hex-base64 encrypt/decrypt tool

Hex-base64 encrypt/decrypt tool  helps to convert provided text first to base64 then to hexadecimal code and vice-versa. This technique of double encoding/decoding is used to make sure that no special characters present in the final message to avoid further conversion when it is transmitted over internet. Generally, when a message is transmitted over internet; it gets URI encoded. So this technique will avoid that. Disclaimer: It is an online gadget for quick conversion and do not store anything as the conversion takes place at client-side and do not involve server in that.

App: Base64 encode/decode tool

Base64 encode/decode tool helps to convert binary data to ASCII string format that uses 64 printable ASCII characters and vice-versa. It is an online gadget for quick conversion and do not store anything as the conversion takes place at client-side and do not involve server in that.