Skip to content

Commit d9d326d

Browse files
committed
Add dynamic fetch of soft binding alg list from c2pa github repo
1 parent d874ce0 commit d9d326d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/soft-bindings.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
id: sb-algs
3-
title: Soft binding algorithm list
3+
title: Watermarking and fingerprinting algorithms
44
hide_table_of_contents: true
55
---
66

7-
Durable Content Credentials is a concept that allows for the use of a variety of watermarking and fingerprinting approaches.
7+
[Durable Content Credentials](https://contentauthenticity.org/blog/durable-content-credentials) combines Content Credentials 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, a [soft binding](https://c2pa.org/specifications/specifications/2.0/specs/C2PA_Specification.html#_soft_bindings) such as an invisible watermark or content fingerprint provides a mechanism to recover an asset's manifest if the metadata containing the manifest has been stripped. The soft binding is used to look up the manifest within a manifest repository. The soft binding is described by the [soft binding assertion](https://c2pa.org/specifications/specifications/2.0/specs/C2PA_Specification.html#_soft_bindings).
9+
As described in the C2PA specification, if the metadata a manifest 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.
1010

11-
The information below is from [C2PA's authoritative list of soft binding algorithms](https://github.com/c2pa-org/softbinding-algorithm-list).
11+
The C2PA specification doesn't cover watermarking and fingerprinting techniques _per se_, 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).
1212

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

0 commit comments

Comments
 (0)