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: 1 day ago
JSON representation

This is a C# example project downloaded from intel with GUI implemented with SGX

Lists

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)