← 返回命令列表

Linux command

zipcloak 命令

网络

复制后可按需替换文件名、目录或参数。

常用示例

Encrypt ZIP file

zipcloak [archive.zip]

Decrypt ZIP file

zipcloak -d [archive.zip]

Encrypt with output

zipcloak -O [encrypted.zip] [archive.zip]

Quiet mode

zipcloak -q [archive.zip]

说明

zipcloak encrypts or decrypts ZIP archives by adding or removing password protection. When encrypting, it prompts for a password and applies encryption to all files within the archive. When decrypting with the -d flag, it removes encryption after verifying the original password. By default, zipcloak modifies the archive in place, replacing the original file. The -O option allows writing the encrypted or decrypted result to a new file, preserving the original archive unchanged. zipcloak uses standard ZIP encryption (PKZIP), which is widely compatible with most ZIP tools and operating systems. It is part of the Info-ZIP suite of utilities.

参数

-d, --decrypt
Decrypt archive.
-O _FILE_
Output to new file.
-q, --quiet
Quiet mode.
-b _PATH_
Temp file path.
-h, --help
Show help.
-v, --version
Show version.

FAQ

What is the zipcloak command used for?

zipcloak encrypts or decrypts ZIP archives by adding or removing password protection. When encrypting, it prompts for a password and applies encryption to all files within the archive. When decrypting with the -d flag, it removes encryption after verifying the original password. By default, zipcloak modifies the archive in place, replacing the original file. The -O option allows writing the encrypted or decrypted result to a new file, preserving the original archive unchanged. zipcloak uses standard ZIP encryption (PKZIP), which is widely compatible with most ZIP tools and operating systems. It is part of the Info-ZIP suite of utilities.

How do I run a basic zipcloak example?

Run `zipcloak [archive.zip]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -d, --decrypt do in zipcloak?

Decrypt archive.