WO2019114096A1 - Système de stockage à chaînes de blocs - Google Patents

Système de stockage à chaînes de blocs Download PDF

Info

Publication number
WO2019114096A1
WO2019114096A1 PCT/CN2018/073676 CN2018073676W WO2019114096A1 WO 2019114096 A1 WO2019114096 A1 WO 2019114096A1 CN 2018073676 W CN2018073676 W CN 2018073676W WO 2019114096 A1 WO2019114096 A1 WO 2019114096A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
storage
request
interface
blockchain
Prior art date
Application number
PCT/CN2018/073676
Other languages
English (en)
Chinese (zh)
Inventor
尚小朋
Original Assignee
成都链一网络科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 成都链一网络科技有限公司 filed Critical 成都链一网络科技有限公司
Publication of WO2019114096A1 publication Critical patent/WO2019114096A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0876Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Definitions

  • the present invention relates to the field of data storage technologies, and in particular, to a blockchain-based storage system.
  • Cloud storage is a new concept extended and developed in the concept of cloud computing. It is an emerging network storage technology that refers to functions such as cluster applications, network technologies or distributed file systems. A large number of different types of storage devices work together through application software to jointly provide a system for data storage and service access functions.
  • cloud computing systems When the core of computing and processing of cloud computing systems is the storage and management of large amounts of data, cloud computing systems need to be configured with a large number of storage devices, then the cloud computing system is transformed into a cloud storage system, so cloud storage is a data storage system. And management as the core of the cloud computing system.
  • cloud storage is an emerging solution for putting storage resources on the cloud for people to access. Users can easily access data at any time, anywhere, by connecting to the cloud via any networkable device.
  • the object of the present invention is to overcome the deficiencies of the prior art and provide a blockchain-based storage system, which realizes distributed storage of files and improves file storage security.
  • a blockchain-based storage system including:
  • An application layer configured to generate an upload request by the uploader, generate a storage request by the store, and generate a download request by the downloader, and divide the file to be stored into a plurality of file fragments according to the upload request;
  • a blockchain network configured to store meta-information of the upload request, the download request, and the file, and to perform permission verification on the downloader that initiates the download request;
  • the distributed storage network is configured to store the file fragmentation, and perform permission verification on the storage file when the file is uploaded, and perform permission verification on the downloader when the file is downloaded.
  • the distributed storage network is a Kad distributed storage network.
  • the upload request includes a split quantity of the file, a backup quantity of the file, a file description, a public key of the uploader, an account name of the uploader, an uploader ID, and a file ID
  • the storage request includes an account of the storeer.
  • Name, file ID, and file fragment ID, the download request including the downloader's account name and file ID.
  • the meta information of the file includes fragmentation information of the file, an uploader's public key, and a store ID.
  • the blockchain network is a blockchain network supporting smart contracts.
  • the blockchain network includes:
  • the upload request initiation interface is used by the uploader to initiate an upload request for storing the file to the distributed storage network
  • the upload request viewing interface is used by the storage device to view all upload requests existing in the blockchain network
  • the storage request initiation interface is used by the storage device to initiate a storage request for storing a file fragment
  • the download interface is allowed to grant the storage permission of a file fragment to the storage
  • the storage completion declaration interface is used by the storage device to initiate a statement that the storage of a file is completed
  • a storage completion declaration viewing interface for listing storage completion declarations associated with a specified file that occur in the blockchain network
  • the download request interface is used by the downloader to initiate a request to obtain access to a file.
  • the upload request initiation interface is used to initiate a transaction of an upload interface that invokes a file upload contract, and the upload checker creates an upload request record in the blockchain network after the check is verified;
  • the storage request interface is configured to initiate a transaction of a storage interface that invokes a file uploading contract, and the storage checker creates a storage request record in the blockchain network after the verification is correct;
  • the download request interface is configured to initiate a transaction of an acquisition interface that invokes a file upload contract, and the contract determines whether the downloader is allowed to access the file according to an authentication condition set by the uploader, and if so, in the blockchain network Create an access permission record for the downloader.
  • the storage is performed between the store and the uploader, and between the store and the downloader.
  • the invention realizes distributed storage of files, and any node does not have a complete backup of the entire file, thereby improving the security of the file;
  • Each user can be either a storage demand side or a storage provider, which can effectively improve the utilization of idle storage resources of the network, and also bring corresponding benefits to users who provide storage resources;
  • the present invention is developed based on the underlying layer of the eMule, and the architecture designed on the basis of a proven reliable network has the same advantages.
  • the present invention is distributed due to point-to-point distributed file analysis during eMule.
  • Network storage its essential purpose is different from eMule.
  • the present invention uses blockchain technology to store meta-information of files in a blockchain network, and saves meta-information of files in the form of distributed ledgers so that they cannot be Tampering, greatly improving security, combined with the stability provided by the eDonkey network, to achieve stable and secure cloud storage;
  • Figure 1 is a schematic block diagram of the present invention.
  • Blockchain A chained data structure that combines data blocks in sequential order in chronological order, and cryptographically guaranteed non-tamperable and unforgeable distributed ledgers.
  • Smart Contract A set of commitments defined in digital form, including agreements where contract participants can execute these commitments. From a procedural perspective, a smart contract is a programming language programmed on a blockchain that triggers related operations when certain specified conditions are met.
  • a blockchain-based storage system includes an application layer, a blockchain network, and a distributed storage network.
  • the application layer is configured to generate an upload request by the uploader, generate a storage request by the store, and generate a download request by the downloader, and divide the file to be stored into a plurality of file fragments according to the upload request.
  • the uploading request includes a split quantity of the file, a backup quantity of the file, a file description, a public key of the uploader, an account name of the uploader, an uploader ID, and a file ID, and may further include an authentication condition of the downloader;
  • the storage request includes a storage person's account name, a file ID, and a file shard ID; the download request includes a downloader's account name and file ID.
  • the blockchain network is configured to store meta-information of the upload request, the download request, and the file, and to perform permission verification on the downloader that initiates the download request.
  • the meta information of the file includes the fragmentation information of the file, the uploader's public key, and the store ID.
  • the blockchain network is a blockchain network that supports smart contracts.
  • the blockchain network includes an upload request initiation interface, an upload request viewing interface, a storage request initiation interface, a storage request viewing interface, a permission download interface, a storage completion declaration interface, a storage completion declaration viewing interface, a confirmation storage declaration interface, and an authentication interface. And the download request interface.
  • the upload request initiation interface (store_file_to_network) is used by the uploader to initiate an upload request for storing the file to the distributed storage network; in some embodiments, the implementation process is: initiating an upload interface of a file upload (File_Upload) contract. Transaction, the contract is verified to create an upload request for the uploader in the blockchain network (Upload Request) record.
  • the upload request viewing interface (blockchain_get_upload_requests) is used by the storage device to view all upload requests existing in the blockchain network.
  • the storage request initiation interface (store_file_piece) is used by the storage device to initiate a storage request for storing a file fragment; in some embodiments, the implementation process is: initiating a storage (Store) interface of a file upload (File_Upload) contract. Transaction, the contract is verified to create a storage request for the store in the blockchain network (Store) Request) record.
  • the storage request viewing interface (wallet_list_store_request_for_my_file) is used by the uploader to view a storage request related to the file to be uploaded by the uploader; in some embodiments, the implementation process is: taking the relevant storage request from the blockchain network according to the upload request.
  • the interface queries the data in the blockchain network according to the file fragment ID, and lists related storage request information.
  • the permission download interface (wallet_allow_store_request) is used to grant a storage permission of a file fragment to a storage; in some embodiments, the implementation process is: recording a permission storage request in the blockchain network, so that the download is performed. Can be passed when authenticating.
  • the storage completion declaration interface (declare_piece_saved) is used by the store to initiate a statement that a certain file fragment storage has been completed; in some embodiments, the implementation process is: initiating a transaction in which the specified account has completed a specific The declaration of file shard storage.
  • the storage completion declaration viewing interface (blockchain_list_file_save_declare) is used to list the storage completion declarations related to the specified file appearing in the blockchain network.
  • the confirmation storage declaration interface (confirm_piece_saved) is used by the uploader to initiate a statement that the confirmed storage person completes storage of a certain file fragment;
  • the authentication interface (download_validation) is configured to perform download permission identification, and determine whether the storage or downloader has the right to download the corresponding file fragment.
  • the download request interface (get_file_access) is used by the downloader to initiate a request for obtaining access to a file; in some embodiments, the implementation process is: initiating a transaction of an acquisition interface that invokes a file upload contract, the contract is based on the uploader
  • the set authentication condition determines whether the downloader is allowed to access the file, and if so, creates an access permission record for the downloader in the blockchain network.
  • the distributed storage network is configured to store the file fragmentation, and perform permission verification on the storage file when the file is uploaded, and perform permission verification on the downloader when the file is downloaded.
  • the distributed storage network is a Kad distributed storage network.
  • the uploader, the storeer, and the downloader are all nodes of the distributed storage network, and are transferred between the store and the uploader, and between the store and the downloader.
  • the uploader calls the upload request initiation interface (store_file_to_network) to generate an upload request, and records the upload request in the smart contract of the blockchain network; the file is divided according to the number of splits and the number of backups in the upload request Multiple file fragments.
  • the upload request includes a split number of the file, a backup quantity of the file, a willingness to pay, a file description, a public key of the uploader, an account name of the uploader, an uploader ID, and a file ID, and the file ID is
  • the hash value of the file is composed of the public key of the uploader.
  • the storeer calls the upload request viewing interface of the blockchain network (blockchain_get__upload_requests) to view the uploader's upload request.
  • the storage request includes an account name, a file ID, and a file fragment ID of the storage; the file ID is composed of a hash value of the file and a public key of the uploader, and the file fragment ID is divided by the file
  • the hash value of the slice is composed of the public key of the uploader.
  • the storeer After seeing the upload request, the storeer combines the hash value of the file with the uploader's public key to form a file ID, and generates a storage request by storing the request initiation interface (store_file_piece), stating that he wants to store the file. Which files are fragmented.
  • the uploader calls the storage request viewing interface of the blockchain network (wallet_list_store_request_for_my_file) to view the storage request of the storage.
  • the uploader invokes the allowable download interface (wallet_allow_store_request) of the blockchain network to allow the store to store the corresponding file fragment (ie, allows the store to download the corresponding file fragment).
  • the storage device sends a request for downloading the corresponding file fragment to the uploader's eMule.
  • the uploader's eMule calls the authentication interface (download_validation) of the blockchain network to verify whether the storage is allowed to be downloaded. If allowed, the store's eMule downloads the corresponding file fragment from the uploader's eMule.
  • the storage device calls the storage completion declaration interface (declare_piece_saved) of the blockchain network, and writes the state of "the file is downloaded and completed” on the blockchain.
  • the uploader calls the storage completion declaration view interface (blockchain_list_file_save_declare) of the blockchain network to query the storage state information of the file to be uploaded.
  • the downloader views the files that have been confirmed to be stored from the blockchain network.
  • the downloader calls the download request interface (get_file_access) of the blockchain network to initiate a download request, and the download request interface invokes an access interface (Access) of the file upload (File_Upload) contract, and the contract is based on an authentication contract set by the uploader of the file. Determine if the downloader should be permitted to access the file, and if so, create an access permission record for the downloader in the blockchain network.
  • the downloader's eMule sends the file download request of each file fragment to the corresponding storage device. After receiving the download request, the storage device's eMule calls the authentication interface (download_validation) of the blockchain network to verify whether the download is allowed. The file is downloaded, and if so, the downloader's power is downloaded from the memory of the store.
  • download_validation the authentication interface

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Power Engineering (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)

