Files
cheatsheet-tldr/tldr/zipcloak
2025-03-29 00:18:23 +00:00

22 lines
518 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`