XZ Sample Files

Verified downloads with technical metadata and integrity checks.

Format Overview

XZ (.xz) provides LZMA2 compression for maximum ratio with support for delta filters and multi-threaded encoding. Use sample .xz files to validate high-ratio workflows and index skipping.

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
xz_sample_file_1MB.xz
.xz
1.0 MB application/octet-stream 8a83d661cbeeab18ad3bdf2373169fe775d876a3ce563957fd66f62a7c8b376a Download
xz_sample_file_200KB.xz
.xz
200.1 KB application/octet-stream cf7160a2276059f391add050fb1708498f3b3f8e4c9018c2eaaf1b1d58a560b4 Download
xz_sample_file_500KB.xz
.xz
500.1 KB application/octet-stream 2bb85341c51b0c338ca53088291cec8aeb9a54857802936fa318c34e8c20b600 Download
xz_sample_file_50KB.xz
.xz
50.1 KB application/octet-stream 5495333c96928cf72bd17f35fe50862679728345cc65d6a5442cbbbf755ae95d 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