Skip to content

Commit

Permalink
Merge pull request #4400 from fritzalder/confidential-computing
Browse files Browse the repository at this point in the history
Adding confidential computing topic
  • Loading branch information
ahpook authored Jul 12, 2024
2 parents 4e22438 + a036f24 commit 128e178
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions topics/confidential-computing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
display_name: Confidential Computing
related: trusted-execution, trusted-execution-environment, tee, confidential-container
short_description: Confidential computing is a security and privacy-enhancing computational technique focused on protecting data in use.
topic: confidential-computing
url: https://confidentialcomputing.io/
wikipedia_url: https://en.wikipedia.org/wiki/Confidential_computing
---
Confidential Computing is the protection of data in use by performing computation in a hardware-based, attested Trusted Execution Environment.
A Trusted Execution Environment (TEE) is an environment that provides a level of assurance of the following three properties: data integrity, data confidentiality, and code integrity.
TEEs may have additional attributes such as code confidentiality, programmability, recoverability, and attestability.
Confidential Computing aims to reduce the ability for the owner/operator/pwner of a platform to access data and code inside TEEs sufficiently such that this path is not an economically or logically viable attack during execution.

0 comments on commit 128e178

Please sign in to comment.