Test filesArchives › stored.7z

Sample 7z file (stored)

A valid .7z archive holding three files, including one in a subdirectory. Entries use the Copy codec, so they are stored rather than compressed.

↓ Download stored.7z
Filenamestored.7z
Format7z
Size303 bytes (303 bytes)
MIME typeapplication/x-7z-compressed
SHA-25631e9a5822e78fcadae442eef9dabe5162560bcc37734aebabf43e0e08456273e
What this file catchesExtractors and upload filters that accept .7z by extension without being able to read one. The format is laid out back to front - the signature header points at metadata that sits after the payload - so a truncated download fails in a way ZIP does not. Extracts with 7-Zip, p7zip and py7zr, and each entry carries its own CRC32, so corruption is detected per file rather than for the archive as a whole.

Download & verify

curl -fsSL -o "stored.7z" "https://files.hexaqa.com/archive/stored.7z"
curl -fsSL "https://files.hexaqa.com/archive/stored.7z" | sha256sum # expect: 31e9a5822e78fcadae442eef9dabe5162560bcc37734aebabf43e0e08456273e

More archives test files

mixed-content-50mb.zipmodest-zip-bomb.zipnested-10-deep.zipsingle-file.gzunicode-entry-names.zipvalid-flat.zipvalid-nested-dirs.zipvalid.tar

← All Archives files