-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4400 from fritzalder/confidential-computing
Adding confidential computing topic
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |