CRDCMay 3, 2018

IBBE-SGX: Cryptographic Group Access Control using Trusted Execution Environments

arXiv:1805.01563v228 citations
AI Analysis

This addresses the problem of secure and scalable collaborative editing in cloud storage for users and providers, though it is an incremental improvement building on existing cryptographic and hardware techniques.

The paper tackles the challenge of efficient cryptographic access control for collaborative cloud storage by introducing IBBE-SGX, which uses SGX and group partitioning to achieve membership changes 1.2 orders of magnitude faster and metadata 6 orders of magnitude smaller than Hybrid Encryption while providing zero-knowledge guarantees.

While many cloud storage systems allow users to protect their data by making use of encryption, only few support collaborative editing on that data. A major challenge for enabling such collaboration is the need to enforce cryptographic access control policies in a secure and efficient manner. In this paper, we introduce IBBE-SGX, a new cryptographic access control extension that is efficient both in terms of computation and storage even when processing large and dynamic workloads of membership operations, while at the same time offering zero knowledge guarantees. IBBE-SGX builds upon Identity-Based Broadcasting Encryption (IBBE). We address IBBE's impracticality for cloud deployments by exploiting Intel Software Guard Extensions (SGX) to derive cuts in the computational complexity. Moreover, we propose a group partitioning mechanism such that the computational cost of membership update is bound to a fixed constant partition size rather than the size of the whole group. We have implemented and evaluated our new access control extension. Results highlight that IBBE-SGX performs membership changes 1.2 orders of magnitude faster than the traditional approach of Hybrid Encryption (HE), producing group metadata that are 6 orders of magnitude smaller than HE, while at the same time offering zero knowledge guarantees.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes