Yves-X / batch-decrypt

Decrypt Microsoft Office files in batch with a password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

batch-decrypt

Sometimes you have to work with several Microsoft Office files encrypted with a same password, typing it again and again is quite inconvenient. In the case, this simple program helps.

当你需要处理同一个密码加密的一批 Office 文档,反复输入密码就相当繁琐。这个小工具可以帮到你。

Feature

  • Recursively decrypt MS Office files

  • Dectect and work well on docx/xlsx/pptx files

  • Skip files with unmatched password and the others

  • With force mode on, support some of doc/xls/ppt files

  • No worry about original files being destroyed

  • 递归解密微软 Office 文件

  • 检测并用于 docx/xlsx/pptx 文件

  • 跳过密码不匹配和其他的文件

  • 打开 强制模式,也支持一些 doc/xls/ppt 文件

  • 无需担心原始文件被破坏

Simple Usage

  1. Drop it to any root document of Office files
  2. just run
  3. press enter, the password, and enter again
  4. it's done

Advantage user could follow the instruction in program.

  1. 把它拖到任一包含 Office 文件的根目录
  2. 双击运行
  3. 回车,输密码,再回车
  4. 已经好了

富有经验的用户可以参考程序里的提示操作。

Force Mode

Asked by program, giving a 1 or True would switch to the force mode.

In general, doc/xls/ppt files will probably be skipped with the promote password is wrong. That's not exact. With the force mode on, the program won't check the password and forced decrypt every Office file. Problem solved.

Attention, if you give a wrong password, new files generated by the program would be broken.

The original file is always safe.

被程序询问时,给出 1True 将进入 强制模式

通常 doc/xls/ppt 文件会被提示密码错误然后跳过。这并不确切。打开 强制模式 以后,程序不会再检查密码并且强制解密每个 Office 文件。问题就解决了。

注意,如果你给了一个错误的密码,程序生成的新文件将是损坏的。

原始文件始终是安全的。

About

Decrypt Microsoft Office files in batch with a password.