Description
Text and binary-safe data can be encoded or decoded in base16, base32, and base64 formats from the terminal. It is useful for developers and administrators working with URLs, mail data, PEM blocks, scripts, or protocol tests.
Encoding is not encryption. Treat decoded output carefully, especially when handling secrets or writing untrusted data to files.