If you need to edit a Word 2010 document that has been protected against a editing with a password, all you have to do is this.
- Save the document as an XML file
- Open the XML file in Notepad or any other text editor
- Look for the code that looks something like this:
w:documentProtection w:edit=”forms” w:enforcement=”1″ w:cryptProviderType=”rsaFull” w:cryptAlgorithmClass=”hash” w:cryptAlgorithmType=”typeAny” w:cryptAlgorithmSid=”4″ w:cryptSpinCount=”100000″ w:hash=”QtaIYzaqdsNY6+rDiZireRTIcR0=” w:salt=”Nm32FUBbspiQM+Rpm9VWIg==”
- Delete it
- Save the changes to the XML file
- Open the XML file again in word, and save it as a word file again
It should also work in other versions of Word, but I only tested it with 2010 files
