About
Convert plain text to Base64 and convert Base64 back to text.
What is Base64?
Base64 is an encoding format that represents binary data using ASCII characters. It is widely used in APIs, tokens, and data transfer formats.
Encode and decode modes
Use encode mode to transform readable text into Base64. Use decode mode to recover the original text from a Base64 string.
URL-safe option
The URL-safe variant replaces plus and slash characters so values can be safely embedded in URLs and signed tokens.