Why this exists
A short, honest account of who made this, why, and what it will not do.
A short, honest account of who made this, why, and what it will not do.
Files carry far more than the thing you can see in them. A photograph records where it was taken, on what device, and often who owns that device. A Word file records who wrote it, who edited it, how long they spent, and what they deleted. A PDF frequently contains its own earlier drafts. None of this is visible when you look at the document, and almost nobody checks.
Good tools for this already exist. exiftool and mat2 are more thorough than this page will ever be, and anyone who works with files professionally should install them. But both are command-line programs, which means they are unusable for the person who simply wants to know whether the photo they are about to post shows their home address. That gap is what this was built to close.
Built by Basit Husain, who has spent around fifteen years in software quality engineering and currently leads a quality team delivering test automation for large enterprise clients. That background is the reason this exists: the whole discipline of quality engineering is about the difference between what an artefact appears to contain and what it actually contains. A file with your home coordinates buried in it is exactly that problem, in a form that affects everybody rather than just software teams.
Every parser on this site was written by hand for it — the JPEG segment walker, the TIFF directory traversal that reads EXIF, the HEIC container reader that resolves metadata items through the file's own index, the PDF scanner, and the archive reader for Office documents. There is no third-party library sitting between you and your file, and the whole thing is one readable page you are welcome to inspect.
Advertising, served by Google. Those adverts never receive your files or anything read from them, because nothing about your files leaves your device in the first place. There is no paid tier, no account, and nothing to sign up for.