Credenciais Verificáveis

Provas de identidade digitais.

VCs are a core component of Decentralized Identity (DID). Built on the 'Trust Triangle' model (Issuer, Holder, Verifier), they enable a privacy-first way to share sensitive information. VCs contain cryptographic proofs allowing instant confirmation of authenticity without central databases.

        graph LR
  Center["Credenciais Verificáveis"]:::main
  Pre_decentralized_identity["decentralized-identity"]:::pre --> Center
  click Pre_decentralized_identity "/terms/decentralized-identity"
  Pre_asymmetric_encryption["asymmetric-encryption"]:::pre --> Center
  click Pre_asymmetric_encryption "/terms/asymmetric-encryption"
  Rel_zero_knowledge_proof["zero-knowledge-proof"]:::related -.-> Center
  click Rel_zero_knowledge_proof "/terms/zero-knowledge-proof"
  Rel_identity_and_access_management_iam["identity-and-access-management-iam"]:::related -.-> Center
  click Rel_identity_and_access_management_iam "/terms/identity-and-access-management-iam"
  Rel_attestation["attestation"]:::related -.-> Center
  click Rel_attestation "/terms/attestation"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Explique como se eu tivesse 5 anos

🎫 Um diploma digital com um selo de segurança inquebrável.

🤓 Expert Deep Dive

The W3C VC Data Model defines Claims, Metadata, and Proofs. Modern VCs utilize Selective Disclosure (BBS+ or SD-JWT) for Predicate Proofs. Status/Revocation is managed via decentralized bitstrings/status lists.

🔗 Termos relacionados

📚 Fontes