
Newsletter Subscribe
Enter your email address below and subscribe to our newsletter
Enter your email address below and subscribe to our newsletter
Key Takeaways
You may have sensitive files like documents, images, videos, voice notes, that you want to keep private from friends and family (if they ever happen to use your Mac). Thankfully, it is effortless to put a password on a folder to shield it from others. So, without further ado, let’s get to the steps and show you how to encrypt and password protect a folder on your Mac.
One of the easiest ways you can password-protect a folder on a Mac is by creating an encrypted disk image for the folder using Disk Utility.
This tried and tested method lets you set a custom password and select a type of encryption for the locked folder for added security. Here’s how it works:
Once you create a password-protected folder, it will show up as a .dmg disk image in the location where you saved it.
You’ll have to enter a password to access the files saved in the disk image and eject it to lock the folder again.
Yet another way you can lock folders on your Mac is via the Terminal.
With this method, you can execute a simple command to create a password-protected zip file from a pre-existing folder. Here’s what you need to do:
zip -er output.zip input
. Now, replace “input” with the path of the folder you want to lock.
Now, if you wish to find and open the locked zip folder on Mac, do the following:
There are several third-party apps like Encrypto and Folder Lock, which can be used to lock your folder with a password.
These apps offer a hassle-free method to lock folders on your Mac if you’re not comfortable using Terminal commands or Disk Utility.
Here’s how you can encrypt Mac folders with Encrypto:
Wrapping up…
This is how you can quickly, safely, and freely lock a folder with a password on Mac. I hope this guide was helpful, and you learned something new.
Finally, here’s an additional tip for you. If you do not want the folder to show up in Spotlight Search, add .noindex after the folder name.
Also read:
Great tips! I never knew about the built-in encryption feature on Mac. The step-by-step instructions were really helpful. I’ll definitely be trying these methods to secure my important files. Thanks for sharing!