Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to text.
Advertisement
About Base64 Encoder/Decoder
What is Base64?
Base64 is an encoding scheme that represents binary data in an ASCII string format. It is commonly used to encode data for URLs, email attachments, and data URIs.
Is it secure?
Base64 is encoding, not encryption. It does not provide security. Do not use it to store sensitive data.