-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1fdad1
commit 4b6f48e
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# Make_Password_Protected_ZIP_Service | ||
Make Password Protected ZIP | ||
|
||
This is an Apple Automator Service. It executes an AppleScript which presents the user a series of dialog boxes which take the user through the process of creating a password protected ZIP file. | ||
|
||
This was based on a previous scrip I found in a user forum but has been heavily improved and many issues fixed. This version supports ziping a single file, or an entire folder of files. | ||
|
||
Under newer versions of macOS you will likely have to give the automator service permission to work i.e. permission to access files and folders. | ||
|
||
To use it, you install it as an automator service as normal. It will then show up in the Finder's services sub-menu. This is accessed by right-clicking on the file or folder you wish to make a password protected ZIP of and then selecting the service from the sub-menu. | ||
|
||
<img width="639" alt="Screenshot 2023-11-29 at 11 49 47" src="https://github.com/jelockwood/Make_Password_Protected_ZIP_Service/assets/4300786/9e0de17e-5560-4196-b226-4fed6dc164a2"> |