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
CategoriaArchive
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

Nome do arquivo Tamanho MIME SHA256 Baixar
gz_sample_file_1MB.gz
.gz
1.0 MB application/octet-stream e7f43f1dbb2ce4cd1489d52861c776e5c24fc53e18e9025657f63dd3905b84b8 Baixar
gz_sample_file_200KB.gz
.gz
200.1 KB application/octet-stream 3acbaef5420d13ee3e0196abd8e8b1faf61eccb962cc888ba2f0fdcafc635ced Baixar
gz_sample_file_500KB.gz
.gz
500.1 KB application/octet-stream 68757725fbadb99e7085b5ca05095459ccd63576c9577bf82fdc842322378562 Baixar
gz_sample_file_50KB.gz
.gz
50.0 KB application/octet-stream 699317c1c5fa1a811cadd7f34e465957d10e3381278597986158ba75e673fdd5 Baixar

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.

Ler guia

Archive Extraction Safety

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

Ler guia

Case Study: Archive Path Traversal Near Miss

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

Ler guia

Checksum Integrity Workflows

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

Ler guia