Distributed Algorithms Made Secure: A Graph Theoretic Approach
Merav Parter, Eylon Yogev

TL;DR
This paper introduces a framework for converting non-secure distributed graph algorithms into secure ones with information-theoretic security against semi-honest adversaries, using a novel combinatorial structure called private neighborhood trees.
Contribution
It presents the first general compiler for secure distributed graph algorithms and constructs private neighborhood trees with specific depth and edge overlap properties.
Findings
Secure algorithms run in ilde{O}(r imes D imes poly(\Delta)) rounds
Introduces private neighborhood trees for secure communication
Achieves information-theoretic security against semi-honest adversaries
Abstract
In the area of distributed graph algorithms a number of network's entities with local views solve some computational task by exchanging messages with their neighbors. Quite unfortunately, an inherent property of most existing distributed algorithms is that throughout the course of their execution, the nodes get to learn not only their own output but rather learn quite a lot on the inputs or outputs of many other entities. This leakage of information might be a major obstacle in settings where the output (or input) of network's individual is a private information. In this paper, we introduce a new framework for \emph{secure distributed graph algorithms} and provide the first \emph{general compiler} that takes any "natural" non-secure distributed algorithm that runs in rounds, and turns it into a secure algorithm that runs in rounds where…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Distributed systems and fault tolerance · Privacy-Preserving Technologies in Data
