2022-10-11 08:38:07 +05:30
|
|
|
# zipcloak
|
|
|
|
|
2024-03-24 08:26:01 -03:00
|
|
|
> Encrypt the contents within a Zip archive.
|
2022-10-11 08:38:07 +05:30
|
|
|
> More information: <https://manned.org/zipcloak>.
|
|
|
|
|
2024-03-24 08:26:01 -03:00
|
|
|
- Encrypt the contents of a Zip archive:
|
2022-10-11 08:38:07 +05:30
|
|
|
|
|
|
|
`zipcloak {{path/to/archive.zip}}`
|
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Decrypt the contents of a Zip archive:
|
2022-10-11 08:38:07 +05:30
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`zipcloak {{[-d|--decrypt]}} {{path/to/archive.zip}}`
|
2022-10-11 08:38:07 +05:30
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Output the encrypted contents into a new Zip archive:
|
2022-10-11 08:38:07 +05:30
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`zipcloak {{path/to/archive.zip}} {{[-O|--output-file]}} {{path/to/encrypted.zip}}`
|