info > base64

📦 3.6 'base64': Transform data into printable data

base64 transforms data read from a file, or standard input, into (or from) base64 encoded form. The base64 encoded form uses printable ASCII characters to represent binary data. Synopses:

base64 [OPTION]... [FILE]
base64 --decode [OPTION]... [FILE]

The base64 encoding expands data to roughly 133% of the original. The base32 encoding expands data to roughly 160% of the original. The format conforms to RFC 4648 (https://tools.ietf.org/search/rfc4648).

🚀 Quick Reference

Use CaseCommandDescription
📄 Encode a filebase64 FILEEncode FILE to base64, output to stdout
🔓 Decode a filebase64 --decode FILEDecode base64-encoded FILE to original data
📏 Encode with custom wrap widthbase64 -w 0 FILEEncode without line wrapping (single line)
🗑️ Decode ignoring garbagebase64 --decode --ignore-garbage FILEDecode, ignoring unrecognized bytes

📋 Synopsis

base64 [OPTION]... [FILE]
base64 --decode [OPTION]... [FILE]

📖 Description

The program accepts the following options. Also see Common options.

⚙️ Options

An exit status of zero indicates success, and a nonzero value indicates failure.

base64
📦 3.6 'base64': Transform data into printable data 🚀 Quick Reference 📋 Synopsis 📖 Description ⚙️ Options

Generated by phpman v4.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-17 03:15 @216.73.217.113
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!