Truvera Documentation portal
WebsiteTruvera Workspace
  • Truvera overview
    • Decentralized identity explained
    • Roadmap
    • Subscription plans & billing
  • Solutions
    • Biometric-Bound Credentials
  • Truvera Workspace
    • Create an organization profile (DID)
    • Issue verifiable credentials
      • Filtering, downloading and deleting credentials
    • Verify credentials
    • Create a schema
    • Create a design
    • Team management
      • Inviting a team member
      • Removing a team member
      • Changing team member roles
      • Data retention policies
      • Sub-accounts
    • Revoking credentials
    • Ecosystem Tools
      • Ecosystem set up
      • Ecosystem example
    • Monetizing credentials
      • Setting up monetizable credentials
    • Creating API keys and webhook endpoints
    • Transaction history
    • Custom branded distribution emails
    • Truvera Workspace release notes
      • 2025 Release notes
        • Release notes Q1 2025
      • 2024 Release notes
        • Release Notes February 2024
        • Release Notes March 2024
        • Release Notes April 2024
        • Release Notes May 2024
        • Release Notes June 2024
        • Release Notes July 2024
        • Release Notes August 2024
        • Release Notes September 2024
        • Release Notes October 2024
        • Release notes November 2024
        • Release notes December 2024
  • Truvera API
    • Getting started
    • Webhooks
      • Webhooks API endpoints
    • Sample Postman collections
      • Issue-Store-Verify sample flow
      • Create ecosystems
      • Issue monetizable credentials
      • Create sub-accounts
      • Issue OpenID credentials
    • Truvera Swagger UI
    • DIDs
    • Profiles
    • Credentials
    • Presentations
      • Proof templates
      • Proof requests
      • Other proof endpoints
    • Registries
    • Revocation Status
    • Credential Schemas
    • Jobs
    • Templates
    • Sub-accounts
    • Teams
    • Messaging
    • OpenID
      • OpenID Issuance and Verification Integration Guide
    • iden3comm
    • Ecosystem Tools
      • Trust Registry Integration Guide
      • Creating a Trust Registry
      • Inviting participants
      • Verifiers and Public info
      • Trust Registry Schemas
      • Trust Registry Proof Templates
      • Reports
      • Updating and Deleting Trust Registry
    • Issuing paid credentials (KVAC algorithm integration)
    • Data
    • Verify
    • Keys
    • Schemas
  • System architecture
    • Proposed architecture with Truvera
    • Revocation
    • System scalability
    • Security policies
    • How data is processed and stored
  • Supported standards
    • Interoperability with OpenID
  • Credential wallet
    • Create and manage DIDs in the Truvera Wallet
    • White label wallet
      • Configuration
        • Enabling and Disabling Features
        • Customizing the Styling
        • Configuring for Android Builds
        • Configuring iOS Builds
      • Publishing in App Stores
        • Android Build Testing and Publishing
        • iOS Build Testing and Publishing
    • Wallet SDK
      • Getting started
        • Example Credential
        • Presentation definition
        • Verify credentials
      • Cloud wallet
      • Biometric plugin
      • Ecosystem Tools
    • Download Truvera Wallet
    • Truvera Wallet release notes
      • Release Notes 2025Q1
      • Release Notes 2024Q4
      • Release Notes 2024Q3
        • Release Notes September 2024
        • Release Notes August 2024
        • Release Notes July 2024
      • Release Notes June 2024
      • Release Notes May 2024
      • Release Notes April 2024
  • Open source community
    • Code of Conduct
    • Truvera Credential SDK
    • Blockchain archives
      • DOCK token
        • Migration terms and conditions
  • Support
    • System Status
    • Discord
    • Support services
    • Security policy
Powered by GitBook
On this page
  • Standards Bodies
  • Supported Standards
  • Key standards during issuance
  • Key standards during verification
  • Signature Formats
  • Encryption
  • Interoperability

Was this helpful?

Edit on GitHub

Supported standards

PreviousHow data is processed and storedNextInteroperability with OpenID

Last updated 5 days ago

Was this helpful?

Truvera is built on W3C open standards, it ensures that users can store their credentials on any digital wallet that adheres to these standards and that any stakeholder, wherever they are in the world, can verify the authenticity of the data as long as their verification system adheres to these standards. If there is a standard for which you would like further clarification or support, please .

Standards Bodies

Supported Standards

Dock Supports the following open standards:

Technology
Open Standard
Standard Body

Data model

W3C

Credential variant

Non-Anonymous

Anonymous

W3C IETF

Decentralized Identifier

W3C

Credential Issuance

OIDF

Presentation

DIF OIDF

Revocation

W3C

Credential Wallet

W3C

Key standards during issuance

Key standards during verification

Signature Formats

Truvera supports following signature formats

Credential variant
Signature formats

Standard signature

ed25519

Anonymous

dockbbs23

Anonymous Ecosystem-Bound

BBDT16 as an algebraic MAC to build keyed anonymous credentials

EUDI

SD-JWT-VC

Encryption

Encryption at rest in Truvera Workspace

Credential documents are stored encrypted with ECDH-ES+A256KW using x25519 key agreement keys. The index is encrypted with searchable encryption.

Other data is stored on RDS and S3 using AWS's default encryption.

Encryption in transit

Queued messages are encrypted per the DIDComm Message packing.

Interoperability

Truvera believes that credentials are most useful when they are interoperable across service providers. Our W3C compliant credential format is designed for maximum interoperability. Our anonymous credential format adheres to many W3C standards, but are designed for maximum privacy protection. We also leverage standards from OpenID, IETF, DIF, and related organizations.

Default presentation exchange from over

Credentials are stored in our wallet SDK using , as implemented in .

contact us
World Wide Web Consortium (W3C)
OpenID Foundation (OIDF)
Decentralized Identity Foundation (DIF)
Internet Engineering Task Force (IETF)
W3C Verifiable Credentials (VCs) Data Model v1.1
W3C-VC with JWT (API only)
W3C-VC with JSON-LD and Ed25519Signature2020
W3C JSON-LD with BBS2023
W3C JSON-LD with BBDT16
DID:dock
DID:key
OpenID for Verifiable Credential Issuance - draft 14
DIF Wallet and Credential Interaction (WACI) v1.0 Draft
DIDComm Messaging v2.1
OpenID for Verifiable Presentations - draft 23
Verifiable Credential Status List
the W3C Universal Wallet 2020 specification
our open source Universal Wallet library