When to use this
Base64-encode text for HTTP Basic auth headers, data: URLs, or any channel that only carries ASCII safely. Remember it is an encoding, not encryption — anyone can decode it.
This page is a focused view of theBase64 Encode / Decode, which has the full set of options.
