TAR · Gratuit · Sur votre appareil

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.

  • Aucun envoi
  • Aucune limite de taille
  • Aucune inscription

Corrompez votre fichier TAR

Réglé pour .tar, .tar.gz, .tgz, .gz, et fonctionne tout aussi bien avec n'importe quel autre format.

100 % sur votre appareil
Déposez vos fichiers ici ou parcourez Tout format, toute taille, plusieurs fichiers à la fois
Niveau de corruption

Traitement…0%
Prêt à télécharger

Pourquoi les fichiers TAR sont difficiles à corrompre correctement

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.

Ce que cet outil détruit

  • 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.

Ce que vous verrez ensuite

ApplicationComportement
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.

Raisons courantes de le faire

  • 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.

Comment corrompre un fichier TAR

  1. Déposez votre fichier .tar dans la zone ci-dessus, ou cliquez pour parcourir.
  2. Laissez le niveau sur Standard, sauf si vous voulez des dommages partiels (Light) ou devez mettre en échec un logiciel de récupération (Heavy).
  3. Cliquez sur Corrompre le fichier. Le traitement a lieu sur votre appareil, il se termine donc presque instantanément.
  4. Téléchargez le résultat. Par défaut, il conserve le nom de fichier et la longueur en octets d'origine.

Questions fréquentes sur 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.

Utilisez ceci de façon responsable. Files Corrupter est conçu pour les tests logiciels, la QA, la recherche, la formation et l'enseignement. Remettre un fichier délibérément corrompu pour faire passer un travail pour terminé peut enfreindre le règlement de votre établissement ou de votre employeur. Vous êtes responsable de l'usage que vous faites du résultat. Consultez notre avertissement.

Autres outils archives

Tous les outils de corruption