错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Scaling Mobile Private Contact Discovery to Billions of Users

  • Laura Hetz,
  • Thomas Schneider,
  • Christian Weinert

摘要

Mobile contact discovery is a convenience feature of messengers such as WhatsApp or Telegram that helps users to identify which of their existing contacts are registered with the service. Unfortunately, the contact discovery implementation of many popular messengers massively violates the users’ privacy as demonstrated by Hagen et al. (NDSS ’21, ACM TOPS ’23). Unbalanced private set intersection (PSI) protocols are a promising cryptographic solution to realize mobile private contact discovery, however, state-of-the-art protocols do not scale to real-world database sizes with billions of registered users in terms of communication and/or computation overhead. In our work, we make significant steps towards truly practical large-scale mobile private contact discovery. For this, we combine and substantially optimize the unbalanced PSI protocol of Kales et al. (USENIX Security ’19) and the private information retrieval (PIR) protocol of Kogan and Corrigan-Gibbs (USENIX Security ’21). Our resulting protocol has a total communication overhead that is sublinear in the size of the server’s user database and also has sublinear online runtimes. We optimize our protocol by introducing database partitioning and efficient scheduling of user queries. To handle realistic change rates of databases and contact lists, we propose and evaluate different possibilities for efficient updates. We implement our protocol on smartphones and measure online runtimes of less than 2 s to query up to 1 024 contacts from a database with more than two billion entries. Furthermore, we achieve a reduction in setup communication up to factor  \(32\times \) compared to state-of-the-art mobile private contact discovery protocols.