Skip to content

Commit 07619d9

Browse files
brentzundelTallTedmsporny
authored
Add section in privacy considerations about issuer.
Co-authored-by: Ted Thibodeau Jr <[email protected]> Co-authored-by: Manu Sporny <[email protected]>
1 parent 535dfe0 commit 07619d9

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4621,7 +4621,35 @@ <h3>Private Browsing</h3>
46214621
</p>
46224622
</section>
46234623

4624+
<section class="informative">
4625+
<h3>Issuer Cooperation Impacts on Privacy</h3>
4626+
4627+
<p>
4628+
It cannot be overstated that <a>verifiable credentials</a> rely on a high
4629+
degree of trust in <a>issuers</a>. The degree to which a <a>holder</a> might take
4630+
advantage of possible privacy protections often depends strongly on the support
4631+
an <a>issuer</a> provides for such features. In many cases, privacy protections
4632+
which make use of zero-knowledge proofs, data minimization techniques, bearer
4633+
credentials, abstract claims, and protections against signature-based
4634+
correlation, require the <a>issuer</a> to actively support such capabilities and
4635+
incorporate them into the <a>verifiable credentials</a> they issue.
4636+
</p>
4637+
<p>
4638+
It should also be noted that, in addition to a reliance on <a>issuer</a>
4639+
participation to provide <a>verifiable credential</a> capabilities that help
4640+
preserve <a>holder</a> and <a>subject</a> privacy, <a>holders</a> rely on
4641+
<a>issuers</a> to not deliberately subvert privacy protections. For example, an
4642+
<a>issuer</a> might sign <a>verifiable credentials</a> using a signature scheme
4643+
that protects against signature-based correlation. This would protect the
4644+
<a>holder</a> from being correlated by the signature value as it is shared among
4645+
<a>verifiers</a>. However, if the <a>issuer</a> creates a unique key for each
4646+
issued <a>credential</a>, it might be possible for the <a>issuer</a> to track
4647+
<a>presentations</a> of the <a>credential</a>, regardless of a <a>verifier</a>'s
4648+
inability to do so.
4649+
</p>
4650+
</section>
46244651

4652+
46254653
</section>
46264654

46274655
<section class="informative">

0 commit comments

Comments
 (0)