Base64 Encoder / Decoder
Convert UTF-8 text and binary strings to Base64 and backFrequently Asked Questions
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format by translating it into a radix-64 representation.
No. Base64 is an encoding format, not encryption. Anyone can decode a Base64 string back to original content without a password.