Board logo

标题: [文件操作] zipcloak命令行工具给未加密的zip压缩包添加密码 [打印本页]

作者: HAT    时间: 2022-3-29 21:41     标题: zipcloak命令行工具给未加密的zip压缩包添加密码

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

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

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




欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2