|
|
|
|
|
by grubb
2519 days ago
|
|
Differential Privacy is definitely an intriguing security concept. However, another recent interesting negative is that there may be a smaller performance gap between Differential Privacy and the stronger security notion of Obliviousness (https://en.wikipedia.org/wiki/Oblivious_data_structure) than previously thought. Specifically, it was recently shown that the fastest implementations of ORAM (https://en.wikipedia.org/wiki/Oblivious_RAM) are actually in line with the lower bounds of theoretical Differentially Private RAM performance - meaning you gain zero performance advantage by using a weaker security model. Of course, it's unclear if this is true for other data structures and usages, but ORAM is a non-insignificant research area. See https://eprint.iacr.org/2018/1051 for more details. |
|
However, DP is useful for much more than hiding access patterns, and was originally developed for hiding information in statistical analyses; obliviousness cannot help you in those use cases