tldr/pages/common/zipcloak.md

17 lines
393 B
Markdown
Raw Normal View History

2022-10-11 04:08:07 +01:00
# zipcloak
> Encrypt the contents within a Zip archive.
2022-10-11 04:08:07 +01:00
> More information: <https://manned.org/zipcloak>.
- Encrypt the contents of a Zip archive:
2022-10-11 04:08:07 +01:00
`zipcloak {{path/to/archive.zip}}`
- [d]ecrypt the contents of a Zip archive:
2022-10-11 04:08:07 +01:00
`zipcloak -d {{path/to/archive.zip}}`
- [O]utput the encrypted contents into a new Zip archive:
2022-10-11 04:08:07 +01:00
`zipcloak {{path/to/archive.zip}} -O {{path/to/encrypted.zip}}`