Abstract

L'invention concerne un système de stockage à chaînes de blocs, comportant: une couche d'application, utilisée pour qu'un moyen de téléchargement ascendant génère une demande de téléchargement ascendant, un moyen de stockage servant à générer une demande de stockage et un moyen de téléchargement descendant servant à générer une demande de téléchargement descendant, et à segmenter un fichier à stocker en une pluralité de fragments de fichier selon la demande de téléchargement ascendant; un réseau à chaînes de blocs, utilisé pour stocker la demande de téléchargement ascendant, la demande de téléchargement descendant et des méta-informations du fichier, et à effectuer une vérification de permission sur le moyen de téléchargement descendant lançant la demande de téléchargement descendant; un réseau de stockage réparti, utilisé pour stocker les fragments de fichier, et pour effectuer une vérification de permission sur le moyen de stockage pendant le téléchargement ascendant du fichier et effectuer une vérification de permission sur le moyen de téléchargement descendant pendant le téléchargement descendant du fichier. La présente invention utilise la technologie des chaînes de blocs pour stocker des méta-informations d'un fichier dans un réseau à chaînes de blocs, de telle façon que les méta-informations ne puissent pas être altérées, afin d'augmenter significativement la sécurité. La présente invention combine également la stabilité apportée par un réseau eMule pour mettre en œuvre un stockage en nuage stable et sécurisé.
PCT/CN2018/073676 2017-12-15 2018-01-22 Système de stockage à chaînes de blocs WO2019114096A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711344107.8 2017-12-15
CN201711344107.8A CN108076148A (zh) 2017-12-15 2017-12-15 基于区块链的存储系统

