wire / magic / zip

ZIP signature (PK\x03\x04)

A ZIP archive begins with a local file header whose signature is 'PK' (0x50 0x4B, the initials of Phil Katz) followed by 0x03 0x04. Empty archives and some variants start with the central-directory (PK\x01\x02) or end-of-central-directory (PK\x05\x06) signatures.

magic kind signature status de-facto verification verified tier C file-signature@1

aka: ZIP magic · PKZIP · PK\x03\x04

file signature

magic: 50 4B 03 04 @ offset 0

ascii: PK\x03\x04

.zip.jar.docx.xlsx.pptx.odt.epub.apk application/zip

spec: PKWARE APPNOTE.TXT .ZIP File Format Specification


provenance

per-fact attribution:

see also

agent: curl -H 'accept: application/json' wire.phall.io/magic/zip or /magic/zip.json