Archive format

Arquivos de amostra GZ

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

4 arquivos All to 1MB SHA256 Manifest
Quick facts
CategoriaArchive
Total Files4
Extension.gz
MIMEapplication/octet-stream
ManifestJSON
Solicitar cobertura relacionada
Files first

Start with a representative file, then widen into the full table.

gz_sample_file_1MB.gz

1.0 MB · application/octet-stream

Baixar

gz_sample_file_200KB.gz

200.1 KB · application/octet-stream

Baixar

gz_sample_file_500KB.gz

500.1 KB · application/octet-stream

Baixar
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
Use cases

Pick the next task, not just the next file.

Upload Testing

GZ for Upload Testing

Abrir pagina GZ

Parser Regression

GZ for Parser Regression

Abrir pagina GZ

QA Automation

GZ for QA Automation

Abrir pagina GZ
Compare and decide

Keep related decision pages close, but do not let them take over the page.

GZ vs ZST

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

Open Comparison
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.
What else should I use with this format?