Skip to content
File Acture

How to Create a Password-Protected ZIP on Mac

Finder's Compress command can't add a password, and the Terminal command zip -e only uses the old ZipCrypto scheme, which has well-known weaknesses. File Acture's Create ZIP packs files and folders into a ZIP encrypted with AES-256 that File Acture, 7-Zip, WinZip and Keka open with the password.

Updated September 23, 20265 min readTested with File Acture 1.0.9 on macOS 26

By the File Acture team

You need to send a folder of scans to your accountant, or keep personal documents on a shared drive. A ZIP with a password is the most portable way to do it, since it opens on Macs and Windows PCs alike. The catch is that the Mac's built-in tools don't make a properly encrypted one.

When do you need a password-protected ZIP?

Use an encrypted ZIP when several files must travel together and only the right person should open them.

Email attachments, links to shared cloud folders and USB sticks all leave copies in places you don't control. A single encrypted ZIP keeps documents, photos and spreadsheets together under one password, and the person receiving it doesn't need a Mac to open it.

Can you password-protect a ZIP with Finder or Terminal?

Finder's Compress command makes an ordinary ZIP with no password option. Terminal can add one: zip -er archive.zip folder asks for a password and encrypts the files.

The problem is the scheme. zip -e uses the traditional ZIP encryption often called ZipCrypto, which falls to known-plaintext attacks: if someone can guess part of one file, they can recover the contents without the password. Disk Utility can make an encrypted disk image with 128-bit or 256-bit AES instead, which works well between Macs, but a Windows PC can't open a .dmg without extra software.

How to create an AES-256 encrypted ZIP with File Acture

File Acture's Create ZIP packs any mix of files and folders into one ZIP and, with Protect with a password turned on, encrypts every file with AES-256.

Under Archive, type an Archive name and choose a Compression level: Normal, Maximum or None (fastest). Turn on Protect with a password, then type the password in Password and Confirm password. The app reminds you that the archive opens with File Acture, 7-Zip, WinZip or Keka.

Folders keep their structure, including empty ones, and Mac clutter such as .DS_Store files and __MACOSX folders is left out. Symbolic links are skipped rather than followed, and very large files are stored in ZIP64 format. The ZIP is saved to Downloads › File Acture or the folder you choose, and it only appears once it's complete, so you never find a half-written archive.

Which ZIP compression level should you choose?

Normal suits most archives, Maximum squeezes out a little more at the cost of time, and None (fastest) stores the files without compressing them.

Documents, spreadsheets and text shrink well in a ZIP. Photos, videos and PDFs are already compressed, so they barely change, and None (fastest) packs them quickly with exactly the same protection. The password and the AES-256 encryption work the same at every level.

What an encrypted ZIP does and doesn't hide

An encrypted ZIP locks the contents of every file, but the file names inside stay readable to anyone who opens the archive, with or without the password.

  • Rename sensitive files before zipping if the names themselves give something away.
  • Use a long passphrase and send it separately from the ZIP, for example by text message.
  • Check the recipient's app. AES-256 ZIPs open in File Acture, 7-Zip, WinZip and Keka; the unzip command that comes with macOS doesn't support AES.
  • Clean photos first. Pictures in the ZIP still carry their GPS position, so remove location data before you pack them.
  • One PDF? Protect the PDF itself with AES-256, so it opens in any PDF app with the password.

How to open a password-protected ZIP on a Mac

To open an AES-256 ZIP on a Mac, add it to File Acture's Extract Archive, type the password and click Extract.

Extract Archive also opens ZIPs protected with the older ZipCrypto scheme, as well as 7z and TAR archives. Each archive is unpacked into a new folder, and entries that try to write outside it are refused.

Why not add a password online?

Online tools that add a password to a ZIP need your unencrypted files first, which defeats the purpose. File Acture encrypts on your Mac, so the files never leave it before they're locked. The free version takes up to 5 items per run, with 3 runs on each Mac; see pricing for Pro.

How to create a password-protected ZIP with File Acture

  1. 1

    Add files and folders

    Choose Create ZIP in the sidebar and drag in files and folders, or click Choose Files….

  2. 2

    Name the archive

    Under Archive, type an Archive name and pick a Compression level.

  3. 3

    Turn on the password

    Switch on Protect with a password.

  4. 4

    Set the password

    Type it in Password and again in Confirm password.

  5. 5

    Create the ZIP

    Click Create ZIP, then send the password separately from the file.

Make AES-256 encrypted ZIPs from files and folders.

Free to try · macOS 14 or later

Password-protected ZIP options on a Mac
MethodEncryptionOpens on WindowsCatch
Finder, CompressNoneYesNo password option
Terminal, zip -eZipCryptoYesWeak against known-plaintext attacks
Disk Utility encrypted image128-bit or 256-bit AESNo, it's a .dmgMac only
File Acture Create ZIPAES-256Yes, with 7-Zip or WinZipFile names stay visible, as in any ZIP

Questions

Can I password-protect a ZIP on a Mac without extra software?

Only with zip -e in Terminal, which uses the weak ZipCrypto scheme. For AES-256 you need an app such as File Acture.

How do I open a password-protected ZIP on a Mac?

Add it to File Acture's Extract Archive, type the password and click Extract. It opens both AES-256 and older ZipCrypto ZIPs.

Is ZipCrypto secure?

Not for sensitive files. It's open to known-plaintext attacks that can recover the contents without the password.

Can Windows open an AES-256 ZIP?

Yes, with 7-Zip or WinZip. Check that the recipient has one of them before you send the file.

Are file names hidden in an encrypted ZIP?

No. ZIP encryption covers the contents of the files, not their names, so rename sensitive files first.

Related guides