What is Base64?
Base64 encodes any text or binary data as plain ASCII letters, digits, and a couple of symbols β handy for embedding data in URLs, emails, JSON, or data URIs. This tool is UTF-8 safe, so accents and emoji survive the round trip.
Is it encryption?
No. Base64 is encoding, not encryption β anyone can decode it. Don't use it to protect secrets.