Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maverick-zhn/sgx
SGX related papers, sources, test cases, and architecture
https://github.com/maverick-zhn/sgx
sgx sgx-enclave ubuntu ubuntu1804
Last synced: about 1 month ago
JSON representation
SGX related papers, sources, test cases, and architecture
- Host: GitHub
- URL: https://github.com/maverick-zhn/sgx
- Owner: maverick-zhn
- Created: 2017-07-22T19:44:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T00:01:05.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T09:48:39.616Z (3 months ago)
- Topics: sgx, sgx-enclave, ubuntu, ubuntu1804
- Size: 1000 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sgx
SGX related papers, sources, test cases, and architecture## Setting up SGX SDK on Ubuntu Linux 18.04 LTS
## SGX training
* https://software.intel.com/en-us/sgx/training
* https://software.intel.com/en-us/articles/introducing-the-intel-software-guard-extensions-tutorial-series
* https://software.intel.com/en-us/articles/intel-software-guard-extensions-tutorial-part-1-foundation
* https://software.intel.com/en-us/articles/intel-software-guard-extensions-developing-a-sample-enclave-application
* https://software.intel.com/en-us/articles/properly-detecting-intel-software-guard-extensions-in-your-applications
* https://software.intel.com/en-us/sgx-sdk-dev-reference-setting-up-an-intel-software-guard-extensions-project## SGX on windows video and paper
* https://goo.gl/sDosNChttps://github.com/ayeks/SGX-hardware/issues/32
https://01.org/intel-software-guard-extensions## Provisioning and attestation services white paper
* https://goo.gl/HYy5Sy## Hardening authentication tokens in browsers
* https://software.intel.com/en-us/articles/hardening-authentication-tokens-in-browsers-using-intel-software-guard-extensions## An introduction to creating a sample enclave
* https://software.intel.com/en-us/articles/intel-software-guard-extensions-developing-a-sample-enclave-application## Sample source code
* https://software.intel.com/en-us/articles/code-sample-intel-software-guard-extensions-remote-attestation-end-to-end-example## Laptop running with Visual Studio 2015
* Need to follow best practices
* Need to design trusted and untrusted part of the app## Issues running Visual Studio Sample
When getting
https://stackoverflow.com/questions/41944179/error-loading-enclave-couldnt-open-file-with-createfileEnsure that you have the following in the Visual Studio configuration for both projects:
![]()
![]()