Overview
Decentralized Identity (DID) is a framework for digital identity that uses blockchain and other distributed ledger technologies to give users control over their personal information. Instead of having separate accounts for every website, users have a single, portable identity that they control.
Key Components
- DID Document: A file stored on a blockchain that contains public keys and service endpoints for an identity.
- DID Method: The specific implementation for a blockchain (e.g.,
did:ethrfor Ethereum). - Verifiable Credentials: Digital 'stamps' or certificates issued by trusted parties to a DID.
Benefits
- Privacy: Users only share the specific data needed for a transaction.
- Security: No central database of user passwords to be hacked.
- Interoperability: One identity works across many different platforms.