BZ2 Sample Files

Verified downloads with technical metadata and integrity checks.

Format Overview

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.

Quick Stats

Files Shown4
Total Files4
CategoryArchive
ManifestJSON

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.

Download Files

Filename Size MIME SHA256 Download
bz2_sample_file_1MB.bz2
.bz2
1.0 MB application/octet-stream 4103eec9ff1f750eb492a420e112387ba4fb415dc560a1ea4edd9aaad8a7d8d6 Download
bz2_sample_file_200KB.bz2
.bz2
201.3 KB application/octet-stream f3c2b227960e3222b2d7d5099f4345be92516c4a039b71706f58213d9a3731d4 Download
bz2_sample_file_500KB.bz2
.bz2
502.6 KB application/octet-stream 5b89ee859cc89666ee36843cb4804d2a8755235a191910d5e44a219e594afd22 Download
bz2_sample_file_50KB.bz2
.bz2
50.6 KB application/octet-stream cf5d3d6fc08979b8b002bf766368e5d124480739137acc3cfcc17644bc215d15 Download

Checksum Verification

Use checksums to confirm file integrity after download.

shasum -a 256 your_file_name_here
# Compare output with SHA256 values listed above.

Related Guides

API Error Taxonomy for File Pipelines

Define stable, actionable error classes for upload and processing APIs.

Read Guide

Archive Extraction Safety

Prevent zip-slip, zip bombs, and parser abuse in archive handling pipelines.

Read Guide

Case Study: Archive Path Traversal Near Miss

How an archive extraction path bug was discovered during QA and neutralized before wider impact.

Read Guide

Checksum Integrity Workflows

Use SHA256 manifests to guarantee fixture integrity in CI and production pipelines.

Read Guide