A team must distinguish invisible watermarking from C2PA-style content credentials when planning how to mark AI-generated media. Which statement most accurately captures the difference between the two approaches?
- AWatermarking hides a signal inside the content signal itself, while content credentials attach a signed metadata manifest that can be stripped from the asset. Correct
- BBoth embed an external signed sidecar file, so neither survives if the media is re-encoded or stripped of its metadata wrapper.
- CContent credentials hide a signal inside the pixels, while watermarking attaches a signed manifest of assertions that travels alongside the file.
- DBoth techniques require cryptographic key infrastructure to verify, so neither can confirm provenance without contacting a central signing authority at read time.
Why A is correct: This is the core distinction: a watermark lives in the pixels or audio samples and can persist through some transformations, whereas a C2PA manifest is attached metadata that survives only while it remains bound to the file.
Why B is wrong: It correctly notes a shared fragility risk, which is tempting, but watermarking embeds a signal in the pixels or samples themselves rather than a sidecar, so the premise that both rely on external files is wrong.
Why C is wrong: This swaps the two mechanisms, which is an easy confusion to make under exam pressure, but it inverts the actual definitions of both techniques.
Why D is wrong: Content credentials do rely on signing keys, which makes the claim feel reasonable, but many watermarking schemes are detected with a shared decoder and no per-asset signature or live authority lookup.