-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[DRAFT] - Add Bhutan NDI case study to decentralized identity pages #16599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
da48537
Add Bhutan NDI decentralized identity content
minimalsm ed812ef
Use relative links for Bhutan NDI references
minimalsm e48fd7f
Update public/content/decentralized-identity/index.md
minimalsm 3fc5c4b
edits and adding QuarkID
mnelsonBT 40ad9cf
chore: syntax formatting, add custom header ids
wackerow 9071c84
Merge pull request #16600 from mnelsonBT/codex/implement-content-chan…
corwintines File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -46,6 +46,23 @@ Current identity management systems put personal information at risk. Zero-knowl | |||||||||||||||||||
|
|
||||||||||||||||||||
| Zero-knowledge proofs are particularly useful in the context of [decentralized identity](/decentralized-identity/). Decentralized identity (also described as ‘self-sovereign identity’) gives the individual the ability to control access to personal identifiers. Proving your citizenship without revealing your tax ID or passport details is a good example of how zero-knowledge technology enables decentralized identity. | ||||||||||||||||||||
|
|
||||||||||||||||||||
| <Alert variant="info"> | ||||||||||||||||||||
| <AlertEmoji text="💡" /> | ||||||||||||||||||||
| <AlertContent> | ||||||||||||||||||||
| <AlertTitle className="mb-2"> | ||||||||||||||||||||
| ZKP + Identity in action: Bhutan National Digital ID (NDI) on Ethereum | ||||||||||||||||||||
| </AlertTitle> | ||||||||||||||||||||
| <AlertDescription> | ||||||||||||||||||||
| <p> | ||||||||||||||||||||
| A real-world example of using ZKP for identity management systems is the Kingdom of Bhutan's National Digital ID (NDI) system, built on Ethereum. Bhutan’s NDI uses ZKPs to allow citizens to cryptographically prove facts about themselves, like "I am a citizen" or "I am over 18," without revealing the sensitive personal data on their ID. | ||||||||||||||||||||
| </p> | ||||||||||||||||||||
| <p> | ||||||||||||||||||||
| Learn more about Bhutan NDI in the <a href="/decentralized-identity/#national-and-government-id">Decentralized Identity case study</a>. | ||||||||||||||||||||
| </p> | ||||||||||||||||||||
|
Comment on lines
+56
to
+61
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can use markdown inside:
Suggested change
|
||||||||||||||||||||
| </AlertDescription> | ||||||||||||||||||||
| </AlertContent> | ||||||||||||||||||||
| </Alert> | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ### Proof of Humanity {#proof-of-humanity} | ||||||||||||||||||||
|
|
||||||||||||||||||||
| One of the most widely used examples of zero-knowledge proofs in action today is the [World ID protocol](https://world.org/blog/world/world-id-faqs), which can be thought of as “a global digital passport for the age of AI.” It allows people to prove they are unique individuals without revealing personal information. This is achieved through a device called the Orb, which scans a person's iris and generates an iris code. The iris code is checked and verified to confirm the person is a biologically unique human being. After verification, an identity commitment generated on the user’s device (and not linked to or derived from the biometric data) is added to a secure list on the blockchain. Then, whenever the user wants to prove they’re a verified human – whether to sign in, vote, or take other actions – they can generate a zero-knowledge proof that confirms their membership in the list. The beauty of using a zero-knowledge proof is that only one statement is revealed: this person is unique. Everything else stays private. | ||||||||||||||||||||
|
|
||||||||||||||||||||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider additionally:
"...without revealing their exact date of birth, or other extraneous personal information, offering..."