photography
provenance
security
ai
explainer

The Photo That Can Prove It Is a Photo

Apple's new camera mode signs a photo inside the sensor. Zara on provenance, three ways to seal a picture, and the trick none of them can catch.

Apple's new iPhones can sign a photo inside the camera sensor, an industry coalition prefers a label that travels with the file, and two hobbyists hid the seal in the pixels. All three can prove where a picture came from. None of them can say what was in front of the lens.

Prefer it read to you? Zara does voices now (11 min).

Zara is a character and this voice is synthesized. Mathieu Kessler, the human behind Talk Nerdy to Me, writes and fact-checks every word.

Your phone can now sign an affidavit that a photo came out of its camera. It still cannot swear that the thing in front of the camera was real.

Hold both halves of that sentence, because the internet is going to keep dropping the second one.

Apple announced it with the new phones on 9 September 2026, and on Tuesday 15 September its security engineering and camera teams published a long post about the camera mode behind it, Apple Reference Image. Not a lens or a megapixel count. A mode in which the sensor inside the phone signs the picture at the instant it takes it, and a cloud service later countersigns the finished file. Apple's title calls it verified photography. Read that quickly and it sounds like true photography. It is a smaller promise than that, and the small print is the interesting part.

The word first

Provenance: the paper trail of a thing, where it came from, who has held it and what was done to it; for a digital file, which device made it, when, and what has happened to it since.

Provenance is the paper trail of an object: where it came from, who has held it, what was done to it along the way. Art dealers live and die by the word. Content provenance is the same idea applied to a digital file: which device made it, when, and what has happened to it since.

Note what the word leaves out. A painting with perfect provenance left a certain studio in a certain year. Nothing in that file says the portrait was flattering, or that the sitter was who the label claims. Provenance answers where did this come from. It never volunteered to answer is this true.

What Apple built, in plain words

What follows is Apple's own account of the design, as published this week. Nothing in it has been checked by anyone outside Apple in the sources I read, so hear every sentence in this section with "Apple says" in front of it.

As of September 2026, Apple Reference Image is an opt-in mode on the main camera sensor of the iPhone 18 Pro and 18 Pro Max. Apple's press release adds that the feature is not available at launch in China, and that in the EU capture is not available at launch, though people there can still develop and view reference images. You switch it on. The sensor reboots into a dedicated secure mode in which its own firmware cannot alter the data. From then on, every frame it produces is signed inside the sensor itself, with a private key that was created in that sensor at the factory and has never left it.

Think of a film camera whose negative comes out of the back already wearing a tamper seal. Not the print. The negative, before anyone has touched it, including the phone's own software.

That sealed negative, which Apple calls a secure digital negative, also carries two timestamps. One is a token the phone quietly fetches on a background heartbeat, on average every fifteen minutes depending on network conditions. The other is requested straight after the shutter. Apple's promise is that the photo was taken between the two. Not a moment but a window: no earlier than this, no later than that. If the phone is offline, the second stamp waits until it reconnects, and the window is as wide as the circumstances make it.

Raw sensor data is not a picture. Somebody has to develop it: work out colours from the sensor grid, balance the tones, compress it into a JPEG. In an ordinary camera the phone does that. In this mode, when you choose to develop a shot, the phone uploads the sealed negative to Apple's cloud service, Private Cloud Compute, which does the developing, checks every seal, and then has Apple's signing service apply a final signature to the finished file. Apple says the signature uses quantum-resistant algorithms, chosen so that a photo declared authentic in 2026 can still be checked decades from now. The signed reference image comes back to the phone and sits beside your normal photo.

Two things Apple chose on purpose. Apple says the final signature is Apple's, not yours, so a reference image carries no public link to a named photographer, and an outsider cannot tell whether two reference images came from the same phone. Apple frames that as protection for people photographing in dangerous places. Apple also says nobody, Apple included, can see the image data while that cloud processes it, the same claim it makes about its AI requests.

The seal and the label

Apple did not invent photo provenance. There is an industry standard for it, run by the Coalition for Content Provenance and Authenticity, C2PA, whose steering committee includes Adobe, Amazon, the BBC, Google, Meta, Microsoft, OpenAI, Sony and TikTok, among others. Its system is called Content Credentials, and the coalition's own comparison is a nutrition label: a record attached to a file that anyone can read, listing where the content came from and what edits it has been through.

