# Authenticated and Auditable Data Sharing via Smart Contract

## **Abstract**

Our main use case features multiple companies that iteratively optimize on the architectural properties of aircraft components in a decentralized manner. In each optimization step of the so-called multi-disciplinary optimization (MDO) process, sensitive data is exchanged between organizations, and we require auditability and traceability of actions taken to assure compliance with signed legal agreements.

In this paper, we present a distributed protocol that coordinates authenticated and auditable exchanges of files, leveraging a smart contract. The entire life cycle of a file exchange, including file registration, access request and key distribution, is recorded and traceable via the smart contract. Moreover, when one party raises a dispute, the smart contract can be used to identify the dishonest party without compromising the file's confidentiality.

The proposed protocol provides a simple, novel, yet efficient approach to exchange files with support for data access auditability between companies involved in a private consortium with no incentive to share files outside of the protocol. We implemented the protocol in Solidity, deployed it on a private Ethereum blockchain, and validated it within the use case of a decentralized workflow.

Read the [full text](https://dl.acm.org/doi/10.1145/3341105.3373957) and watch the [video](https://www.youtube.com/watch?v=vzgb3UDWIwA).

## **Authors**

[Vincent Reniers](https://scholar.google.be/citations?user=7-dV0FQAAAAJ&hl=en), Yuan Gao, [Ren Zhang](https://scholar.google.be/citations?user=JB1uRvQAAAAJ&hl=en), [Paolo Viviani](https://paoloviviani.github.io/), [Akash Madhusudan](https://scholar.google.com/citations?user=WFIbpuAAAAAJ&hl=en), [Bert Lagaisse](https://scholar.google.com/citations?user=JXMJieYAAAAJ&hl=sv), [Svetla Nikova](https://scholar.google.com/citations?user=acvxLrIAAAAJ&hl=en), [Dimitri Van Landuyt](https://scholar.google.com/citations?user=vyA5a1sAAAAJ&hl=en), [Riccardo Lombardi](https://it.linkedin.com/in/riccardo-lombardi-79482b7), [Bart Preneel](https://scholar.google.com/citations?user=omio-RsAAAAJ&hl=en), [Wouter Joosen](https://distrinet.cs.kuleuven.be/people/WouterJoosen)

## **Published in**

SAC '20: Proceedings of the 35th Annual ACM Symposium on Applied Computing, March 2020

## **Keywords**

Smart Contract

---

*More pieces on smart contract:*

* [ShadowEth: Private Smart Contract on Public Blockchain](https://blog.cryptape.com/shadoweth-private-smart-contract-on-public-blockchain)
    
* [SC2Share: Smart Contract for Secure Car Sharing](https://blog.cryptape.com/sc2share-smart-contract-for-secure-car-sharing)
    

---

*And you may also be interested in:*

* [Blockchain Projects at Top Security Conferences](https://blog.cryptape.com/blockchain-projects-at-top-security-conferences)
    
* [NC-Max: Breaking the Security-Performance Tradeoff in Nakamoto Consensus](https://blog.cryptape.com/nc-max-breaking-the-security-performance-tradeoff-in-nakamoto-consensus)
    
* [Lay Down the Common Metrics: Evaluating Proof-of-Work Consensus Protocols' Security](https://blog.cryptape.com/lay-down-the-common-metrics-evaluating-proof-of-work-consensus-protocols-security)
