Base64 Encoder/Decoder
Simple utility to encode and decode texts in and from Base64 format. Works entirely in your browser.
Result will appear here...
How it works
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It is commonly used when there is a need to encode binary data that needs to be stored and transferred over media that are designed to deal with textual data. This tool uses standard Node.js/Browser BufferAPIs for reliable encoding and decoding.