What Is C2PA Content Credentials, and Does Removing Metadata Strip It Too?

Content Credentials are not just another EXIF field. They are a cryptographically signed provenance record — and whether a “remove metadata” tool clears them depends on whether it rewrites the image’s pixel data or only edits header tags. This page explains what C2PA is, where you will see it in 2026, and what MetadataWipe actually does to it.

Ready to clean a photo? MetadataWipe processes JPEG and PNG files locally — no account and no server upload.

Open MetadataWipe tool

What C2PA Content Credentials actually are

C2PA stands for the Coalition for Content Provenance and Authenticity. The group defines a technical standard for attaching a signed provenance manifest — commonly branded as Content Credentials — to media files. That manifest can document how an image or video was created, which tools edited it afterward, and whether generative AI was involved in producing or modifying the content. Viewers and platforms that understand Content Credentials can display a summary of those claims without relying on informal captions or trust-me-I-shot-this statements.

The important distinction for anyone who already strips GPS or camera tags: C2PA is not EXIF, not XMP, and not IPTC. Those older systems store descriptive fields — shutter speed, GPS coordinates, captions, copyright strings, software names — as ordinary tags inside or beside the image. C2PA stores a structured claim that is cryptographically signed and bound to the asset. If someone later alters the bytes the manifest covers, verification fails. That is a different threat model and a different technical container from “delete the GPS tag.”

In JPEG files, Content Credentials are often carried in JUMBF (JPEG Universal Metadata Box Format) structures rather than living only inside the classic APP1 EXIF segment. PNG and other formats have their own packaging approaches in supporting tools. A properties panel that only lists Make, Model, and GPSLatitude can look “clean” while a C2PA verifier still finds a signed manifest — or the reverse. Treat EXIF viewers and Content Credentials verifiers as complementary checks, not substitutes.

Content Credentials are designed to travel with the file when the pipeline preserves them. They are not a visible watermark burned into pixels (though some workflows also add visible labels). They are not a guarantee that every intermediary will keep the manifest intact — social re-encoders, messengers, and crude converters routinely drop or break signed provenance. They also do not by themselves prove truthfulness of every claim if signing keys or processes are misused; they prove that a particular signed assertion was attached to a particular asset state.

Where Content Credentials show up in 2026

Adoption moved from niche demos into everyday creative and camera pipelines. Adobe Creative Cloud apps and Adobe Firefly can attach or display Content Credentials as part of creation and export workflows. OpenAI’s image and video products (including DALL·E exports and Sora-related media paths) have participated in provenance labeling so synthetic origin can travel with the file when the export path supports it. Google Gemini generative outputs and related Google media tools have similarly emphasized provenance labeling in supported exports. On the capture side, Google Pixel 10 camera captures can include Content Credentials by default on supported photos, and camera makers including Leica, Sony, and Nikon have shipped or demonstrated C2PA-capable capture or signing paths so authentic photographs can carry a signed “this came from this camera” story.

Distribution platforms are part of the same shift. TikTok’s AI-content labeling policies sit alongside the broader industry move toward disclosing synthetic or AI-assisted media, sometimes via on-platform labels and sometimes via embedded credentials when the uploaded file still carries them. The policy backdrop matters: the EU AI Act’s transparency obligations tied to the August 2, 2026 deadline are a major reason vendors and platforms accelerated labeling and provenance work. When regulators require clearer disclosure of AI-generated content, signed manifests and platform labels become practical compliance tools — which is why more cameras, editors, and generators ship with Content Credentials enabled rather than optional afterthoughts.

None of this means every file you download tomorrow will have a valid C2PA manifest. Generators still ship uneven export paths. Screenshots of AI images are new files. Some apps strip provenance on save. Platform ingest may re-encode and drop the signed block even when the original download had one. The 2026 reality is higher odds of encountering Content Credentials on camera originals, Firefly/Adobe exports, and major generative downloads — not a universal guarantee on every meme and screenshot.

Why someone might want Content Credentials removed

