Efficient Privacy Preserving Range Query Using Segment Tree.

Shusuke Shirotake,Kana Shimizu

Annual Conference on Information Sciences and Systems(2024)

引用 0|浏览4
暂无评分
摘要
The range query is a problem to compute a function on a subset of a given data and is used in various real-world setting such that the user inputs a range, and the server computes the function on the range. For many cases using a sensitive data such as a location data, privacy protection is necessary for both query and data. In this study, we propose a secure range query search protocol based on 2-out-of-2 secret sharing. The key idea of our protocol is to generate the input data’s segment tree, which enables the search in O(log N) time and deploy the encrypted tree on the server. By using the encrypted tree, our method enables computing a range query in O(log N) time, communication size, and round of communication after the input of query. We implemented our protocol and a baseline protocol and compared their performances on two network environments. We observed that the search time of our method after the query input is two orders of magnitude faster than the baseline method when the database length is 10 4 , and the time, the communication size, and the round of communication of our method are well concordant with theoretical complexities.
更多
查看译文
关键词
Range query,Range aggregation query,Segment tree,Secret sharing
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要