1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:02:18 +02:00

zipcloak: move to common and replace "zipfile" (#12543)

This commit is contained in:
Vitor Henrique 2024-03-24 08:26:01 -03:00 committed by GitHub
parent 8b9720a256
commit a108a888dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,16 +1,16 @@
# zipcloak
> Encrypt the contents within a zipfile.
> Encrypt the contents within a Zip archive.
> More information: <https://manned.org/zipcloak>.
- Encrypt the contents of a zipfile:
- Encrypt the contents of a Zip archive:
`zipcloak {{path/to/archive.zip}}`
- [d]ecrypt the contents of a zipfile:
- [d]ecrypt the contents of a Zip archive:
`zipcloak -d {{path/to/archive.zip}}`
- [O]utput the encrypted contents into a new zipfile:
- [O]utput the encrypted contents into a new Zip archive:
`zipcloak {{path/to/archive.zip}} -O {{path/to/encrypted.zip}}`