Splinter: Practical Private Queries on Public Data
Splinter protects users’ queries on public data and scales to realistic applications.
Many online services let users query public datasets like maps or restaurant reviews. But these queries can reveal sensitive data that compromise user privacy.
Splinter protects users’ queries on public data and scales to realistic applications. A user splits her query into multiple parts and sends each part to a different provider that holds a copy of the data. As long as any one of the providers is honest and does not collude with the others, the providers cannot determine the query.
Splinter uses and extends a new cryptographic primitive called Function Secret Sharing (FSS) that makes it up to an order of magnitude more efficient than prior systems based on Private Information Retrieval and garbled circuits. We develop protocols extending FSS to new types of queries, such as MAX and TOPK queries.