Skip to main content

Encryption Overview

CRYMBO Oracle ensures that identity data exchanged between Virtual Asset Service Providers (VASPs) remains private, tamper-proof, and verifiably secure. To achieve this, CRYMBO implements an end-to-end hybrid encryption model rooted in modern cryptographic standards.

This system ensures that:

  • Only the intended receiving VASP can decrypt the data
  • Data remains encrypted throughout the entire lifecycle
  • CRYMBO never accesses or stores private keys or decrypted PII

🔐 Key Goals

ObjectiveDescription
End-to-End SecurityOnly sender and receiver have access to PII
Compliance-FriendlyFollows standards accepted by regulators and institutions
Tamper DetectionIntegrity ensured via AES-GCM authentication
Selective DisclosureOnly authorized recipients can view specific identity data

💡 Hybrid Encryption Model

CRYMBO uses a dual-layer encryption scheme:

  1. Symmetric Encryption (AES-GCM) — fast, secure payload encryption
  2. Asymmetric Encryption (X25519) — used to securely share AES keys

This combines the best of both worlds: speed and security.


🔁 Secure Exchange Lifecycle

  1. Receiver VASP uploads X25519 public key
  2. Sender encrypts PII with a one-time AES key
  3. AES key is encrypted with receiver's public key
  4. Encrypted payload is transmitted via Oracle
  5. Receiver decrypts AES key, then decrypts PII

📌 Continue Reading: