Archive format
BZ2-Beispieldateien
BZip2 (.bz2) applies Burrows–Wheeler and Huffman compression to single files, offering high compression ratios. Use sample .bz2 files to test block-based decompression performance and integrity checks.
4 dateien
All to 1MB
SHA256
Manifest
Quick facts
Files first
Start with a representative file, then widen into the full table.
bz2_sample_file_1MB.bz2
Herunterladenbz2_sample_file_200KB.bz2
Herunterladenbz2_sample_file_500KB.bz2
Herunterladen| Dateiname | Groesse | MIME | SHA256 | Herunterladen |
|---|---|---|---|---|
|
bz2_sample_file_1MB.bz2
.bz2
|
1.0 MB | application/octet-stream |
4103eec9ff1f750eb492a420e112387ba4fb415dc560a1ea4edd9aaad8a7d8d6 |
Herunterladen |
|
bz2_sample_file_200KB.bz2
.bz2
|
201.3 KB | application/octet-stream |
f3c2b227960e3222b2d7d5099f4345be92516c4a039b71706f58213d9a3731d4 |
Herunterladen |
|
bz2_sample_file_500KB.bz2
.bz2
|
502.6 KB | application/octet-stream |
5b89ee859cc89666ee36843cb4804d2a8755235a191910d5e44a219e594afd22 |
Herunterladen |
|
bz2_sample_file_50KB.bz2
.bz2
|
50.6 KB | application/octet-stream |
cf5d3d6fc08979b8b002bf766368e5d124480739137acc3cfcc17644bc215d15 |
Herunterladen |
Use cases
Pick the next task, not just the next file.
Start with the file table above, then use the comparison and FAQ sections below to branch into adjacent workflows.
Compare and decide
Keep related decision pages close, but do not let them take over the page.
FAQ and reference
Verification, manifests, and edge cases stay available without crowding the top of the page.
Checksum Verification
Use checksums to confirm file integrity after download.
shasum -a 256 your_file_name_here
# Compare output with SHA256 values listed above.
Where is the machine-readable manifest?
Use the manifest when you need stable names, SHA256 values, and URLs for automation.
Validation Methodology
- Verify listing and extraction behavior across tools.
- Check compression ratio assumptions and extraction limits.
- Test zip-slip/path traversal protections in upload pipelines.