Skip to content

Commit 4659e91

Browse files
committed
Add statement around content intent via cryptographic hashes.
1 parent 6a4be3f commit 4659e91

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4899,11 +4899,12 @@ <h3>Base Context</h3>
48994899
cryptographically protected by default. It is considered a best practice to
49004900
ensure that the same sorts of protections are provided for any URL that is
49014901
critical to the security of the credential through the use of permanently cached
4902-
files or cryptographic hashes. See the <a
4902+
files and/or cryptographic hashes. See the <a
49034903
data-cite="vc-imp-guide/#content-integrity">Content Integrity</a>
4904-
section of the Verifiable Credential Implementation Guide to verify that content
4905-
that is either fetched remotely or loaded from a local copy is consistent with
4906-
what the <a>issuer</a> or <a>holder</a> intended.
4904+
section of the Verifiable Credential Implementation Guide for further
4905+
information. Ultimately, knowing the cryptographic digest of any externally
4906+
linked content enables a <a>verifier</a> to confirm that the content is the same
4907+
as what the <a>issuer</a> or <a>holder</a> intended.
49074908
</p>
49084909
<p>
49094910
For convenience, the base context for the Verifiable Credential Data Model v2.0

0 commit comments

Comments
 (0)