Skip to content

ariescodescream/gdpr-sgx

 
 

Repository files navigation

gdpr-sgx

compile and deploy

  1. $ cd comsgxtrial
  2. $ mvn package
  3. $ ls target/ com.sgxtrial.war
  4. $ cp com.sgxtrial.war $TOMCAT/webapps/
  5. $ restart tomcat, then visit http://localhost:8080/com.sgxtrial/webclient.html

javascript files

java files

  • EnclaveThreadManager is a file to init EnclaveBridge
  • WebSocketServer.java is a file to handle websocket connections from browser.
    • OnMessages is called every time when new byte[] incoming, it should pass byte[] directly to enclave, and gets byte[] from enclave and send back to javascript.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.5%
  • C 29.5%
  • Makefile 4.7%
  • Shell 2.3%
  • Java 0.9%
  • Perl 0.8%
  • Other 3.3%