Corrupt a Word Document Online
Corrupt a Word document (.docx or .doc) online for free. Browser-based DOCX corrupter that destroys the ZIP container so Word cannot open or recover it.
- Sem envio
- Sem limite de tamanho
- Sem registo
Corrompa o seu ficheiro Word
Afinado para .docx, .doc, .docm, e funciona igualmente bem com qualquer outro formato.
Porque os ficheiros Word são difíceis de corromper como deve ser
Since Office 2007 a .docx has been a ZIP archive full of XML. Random byte flips usually land inside a compressed stream, and Word's recovery reads the rest of the archive and opens the document anyway. Breaking a Word file properly means breaking the container, not the contents.
O que esta ferramenta destrói
- Local file headers. Every
PK\x03\x04record that marks the start of an entry inside the package is destroyed. - The central directory. The index mapping entry names to offsets is overwritten, so no unzip implementation can enumerate the archive.
- End of central directory. The EOCD record in the final 64 KB is destroyed. Without it the file stops being a valid ZIP entirely.
- Legacy .doc files. For pre-2007 documents the OLE compound-document header and its FAT sector map are targeted instead.
O que vai ver a seguir
| Aplicação | Comportamento |
|---|---|
| Microsoft Word | "Word found unreadable content in document.docx." Recovery then fails. |
| Google Docs | "We're sorry. We were unable to open the file." |
| LibreOffice Writer | Reports a broken format filter and refuses to load. |
| Windows Explorer | Correct icon, correct size, correct type, nothing looks unusual until it is opened. |
Motivos comuns para fazer isto
- Testing an upload pipeline that ingests Word documents from users.
- Checking a document converter reports errors instead of producing empty output.
- Building a realistic damaged-file scenario for IT support training.
- Verifying a backup process detects corruption before overwriting a good copy.
Como corromper um ficheiro Word
- Largue o seu ficheiro .docx na caixa acima, ou clique para procurar.
- Deixe o nível em Standard, a menos que queira dano parcial (Light) ou precise de derrotar software de recuperação (Heavy).
- Prima Corromper ficheiro. O processamento decorre no seu dispositivo, por isso termina quase de imediato.
- Transfira o resultado. Por predefinição mantém o nome de ficheiro e o comprimento em bytes originais.
Perguntas frequentes sobre Word
Will Word's "Open and Repair" recover the document?
No. Open and Repair salvages readable parts of the archive. Standard level destroys the local file headers and the central directory, so there is nothing left to salvage from.
Does this work for .doc as well as .docx?
Yes. The engine detects legacy OLE compound documents and targets their header and sector allocation table, which is the equivalent structural landmark for that format.
Will the file keep its original name?
By default yes, the download uses the exact original filename. You can switch on the corrupted_ prefix in the options if you would rather label it clearly.
Can the original be recovered afterwards?
Not from the corrupted copy. The corruption is applied to a copy held in memory and the file on your device is never modified, but the output itself is permanently damaged.