Privacy-Preserving Group Data Access via Stateless Oblivious RAM Simulation
Michael T. Goodrich, Michael Mitzenmacher, Olga Ohrimenko, Roberto, Tamassia

TL;DR
This paper presents a privacy-preserving data access scheme combining probabilistic encryption and stateless oblivious RAM simulation, achieving low overhead and practical efficiency for group data access in outsourced storage.
Contribution
It introduces a novel hierarchy of cuckoo hash tables with a shared stash and demonstrates a scheme with $O( ext{log} n)$ amortized overhead, including experimental validation.
Findings
Achieves $O( ext{log} n)$ amortized overhead for privacy-preserving data access.
Experimental results show the scheme's practicality.
Eliminates pseudorandom hash functions at the cost of $O( ext{log}^2 n)$ overhead.
Abstract
We study the problem of providing privacy-preserving access to an outsourced honest-but-curious data repository for a group of trusted users. We show that such privacy-preserving data access is possible using a combination of probabilistic encryption, which directly hides data values, and stateless oblivious RAM simulation, which hides the pattern of data accesses. We give simulations that have only an amortized time overhead for simulating a RAM algorithm, , that has a memory of size , using a scheme that is data-oblivious with very high probability assuming the simulation has access to a private workspace of size , for any given fixed constant . This simulation makes use of pseudorandom hash functions and is based on a novel hierarchy of cuckoo hash tables that all share a common stash. We also provide results from an experimental simulation of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Privacy-Preserving Technologies in Data · Internet Traffic Analysis and Secure E-voting
