CRJul 7, 2016

Distributed Authorization in Vanadium

arXiv:1607.02192v210 citationsHas Code
AI Analysis

This addresses the problem of secure authorization in distributed systems for users in areas with unreliable internet access, though it appears incremental as it combines existing techniques.

The paper presents an authorization model for distributed systems operating with limited internet connectivity, focusing on decentralized deployment to enable secure peer-to-peer communication between nearby devices, which has been implemented in the open-source Vanadium framework.

In this tutorial, we present an authorization model for distributed systems that operate with limited internet connectivity. Reliable internet access remains a luxury for a majority of the world's population. Even for those who can afford it, a dependence on internet connectivity may lead to sub-optimal user experiences. With a focus on decentralized deployment, we present an authorization model that is suitable for scenarios where devices right next to each other (such as a sensor or a friend's phone) should be able to communicate securely in a peer-to-peer manner. The model has been deployed as part of an open-source distributed application framework called Vanadium. As part of this tutorial, we survey some of the key ideas and techniques used in distributed authorization, and explain how they are combined in the design of our model.

Foundations

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

Your Notes