I zipped up one of my files by using the Context Menu “Compress” function. How do I set up a password for this zip file?
—–
Tom Abbott

One Response to “How Do I Create a Password-Protected .Zip File?”

  1. You Compress function is a quick way to make zip files. There are no options, so there is no way to assign a password.
    But you can do it in Terminal easily enough.
    Just open Terminal, navigate to the directory and use the -e option. For instance, if you want to zip up A.txt and B.jpg in a file:
    zip -e filename.zip A.txt B.jpg
    You will then be prompted for a password, and then to verify the password.
    The result is a zip file that is password protected. Double-click on it in the Finder and you will get prompted with a dialog box to enter that password.

Leave a Comment Related to "How Do I Create a Password-Protected .Zip File?"

(To ask a question not related to this topic, please use the MacMost Q&A Forum)

:

:


Back to the main forum page

Sign up for our new daily email digest of forum topics!