Key Points
- ZKP allows proof the party has knowledge of private facts or has control of a private resource - NOT direct proof of ownership
- commonly used in SSI for selective presentation of credentials or verification of access to a digital asset
References
Reference_description_with_linked_URLs_______________________ | Notes______________________________________________________________ |
---|---|
m SSI / DID - Self Sovereign Identity | |
m Hyperledger Aries - identity, data management tools | |
m TOIP Trust Over IP | |
Key Concepts
What is zero knowledge proof in Hyperledger fabric?
These “zero-knowledge proofs”prove that the signature on some attributes is valid and the user is in possession of the corresponding credential secret key. Such proofs, like the X. 509 certificates, can be verified with the public key of the authority that originally signed the credential and cannot be forged.
Zero-Knowledge Proof: Verifying Blockchain Transactions with Less Risk
Potential Value Opportunities
Potential Challenges
Candidate Solutions
Step-by-step guide for Example
sample code block