批处理之家's Archiver

HAT 发表于 2022-3-29 21:41

zipcloak命令行工具给未加密的zip压缩包添加密码

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

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

命令参数:[code]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 license[/code]这个命令原本是没有 -p 参数的,是 T.Furukawa 这个人修改了源代码重新编译成exe之后才支持 -p 的用法。

页: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.