Skip to content

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

Notifications You must be signed in to change notification settings

lucacapacci/DocxUnprotect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages