commands.sh

zipcloak

all

Encrypt the contents within a Zip archive.

More info →

Options (2)

-d, --decryptboolean

Decrypt the contents of a Zip archive

Example: zipcloak {{[-d|--decrypt]}} {{path/to/archive.zip}}
-O, --output-fileboolean

Output the encrypted contents into a new Zip archive

Example: zipcloak {{path/to/archive.zip}} {{[-O|--output-file]}} {{path/to/encrypted.zip}}

Examples (3)

Encrypt the contents of a Zip archive

zipcloak path/to/archive.zip

Decrypt the contents of a Zip archive

zipcloak [-d|--decrypt] path/to/archive.zip

Output the encrypted contents into a new Zip archive

zipcloak path/to/archive.zip [-O|--output-file] path/to/encrypted.zip
made by @shridhargupta | data from tldr-pages