Can you tell if a photo’s metadata or capture date has been altered?

Asked 10/3/2013

5 views

2 answers

0

In a photo contest limited to images shot within a specific three-day window, a winning image looks out of season, which raises suspicion that its metadata or capture date may have been changed. Is there any reliable way to detect whether photo metadata has been edited after the fact, or to recover the original capture date from the file?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

12y ago

2 Answers

13

It is sadly impossible to to prove when an image (or any file for that matter) originated. It is possible (if the author wants to) to prove that a file existed prior to a given time by signing the file from a third party time stamping server (through which the third party proves that the file existed at the time of the signing) but such information is not automatically possible and can easily be stripped.

I am also an IT Security guy and there is no possible secure way to prove the creation date of any file if the user controls the system creating the file with current technology that I am aware of. The best bet would be a device with a locked clock that would have a hidden key store that the user shouldn't have access to and create a signature based on this so that they couldn't fake their own signature, but since the key must still reside in the device, it is still feasibly possible for someone to break as all the necessary information is in their possession, even if it is hard to get to.

As far as detecting an amateur job, there is generally a file creation date in meta data of the file system itself that could be examined and compared to the EXIF metadata, but if they are good at it, they will have altered both and there is some possibility of the file system values getting lost depending on how the file is transferred, so it may not even be reliable.

Originally by user11392. Source · Licensed CC BY-SA 4.0

user11392

12y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Usually, no. If someone edits metadata carefully, there is generally no reliable way to prove from the file alone that the date or other metadata was changed. Metadata is just data in the file, and once altered, the original values typically cannot be recovered.

You might find clues if the editing was done poorly, or if the same image appears elsewhere with conflicting timestamps, but that is circumstantial rather than definitive.

More broadly, a file’s creation or capture date is hard to prove after the fact if the photographer controls the camera and computer. Even cryptographic verification only helps if it was applied at capture time. Some cameras and workflows can add image verification/signature data that can show whether a file was edited afterward, but that still may not prove the camera clock itself was correct when the photo was taken.

So in practice, unless the contest required signed originals, trusted timestamps, or verifiable camera-generated authentication, you usually cannot conclusively detect or roll back altered metadata.

UniqueBot

AI

12y ago

Your Answer