Secure Data Retrieval on the Cloud: Homomorphic Encryption meets Coresets

Authors

  • Adi Akavia University of Haifa
  • Dan Feldman University of Haifa
  • Hayim Shaul University of Haifa

DOI:

https://doi.org/10.13154/tches.v2019.i2.80-106

Keywords:

Fully Homomorphic Encryption, Secure Computation, Secure Outsourcing of Computation, Secure Search, Coresets, Sketches, Group Testing

Abstract

Secure report is the problem of a client that retrieves all records matching specified attributes from a database table at the server (e.g. cloud), as in SQL SELECT queries, but where the query and the database are encrypted. Here, only the client has the secret key, but still the server is expected to compute and return the encrypted result. Secure report is theoretically possible with Fully Homomorphic Encryption (FHE). However, the current state-of-the-art solutions are realized by a polynomial of degree that is at least linear in the number m of records, which is too slow in practice even for very small databases.
We present the first solution that is realized by a polynomial that attains degree independent of the number of records m, as well as the first implementation of an FHE solution to Secure report. This is by suggesting a novel paradigm that forges a link between cryptography and modern data summarization techniques known as coresets (core-sets), and sketches in particular. The key idea is to compute only a coreset of the desired report. Since the coreset is small, the client can quickly decode the desired report that the server computes after decrypting the coreset.
We implemented our main reporting system in an open source library. This is the first implemented system that can answer such database queries when processing only FHE encrypted data and queries. As our analysis promises, the experimental results show that we can run Secure report queries on billions records in minutes on an Amazon EC2 server, compared to less than a hundred-thousands in previous FHE based solutions.

Published

2019-02-28

How to Cite

Akavia, A., Feldman, D., & Shaul, H. (2019). Secure Data Retrieval on the Cloud: Homomorphic Encryption meets Coresets. IACR Transactions on Cryptographic Hardware and Embedded Systems, 2019(2), 80–106. https://doi.org/10.13154/tches.v2019.i2.80-106

Issue

Section

Articles