Децентрализованный идентификатор (DID)
Самостоятельная цифровая личность.
DIDs are a foundation for 'Self-Sovereign Identity' (SSI). Unlike traditional IDs (like emails or usernames) that are owned by a central company, a DID is created and controlled entirely by the individual. It allows you to prove your identity across many different platforms without relying on a single 'Log in with Google' button.
graph LR
Center["Децентрализованный идентификатор (DID)"]:::main
Pre_cryptography["cryptography"]:::pre --> Center
click Pre_cryptography "/terms/cryptography"
Pre_public_key["public-key"]:::pre --> Center
click Pre_public_key "/terms/public-key"
Rel_verifiable_credentials["verifiable-credentials"]:::related -.-> Center
click Rel_verifiable_credentials "/terms/verifiable-credentials"
Rel_soulbound_token_sbt["soulbound-token-sbt"]:::related -.-> Center
click Rel_soulbound_token_sbt "/terms/soulbound-token-sbt"
Rel_non_fungible_token_nft["non-fungible-token-nft"]:::related -.-> Center
click Rel_non_fungible_token_nft "/terms/non-fungible-token-nft"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Простыми словами
Imagine if instead of having different library cards and gym memberships, you had one magic ID card that you made yourself. No one can take it away from you, and it works everywhere to prove who you are without revealing your personal secrets.
🤓 Expert Deep Dive
A DID consists of a URL with a specific scheme (e.g., did:ethr:...). It resolves to a DID Document which contains public keys and service endpoints. This allows for 'cryptographic proof of ownership' of an identity.