CRSep 15, 2021

BOSS: A Blockchain Off-State Sharing System

arXiv:2109.07626v1
Originality Incremental advance
AI Analysis

This addresses data sharing issues for blockchain users in domains like biomedicine, but it is incremental as it builds on existing blockchain frameworks.

The paper tackles the challenge of sharing large biomedical data files via blockchain by proposing BOSS, a system that stores encrypted files off-chain and manages cryptographic keys on-chain, achieving secure and authorized data transfer with performance validated through experiments.

Blockchain has been applied to data sharing to ensure the integrity of data and chain of custody. Sharing big data such as large biomedical data files is a challenge to blockchain systems since the ledger is not designed to maintain big files, access control is an issue, and users may be dishonest. We call big data such as big files stored outside of a ledger that includes the blockchain and world state at a blockchain node as "off-state" and propose an off-state sharing protocol for a blockchain system to share big data between pairs of nodes. In our protocol, only encrypted files are transferred. The cryptographic key is stored in the world state in a secure way and can be accessed only by authorized parties. A receiver has to request the corresponding cryptographic key from the sender to decrypt such encrypted files. All requests are run through transactions to establish reliable chain of custody. We design and implement a prototypical blockchain off-state sharing system, BOSS, with Hyperledger Fabric. Extensive experiments were performed to validate the feasibility and performance of BOSS.

Foundations

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

Your Notes