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

Verifiable Credential

What is Verifiable Credential?

Verifiable CredentialA tamper-evident, cryptographically signed statement issued by one party about a subject, expressed in the W3C Verifiable Credentials Data Model.


A Verifiable Credential, or VC, is a digital equivalent of a paper credential such as a passport, diploma, or membership card. The W3C Verifiable Credentials Data Model standardizes how an issuer expresses claims about a subject, signs them, and how a holder later presents them to a verifier. Each VC contains the issuer, the subject, claim data, proof of issuance, and revocation information, typically signed using JWT, JSON-LD, or BBS+ proofs that enable selective disclosure. VCs work hand-in-hand with Decentralized Identifiers (DIDs) and underpin self-sovereign identity, mobile driving licences, EU Digital Identity wallets, and verifiable supply-chain attestations.

Examples

  1. 01

    A university issuing a degree as a W3C VC to a graduate's wallet for use with employer verifiers.

  2. 02

    A government-issued mobile driving licence presented to a car-rental kiosk via the EU Digital Identity Wallet.

Frequently asked questions

What is Verifiable Credential?

A tamper-evident, cryptographically signed statement issued by one party about a subject, expressed in the W3C Verifiable Credentials Data Model. It belongs to the Identity & Access category of cybersecurity.

What does Verifiable Credential mean?

A tamper-evident, cryptographically signed statement issued by one party about a subject, expressed in the W3C Verifiable Credentials Data Model.

How does Verifiable Credential work?

A Verifiable Credential, or VC, is a digital equivalent of a paper credential such as a passport, diploma, or membership card. The W3C Verifiable Credentials Data Model standardizes how an issuer expresses claims about a subject, signs them, and how a holder later presents them to a verifier. Each VC contains the issuer, the subject, claim data, proof of issuance, and revocation information, typically signed using JWT, JSON-LD, or BBS+ proofs that enable selective disclosure. VCs work hand-in-hand with Decentralized Identifiers (DIDs) and underpin self-sovereign identity, mobile driving licences, EU Digital Identity wallets, and verifiable supply-chain attestations.

How do you defend against Verifiable Credential?

Defences for Verifiable Credential typically combine technical controls and operational practices, as detailed in the full definition above.

What are other names for Verifiable Credential?

Common alternative names include: VC, W3C Verifiable Credential.

Related terms