TXT · Grátis · No dispositivo

Corrupt a Text File Online

Corrupt a .txt file online for free. Injects invalid UTF-8 byte sequences so editors show mojibake or refuse to decode the file entirely.

  • Sem envio
  • Sem limite de tamanho
  • Sem registo

Corrompa o seu ficheiro text

Afinado para .txt, .log, .ini, .conf, e funciona igualmente bem com qualquer outro formato.

100% no dispositivo
Largue ficheiros aqui ou procure Qualquer formato, qualquer tamanho, vários ficheiros de uma vez
Nível de corrupção

A processar…0%
Pronto a transferir

Porque os ficheiros text são difíceis de corromper como deve ser

Plain text is the one case where scrambling bytes genuinely is enough, but scrambling them into other printable characters just produces different text, not a broken file. The trick is injecting byte sequences that are not valid UTF-8 at all, so the file stops being decodable rather than merely becoming nonsense.

O que esta ferramenta destrói

  • Invalid UTF-8 sequences. Bytes in the 0x80–0xFF range are injected without valid lead bytes, which is a decoding error rather than a strange character.
  • The opening bytes. The start of the file is overwritten, so any byte-order mark or format sniffing is defeated immediately.
  • Line structure. Newline boundaries are broken up, so tools that read the file line by line lose their framing.
  • The tail. The final bytes are replaced, which breaks any trailing marker or terminating newline a parser expects.

O que vai ver a seguir

AplicaçãoComportamento
Notepad / TextEditOpens showing replacement characters and mojibake instead of readable text.
VS CodeWarns that the file contains invalid characters for the detected encoding.
Python open()Raises UnicodeDecodeError in strict mode.
grep / diffReports the file as binary and refuses to process it as text.

Motivos comuns para fazer isto

  • Testing that a log ingestion pipeline survives a partially written file.
  • Verifying an importer handles encoding errors rather than crashing.
  • Producing a broken fixture for a text-parsing test suite.
  • Demonstrating what encoding corruption looks like in a training session.

Como corromper um ficheiro text

  1. Largue o seu ficheiro .txt na caixa acima, ou clique para procurar.
  2. Deixe o nível em Standard, a menos que queira dano parcial (Light) ou precise de derrotar software de recuperação (Heavy).
  3. Prima Corromper ficheiro. O processamento decorre no seu dispositivo, por isso termina quase de imediato.
  4. Transfira o resultado. Por predefinição mantém o nome de ficheiro e o comprimento em bytes originais.

Perguntas frequentes sobre Text

Why not just shuffle the letters?

Shuffled letters are still valid text, the file opens perfectly and simply reads as nonsense. Injecting invalid UTF-8 makes the file fail to decode, which is what real corruption looks like.

Will the file still open in Notepad?

Notepad is very permissive and will usually display something, but it will be mojibake rather than your content. Stricter tools refuse it outright.

Does this work for source code files?

Yes. Any text-shaped extension: .py, .js, .java, .php and so on, uses the same profile.

Is the original file changed?

No. Corruption is applied to a copy in memory and offered as a download. The file you selected is only read.

Use isto de forma responsável. O Files Corrupter foi criado para testes de software, QA, investigação, formação e ensino. Entregar um ficheiro corrompido de propósito para fazer passar trabalho por concluído pode violar as regras da sua escola ou entidade empregadora. É responsável pelo uso que faz do resultado. Consulte a nossa declaração de exoneração.

Mais ferramentas documents

Todas as ferramentas de corrupção