EnclaveDB: A Secure Database Using SGX 论文

2018引用 278
Security and Verification in ComputingDistributed systems and fault toleranceCryptography and Data Security

详细信息

发表日期
2018-05-01
发表年份
2018

关键词

Security and Verification in ComputingDistributed systems and fault toleranceCryptography and Data Security

摘要

We propose EnclaveDB, a database engine that guarantees confidentiality, integrity, and freshness for data and queries. EnclaveDB guarantees these properties even when the database administrator is malicious, when an attacker has compromised the operating system or the hypervisor, and when the database runs in an untrusted host in the cloud. EnclaveDB achieves this by placing sensitive data (tables, indexes and other metadata) in enclaves protected by trusted hardware (such as Intel SGX). EnclaveDB has a small trusted computing base, which includes an in-memory storage and query engine, a transaction manager and pre-compiled stored procedures. A key component of EnclaveDB is an efficient protocol for checking integrity and freshness of the database log. The protocol supports concurrent, asynchronous appends and truncation, and requires minimal synchronization between threads. Our experiments using standard database benchmarks and a performance model that simulates large enclaves show that EnclaveDB achieves strong security with low overhead (up to 40% for TPC-C) compared to an industry strength in-memory database engine.

相关技术

暂无数据

相关事件

暂无数据

相关文章

暂无数据