base32
Encode or decode data using a human-friendly encoding that avoids ambiguous characters. Returns JSON by default; use --raw for raw output.
Instructions
Encode or decode base32 data from files or stdin. Read-only, no side effects. Returns JSON with the result by default; use --raw for raw output on stdout. Use for human-friendly encoding (avoids ambiguous characters). Not for compact encoding — use 'base64' for smaller output size. See also 'base64', 'basenc'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decode | No | Decode instead of encode. | |
| encoding | No | Text encoding for decoded JSON preview. | utf-8 |
| max_output_bytes | No | Maximum JSON bytes to emit. | |
| paths | No | Files to read, or '-' for stdin. Defaults to stdin. | |
| raw | No | Write raw encoded/decoded bytes to stdout. |