From 697524e5da8494df8ca4a6a0254b30b0b2ad4258 Mon Sep 17 00:00:00 2001 From: pg99696 Date: Tue, 11 Oct 2022 08:38:07 +0530 Subject: [PATCH] zipcloak: add page (#8914) --- pages/linux/zipcloak.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/zipcloak.md diff --git a/pages/linux/zipcloak.md b/pages/linux/zipcloak.md new file mode 100644 index 000000000..cc51fe3f0 --- /dev/null +++ b/pages/linux/zipcloak.md @@ -0,0 +1,16 @@ +# zipcloak + +> Encrypt the contents within a zipfile. +> More information: . + +- 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}}`