You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Default wrapping is 75 characters per line to balance readability and density; copy/download buttons reuse the exact bytes produced by the CLI and Node implementations.
135
135
- To hack locally, open `docs/index.html` (or `index.html`) in any modern browser; the page loads the shared `js/printable_binary.js` module with no build step required.
136
136
137
+
### File Container (`.pbf.json`)
138
+
139
+
The `-C`/`--container` flag wraps a file as a self-describing
140
+
**`printable-binary-file.json`** — one JSON object that keeps the filename and a
141
+
CRC-32 integrity check alongside the encoded data, so a decode can restore the
142
+
original file and verify it round-tripped exactly.
143
+
144
+
```bash
145
+
# Encode a file into a container (filename + crc32 embedded)
0 commit comments