Skip to content
Vol. 1 · Ed. 2026
CyberGlossary
Entry № 292

Decentralized Identifier (DID)

What is Decentralized Identifier (DID)?

Decentralized Identifier (DID)A W3C-standard identifier that a subject controls directly, independent of any centralized registry, and that resolves to a cryptographic key material document.


A DID is a globally unique identifier defined by the W3C DID Core specification that lets people, organizations, devices, or services prove control of an identifier without relying on a centralized registry, identity provider, or certificate authority. Each DID resolves through a method-specific resolver to a DID Document containing public keys, authentication methods, and service endpoints. Different DID methods anchor the document in blockchains, key-event logs, the DNS, or peer-to-peer channels. DIDs are a foundational building block for self-sovereign identity, verifiable credentials, and privacy-preserving authentication, enabling users to present cryptographically signed claims without disclosing identifiers controlled by a third party.

Examples

  1. 01

    did:web:example.com mapping to a DID Document hosted at https://example.com/.well-known/did.json.

  2. 02

    did:key encoding an Ed25519 public key directly as the identifier, with no on-chain dependency.

Frequently asked questions

What is Decentralized Identifier (DID)?

A W3C-standard identifier that a subject controls directly, independent of any centralized registry, and that resolves to a cryptographic key material document. It belongs to the Identity & Access category of cybersecurity.

What does Decentralized Identifier (DID) mean?

A W3C-standard identifier that a subject controls directly, independent of any centralized registry, and that resolves to a cryptographic key material document.

How does Decentralized Identifier (DID) work?

A DID is a globally unique identifier defined by the W3C DID Core specification that lets people, organizations, devices, or services prove control of an identifier without relying on a centralized registry, identity provider, or certificate authority. Each DID resolves through a method-specific resolver to a DID Document containing public keys, authentication methods, and service endpoints. Different DID methods anchor the document in blockchains, key-event logs, the DNS, or peer-to-peer channels. DIDs are a foundational building block for self-sovereign identity, verifiable credentials, and privacy-preserving authentication, enabling users to present cryptographically signed claims without disclosing identifiers controlled by a third party.

How do you defend against Decentralized Identifier (DID)?

Defences for Decentralized Identifier (DID) typically combine technical controls and operational practices, as detailed in the full definition above.

What are other names for Decentralized Identifier (DID)?

Common alternative names include: DID, Decentralized identity ID.

Related terms