Publications (1)

Publication Number Publication Date
WO2019114096A1 true WO2019114096A1 (fr) 2019-06-20

Family

ID=62158685

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/073676 WO2019114096A1 (fr) 2017-12-15 2018-01-22 Système de stockage à chaînes de blocs

Country Status (2)

Country Link
CN (1) CN108076148A (fr)
WO (1) WO2019114096A1 (fr)

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109033825B (zh) * 2018-06-04 2021-07-30 温州市图盛科技有限公司 一种基于区块链的防攻击电力网络系统
CN110636087B (zh) * 2018-06-21 2022-04-12 北京果仁宝软件技术有限责任公司 基于联盟链的数据处理方法及系统
CN109254951A (zh) * 2018-08-22 2019-01-22 北京知金链网络技术有限公司 一种基于区块链存证平台自定义存证系统的方法和装置
CN109284630B (zh) * 2018-09-21 2020-12-08 深圳市九洲电器有限公司 文件编辑方法、装置、系统及可读存储介质
CN110958211B (zh) * 2018-09-27 2022-05-27 安徽华峪文化科技有限公司 一种基于区块链的数据处理系统及方法
CN109271115B (zh) * 2018-10-11 2021-07-30 重庆晨鲸科技有限公司 存储共享方法、装置、区块链分布式网络拓扑
CN109522270A (zh) * 2018-10-19 2019-03-26 平安科技(深圳)有限公司 基于区块链的文件存读方法、电子装置及可读存储介质
CN111198862A (zh) * 2018-11-19 2020-05-26 中移(杭州)信息技术有限公司 一种基于区块链的文件存储方法、装置、终端设备和介质
CN111262822B (zh) * 2018-12-03 2022-04-19 中国电信股份有限公司 文件存储方法、装置、区块链节点和系统
CN109598144A (zh) * 2018-12-07 2019-04-09 暨南大学 一种质谱数据资产管理系统及方法
CN109491981B (zh) * 2019-01-11 2021-05-28 珮金(上海)信息科技有限公司 基于区块链的文件管理方法和装置
CN109902075B (zh) * 2019-01-24 2022-02-11 深圳市步云科技有限公司 一种基于ipfs和区块链的分布式云存储管理平台系统
CN110032547A (zh) * 2019-01-29 2019-07-19 香港贝尔科技有限公司 一种分布式环境下文件存储改进方法
CN110032885B (zh) * 2019-02-19 2020-03-06 阿里巴巴集团控股有限公司 区块链中实现隐私保护的方法、节点和存储介质
CN110084062A (zh) * 2019-04-18 2019-08-02 卓尔购电子商务(武汉)有限公司 一种基于区块链的文件存储鉴定方法、系统、介质和装置
CN110209842B (zh) * 2019-05-16 2023-06-09 腾讯科技(深圳)有限公司 多媒体文件的处理方法、装置、介质及电子设备
CN110300173A (zh) * 2019-06-28 2019-10-01 杭州复杂美科技有限公司 去中心化数据存储方法、验证方法、设备和存储介质
CN110647503A (zh) * 2019-10-09 2020-01-03 重庆特斯联智慧科技股份有限公司 一种分布式存储方法及装置
CN111506549B (zh) * 2020-04-16 2023-07-14 深圳市迅雷网络技术有限公司 基于区块链的文件处理系统、方法、设备及存储介质
CN111654375A (zh) * 2020-04-17 2020-09-11 浙江吉利汽车研究院有限公司 一种基于区块链的边缘计算安全加密方法、装置及系统
CN112866415B (zh) * 2021-02-24 2023-07-28 上海泰宇信息技术股份有限公司 一种数据备份私有云存储与下载方法
CN113259131B (zh) * 2021-06-23 2021-10-08 北京笔新互联网科技有限公司 区块链节点、系统和区块链构建方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105516110A (zh) * 2015-12-01 2016-04-20 成都汇合乾元科技有限公司 移动设备安全数据传送方法
CN106528775A (zh) * 2016-10-28 2017-03-22 山东明和软件有限公司 支持逻辑多链的私有区块链运行支撑系统及其工作方法
CN106534317A (zh) * 2016-11-17 2017-03-22 杭州云象网络技术有限公司 一种基于区块链技术的灾备云存储系统构建方法
CN107249046A (zh) * 2017-08-15 2017-10-13 李俊庄 一种基于区块链的分布式云存储系统构建方法

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102457555A (zh) * 2010-10-28 2012-05-16 中兴通讯股份有限公司 一种分布式存储的安全系统及方法
CN102546664A (zh) * 2012-02-27 2012-07-04 中国科学院计算技术研究所 用于分布式文件系统的用户与权限管理方法及系统
US20160321676A1 (en) * 2015-05-01 2016-11-03 Monegraph, Inc. Sharing content within social network services
CN106992990A (zh) * 2017-05-19 2017-07-28 北京牛链科技有限公司 数据共享方法和系统以及区块链系统和计算设备
CN107360156B (zh) * 2017-07-10 2019-10-29 广东工业大学 一种大数据环境下基于区块链的p2p网络云端存储方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105516110A (zh) * 2015-12-01 2016-04-20 成都汇合乾元科技有限公司 移动设备安全数据传送方法
CN106528775A (zh) * 2016-10-28 2017-03-22 山东明和软件有限公司 支持逻辑多链的私有区块链运行支撑系统及其工作方法
CN106534317A (zh) * 2016-11-17 2017-03-22 杭州云象网络技术有限公司 一种基于区块链技术的灾备云存储系统构建方法
CN107249046A (zh) * 2017-08-15 2017-10-13 李俊庄 一种基于区块链的分布式云存储系统构建方法

