Archivos de muestra XZ
Descargas verificadas con metadatos tecnicos y controles de integridad.
Resumen del formato
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.
Metodologia de validacion
- Verify listing and extraction behavior across tools.
- Check compression ratio assumptions and extraction limits.
- Test zip-slip/path traversal protections in upload pipelines.
Descargar archivos
| Nombre de archivo | Tamano | MIME | SHA256 | Descargar |
|---|---|---|---|---|
|
xz_sample_file_1MB.xz
.xz
|
1.0 MB | application/octet-stream |
8a83d661cbeeab18ad3bdf2373169fe775d876a3ce563957fd66f62a7c8b376a |
Descargar |
|
xz_sample_file_200KB.xz
.xz
|
200.1 KB | application/octet-stream |
cf7160a2276059f391add050fb1708498f3b3f8e4c9018c2eaaf1b1d58a560b4 |
Descargar |
|
xz_sample_file_500KB.xz
.xz
|
500.1 KB | application/octet-stream |
2bb85341c51b0c338ca53088291cec8aeb9a54857802936fa318c34e8c20b600 |
Descargar |
|
xz_sample_file_50KB.xz
.xz
|
50.1 KB | application/octet-stream |
5495333c96928cf72bd17f35fe50862679728345cc65d6a5442cbbbf755ae95d |
Descargar |
Verificacion de checksum
Usa checksums para confirmar la integridad del archivo despues de descargarlo.
shasum -a 256 your_file_name_here
# Compare output with SHA256 values listed above.
Formatos relacionados en Archive
Guias relacionadas
API Error Taxonomy for File Pipelines
Define stable, actionable error classes for upload and processing APIs.
Leer guiaArchive Extraction Safety
Prevent zip-slip, zip bombs, and parser abuse in archive handling pipelines.
Leer guiaCase Study: Archive Path Traversal Near Miss
How an archive extraction path bug was discovered during QA and neutralized before wider impact.
Leer guiaChecksum Integrity Workflows
Use SHA256 manifests to guarantee fixture integrity in CI and production pipelines.
Leer guia