1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages/linux/zipcloak.md
2022-10-11 08:38:07 +05:30

377 B

zipcloak

Encrypt the contents within a zipfile. More information: https://manned.org/zipcloak.

  • Encrypt the contents of a zipfile:

zipcloak {{path/to/archive.zip}}

  • [d]ecrypt the contents of a zipfile:

zipcloak -d {{path/to/archive.zip}}

  • [O]utput the encrypted contents into a new zipfile:

zipcloak {{path/to/archive.zip}} -O {{path/to/encrypted.zip}}