Guide

Remove metadata from RAR (.rar)

Step-by-step: what metadata RAR contains, how ExifSweep removes it, and what gets preserved.

What RAR typically leaks

  • Archive comment
  • Per-entry creation timestamp
  • Per-entry CRC + flags

Why this matters

RAR archives commonly leak when + on which OS the archive was assembled.

How ExifSweep cleans it

libarchive.js extracts every entry in browser; we repack as ZIP with timestamps zeroed and no comments.

What we preserve

All file contents exactly; output is ZIP (the only writable browser archive format).

Try it on your .rar file

Free, in your browser, never uploaded.

Open the app →