24 октября 2009 г.

zip arhive with password protection

To create a password protected zip archive, enough to use the following command:
$ zip -e -r filename inputDirectory
-e creates a password protected archive
-r to include the contents of a directory or directories in a zip archive
$ unzip -P unzips the file

Комментариев нет: