Paper 2018/1003

Secure Data Retrieval On The Cloud: Homomorphic Encryption Meets Coresets

Adi Akavia, Dan Feldman, and Hayim Shaul

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.

Metadata
Available format(s)
PDF
Category
Applications
Publication info
Preprint. MINOR revision.
Keywords
secure searchsecure reportfully homomorphic encryptionarithmetic circuitlow degreeimplementation
Contact author(s)
hayim shaul @ gmail com
History
2019-01-15: revised
2018-10-22: received
See all versions
Short URL
https://ia.cr/2018/1003
License
Creative Commons Attribution
CC BY

BibTeX

@misc{cryptoeprint:2018/1003,
      author = {Adi Akavia and Dan Feldman and Hayim Shaul},
      title = {Secure Data Retrieval On The Cloud: Homomorphic Encryption Meets Coresets},
      howpublished = {Cryptology ePrint Archive, Paper 2018/1003},
      year = {2018},
      note = {\url{https://eprint.iacr.org/2018/1003}},
      url = {https://eprint.iacr.org/2018/1003}
}
Note: In order to protect the privacy of readers, eprint.iacr.org does not use cookies or embedded third party content.