Also Published As

Publication number Publication date
CN108076148A (zh) 2018-05-25

Similar Documents

Publication Publication Date Title
WO2019114096A1 (fr) Système de stockage à chaînes de blocs
WO2019114097A1 (fr) Procédé de stockage distribué faisant appel à une chaîne de blocs
US11438383B2 (en) Controlling permissible actions a computing device can perform on a data resource based on a use policy evaluating an authorized context of the device
CN107295002B (zh) 一种云端存储数据的方法及服务器
WO2022042301A1 (fr) Procédé et appareil de traitement de données, dispositif intelligent, et support d'enregistrement
US10356094B2 (en) Uniqueness and auditing of a data resource through an immutable record of transactions in a hash history
CN102170440B (zh) 适用于存储云间数据安全迁移的方法
US11088826B2 (en) Managing assets with expiration on a blockchain
US11238543B2 (en) Payroll based blockchain identity
US10396992B2 (en) Authentication of a user and/or a device through parallel synchronous update of immutable hash histories
CN111434084B (zh) 来自实体的访问信息的许可
US11018852B2 (en) Blockchain trust anchor
JP2021516004A (ja) ランダム・シーケンスを生成および検証するための分散型台帳
US11232221B2 (en) Right to be forgotten on an immutable ledger
CN103098070B (zh) 用于监视网络服务中数据位置的方法、装置和系统
TW202024944A (zh) 資料共享方法、裝置及系統、電子設備
CN111144881A (zh) 对资产转移数据的选择性访问
WO2019114098A1 (fr) Procédé de téléchargement de système de stockage basé sur une chaîne de blocs
US20120109830A1 (en) Apparatus, system and method for a decentralized social network system and decentralized payment network system
CN110569674A (zh) 基于区块链网络的认证方法及装置
CN104520822A (zh) 数据存储应用编程界面
US11343101B2 (en) Authentication through verification of an evolving identity credential
US11917088B2 (en) Integrating device identity into a permissioning framework of a blockchain
US10664451B1 (en) Systems and methods for encrypting data in backend storage caches shared by multiple decentralized applications
US20210176054A1 (en) Personal information validation and control

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18888461

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18888461

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 18888461

Country of ref document: EP

Kind code of ref document: A1