SPIDER: Two Server Functionality for the Cost of Zero

📅 2026-05-20
📈 Citations: 0
Influential: 0
📄 PDF

career value

227K/year
🤖 AI Summary
This work proposes two private information retrieval (PIR) schemes, baseSPIDER and SPIDER, which operate under a single-server setting without requiring any special server-side support or modifications to existing APIs. By leveraging stateful client preprocessing, optimizing communication complexity, and employing a protocol transformation mechanism, the proposed schemes achieve practical PIR over standard database interfaces without server cooperation for the first time. Both constructions maintain asymptotically optimal communication complexity while significantly reducing constant factors, making them particularly suitable for databases with large entries. The designs are simple, generic, and readily deployable as drop-in replacements in existing systems. Furthermore, the underlying methodology can be extended to adapt other PIR protocols to the default server paradigm.
📝 Abstract
We introduce baseSPIDER and SPIDER, private information retrieval (PIR) schemes that embody two technical advancements. The baseSPIDER protocol operates with a single server and a stateful client that performs pre-processing and stores hints for future queries. In this setting, baseSPIDER introduces a new approach that matches the asymptotically optimal communication complexity of state-of-the-art schemes while improving constant factors--an advantage that is particularly significant for databases with large entries. In addition, baseSPIDER offers a conceptually simpler design relative to prior protocols. SPIDER operates over a default database interface and requires no cooperation from the server at any stage. To our knowledge, SPIDER is the first single-server PIR construction of this design, achieving privacy without specialized APIs, auxiliary server state, or protocol-specific interaction beyond conventional indexed access. SPIDER is built via a simple transformation of baseSPIDER to the default server setting, eliminating deployment barriers and enabling immediate applicability to existing systems. This transformation can be applied more broadly to three recent PIR solutions, adapting them for use in the default-server paradigm and yielding solutions of independent interest. SPIDER compares to the resulting modified solutions by exhibiting a simpler design while incurring higher client computational work.
Problem

Research questions and friction points this paper is trying to address.

Private Information Retrieval
Single-server PIR
Default database interface
Communication complexity
Deployment barriers
Innovation

Methods, ideas, or system contributions that make the work stand out.

Private Information Retrieval
Single-server PIR
Stateful client
Default database interface
Communication complexity
🔎 Similar Papers
No similar papers found.