Abstract
Navigation services enable users to find the shortest path from a starting point S to a destination D, reducing time, gas, and traffic congestion. Still, navigation users risk the exposure of their sensitive location data. Our motivation arises from how users can accurately, securely, and efficiently navigate from S to Dwhile passing through k unordered stops, i.e., midway locations with a non-fixed visiting order. In this work, we formally define Semi-Constrained Navigation (SCN) and present a novel scheme Hermestoachieveaccurate,secure, andefficient SCN. Specifically, weproposeadivide-and-conquerapproachtostrikeagoodbalance betweenaccuracyandefficiency. It recursively depth-first-searches the whole area (a navigation tree) and invokes five carefully-crafted strategies stop-by-stop to compute three subpaths in three se quential subareas. We construct a path-distance oracle to encrypt the road graph and securely implement the strategies by using homomorphic encryption and garble circuits. We formally prove the security in the random oracle model and analyze the search complexity to be less than O(k2). We experiment over a real-world city map and compare with six baselines. Results show that path search with k = 4 among N = 1000 intersections requires 5.58 seconds with a 3.2% distance deviation rate and an 82.5% path similarity.
Original language | English |
---|---|
Pages (from-to) | 2642-2658 |
Number of pages | 17 |
Journal | IEEE Transactions on Dependable and Secure Computing |
Volume | 22 |
Issue number | 3 |
DOIs | |
Publication status | Published - 2025 |
Keywords
- accuracy
- efficiency
- Navigation services
- security
- unordered stops