English

Privacy-Preserving Access of Outsourced Data via Oblivious RAM Simulation

Data Structures and Algorithms 2011-05-04 v2 Cryptography and Security Distributed, Parallel, and Cluster Computing

Abstract

Suppose a client, Alice, has outsourced her data to an external storage provider, Bob, because he has capacity for her massive data set, of size n, whereas her private storage is much smaller--say, of size O(n^{1/r}), for some constant r > 1. Alice trusts Bob to maintain her data, but she would like to keep its contents private. She can encrypt her data, of course, but she also wishes to keep her access patterns hidden from Bob as well. We describe schemes for the oblivious RAM simulation problem with a small logarithmic or polylogarithmic amortized increase in access times, with a very high probability of success, while keeping the external storage to be of size O(n). To achieve this, our algorithmic contributions include a parallel MapReduce cuckoo-hashing algorithm and an external-memory dataoblivious sorting algorithm.

Keywords

Cite

@article{arxiv.1007.1259,
  title  = {Privacy-Preserving Access of Outsourced Data via Oblivious RAM Simulation},
  author = {Michael T. Goodrich and Michael Mitzenmacher},
  journal= {arXiv preprint arXiv:1007.1259},
  year   = {2011}
}

Comments

A more complete version of a paper appearing in the 38th International Colloquium on Automata, Languages and Programming (ICALP) 2011

R2 v1 2026-06-21T15:45:45.344Z