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 cc51fe3f07..da03d4b030 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}}`