realmayus / wordcracker

A simple tool for removing the password write protection of word files.

Home Page:https://realmayus.github.io/wordcracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordCracker

A simple tool for removing the password write protection of word files.

WordCracker is compatible with .doc and .docx files.

Important: This project was made for educational purposes only. The outputs are provided without any guarantee of validity.

How it works

When you choose a .doc file, it gets uploaded to a server running docToDocs-server, a server that wraps around LibreOffice in order to convert it to a .docx file.

If you choose a .docx file (which essentially is a zip archive with a fancy extension), it gets unzipped on your machine and an XML tag that looks like this gets deleted from word/settings.xml: <w:documentProtection />. The files then get rezipped again and your browser saves the zip archive as a .docx file.

About

A simple tool for removing the password write protection of word files.

https://realmayus.github.io/wordcracker/

License:MIT License


Languages

Language:JavaScript 64.2%Language:SCSS 19.3%Language:HTML 11.8%Language:CSS 4.7%