1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 21:17:57 +01:00

zipcloak: add page (#8914)

This commit is contained in:
pg99696 2022-10-11 08:38:07 +05:30 committed by GitHub
parent 82a2b4c91a
commit 697524e5da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/linux/zipcloak.md Normal file
View file

@ -0,0 +1,16 @@
# 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}}`