Hi,
Is it possible to encrypt zip files using shell script?
If I try something like this:
set myString to "zip -e -P juba" & space & "/Users/someuser/Desktop/test.html" & space & "/Users/someuser/Desktop/test.zip"
do shell script myString
I get the following error:
“zip error: Invalid command arguments (stderr is not a tty)”
The thread: http://bbs.macscripter.net/viewtopic.php?pid=63164 explains that the zip tool shipped with OS X does not support encryption. However, I can create encrypted zip files manually, but the password must be typed twise at a prompt.