Git Product home page Git Product logo

shieldstore's Introduction

ShieldStore

ShieldStore is a prototype of trusted in-memory key-value stores with Intel SGX based on EuroSys 2019 paper.

Dependencies

Hardware

For supporting Intel SGX, you should use Intel CPU with at least Haswell generation. You can follow the list as below. List of SGX supported HW

Software

For the support of Intel SGX, sgx-linux should be required.

Recommanded version is 1.8 for both SDK and Driver.

However, ShieldStore is available on Intel SGX SDK version 1.9, and 2.2 along with Intel SGX Driver version 1.9, 2.0, and 2.1.

Build

$ make SGX_MODE=HW SGX_PRERELEASE=1 

Build Environment

Ubuntu 16.04.5

For using tcmalloc in 16.04, we should download a rebuilt version of tcmalloc library from here or use libsgx_tcmalloc.a in this repo.

Replace libsgx_tcmalloc.a from SDK in the installed path with this version.

Usage

$ ./app	

First, run the server with above command, and run client.

Paper

For the details, please refer this paper. "ShieldStore: Shielded In-memory Key-value Storage with SGX" EuroSys'19

Question?

If you have any question, don't hesitate to send an e-mail to T.Kim.

From T. Kim, J. Park, J. Woo, S. Jeon J. Huh

shieldstore's People

Contributors

cocoppang avatar dependabot[bot] avatar wjw0926 avatar

Stargazers

XinYao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.