| icon | landmark-flag |
|---|
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 contact us.
- World Wide Web Consortium (W3C)
- OpenID Foundation (OIDF)
- Decentralized Identity Foundation (DIF)
- Internet Engineering Task Force (IETF)
Dock Supports the following open standards:
| Technology | Open Standard | Standard Body |
|---|---|---|
| Data model | W3C Verifiable Credentials (VCs) Data Model v1.1 | W3C |
| Credential variant | Non-Anonymous W3C-VC with JSON-LD and Ed25519Signature2020 Anonymous | W3C IETF |
| Decentralized Identifier | W3C | |
| Credential Issuance | OpenID for Verifiable Credential Issuance - draft 14 | OIDF |
| Presentation | Default presentation exchange from DIF Wallet and Credential Interaction (WACI) v1.0 Draft over DIDComm Messaging v2.1 OpenID for Verifiable Presentations - draft 23 | DIF OIDF |
| Revocation | Verifiable Credential Status List 2021 | W3C |
| Credential Wallet | Credentials are stored in our wallet SDK using the W3C Universal Wallet 2020 specification, as implemented in our open source Universal Wallet library. | W3C |
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 |
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.
Queued messages are encrypted per the DIDComm Message packing.
Our credential library uses Arkworks Math Library for signing credentials and generating proofs.
We also use Libsodium for encryption in communication and storage.
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.