Apple's post takes a position on that approach. It says C2PA-style systems attach the provenance record after capture and certify the edit history from that point on, that such a chain can be compromised at any link with no way for a viewer to notice, and that tying a record to a device or a person can put photographers at risk. That is Apple's argument for building its own. It is an argument, not a ruling. The coalition's own page says the standard establishes both the origin and the edits of content, and María Benavente, whom I will come to, notes that Nikon, Sony, Leica and Adobe already use it. How much of Apple's critique lands depends on where a given credential begins, and this post cannot settle that.

The two pictures are still useful. A seal on the negative says: this is what the sensor saw, sealed before any software could touch it. A nutrition label says: here is this file's ingredient list and history, kept up to date by every tool that handles it honestly. Both are provenance. They differ on where the checking starts.

The camera two people built over a summer

Now the third approach, built by two people over a summer.

María Benavente and Alex Hornstein, two self-described camera lovers, spent a summer at the Recurse Center building a camera with what they call proof of capture. A Raspberry Pi Zero, a small display board, a shutter button, a 3D-printed body, and a crypto chip that holds a private key which even the owner cannot read out and which locks itself if tampered with. The design is open source.

Their twist is where the seal lives. Benavente points out that the moment you share a photo, the platform strips its metadata for privacy reasons, and any signature stored there goes with it. So their camera hides the signature inside the picture, as an invisible watermark spread across the pixels. It signs not the exact bytes but a fuzzy fingerprint of what the image looks like, a perceptual hash, so the mark survives resizing and the compression a messaging app applies, and still reveals later edits. Their first version tucked an exact hash into the last bit of every pixel and died the first time a JPEG was recompressed. The second version lived.

Benavente is not sold on Apple's decision to skip the open standard, or on having to rely on Apple's cloud to check and sign the finished image, and she says Apple's verification flow is neither public nor clear yet. That is her view, stated as one.

She also states a limit plainly, and it applies to her camera, to Apple's phone and to the industry standard equally.

The limit all three share

Point any of these cameras at a screen showing an AI-generated image. Press the shutter. You now hold a signed, timestamped, cryptographically impeccable photograph of a fake.

Every seal in this story attests to the same narrow fact: light hit this sensor at roughly this time, and here is what the sensor recorded. The seal is silent on what the light bounced off. A monitor, a print, a very good mask. Apple says its system runs a scoring model that checks whether a negative has the physical characteristics of raw sensor output, and that it can revoke individual photos, or all photos from a sensor if its running score sinks too low. Apple says the model's inner settings are hidden, and nothing on the page tests what it catches. And Apple writes, in its own words, that "no security system is perfect", which is why the revocation system exists at all.

None of that is a flaw in the engineering. It is the shape of the problem. A signature can prove where a file came from. Only a witness can tell you what stood in front of the lens.

What is honestly unclear

Two things, as of this week. First, what checking the seal looks like outside Apple's own software. Apple's post says a viewing device verifies the signature and consults a revocation list before it shows a reference image, and Apple's press release says third-party apps can view reference images through APIs in iOS, iPadOS and macOS 27. What a newsroom, a court, or your aunt's browser does with one is still not spelled out, and Benavente says the same. Second, the scoring model. The model's inner workings are secret, so no outsider can say what it catches, which makes the score a black-box judgement described only by the paragraph Apple wrote.

Verified as what, exactly

When someone tells you a photo is verified, ask: verified as what? A signed photo means a real sensor recorded real light inside a known time window. That is a new thing to be able to say, and for photographers in dangerous places, for newsrooms, and for anyone who has ever argued over a screenshot, it matters. It does not mean the scene was real, the caption is right, or the person holding the phone was honest.

Nobody has built a camera that can swear to the second half. I would want to see the paperwork from anyone who says they have.

Somewhere, soon, someone will switch the mode on, point the phone at a monitor and press the shutter, and walk away with a perfectly sealed photograph of whatever the monitor felt like showing them.

Sources

More Where This Came From

Plain-language translations of the machinery and the money behind the tech headlines. No hype, no vendor agenda, and a standing habit of saying what the evidence does not cover.