Skip to content

Commit a036f24

Browse files
committed
Adding confidential computing topic
1 parent aa4af52 commit a036f24

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
display_name: Confidential Computing
3+
related: trusted-execution, trusted-execution-environment, tee, confidential-container
4+
short_description: Confidential computing is a security and privacy-enhancing computational technique focused on protecting data in use.
5+
topic: confidential-computing
6+
url: https://confidentialcomputing.io/
7+
wikipedia_url: https://en.wikipedia.org/wiki/Confidential_computing
8+
---
9+
Confidential Computing is the protection of data in use by performing computation in a hardware-based, attested Trusted Execution Environment.
10+
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.
11+
TEEs may have additional attributes such as code confidentiality, programmability, recoverability, and attestability.
12+
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 commit comments

Comments
 (0)