Table of Contents
Fetching ...

Compact and Selective Disclosure for Verifiable Credentials

Alessandro Buldini, Carlo Mazzocca, Rebecca Montanari, Selcuk Uluagac

TL;DR

The paper tackles the storage and network overhead of selective disclosure in Verifiable Credentials within Self-Sovereign Identity. It introduces Compact and Selective Disclosure for VCs (CSD-JWT), which uses a trapdoor-based cryptographic accumulator to map all claims to a fixed-size value $a$ and per-claim witnesses $w_j$, enabling disclosure of any subset $C$ of claims with minimal data exposure. Empirical results show memory savings up to 46% and Verifiable Presentation size reductions of 27–93% compared with SD-JWT, while maintaining practical issuance and verification times on constrained devices, making it well-suited for hardware wallets and IoT contexts. The authors provide an open-source prototype and comprehensive evaluation against SD-JWT, highlighting strong privacy and efficiency gains, with discussion of security properties, revocation, and potential extensions toward zero-knowledge-proof-based unlinkability in future work.

Abstract

Self-Sovereign Identity (SSI) is a novel identity model that empowers individuals with full control over their data, enabling them to choose what information to disclose, with whom, and when. This paradigm is rapidly gaining traction worldwide, supported by numerous initiatives such as the European Digital Identity (EUDI) Regulation or Singapore's National Digital Identity (NDI). For instance, by 2026, the EUDI Regulation will enable all European citizens to seamlessly access services across Europe using Verifiable Credentials (VCs). A key feature of SSI is the ability to selectively disclose only specific claims within a credential, enhancing the privacy protection of the identity owner. This paper proposes a novel mechanism designed to achieve Compact and Selective Disclosure for VCs (CSD-JWT). Our method leverages a cryptographic accumulator to encode claims within a credential into a unique, compact representation. We implemented CSD-JWT as an open-source solution and extensively evaluated its performance under various conditions. CSD-JWT provides significant memory savings, lowering usage by up to 46% compared to the state-of-the-art. It also minimizes network overhead by producing remarkably smaller Verifiable Presentations (VPs), with size reduction from 27% to 93%. Such features make CSD-JWT especially well-suited for resource-constrained devices, including hardware wallets designed for managing credentials.

Compact and Selective Disclosure for Verifiable Credentials

TL;DR

The paper tackles the storage and network overhead of selective disclosure in Verifiable Credentials within Self-Sovereign Identity. It introduces Compact and Selective Disclosure for VCs (CSD-JWT), which uses a trapdoor-based cryptographic accumulator to map all claims to a fixed-size value and per-claim witnesses , enabling disclosure of any subset of claims with minimal data exposure. Empirical results show memory savings up to 46% and Verifiable Presentation size reductions of 27–93% compared with SD-JWT, while maintaining practical issuance and verification times on constrained devices, making it well-suited for hardware wallets and IoT contexts. The authors provide an open-source prototype and comprehensive evaluation against SD-JWT, highlighting strong privacy and efficiency gains, with discussion of security properties, revocation, and potential extensions toward zero-knowledge-proof-based unlinkability in future work.

Abstract

Self-Sovereign Identity (SSI) is a novel identity model that empowers individuals with full control over their data, enabling them to choose what information to disclose, with whom, and when. This paradigm is rapidly gaining traction worldwide, supported by numerous initiatives such as the European Digital Identity (EUDI) Regulation or Singapore's National Digital Identity (NDI). For instance, by 2026, the EUDI Regulation will enable all European citizens to seamlessly access services across Europe using Verifiable Credentials (VCs). A key feature of SSI is the ability to selectively disclose only specific claims within a credential, enhancing the privacy protection of the identity owner. This paper proposes a novel mechanism designed to achieve Compact and Selective Disclosure for VCs (CSD-JWT). Our method leverages a cryptographic accumulator to encode claims within a credential into a unique, compact representation. We implemented CSD-JWT as an open-source solution and extensively evaluated its performance under various conditions. CSD-JWT provides significant memory savings, lowering usage by up to 46% compared to the state-of-the-art. It also minimizes network overhead by producing remarkably smaller Verifiable Presentations (VPs), with size reduction from 27% to 93%. Such features make CSD-JWT especially well-suited for resource-constrained devices, including hardware wallets designed for managing credentials.

Paper Structure

This paper contains 34 sections, 7 equations, 9 figures, 1 table, 2 algorithms.

Figures (9)

  • Figure 1: SSI reference system.
  • Figure 2: Performance metrics for VC issuance and storage.
  • Figure 3: Comparison of CSD-JWT and SD-JWT for VP generation (a) and size (b),(c) across different scenarios.
  • Figure 4: VP size reduction of CSD-JWT.
  • Figure 5: VP verification latency for a VC storing 100 claims.
  • ...and 4 more figures

Theorems & Definitions (6)

  • Definition 1: Selective Disclosure
  • Definition 2: Replay Attack Resilience
  • Definition 4: Information Minimality
  • Definition 5: Unlinkability
  • Definition 6: Unobservability
  • Definition 7: Untraceability