A practical framework for executing complex queries over encrypted multimedia data

Fahad Shaon, Murat Kantarcioglu

ETL-Query framework for performing complex queries, such as, facial recognition, on encrypted images stored in simple cloud storages without native computation capability (e.g. S3, Dropbox).

Abstract

Over the last few years, data storage in cloud-based services has been very popular due to the easy management and monetary advantages of cloud computing. Recent developments showed that such data could be leaked due to various attacks. To address some of these attacks, encrypting sensitive data before sending it to the cloud emerged as an important protection mechanism. If the data is encrypted with traditional techniques, selective retrieval of encrypted data becomes challenging. To address this challenge, efficient searchable encryption schemes have been developed over the years. Almost all of the existing searchable encryption schemes are developed for keyword searches and require running some code on the cloud servers. However, many of the existing cloud storage services (e.g., Dropbox, Box, Google Drive, etc.) only allow simple data object retrieval and do not provide the computational support needed to realize most of the searchable encryption schemes.

In this paper, we address the problem of efficient execution of complex search queries over a wide range of encrypted data types (e.g., image files) without requiring customized computational support from the cloud servers. To this end, we provide an extensible framework for supporting complex search queries over encrypted multimedia data. Before any data is uploaded to the cloud, important features are extracted to support different query types (e.g., extracting facial features to support face recognition queries) and complex queries are converted to series of object retrieval tasks for cloud service. Our results show that this framework may support a wide range of image retrieval queries on encrypted data with little overhead and without any change to underlying data storage services.

Cite

@inproceedings{shaon2016practical,
  title={A practical framework for executing complex queries over encrypted multimedia data},
  author={Shaon, Fahad and Kantarcioglu, Murat},
  booktitle={IFIP Annual Conference on Data and Applications Security and Privacy},
  pages={179--195},
  year={2016},
  organization={Springer, Cham}
}

Artifacts

Tags

Encrypted Storage, Encrypted Search, Searchable Encryption, SSE