# MTFS: Merkle-Tree-Based File System

**Authors:** Jia Kan, Kyeong Soo Kim

arXiv: 1902.09100 · 2019-04-16

## TL;DR

This paper introduces MTFS, a Merkle-tree-based file system leveraging blockchain technology to enable secure, private, and efficient distributed file storage and exchange without central control.

## Contribution

It proposes a novel blockchain-based file system using Merkle trees and proxy re-encryption for secure, private, and balanced distributed storage and transfer.

## Key findings

- Enables secure private file storage with blockchain and Merkle trees.
- Provides faster message propagation in a decentralized cluster.
- Ensures balanced file distribution among service nodes.

## Abstract

The blockchain technology has been changing our daily lives since Bitcoin - i.e., the first decentralized cryptocurrency - was invented and released as open-source software by an unidentified person or a group called Satoshi Nakamoto in 2009. Of many applications which can be implemented based on the blockchain, storage is an important one, a notable example of which is the InterPlanetary File System (IPFS). IPFS is a distributed web based on a peer-to-peer hypermedia protocol to make the web faster, safer, and more open and focuses on public accessible files. To provide a solution for private file storage in the blockchain way, in this paper we propose a Merkle-tree-based File System (MTFS). In MTFS, the blockchain is more than a trust machine; it is an abstract of a cluster system. Distributed random nodes form a tree network cluster without a central controller to provide a secure private storage service and faster message propagation. Advance proxy re-encryption algorithm is applied to guarantee secure file exchanges under permission. Merkle tree will make sure that the files are distributed among the service nodes in a balanced way. The proposed MTFS can be used not only for personal file storage and exchange but also for industry requiring mutual trust in file uploading and downloading in making contracts like insurances.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.09100/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1902.09100/full.md

## References

10 references — full list in the complete paper: https://tomesphere.com/paper/1902.09100/full.md

---
Source: https://tomesphere.com/paper/1902.09100