TAR · Gratis · En tu dispositivo

Corrupt a TAR Archive Online

Corrupt a .tar, .tar.gz or .tgz archive online for free. Destroys the ustar block headers so extraction fails instead of yielding partial files.

  • Sin subidas
  • Sin límite de tamaño
  • Sin registro

Corrompe tu archivo TAR

Ajustado para .tar, .tar.gz, .tgz, .gz, y funciona igual de bien con cualquier otro formato.

100% en tu dispositivo
Suelta archivos aquí o explora Cualquier formato, cualquier tamaño, varios archivos a la vez
Nivel de corrupción

Trabajando…0%
Listo para descargar

Por qué los archivos TAR son difíciles de corromper como es debido

TAR is the most recoverable archive format in existence. It has no central index at all. Every file is preceded by its own 512-byte header, so tar can simply scan forward and extract whatever it finds. Breaking a TAR means destroying those headers wherever they appear.

Qué destruye esta herramienta

  • ustar block headers. The ustar magic in each 512-byte file header is destroyed, so no entry can be identified.
  • Header checksums. The checksum field that tar validates before trusting a header is overwritten.
  • The end-of-archive marker. The two zero blocks that terminate a valid archive are destroyed, so it also reads as truncated.
  • Gzip wrapper. For .tar.gz the gzip member header and the trailing CRC32/ISIZE are destroyed as well.

Qué verás después

AplicaciónComportamiento
tar -xf"This does not look like a tar archive" followed by "Exiting with failure status."
gzip -d"not in gzip format" or "invalid compressed data, crc error."
7-Zip / The UnarchiverReports an unsupported or damaged archive.
Docker image loadsLayer extraction fails and the import is aborted.

Motivos habituales para hacer esto

  • Testing that a deployment pipeline validates artifacts before extracting them.
  • Verifying a container image load fails cleanly on a damaged layer.
  • Simulating an interrupted backup transfer for a restore rehearsal.
  • Checking that extraction errors are surfaced rather than swallowed.

Cómo corromper un archivo TAR

  1. Suelta tu archivo .tar en la caja de arriba, o haz clic para explorar.
  2. Deja el nivel en Standard salvo que quieras un daño parcial (Light) o necesites derrotar al software de recuperación (Heavy).
  3. Pulsa Corromper archivo. El procesamiento ocurre en tu dispositivo, así que termina casi al instante.
  4. Descarga el resultado. De forma predeterminada conserva el nombre de archivo y la longitud en bytes originales.

Preguntas frecuentes sobre TAR

Why is TAR usually so recoverable?

Because it has no index. Each file carries its own header, so tar can scan forward and extract whatever it can identify. Destroying every ustar header is what removes that fallback.

Does it work on .tar.gz and .tgz?

Yes. The gzip wrapper is broken first, which alone prevents extraction, and the tar headers underneath are damaged too.

Can any files be extracted partially?

No. Without a valid header and checksum, tar cannot determine where any file starts or how long it is.

What about .tar.bz2 or .tar.xz?

Those fall back to the generic binary profile, which still breaks the compression wrapper reliably.

Úsalo con responsabilidad. Files Corrupter está pensado para pruebas de software, QA, investigación, formación y educación. Entregar un archivo corrompido a propósito para tergiversar un trabajo terminado puede infringir las normas de tu centro educativo o de tu empresa. Eres responsable del uso que hagas del resultado. Consulta nuestro aviso legal.

Más herramientas de archives

Todas las herramientas de corrupción