GZ Sample Files

Verified downloads with technical metadata and integrity checks.

Format Overview

GZip (.gz) compresses single files using DEFLATE with optional header metadata. Use sample .gz files to validate streaming decompression, concatenated streams, and timestamp preservation.

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
gz_sample_file_1MB.gz
.gz
1.0 MB application/octet-stream e7f43f1dbb2ce4cd1489d52861c776e5c24fc53e18e9025657f63dd3905b84b8 Download
gz_sample_file_200KB.gz
.gz
200.1 KB application/octet-stream 3acbaef5420d13ee3e0196abd8e8b1faf61eccb962cc888ba2f0fdcafc635ced Download
gz_sample_file_500KB.gz
.gz
500.1 KB application/octet-stream 68757725fbadb99e7085b5ca05095459ccd63576c9577bf82fdc842322378562 Download
gz_sample_file_50KB.gz
.gz
50.0 KB application/octet-stream 699317c1c5fa1a811cadd7f34e465957d10e3381278597986158ba75e673fdd5 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.

Compare GZ with Alternatives

GZ vs ZST

Compare gzip ubiquity with zstd speed/compression trade-offs.

Open Comparison

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