Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jim8y/A_C-Sharp_Project_With_SGX
This is a C# example project downloaded from intel with GUI implemented with SGX
https://github.com/Jim8y/A_C-Sharp_Project_With_SGX
Last synced: 3 months ago
JSON representation
This is a C# example project downloaded from intel with GUI implemented with SGX
- Host: GitHub
- URL: https://github.com/Jim8y/A_C-Sharp_Project_With_SGX
- Owner: Jim8y
- License: other
- Created: 2017-10-27T03:40:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T04:30:09.000Z (about 7 years ago)
- Last Synced: 2024-05-22T07:50:48.659Z (6 months ago)
- Language: C++
- Size: 43.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- Awesome-SGX-Open-Source - https://github.com/Liaojinghui/A_C-Sharp_Project_With_SGX
README
# A C# Project With SGX
This is a C# example project downloaded from intel with GUI implemented with SGX. ![Official Document](https://software.intel.com/en-us/articles/using-enclaves-with-callbacks-via-ocalls)
## Prerequist
1. A computer whose CPU support SGX: if you are not sure about this, check it out ![here](https://github.com/ayeks/SGX-hardware)
2. Windows operating system: windows7 or windows10 only, please notice that windows XP is not supported.
3. Visual Studio 2013 OR 2015: both professional and community versions are fine.
4. SGX develpoment kit: you have to download and install both `SGX SDK` and `SGX Platform`. For more infomation ![click here](https://software.intel.com/en-us/documentation/sgx-sdk-installation-guide/platform-software-installation)