You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an option, update the way verifiable credentials are signed by hashing individual data points inside the credentialSubject object of a verifiable credential using the Merkle Tree algorithm. The last remaining hash is used to sign the verifiable credential. During the revealing of the verifiable credential, fields may either be revealed or may be replaced by its hash.
Add option to sign using the Merkle Tree, enabling Selective Disclosure for the Holder
Salt the individual fields to prevent brute force guessing
Generate Verifiable Presentation while hiding/revealing specific fields in the VC
Verify a Verifiable Presentation that is signed with the Selective Disclosure method
This issue needs to be reconsidered with our advanced on ZKP. Does the provided ZKP selective disclosure solution provide full benefits over our Merkle Tree algorithm, or does this have advantages over ZKP making it worth implementing?
As an option, update the way verifiable credentials are signed by hashing individual data points inside the credentialSubject object of a verifiable credential using the Merkle Tree algorithm. The last remaining hash is used to sign the verifiable credential. During the revealing of the verifiable credential, fields may either be revealed or may be replaced by its hash.
For reference: W3C Verifiable Credentials Selective Disclosure
Tasks
The text was updated successfully, but these errors were encountered: