Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 350 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 350 Bytes

A demo that shows the security of SGX.

  • nosgx/ shows that given a normal execuable, the host with root privileges can examine the memory content (and hence any senstive data) of the execuable.
  • sgx/ demonstrates that for the case of SGX, the host with the root privileges cannot access the memory content under protection of SGX.