mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:02:08 +02:00
zipcloak: move to common
and replace "zipfile" (#12543)
This commit is contained in:
parent
8b9720a256
commit
a108a888dd
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# zipcloak
|
# zipcloak
|
||||||
|
|
||||||
> Encrypt the contents within a zipfile.
|
> Encrypt the contents within a Zip archive.
|
||||||
> More information: <https://manned.org/zipcloak>.
|
> More information: <https://manned.org/zipcloak>.
|
||||||
|
|
||||||
- Encrypt the contents of a zipfile:
|
- Encrypt the contents of a Zip archive:
|
||||||
|
|
||||||
`zipcloak {{path/to/archive.zip}}`
|
`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}}`
|
`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}}`
|
`zipcloak {{path/to/archive.zip}} -O {{path/to/encrypted.zip}}`
|
Loading…
Add table
Reference in a new issue