# Auditable Register Emulations

**Authors:** Vinicius V. Cogo, Alysson Bessani

arXiv: 1905.08637 · 2020-05-19

## TL;DR

This paper studies auditable storage emulations, establishing bounds on their feasibility in faulty environments and proposing methods to achieve auditability through cryptographic and ordering techniques.

## Contribution

It formalizes auditable register properties, proves tight bounds and impossibility results, and identifies conditions under which auditability can be achieved.

## Key findings

- Auditability impossible if τ ≤ 2f
- Weak auditability requires τ ≥ 3f+1
- Signing read requests overcomes lower bounds

## Abstract

The widespread prevalence of data breaches amplifies the importance of auditing storage systems. In this work, we initiate the study of auditable storage emulations, which provide the capability for an auditor to report the previously executed reads in a register. We precisely define the notion of auditable register and its properties, and establish tight bounds and impossibility results for auditable storage emulations in the presence of faulty storage objects. Our formulation considers loggable read-write registers that securely store data using information dispersal and support fast reads. In such a scenario, given a maximum number~$f$ of faulty storage objects and a minimum number~$\tau$ of data blocks required to recover a stored value, we prove that (1) auditability is impossible if $\tau \leq 2f $; (2) implementing a weak form of auditability requires $\tau \geq 3f+1$; and (3) a stronger form of auditability is impossible. We also show that signing read requests overcomes the lower bound of weak auditability, while totally ordering operations or using non-fast reads enables strong auditability.

## Full text

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

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1905.08637/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1905.08637/full.md

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