Privacy-Preserving Reachability Query Services for Massive Networks

Jiaxin Jiang,Peipei Yi,Byron Choi,Zhiwei Zhang,Xiaohui Yu
DOI: https://doi.org/10.1145/2983323.2983799
2016-01-01
Abstract:This paper studies privacy-preserving reachability query services under the paradigm of data outsourcing. Specically, graph data have been outsourced to a third-party service provider (SP), query clients submit their queries to the SP, and the SP returns the query answers to the clients. However, the SP may not always be trustworthy. Therefore, this paper investigates protecting the structural information of the graph data and the query answers from the SP. Existing techniques are either insecure or not scalable. This paper proposes a privacy-preserving labeling, called ppTopo. To our knowledge, ppTopo is the first work that can produce reachability index on massive networks and is secure against known plaintext attacks (KPA). Specifically, we propose an index construction algorithm for private reachability queries, by employing the idea of topological folding, recently proposed by Cheng et al. We propose a novel asymmetric scalar product encryption in modulo 3 (ASPE3). It allows us to encrypt the labels and transforms the queries into scalar products of encrypted labels. We perform an experimental study of the proposed technique on the datasets of SNAP networks. Compared with the existing methods, our results show that our technique is capable of producing the encrypted indexes at least 5 times faster for massive networks and the client's decryption time is 2-3 times smaller for most graphs. We also propose the heuristic optimization to reduce the size of index.
What problem does this paper attempt to address?