What Base64 does
Base64 represents binary data using ordinary text characters. It is useful for transport and embedding, but it is encoding—not encryption—and does not protect secrets.
Translate UTF-8 text to Base64 or turn Base64 back into readable text.
Base64 represents binary data using ordinary text characters. It is useful for transport and embedding, but it is encoding—not encryption—and does not protect secrets.