From a108a888dd1157ff5aac1438d35cd3d3043f799f Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Sun, 24 Mar 2024 08:26:01 -0300 Subject: [PATCH] zipcloak: move to `common` and replace "zipfile" (#12543) --- pages/{linux => common}/zipcloak.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename pages/{linux => common}/zipcloak.md (52%) diff --git a/pages/linux/zipcloak.md b/pages/common/zipcloak.md similarity index 52% rename from pages/linux/zipcloak.md rename to pages/common/zipcloak.md index cc51fe3f0..da03d4b03 100644 --- a/pages/linux/zipcloak.md +++ b/pages/common/zipcloak.md @@ -1,16 +1,16 @@ # zipcloak -> Encrypt the contents within a zipfile. +> Encrypt the contents within a Zip archive. > More information: . -- 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}}`