1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 18:15:24 +02:00
tldr/pages/common/zipcloak.md

17 lines
425 B
Markdown
Raw Normal View History

2022-10-11 08:38:07 +05:30
# zipcloak
> Encrypt the contents within a Zip archive.
2022-10-11 08:38:07 +05:30
> More information: <https://manned.org/zipcloak>.
- Encrypt the contents of a Zip archive:
2022-10-11 08:38:07 +05:30
`zipcloak {{path/to/archive.zip}}`
- Decrypt the contents of a Zip archive:
2022-10-11 08:38:07 +05:30
`zipcloak {{[-d|--decrypt]}} {{path/to/archive.zip}}`
2022-10-11 08:38:07 +05:30
- Output the encrypted contents into a new Zip archive:
2022-10-11 08:38:07 +05:30
`zipcloak {{path/to/archive.zip}} {{[-O|--output-file]}} {{path/to/encrypted.zip}}`