Base 64 encoding
Base64 encoding is a method of converting binary data (like images, files, or even scripts) into a string of ASCII characters. It is often used in web applications to safely transmit or store data that might otherwise include characters that could cause issues in certain contexts (e.g., URLs, HTTP headers, or email bodies).
Using the developers tools console:
Also you can always use CyberChef for encode/decode operations in other bases.
Last updated
Was this helpful?