ZIP tools
See what is inside a ZIP file
Examine an archive without extracting anything. You get the folder tree, the sizes, the warnings and an integrity check — and nothing is written to your machine.
- No extraction
- No upload
- No sign-up
This page downloads nothing. If you want to take files out, use Extract ZIP.
How it works
Three steps to knowing what you got
-
1
Choose the archive
We read only the table of contents, which sits at the end of the file. The files themselves are untouched, and an archive of several gigabytes is read as quickly as a small one.
-
2
Read what it says
Folder tree, file sizes, compression ratios and any warnings. If something is locked, you see which encryption method was used.
-
3
Check that it is intact
Press «Test the archive» and every file is read and compared with the checksum the archive states. You learn exactly which files fail, if any.
What you learn
Six things the archive tells you
The contents, not just the names
Press «Show» on a row and you see the file itself: images, text, JSON, CSV as a table, audio and video. Nothing is written to your machine.
A warning about ZIP bombs
If a file becomes more than 200 times larger when unpacked, we say so and show the ratio. A small archive can hide something enormous.
Paths that try to escape the folder
Names like «../../» try to write outside the folder you choose. We correct them, show the corrected name, and tell you it happened.
How it is locked
Locked files are marked with their encryption method — modern AES or the old, broken ZipCrypto. That says something about who made the archive.
A checksum for every file
Every file has a checksum in the archive. The test reads the file and compares, and finds damage that is invisible from the outside.
Old character sets read
Archives from the 1990s store file names in a character set that is not UTF-8. We read them as Nordic, so «h¢st.txt» is read as «høst.txt».
Questions and answers