What This Tool Does
This tool opens ZIP, 7z, TAR, and TAR.GZ archives right in your browser. Drop a file to see a table of every entry — name, size, compressed size, and whether it's a folder — then download a single entry or extract everything in one pass. Password-protected ZIP (AES or ZipCrypto) and 7z (AES-256) archives are supported: enter the password when prompted, and a wrong one is reported immediately instead of producing a broken file.
Supported Formats
| Format | Password support | Notes |
|---|---|---|
| ZIP | AES-256 and legacy ZipCrypto | Unencrypted zips list instantly with no password needed |
| 7z | AES-256 | Only entries that are actually encrypted require a password |
| TAR | Not applicable | Plain tar has no built-in encryption format |
| TAR.GZ | Not applicable | Detected automatically; the gzip layer is removed before listing |
Password-Protected Archives
If an archive (or any entry inside it) is encrypted, listing it prompts for a password before showing the file table. Enter the password used to protect the archive and it unlocks; entering the wrong one shows a clear error instead of silently failing or producing garbage bytes. Once unlocked, that same password is reused automatically for every subsequent download or "Extract all" from that file, so you only type it once per archive.
Nested Folders
Archives keep their original folder structure, so an entry saved inside a subfolder is listed with its full path — for example invoices/2025/march.pdf rather than just march.pdf. This makes it easy to tell apart identically-named files that lived in different folders. When you download an individual entry, only its filename (not the folder path) is used for the saved file, so nothing from inside the archive is written to a matching folder structure on your disk.
Extracting Files
Download entries one at a time from the table, or use Extract all to download every file in the archive in a single pass. Folder entries have no download button since they carry no bytes of their own — only the files inside them do.
Your Files Never Leave Your Device
Every step here — reading the archive, checking passwords, decompressing entries — runs through a small WebAssembly module loaded into your browser tab. Nothing you drop, and no password you type, is ever sent over the network. Closing the tab discards everything; there was never a server involved to leave a copy behind.
If you'd rather build an archive than open one, use Create ZIP or Compress a single file. To confirm a download's integrity before you trust it, see the Hash checker.