What is C2PA?

Last updated September 13, 2026
Short answer
C2PA is an open technical standard for attaching a cryptographically signed record to a file, describing where it came from and what was done to it. The user-facing name is Content Credentials. A valid C2PA signature proves who signed a file and that it has not changed since - it does not prove that what the image shows is true.

Who is behind it

C2PA stands for the Coalition for Content Provenance and Authenticity. It was formed in 2021 by companies including Adobe, Arm, the BBC, Intel, Microsoft and Truepic, and has since been joined by Google, OpenAI, Sony, Leica and many others.

"Content Credentials" is the name you will see in apps and on websites. It comes from the Content Authenticity Initiative, the Adobe-led effort that promotes the standard. The two terms describe the same thing from different sides: C2PA is the specification, Content Credentials is what it looks like to a person.

What is inside a manifest

A C2PA manifest is embedded in the file itself. It contains a set of statements, called assertions, and a signature over all of them.

PartWhat it records
Hash bindingA hash of the file's content, so any later change to the pixels is detectable
ActionsWhat was done: created, opened, cropped, colour adjusted, generated by AI
IngredientsEarlier files the image was made from
Claim generatorThe camera, app or AI model that wrote the manifest
SignatureAn X.509 certificate identifying who signed, and a timestamp

What a valid signature proves

Two things, and only two. Who signed the manifest, as far as their certificate can be trusted. And that the file has not changed since signing.

The identity part depends on the certificate. Anyone can create a certificate claiming to be anyone, so a signature is only meaningful if the certificate chains to a trusted authority. C2PA maintains a trust list for this. A manifest signed by an unlisted, self-issued certificate is mathematically valid and tells you nothing about who made it.

What it cannot prove

A camera-signed photo of a staged scene is still a staged scene. C2PA records the history of a file, not the truth of what is in it.

And the absence of credentials proves nothing. Most cameras and phones do not add them yet, and most social networks and messaging apps strip metadata on upload. A photo with no Content Credentials is the normal case, not a warning sign.

When credentials are stripped

Because manifests live in metadata, re-saving or screenshotting a file usually removes them. The standard anticipates this with "soft bindings" - invisible watermarks such as TrustMark embedded in the pixels, which can point back to a copy of the credentials stored elsewhere.

SourceCheck: Detect Fake Photos & Deepfake app icon

SourceCheck: Detect Fake Photos & Deepfake

Reads and cryptographically verifies C2PA Content Credentials against the official trust list, on iPhone, iPad and Mac. · iPhone, iPad & Mac

Related entries