Making searchable symmetric encryption schemes smaller and faster

Debrup Chakraborty,Avishek Majumder,Subhabrata Samajder
DOI: https://doi.org/10.1007/s10207-024-00915-y
2024-11-06
International Journal of Information Security
Abstract:Searchable Symmetric Encryption (SSE) has emerged as a promising tool for facilitating efficient query processing over encrypted data stored in un-trusted cloud servers. Several techniques have been adopted to enhance the efficiency and security of SSE schemes. The query processing costs, storage costs and communication costs of any SSE are directly related to the size of the encrypted index that is stored in the server. To our knowledge, there is no work directed towards minimizing the index size. In this paper we introduce a novel technique to directly reduce the index size of any SSE. Our proposed technique generically transforms any secure single keyword SSE into an equivalently functional and secure version with reduced storage requirements, resulting in faster search and reduced communication overhead. Our technique involves in arranging the set of document identifiers related to a keyword w in leaf nodes of a complete binary tree and eventually obtaining a succinct representation of the set . This small representation of leads to smaller index sizes. We do an extensive theoretical analysis of our scheme and prove its correctness. In addition, our comprehensive experimental analysis validates the effectiveness of our scheme on real and simulated data and shows that it can be deployed in practical situations.
computer science, information systems, theory & methods, software engineering
What problem does this paper attempt to address?