Search papers, labs, and topics across Lattice.
This paper introduces BRASP, a searchable encryption scheme for Boolean range queries over encrypted spatial data that achieves both access and search pattern privacy. BRASP uses Hilbert-curve-based prefix encoding with encrypted prefix--ID and keyword--ID inverted indexes for efficient spatial range filtering and conjunctive keyword matching. By integrating index shuffling and ID-field redistribution across two non-colluding servers, BRASP hides search and access patterns while supporting dynamic updates and forward security.
Encrypting spatial data no longer means sacrificing query privacy: BRASP achieves both access and search pattern hiding for Boolean range queries.
Searchable Encryption (SE) enables users to query outsourced encrypted data while preserving data confidentiality. However, most efficient schemes still leak the search pattern and access pattern, which may allow an honest-but-curious cloud server to infer query contents, user interests, or returned records from repeated searches and observed results. Existing pattern-hiding solutions mainly target keyword queries and do not naturally support Boolean range queries over encrypted spatial data. This paper presents BRASP, a searchable encryption scheme for Boolean range queries over encrypted spatial data. BRASP combines Hilbert-curve-based prefix encoding with encrypted prefix--ID and keyword--ID inverted indexes to support efficient spatial range filtering and conjunctive keyword matching. To hide the search pattern and access pattern under a dual-server setting, BRASP integrates index shuffling for encrypted keyword and prefix entries with ID-field redistribution across two non-colluding cloud servers. BRASP also supports dynamic updates and achieves forward security. We formalize the security of BRASP through confidentiality, shuffle indistinguishability, query unforgeability, and forward-security analyses, and we evaluate its performance experimentally on a real-world dataset. The results show that BRASP effectively protects query privacy while incurring relatively low computation and communication overhead. To facilitate reproducibility and further research, the source code of BRASP is publicly available at https://github.com/Egbert-Lannister/BRASP