Skip to main content
7BBusyBoss

Password-Protect a ZIP — Free, AES-256, In-Browser

Encrypt a ZIP with AES-256 in your browser. Opens in 7-Zip, WinRAR and Keka, not Windows Explorer, and file names stay readable.

No limitsZero data leaksSuper fast

Password-Protect a ZIP

Files never leave your browser

Drop files to protect, or click to pick

AES-256 encryption · opens in 7-Zip, WinRAR, Keka — not Windows Explorer or macOS Archive Utility

⚠ The recipient needs your password to open the ZIP. There's no reset link, no backdoor — this is real encryption.

You're on 7BusyBoss — 300+ free tools that run instantly in your browser. No signup, nothing uploaded.

Browse all File Security
About this tool

The cipher is strong. The key derivation is the weak link.

AES-256 has no known practical attack against it. But an encrypted ZIP is not protected by AES alone — it is protected by whatever key your password turns into, and the ZIP format dictates how that happens. The WinZip AES standard this tool implements derives the key with PBKDF2-HMAC-SHA1 at 1,000 iterations and a 16-byte random salt. That iteration count was fixed when the format was written and has never been raised, because raising it would break every ZIP tool already shipped.

For comparison, this site's File Encrypter uses 200,000 iterations. Both use AES-256; the difference is that guessing a password costs an attacker 200 times more work there than here.

The practical consequence is that password length matters more for a ZIP than almost anywhere else. Short or dictionary-based passwords can be tested at enormous speed against a 1,000-iteration derivation. A long passphrase cannot be, no matter how cheap each guess is. This tool enforces a six-character minimum — treat that as a floor the format allows, not as a recommendation.

Which programs can actually open the result

ProgramOpens an AES-256 ZIP
7-Zip (Windows, free)Yes
WinRARYes
Keka (macOS, free)Yes
The Unarchiver (macOS, free)Yes
Windows File ExplorerNo — ZipCrypto only
macOS Archive UtilityNo — ZipCrypto only

This catches out more people than the encryption ever does. Neither operating system's built-in archive handler supports AES ZIPs — both implement only the legacy ZipCrypto scheme, which is old enough to be broken with widely available tools. Someone who double-clicks your file and gets an error will usually conclude it is corrupt rather than that they need different software. Tell the recipient which program to install before you send it.

The file names are not encrypted

AES encrypts the contents of every entry in the archive. It does not encrypt the ZIP central directory, so anyone holding the file can list what is inside — names, uncompressed sizes and timestamps — without ever knowing the password. A file called Q3-redundancies-final.xlsx has already given away most of what matters.

If the names themselves are sensitive, rename them before you build the archive, or reach for full-file encryption instead: the File Encrypter produces an opaque .enc container with no readable structure at all.

What an encrypted ZIP does not do

It protects a file at rest and as an email attachment. It does not protect the unencrypted original still sitting in your Downloads folder, it does not prove who sent the archive, and it does nothing at all if the password travels in the same email thread as the file. Encryption here happens entirely in your browser — the files and the password never reach a server — but that guarantee ends the moment the archive leaves your machine.

Send the password through a different channel from the file: a phone call, a message on another app, or a password-manager share. To take protection back off an archive you own, use Remove ZIP Password.

How to use the Password-Protect a ZIP

Takes about a minute. No signup, no download, your data stays in your browser.

  1. 1
    Open the tool. Scroll up to the Password-Protect a ZIP above — it loads instantly in your browser, no install needed.
  2. 2
    Enter your values. The fields come pre-filled with realistic defaults so you can see how it works — replace them with your own numbers.
  3. 3
    Read the result. The output updates instantly. Copy or share it — nothing is uploaded to a server, everything stays on your device.

Frequently asked questions

Common questions about the Password-Protect a ZIP.

Can Windows open a password-protected ZIP made with this tool?

Not with File Explorer. Windows' built-in ZIP handling only supports the legacy ZipCrypto scheme, not AES-256, so double-clicking the archive produces an error. Install 7-Zip, which is free, or WinRAR. The same limitation applies to the macOS Archive Utility — Mac users need Keka or The Unarchiver.

Is a ZIP password actually secure enough for sensitive documents?

The AES-256 cipher itself is not the concern. The ZIP format derives your key with only 1,000 PBKDF2 iterations, which makes each password guess cheap for an attacker. That puts all the weight on password length: a long passphrase stays safe, a short one does not. For high-value secrets, full-file encryption with far stronger key stretching is the better choice.

Can someone see the file names inside without the password?

Yes. ZIP encryption covers file contents, not the archive index, so names, sizes and timestamps are readable by anyone who has the file. This is a property of the format, not of this tool. If the names give away the contents, rename the files before archiving them or use a container format that hides the structure entirely.

What happens if I forget the ZIP password?

The archive is unrecoverable. There is no reset, no backdoor and no master key — the password is the only input that produces the decryption key. Recovery software works only by guessing, which succeeds against weak passwords and fails against strong ones. Store the password in a password manager before you send the file.

Community rating

Discussion (0)

No comments yet. Start the discussion.