CRAIAug 7, 2019

Multi-owner Secure Encrypted Search Using Searching Adversarial Networks

arXiv:1908.02784v23 citations
AI Analysis

This addresses the problem of secure and efficient encrypted search for data users and owners in cloud environments, representing an incremental improvement over existing methods.

The paper tackled the challenge of achieving secure, precise, and efficient multi-keyword ranked search over encrypted cloud data in a multi-owner model, resulting in a solution that maintains query precision above 95% with computational complexity close to O(log N) and low overhead.

Searchable symmetric encryption (SSE) for multi-owner model draws much attention as it enables data users to perform searches over encrypted cloud data outsourced by data owners. However, implementing secure and precise query, efficient search and flexible dynamic system maintenance at the same time in SSE remains a challenge. To address this, this paper proposes secure and efficient multi-keyword ranked search over encrypted cloud data for multi-owner model based on searching adversarial networks. We exploit searching adversarial networks to achieve optimal pseudo-keyword padding, and obtain the optimal game equilibrium for query precision and privacy protection strength. Maximum likelihood search balanced tree is generated by probabilistic learning, which achieves efficient search and brings the computational complexity close to $\mathcal{O}(\log N)$. In addition, we enable flexible dynamic system maintenance with balanced index forest that makes full use of distributed computing. Compared with previous works, our solution maintains query precision above 95% while ensuring adequate privacy protection, and introduces low overhead on computation, communication and storage.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes