DeeprajPandey / ShieldStore

Trusted in-memory key-value store based on ShieldStore which is published in EuroSys 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

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

About

Trusted in-memory key-value store based on ShieldStore which is published in EuroSys 2019


Languages

Language:C++ 32.8%Language:Makefile 24.7%Language:Java 21.6%Language:Shell 17.1%Language:C 2.3%Language:HTML 0.7%Language:Objective-C 0.3%Language:Python 0.3%Language:Batchfile 0.1%Language:Lua 0.0%