HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zipcloak — Encrypt the contents within a Zip archive. More information: <https://manned.org/zipcloak>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandcontentscliwithinencryptzipcloakzip

Problem

How to use the zipcloak command: Encrypt the contents within a Zip archive. More information: <https://manned.org/zipcloak>.

Solution

zipcloak — Encrypt the contents within a Zip archive. More information: <https://manned.org/zipcloak>.

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}}

Code Snippets

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}}

Context

tldr-pages: common/zipcloak

Revisions (0)

No revisions yet.