# Deterministic, Stash-Free Write-Only ORAM

**Authors:** Daniel S. Roche, Adam J. Aviv, Seung Geol Choi, Travis Mayberry

arXiv: 1706.03827 · 2017-09-08

## TL;DR

DetWoORAM introduces a deterministic, stash-free write-only ORAM that improves efficiency and simplicity by eliminating the need for local stashing, achieving optimal write overhead and significant performance gains over prior solutions.

## Contribution

This paper presents DetWoORAM, a novel deterministic write-only ORAM that simplifies design and improves performance by removing stashing and using sequential writes.

## Key findings

- DetWoORAM writes only 2 blocks per data block, which is optimal.
- Experimental results show 3x-14x slowdown compared to encryption-only baseline.
- DetWoORAM outperforms prior randomized solutions with 6x-19x speedup.

## Abstract

Write-Only Oblivious RAM (WoORAM) protocols provide privacy by encrypting the contents of data and also hiding the pattern of write operations over that data. WoORAMs provide better privacy than plain encryption and better performance than more general ORAM schemes (which hide both writing and reading access patterns), and the write-oblivious setting has been applied to important applications of cloud storage synchronization and encrypted hidden volumes. In this paper, we introduce an entirely new technique for Write-Only ORAM, called DetWoORAM. Unlike previous solutions, DetWoORAM uses a deterministic, sequential writing pattern without the need for any "stashing" of blocks in local state when writes fail. Our protocol, while conceptually simple, provides substantial improvement over prior solutions, both asymptotically and experimentally. In particular, under typical settings the DetWoORAM writes only 2 blocks (sequentially) to backend memory for each block written to the device, which is optimal. We have implemented our solution using the BUSE (block device in user-space) module and tested DetWoORAM against both an encryption only baseline of dm-crypt and prior, randomized WoORAM solutions, measuring only a 3x-14x slowdown compared to an encryption-only baseline and around 6x-19x speedup compared to prior work.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.03827/full.md

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1706.03827/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1706.03827/full.md

---
Source: https://tomesphere.com/paper/1706.03827