GZ Sample Files

Telechargements verifies avec metadonnees techniques et controles d'integrite.

Vue d'ensemble du format

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

Statistiques rapides

Fichiers affiches4
Fichiers totaux4
CategorieArchive
ManifesteJSON

Methodologie de validation

  • Verify listing and extraction behavior across tools.
  • Check compression ratio assumptions and extraction limits.
  • Test zip-slip/path traversal protections in upload pipelines.

Telecharger les fichiers

Nom du fichier Taille MIME SHA256 Telecharger
gz_sample_file_1MB.gz
.gz
1.0 MB application/octet-stream e7f43f1dbb2ce4cd1489d52861c776e5c24fc53e18e9025657f63dd3905b84b8 Telecharger
gz_sample_file_200KB.gz
.gz
200.1 KB application/octet-stream 3acbaef5420d13ee3e0196abd8e8b1faf61eccb962cc888ba2f0fdcafc635ced Telecharger
gz_sample_file_500KB.gz
.gz
500.1 KB application/octet-stream 68757725fbadb99e7085b5ca05095459ccd63576c9577bf82fdc842322378562 Telecharger
gz_sample_file_50KB.gz
.gz
50.0 KB application/octet-stream 699317c1c5fa1a811cadd7f34e465957d10e3381278597986158ba75e673fdd5 Telecharger

Verification du checksum

Utilisez les checksums pour confirmer l'integrite du fichier apres telechargement.

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

Comparer GZ avec des alternatives

GZ vs ZST

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

Ouvrir la comparaison

Guides lies

API Error Taxonomy for File Pipelines

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

Lire le guide

Archive Extraction Safety

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

Lire le guide

Case Study: Archive Path Traversal Near Miss

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

Lire le guide

Checksum Integrity Workflows

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

Lire le guide