Конфіденційні обчислення (Confidential Computing)

Захист даних під час використання за допомогою апаратних анклавів.

Beyond storage (at rest) and networking (in transit), Confidential Computing encrypts memory while code is running. Using secure enclaves (Intel SGX, AMD SEV), it isolates sensitive data even from the cloud provider. Remote attestation allows users to verify hardware integrity before processing. In 2026, it is the standard for Confidential AI on H100 GPUs.

        graph LR
  Center["Конфіденційні обчислення (Confidential Computing)"]:::main
  Pre_computer_architecture["computer-architecture"]:::pre --> Center
  click Pre_computer_architecture "/terms/computer-architecture"
  Pre_cryptography["cryptography"]:::pre --> Center
  click Pre_cryptography "/terms/cryptography"
  Rel_homomorphic_encryption["homomorphic-encryption"]:::related -.-> Center
  click Rel_homomorphic_encryption "/terms/homomorphic-encryption"
  Rel_secure_multi_party_computation_smpc["secure-multi-party-computation-smpc"]:::related -.-> Center
  click Rel_secure_multi_party_computation_smpc "/terms/secure-multi-party-computation-smpc"
  Rel_cybersecurity["cybersecurity"]:::related -.-> Center
  click Rel_cybersecurity "/terms/cybersecurity"
  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;

      

🧒 Простими словами

Це як комп'ютер всередині комп'ютера, який працює з твоїми даними в закритому сейфі. Навіть власник головного комп'ютера не бачить, що там відбувається.

🤓 Expert Deep Dive

Використовує TEE (Intel SGX, AMD SEV) для створення ізольованих анклавів у RAM. Власник сервера не має доступу до даних всередині.

🔗 Пов'язані терміни

Попередні знання:

📚 Джерела