Legitimate reasons exist that have nothing to do with pretending AI art is a field photograph. A genuine camera capture can still be mis-flagged by crude “AI detector” heuristics; people sometimes strip provenance and other metadata from a real photo before sending it into a hostile review pipeline that over-labels anything with modern software strings. Editors and journalists may not want a full edit-history chain visible on a public share even when the final frame is accurate. Privacy-minded users simply prefer distributing a minimal file: no GPS, no device serials, and no signed identity or workflow history that travels farther than they intended.

Creators who keep a master archive with full Content Credentials intact, then publish a cleaned derivative for social or marketplace use, are following the same pattern photographers already use for EXIF: keep the rich master offline, share the lean copy. That workflow is about controlling disclosure, not about fabricating authenticity.

Honest caveat: stripping AI-origin labeling specifically so you can pass AI-generated content off as an authentic human photograph or video is a different, dishonest use case. This page does not endorse that. Provenance tools exist so audiences and platforms can evaluate origin claims; removing credentials to deceive is the opposite of the privacy and control scenarios described above. If your goal is disclosure compliance or newsroom transparency, preserve credentials on the versions that need them and only clean copies where policy allows a minimal share.

Does MetadataWipe remove C2PA Content Credentials?

Yes — as a side effect of how MetadataWipe cleans images, not as a separate “delete C2PA” checkbox. The tool does not surgically edit EXIF header fields in place. It decodes the image, draws the pixels to an HTML canvas, and exports a new JPEG or PNG with canvas.toBlob (JPEG at high quality). That re-encode produces a fresh file whose pixel container and metadata packing come from the browser encoder. Classic EXIF/XMP/IPTC blocks from the original are not copied into the new file, and a C2PA manifest bound to the original asset hash does not survive as a valid Content Credentials attachment on the cleaned copy.

That distinction matters if you compare MetadataWipe to older “tag editors” that only rewrite APP1 EXIF while leaving JUMBF/provenance structures untouched. Field-only editing can remove GPS and still leave a verifiable C2PA claim. Pixel re-encoding breaks the cryptographic binding and typically omits the manifest entirely. MetadataWipe’s pipeline is the re-encoding kind — the same mechanism already explained on our guide to remove EXIF data when describing browser-generated copies.

If you need to confirm for a sensitive workflow, process a sample file, download the cleaned output, and open it in a Content Credentials verifier such as the public checker at contentcredentials.org/verify. You should also still use an ordinary EXIF viewer to confirm GPS and camera tags are gone. For context on AI-related metadata more broadly, see do AI-generated images have hidden metadata that reveals they were AI-made.

Keep an uncleaned master when you still need signed provenance for licensing, newsroom disclosure, or camera authenticity. Share only the MetadataWipe export when the destination should receive a privacy-cleaned derivative without Content Credentials or conventional EXIF.

Related guides

See also:

Frequently asked questions

Is C2PA the same as EXIF?

No. EXIF, XMP, and IPTC are conventional metadata tags for camera settings, location, captions, and software names. C2PA Content Credentials are a separate, cryptographically signed provenance manifest that binds claims about creation, edits, and AI involvement to the asset.

Can C2PA be detected after other metadata is stripped?

It depends how the strip was done. Editing only EXIF/XMP header fields can leave a C2PA JUMBF/manifest intact. Re-encoding the pixel data into a new file typically drops or invalidates the signed manifest because the cryptographic hash no longer matches the asset.

Do screenshots remove C2PA?

Yes in practice. A screenshot is a new raster capture of what was on screen, not a copy of the original file bytes. The new screenshot file will not carry the original image’s signed C2PA manifest, though it may have its own device metadata depending on the OS.

Is this legally required?

Embedding or preserving C2PA is not a universal personal legal duty for every photo you share. Transparency rules such as the EU AI Act’s August 2, 2026 obligations accelerate platform and vendor labeling of AI-generated content, but ordinary personal photo privacy still often means removing identifying metadata before you share.

Remove EXIF data, GPS location, and common photo metadata in your browser.

Try MetadataWipe free