返回列表 发帖

[文件操作] zipcloak命令行工具给未加密的zip压缩包添加密码

用法举例:把已经存在的且未加密的 1.zip 压缩包设置 BatHome 作为密码
zipcloak -p BatHome 1.zipCOPY
原始出处和下载地址:
https://tinyapps.org/blog/201411 ... ting_zip_files.html

网盘下载:
https://pan.baidu.com/s/1tbEEXuMr2LxekW8rplVbbg?pwd=uiif

命令参数:
ZipCloak 3.0 (July 5th 2008)
Usage:  zipcloak [-dq] [-b path] zipfile
  the default action is to encrypt all unencrypted entries in the zip file
  -d  --decrypt      decrypt encrypted entries (copy if given wrong password)
  -b  --temp-path    use "path" for the temporary zip file
  -O  --output-file  write output to new zip file
  -p  --password     password (add by T.Furukawa)
  -q  --quiet        quiet operation, suppress some informational messages
  -h  --help         show this help
  -v  --version      show version info
  -L  --license      show software licenseCOPY
这个命令原本是没有 -p 参数的,是 T.Furukawa 这个人修改了源代码重新编译成exe之后才支持 -p 的用法。

返回列表