mirror of https://github.com/CrimsonTome/tldr.git
393 B
393 B
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}}
- [d]ecrypt the contents of a Zip archive:
zipcloak -d {{path/to/archive.zip}}
- [O]utput the encrypted contents into a new Zip archive:
zipcloak {{path/to/archive.zip}} -O {{path/to/encrypted.zip}}