Skip to content

Commit 2e8312d

Browse files
committed
Minor edit fixes
1 parent 6196d79 commit 2e8312d

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,18 +4,18 @@ 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 helps content provenance to persist across content platforms by also:
7+
[_Durable Content Credentials_](https://contentauthenticity.org/blog/durable-content-credentials) is a concept that helps content provenance to persist across content platforms by also using:
88

99
- **Invisible watermarks**, actively inserted into the content
1010
- **Content fingerprinting**, passively computed from the content.
1111

12-
Platforms might remove C2PA manifest data, if, for example, they use software that does not yet support the standard. By storing a copy of the manifest data in an online database, you can use a watermark or a fingerprint to find it again.
12+
Platforms that host media assets might remove C2PA manifest data, if, for example, they use software that does not yet support the standard. By storing a copy of the manifest data in an online database, you can use a watermark or a fingerprint to find it again.
1313
Combining both watermark and fingerprints further improves the robustness of the provenance information.
1414

1515
In the C2PA specification, watermarks and content fingerprinting are known as [soft bindings](https://c2pa.org/specifications/specifications/2.1/specs/C2PA_Specification.html#_soft_bindings), which can be used to find digital content, even if the underlying bits differ. The C2PA specification requires that soft bindings be generated using one of the [algorithms](https://c2pa.org/specifications/specifications/2.1/specs/C2PA_Specification.html#_soft_binding_algorithm_list) approved by the C2PA Technical Working Group. The following table lists the algorithms from the [C2PA Soft Binding Algorithm List](https://github.com/c2pa-org/softbinding-algorithm-list).
1616

1717
:::note
18-
The table below is provided **for information only** and is created and automatically updated based on data from the C2PA [softbinding-algorithm-list](https://github.com/c2pa-org/softbinding-algorithm-list/blob/main/softbinding-algorithm-list.json) repository, which is the single authoritative source of the information.
18+
The table below is provided **for convenience only** and is created and automatically updated based on data from the C2PA [softbinding-algorithm-list](https://github.com/c2pa-org/softbinding-algorithm-list/blob/main/softbinding-algorithm-list.json) repository, which is the single authoritative source of the information.
1919
:::
2020

2121
import JSONToTable from '@site/src/components/JSONToTable';

0 commit comments

Comments
 (0)