Back to Search Start Over

Secure Data Retrieval on the Cloud: Homomorphic Encryption meets Coresets

Authors :
Adi Akavia
Dan Feldman
Hayim Shaul
Source :
Transactions on Cryptographic Hardware and Embedded Systems, Vol 2019, Iss 2 (2019)
Publication Year :
2019
Publisher :
Ruhr-Universität Bochum, 2019.

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.

Details

Language :
English
ISSN :
25692925
Volume :
2019
Issue :
2
Database :
Directory of Open Access Journals
Journal :
Transactions on Cryptographic Hardware and Embedded Systems
Publication Type :
Academic Journal
Accession number :
edsdoj.147ef4fe6be64f23ad49e0cfb30a10e2
Document Type :
article
Full Text :
https://doi.org/10.13154/tches.v2019.i2.80-106