BASE64 Encode and Decode
BASE64 encode and decode tool help you to encode and decode base64 hash.Using this tool you can encode normal or binary data to the base64 encoded data and you can also decode base64 encoded data online.
BASE64 ENCODE
BASE64 DECODE
More info
In computer science, Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The term Base64 originates from a specific MIME content transfer encoding. Each Base64 digit represents exactly 6 bits of data. Three 8-bit bytes (i.e., a total of 24 bits) can therefore be represented by four 6-bit Base64 digits.