wire / magic /
7z
7-Zip signature (37 7A BC AF 27 1C)
A 7-Zip archive begins with the 6-byte signature '7z' (0x37 0x7A) followed by the fixed bytes 0xBC 0xAF 0x27 0x1C, then a 2-byte format version.
magic kind signature status de-facto verification verified tier C file-signature@1
aka: 7z magic · 7-Zip
file signature
magic: 37 7A BC AF 27 1C @ offset 0
ascii: 7z\xbc\xaf'\x1c
.7z application/x-7z-compressed
spec: 7z archive format
- Bytes 0-1: '7z' (37 7A). Bytes 2-5: fixed BC AF 27 1C.
- Bytes 6-7: format version (e.g. 00 04).
- Followed by a start-header CRC and a pointer to the end header that holds the actual archive metadata.
provenance
per-fact attribution:
agent: curl -H 'accept: application/json' wire.phall.io/magic/7z
or /magic/7z.json