Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-25 00:14:11 +00:00
parent ae71584b37
commit 17655fbe93
6 changed files with 114 additions and 5 deletions

21
tldr/zipcloak Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# zipcloak
> Encrypt the contents within a Zip archive.
> More information: <https://manned.org/zipcloak>.
- Encrypt the contents of a Zip archive:
`zipcloak {{path/to/archive.zip}}`
- [d]ecrypt the contents of a Zip archive:
`zipcloak -d {{path/to/archive.zip}}`
- [O]utput the encrypted contents into a new Zip archive:
`zipcloak {{path/to/archive.zip}} -O {{path/to/encrypted.zip}}`