Skip to content

Commit 13e07b9

Browse files
committed
Clarify wording
1 parent 03a6858 commit 13e07b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/soft-bindings.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ title: Watermarking and fingerprinting algorithms
44
hide_table_of_contents: true
55
---
66

7-
[Durable Content Credentials](https://contentauthenticity.org/blog/durable-content-credentials) is a concept that combines C2PA secure metadata, undetectable watermarks, and content fingerprinting to make content provenance more robust than using just one of these methods.
7+
[_Durable Content Credentials_](https://contentauthenticity.org/blog/durable-content-credentials) is a concept that combines C2PA secure metadata, undetectable watermarks, and content fingerprinting to make content provenance more robust than using just one of these methods.
88

9-
As described in the C2PA specification, if manifest metadata has been stripped from an asset, then you can use a [soft binding](https://c2pa.org/specifications/specifications/2.0/specs/C2PA_Specification.html#_soft_bindings) such as an invisible watermark or fingerprint to look up the manifest within a repository so it can be recovered.
9+
In the C2PA specification, watermarks and content fingerprinting are known as [soft binding](https://c2pa.org/specifications/specifications/2.1/specs/C2PA_Specification.html#_soft_bindings), which enable digital content to be matched even if the underlying bits differ. For example, if manifest metadata has been stripped from an asset, then you can use a soft binding to look up and recover the manifest from an online repository.
1010

11-
The C2PA specification doesn't require any specific watermarking or fingerprinting techniques, rather it allows using a variety of approaches. The following table lists the algorithms approved by the C2PA Technical Working Group from the [C2PA Soft Binding Algorithm List](https://github.com/c2pa-org/softbinding-algorithm-list).
11+
The C2PA specification requires that soft bindings be generated using one approved [soft binding algorithms](https://c2pa.org/specifications/specifications/2.1/specs/C2PA_Specification.html#_soft_binding_algorithm_list). The following table lists the algorithms approved by the C2PA Technical Working Group from the [C2PA Soft Binding Algorithm List](https://github.com/c2pa-org/softbinding-algorithm-list).
1212

1313
import JSONToTable from '@site/src/components/JSONToTable';
1414

0 commit comments

Comments
 (0)