Open Password-Protected ZIP Files Online — AES-256 Supported

ZIP files with passwords are more common than you might think. Companies encrypt ZIP files containing contracts, invoices, and sensitive documents before emailing them. Software vendors protect trial software ZIPs with a password published on their website. And individuals use password-protected ZIPs to share confidential files through email or cloud storage.

The catch: macOS Archive Utility cannot open AES-256 encrypted ZIP files (it only handles the older, weaker ZipCrypto encryption). Windows File Explorer has similar limitations. FastZip handles both AES-256 and ZipCrypto encrypted ZIPs — just enter the password when prompted.

ZipCrypto vs AES-256 — understanding the difference:

ZipCrypto (also called "traditional ZIP encryption") was introduced in the original PKZIP format. It's cryptographically weak by modern standards — the encryption can be broken with known-plaintext attacks if you know even part of the plaintext. Windows' built-in "Compress to ZIP and set password" uses ZipCrypto. It's better than nothing, but not suitable for sensitive data.

AES-256 encryption in ZIP was standardized by WinZip in 2003 and is the modern standard. It uses 256-bit AES, the same cipher used by banks and government agencies. 7-Zip and WinZip use AES-256 by default when you create an encrypted ZIP. This encryption is computationally infeasible to brute-force with any realistic amount of compute.

FastZip handles both. If your ZIP uses AES-256, you'll see a lock icon in the file listing and a password prompt before extraction can begin.

Format & Feature Reference

Encryption TypeTool UsedFastZip SupportSecurity Level
ZipCryptoWindows built-inYesWeak (known-plaintext vulnerable)
AES-128Some older WinZipYesStrong
AES-2567-Zip, WinZip, newer toolsYesVery strong
No encryptionAll toolsYesN/A
macOS Archive UtilityZipCrypto onlyCan't open AES

Why macOS Can't Open AES-256 Encrypted ZIPs

Apple's Archive Utility implements only ZipCrypto decryption. When you try to open an AES-256 encrypted ZIP, Archive Utility either fails silently or shows a generic "Unable to expand archive" error. This is a known limitation that Apple has not addressed despite multiple macOS releases.

FastZip resolves this completely. If you receive an encrypted ZIP from a Windows or Linux user who encrypted with 7-Zip or WinZip, FastZip opens it correctly on any macOS or iOS device.

Common Scenarios: Encrypted ZIPs in the Wild

Corporate document security — HR departments, legal teams, and accounting firms routinely send password-protected ZIPs containing payslips, contracts, or financial statements. The password is usually communicated separately by phone or SMS.

Software license files — Some software vendors protect licensed files in an encrypted ZIP. After purchasing, you receive the ZIP and a separate download/email with the password.

Bank statements and tax documents — Financial institutions in some countries (common in Japan, India, Singapore) protect PDF statements inside AES-256 ZIPs by default. The password is typically your account number, date of birth, or a combination defined by the bank.

Frequently Asked Questions

Why does macOS say "Unable to expand archive" on some ZIP files?
macOS Archive Utility cannot open AES-256 encrypted ZIPs — it only supports ZipCrypto. FastZip handles AES-256 ZIPs correctly in Safari or Chrome.
Can FastZip crack or recover a lost ZIP password?
No. FastZip requires the correct password to decrypt the archive. Password recovery is not possible without brute-force tools that are not part of FastZip.
Is the password I type sent to FastZip's servers?
Never. The password is used locally in your browser's WebAssembly engine to decrypt the archive. FastZip's servers never receive the password or any file data.
How do I know if my ZIP uses AES-256 or ZipCrypto?
FastZip detects the encryption type automatically. When you load an encrypted ZIP, it will indicate the encryption method in the interface before asking for the password.
Can I open an encrypted ZIP on my iPhone?
Yes. FastZip in Safari on iPhone handles AES-256 encrypted ZIP files. The password is entered via the keyboard and processed locally.
My bank sends me password-protected ZIPs — can I use FastZip?
Yes. This is a common use case. FastZip handles bank statement ZIPs encrypted with either ZipCrypto or AES-256. Enter the password provided by your bank (often your account number or birthdate in a specific format).