Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 392 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 392 Bytes

DocxUnprotect

Tool to unlock protected docx files that can't otherwise be edited without entering a password.

Step 1

Edit the file docx_unprotect.py and:

  • write the path of the protected input file inside the variable "protected_docx" (line 9)
  • write the path of the unlocked output file inside the variable "unprotected_docx" (line 10)

Step 2

run python3 docx_unprotect.py