WO2019114096A1 - Blockchain-based storage system - Google Patents

Blockchain-based storage system 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
French (fr)
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/en

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)
  • Storage Device Security (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Disclosed is a blockchain-based storage system, comprising: an application layer, used for an uploader to generate a upload request, a storer to generate a storage request and a downloader to generate a download request, and for segmenting a file to be stored into a plurality of file fragments according to the upload request; a blockchain network, used for storing the upload request, the download request and meta-information of the file, and for performing permission verification on the downloader initiating the download request; a distributed storage network, used for storing the file fragments, and for performing permission verification on the storer during file uploading and performing permission verification on the downloader during file downloading. The present invention uses blockchain technology to store meta-information of a file in a blockchain network, so that the meta-information cannot be tampered with, in order to significantly increase security. The present invention also combines the stability provided by an eMule network to implement stable and secure cloud storage.

Description

基于区块链的存储系统Blockchain based storage system 技术领域Technical field
本发明涉及数据存储技术领域,特别是涉及一种基于区块链的存储系统。The present invention relates to the field of data storage technologies, and in particular, to a blockchain-based storage system.
背景技术Background technique
云存储是在云计算(cloud computing)概念上延伸和发展出来的一个新的概念,是一种新兴的网络存储技术,是指通过集群应用、网络技术或分布式文件系统等功能,将网络中大量各种不同类型的存储设备通过应用软件集合起来协同工作,共同对外提供数据存储和业务访问功能的系统。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.
当云计算系统运算和处理的核心是大量数据的存储和管理时,云计算系统中就需要配置大量的存储设备,那么云计算系统就转变成为一个云存储系统,所以云存储是一个以数据存储和管理为核心的云计算系统。简单来说,云存储就是将储存资源放到云上供人存取的一种新兴方案。使用者可以在任何时间、任何地方,透过任何可连网的装置连接到云上方便地存取数据。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. Simply put, 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.
现有云存储依赖于第三方大型存储商来传输和存储数据,如360云盘、百度网盘等,这些大型存储商拥有全部的数据备份以及所有的用户信息,受限于中心化的架构,非常容易受到各种安全威胁。Existing cloud storage relies on third-party large-scale storage to transmit and store data, such as 360 cloud disk, Baidu network disk, etc. These large-scale storage stores have all data backup and all user information, which is limited by the centralized architecture. Very vulnerable to a variety of security threats.
技术问题technical problem
现有云存储依赖于第三方大型存储商来传输和存储数据,这些大型存储商拥有全部的数据备份以及所有的用户信息,受限于中心化的架构,非常容易受到各种安全威胁。Existing cloud storage relies on third-party large storage vendors to transfer and store data. These large storage stores have full data backup and all user information, and are limited to a centralized architecture, which is very vulnerable to various security threats.
本发明的目的在于克服现有技术的不足,提供一种基于区块链的存储系统,实现文件的分布式存储,提高文件存储的安全性。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.
技术解决方案Technical solution
本发明的目的是通过以下技术方案来实现的: 基于区块链的存储系统,包括:The object of the present invention is achieved by the following technical solutions: 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.
优选的,所述分布式存储网络为Kad分布式存储网络。Preferably, the distributed storage network is a Kad distributed storage network.
优选的,所述上传请求包括文件的拆分数量、文件的备份数量、文件描述、上传者的公钥、上传者的账户名、上传者ID和文件ID,所述存储请求包括存储者的账户名、文件ID和文件分片ID,所述下载请求包括下载者的账户名和文件ID。Preferably, 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, and 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.
优选的,所述文件的元信息包括文件的分片信息、上传者的公钥和存储者ID。Preferably, the meta information of the file includes fragmentation information of the file, an uploader's public key, and a store ID.
优选的,所述区块链网络为支持智能合约的区块链网络。  Preferably, the blockchain network is a blockchain network supporting smart contracts.
优选的,所述区块链网络包括:Preferably, 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;
存储请求查看接口,用于上传者查看与自己要上传的文件相关的存储请求;a storage request viewing interface for the uploader to view a storage request related to the file to be uploaded by the uploader;
允许下载接口,用于为存储者授予某一文件分片的存储权限;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;
确认存储声明接口,用于上传者发起已确认存储者完成某一文件分片的存储的声明;Confirmation of the storage claim interface for the uploader to initiate a statement that the confirmed store has completed the storage of a file fragment;
鉴权接口,用于进行下载权限鉴定;An authentication interface for performing download permission authentication;
下载请求接口,用于下载者发起获取某一文件的访问权的请求。The download request interface is used by the downloader to initiate a request to obtain access to a file.
优选的,所述上传请求发起接口用于发起调用文件上传合约的上传接口的交易,该合约检验无误后为上传者在区块链网络中创建一个上传请求记录;Preferably, 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.
优选的,存储者与上传者之间、存储者与下载者之间均通过电骡进行传输。Preferably, the storage is performed between the store and the uploader, and between the store and the downloader.
有益效果Beneficial effect
(1)本发明实现了文件的分布式存储,任何一个节点都不会拥有整个文件的完整备份,提高了文件的安全性;(1) 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;
(2)将文件的元数据等重要信息通过智能合约验证存储在区块链中,由于存储在区块链中的数据不可能被篡改,因此使得这些重要信息能够得到很好的保护;(2) The important information such as the metadata of the file is stored in the blockchain through the smart contract verification. Since the data stored in the blockchain cannot be tampered with, the important information can be well protected;
(3)每个用户既可以是存储需求方,也可以是存储提供方,能够有效提高网络中用户闲散的存储资源的利用率,同时也为提供存储资源的用户带来相应的收益;(3) 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;
(4)本发明基于电骡底层进行开发,在一个已验证的可靠网络的基础上设计出的架构也具有同样的优势;同时,由于电骡时基于点对点的分布式文件分析,本发明则是分布式网络存储,其本质目的区别于电骡,而且,本发明采用区块链技术将文件的元信息存储在区块链网络中,以分布式账本的形式对文件的元信息进行保存,使其不能被篡改,大大提高了安全性,再结合电骡网络提供的稳定性,实现了稳定安全的云存储;(4) 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. At the same time, the present invention is distributed due to point-to-point distributed file analysis during eMule. Network storage, its essential purpose is different from eMule. Moreover, 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;
(5)本发明中进行文件下载时设有多重验证,进一步提高了安全性。(5) In the present invention, multiple verification is performed at the time of file downloading, which further improves security.
附图说明DRAWINGS
图1为本发明的示意框图。Figure 1 is a schematic block diagram of the present invention.
本发明的实施方式Embodiments of the invention
下面将结合实施例,对本发明的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域技术人员在没有付出创造性劳动的前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions of the present invention will be described clearly and completely in combination with the embodiments. It is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without any inventive effort are within the scope of the present invention.
术语解释:Explanation of terms:
区块链:一种按照时间顺序将数据区块以顺序相连的方式组合成的一种链式数据结构, 并以密码学方式保证的不可篡改和不可伪造的分布式账本。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.
参阅图1,本实施例提供一种基于区块链的存储系统:基于区块链的存储系统在于包括应用层、区块链网络和分布式存储网络。Referring to FIG. 1, the embodiment provides a blockchain-based storage system: 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.
所述上传请求包括文件的拆分数量、文件的备份数量、文件描述、上传者的公钥、上传者的账户名、上传者ID和文件ID,此外,还可以包括下载者的鉴权条件;所述存储请求包括存储者的账户名、文件ID和文件分片ID;所述下载请求包括下载者的账户名和文件ID。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.
所述文件的元信息包括文件的分片信息、上传者的公钥和存储者ID。所述区块链网络为支持智能合约的区块链网络。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.
所述上传请求发起接口(store_file_to_network)用于上传者发起将文件存储到分布式存储网络的上传请求;在一些实施例中,实现过程为:发起调用文件上传(File_Upload)合约的上传(Upload)接口的交易,该合约检验无误后为上传者在区块链网络中创建一个上传请求(Upload Request)记录。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.
所述上传请求查看接口(blockchain_get_upload_requests),用于存储者查看区块链网络中存在的所有上传请求。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.
所述存储请求发起接口(store_file_piece),用于存储者发起存储某一文件分片的存储请求;在一些实施例中,实现过程为:发起调用文件上传(File_Upload)合约的存储(Store)接口的交易,该合约校验无误后为存储者在区块链网络中创建一个存储请求(Store Request)记录。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.
所述存储请求查看接口(wallet_list_store_request_for_my_file),用于上传者查看与自己要上传的文件相关的存储请求;在一些实施例中,实现过程为:根据上传请求从区块链网络中取出相关的存储请求,此接口根据文件分片ID查询区块链网络中的数据,列出相关存储请求信息。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.
所述允许下载接口(wallet_allow_store_request),用于为存储者授予某一文件分片的存储权限;在一些实施例中,实现过程为:在区块链网络中记录下许可的存储请求,使得在下载鉴权时可以通过。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.
所述存储完成声明接口(declare_piece_saved),用于存储者发起已完成某一文件分片存储的声明;在一些实施例中,实现过程为:发起一笔交易,交易中包含一个指定账户已完成特定文件分片存储的声明。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.
所述存储完成声明查看接口(blockchain_list_file_save_declare),用于列出区块链网络中出现的与指定文件相关的存储完成声明。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.
所述确认存储声明接口(confirm_piece_saved),用于上传者发起已确认存储者完成某一文件分片的存储的声明;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;
所述鉴权接口(download_validation),用于进行下载权限鉴定,判断存储者或下载者是否有权下载相应的文件分片。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.
所述下载请求接口(get_file_access),用于下载者发起获取某一文件的访问权的请求;在一些实施例中,实现过程为:发起调用文件上传合约的获取接口的交易,该合约根据上传者设定的鉴权条件判断是否允许所述下载者访问所述文件,若是,则在区块链网络中为下载者创建一个访问许可记录。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.
所述分布式存储网络为Kad分布式存储网络。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 uploading and downloading process of the storage system in this embodiment is:
S1.上传者调用上传请求发起接口(store_file_to_network)生成上传请求,并将所述上传请求记录在区块链网络的智能合约中;根据上传请求中文件的拆分数量和备份数量将文件切分为多个文件分片。所述上传请求包括所述文件的拆分数量、所述文件的备份数量、付费意愿、文件描述、上传者的公钥、上传者的账户名、上传者ID、文件ID,所述文件ID由所述文件的哈希值和上传者的公钥构成。S1. 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.
S2.存储者调用区块链网络的上传请求查看接口(blockchain_get__upload_requests)查看上传者的上传请求。所述存储请求包括存储者的账户名、文件ID和文件分片ID;所述文件ID由所述文件的哈希值和上传者的公钥构成,所述文件分片ID由所述文件分片的哈希值和上传者的公钥构成。S2. 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.
S3. 存储者在看到上传请求后,将所述文件的哈希值和上传者的公钥组合形成文件ID,通过存储请求发起接口(store_file_piece)生成存储请求,声明自己想要存储该文件的哪些文件分片。S3. 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.
S4.上传者调用区块链网络的存储请求查看接口(wallet_list_store_request_for_my_file)查看存储者的存储请求。S4. 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.
S5.上传者调用区块链网络的允许下载接口(wallet_allow_store_request)来允许存储者存储相应的文件分片(即允许存储者下载相应的文件分片)。S5. 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).
S6.存储者的电骡给上传者的电骡发送下载相应文件分片的请求,上传者的电骡收到该请求后调用区块链网络的鉴权接口(download_validation)来验证是否允许存储者下载。如果允许,则存储者的电骡从上传者的电骡下载相应的文件分片。S6. The storage device sends a request for downloading the corresponding file fragment to the uploader's eMule. After receiving the request, 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.
S7.存储者的电骡下载完成后,存储者调用区块链网络的存储完成声明接口(declare_piece_saved),在区块链上写入“该文件分片下载完成”的状态。S7. After the storage of the storage device is completed, 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.
S8.上传者调用区块链网络的存储完成声明查看接口(blockchain_list_file_save_declare)查询自己要上传的文件的存储状态信息。S8. 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.
S9. 上传者查看到该文件的某个文件分片已被存储后,调用区块链网络的确认存储声明接口(confirm_piece_saved),在区块链网络上写入“该文件分片已存储”的状态。当所述文件的所有文件分片被存储者下载完成后,即完成所述文件的存储。S9. After the uploader sees that a file fragment of the file has been stored, the caller chain network confirms the storage declaration interface (confirm_piece_saved), and writes "the file fragment has been stored" on the blockchain network. status. When all the file fragments of the file are downloaded by the storage, the storage of the file is completed.
操作:文件下载Operation: File Download
S10.下载者从区块链网络中查看已经确认存储的文件。S10. The downloader views the files that have been confirmed to be stored from the blockchain network.
S11.下载者调用区块链网络的下载请求接口(get_file_access)发起下载请求,该下载请求接口调用文件上传(File_Upload)合约的访问接口(Access),合约根据文件的上传者设定的鉴权合约判断是否应当许可下载者访问文件,若是,则在区块链网络中为下载者创建访问许可记录。S11. 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.
S12.下载者的电骡给相应存储者的电骡发各个文件分片的文件下载请求,存储者的电骡收到该下载请求后,调用区块链网络的鉴权接口(download_validation)来验证是否允许下载者下载所述文件分片,若是,则下载者的电骡从存储者的电骡下载所述文件分片。S12. 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.
S13.下载者从存储者处下载完文件的所有文件分片后,将所有文件分片拼装成完整的文件,下载流程完成。S13. After downloading all the file fragments of the file from the storage, the downloader assembles all the files into a complete file, and the download process is completed.
以上所述仅是本发明的优选实施方式,应当理解本发明并非局限于本文所披露的形式,不应看作是对其他实施例的排除,而可用于各种其他组合、修改和环境,并能够在本文所述构想范围内,通过上述教导或相关领域的技术或知识进行改动。而本领域人员所进行的改动和变化不脱离本发明的精神和范围,则都应在本发明所附权利要求的保护范围内。The above is only a preferred embodiment of the present invention, and it should be understood that the present invention is not limited to the forms disclosed herein, and is not to be construed as being limited to the other embodiments, but may be used in various other combinations, modifications and environments. Modifications can be made by the techniques or knowledge of the above teachings or related art within the scope of the teachings herein. All changes and modifications made by those skilled in the art are intended to be within the scope of the appended claims.

Claims (8)

  1. 基于区块链的存储系统,其特征在于,包括:A blockchain-based storage system, comprising:
    应用层,用于上传者生成上传请求、存储者生成存储请求和下载者生成下载请求,以及根据所述上传请求将要被存储的文件切分为多个文件分片;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.
  2. 根据权利要求1所述的基于区块链的存储系统,其特征在于,所述分布式存储网络为Kad分布式存储网络。The blockchain-based storage system of claim 1, wherein the distributed storage network is a Kad distributed storage network.
  3. 根据权利要求1所述的基于区块链的存储系统,其特征在于,所述上传请求包括文件的拆分数量、文件的备份数量、文件描述、上传者的公钥、上传者的账户名、上传者ID和文件ID,所述存储请求包括存储者的账户名、文件ID和文件分片ID,所述下载请求包括下载者的账户名和文件ID。The blockchain-based storage system according to claim 1, wherein the upload request includes a split number of files, a backup number of files, a file description, an uploader's public key, an uploader's account name, The uploader ID and the file ID, the storage request including the account name, the file ID, and the file fragment ID of the store, the download request including the account name and file ID of the downloader.
  4. 根据权利要求1所述的基于区块链的存储系统,其特征在于,所述文件的元信息包括文件的分片信息、上传者的公钥和存储者ID。The blockchain-based storage system according to claim 1, wherein the meta information of the file includes fragmentation information of the file, an uploader's public key, and a store ID.
  5. 根据权利要求1所述的基于区块链的存储系统,其特征在于,所述区块链网络为支持智能合约的区块链网络。The blockchain based storage system of claim 1 wherein said blockchain network is a blockchain network supporting smart contracts.
  6. 根据权利要求1所述的基于区块链的存储系统,其特征在于,所述区块链网络包括:The blockchain-based storage system of claim 1, wherein the blockchain network comprises:
    上传请求发起接口,用于上传者发起将文件存储到分布式存储网络的上传请求;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;
    存储请求查看接口,用于上传者查看与自己要上传的文件相关的存储请求;a storage request viewing interface for the uploader to view a storage request related to the file to be uploaded by the uploader;
    允许下载接口,用于为存储者授予某一文件分片的存储权限;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;
    确认存储声明接口,用于上传者发起已确认存储者完成某一文件分片的存储的声明;Confirmation of the storage claim interface for the uploader to initiate a statement that the confirmed store has completed the storage of a file fragment;
    鉴权接口,用于进行下载权限鉴定;An authentication interface for performing download permission authentication;
    下载请求接口,用于下载者发起获取某一文件的访问权的请求。The download request interface is used by the downloader to initiate a request to obtain access to a file.
  7. 根据权利要求6所述的基于区块链的存储系统,其特征在于,所述上传请求发起接口用于发起调用文件上传合约的上传接口的交易,该合约检验无误后为上传者在区块链网络中创建一个上传请求记录;The blockchain-based storage system according to claim 6, wherein the upload request initiation interface is configured to initiate a transaction of an upload interface that invokes a file upload contract, and the contract is verified to be an uploader in the blockchain. Create an upload request record in the network;
    所述存储请求接口,用于发起调用文件上传合约的存储接口的交易,该合约校验无误后为存储者在区块链网络中创建一个存储请求记录;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.
  8. 根据权利要求1所述的基于区块链的存储系统,其特征在于,存储者与上传者之间、存储者与下载者之间均通过电骡进行传输。The blockchain-based storage system according to claim 1, wherein the storage is performed between the store and the uploader, and between the store and the downloader.
PCT/CN2018/073676 2017-12-15 2018-01-22 Blockchain-based storage system WO2019114096A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711344107.8A CN108076148A (en) 2017-12-15 2017-12-15 Storage system based on block chain
CN201711344107.8 2017-12-15

Publications (1)

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

Family

ID=62158685

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/073676 WO2019114096A1 (en) 2017-12-15 2018-01-22 Blockchain-based storage system

Country Status (2)

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

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109033825B (en) * 2018-06-04 2021-07-30 温州市图盛科技有限公司 Anti-attack power network system based on block chain
CN110636087B (en) * 2018-06-21 2022-04-12 北京果仁宝软件技术有限责任公司 Data processing method and system based on alliance chain
CN109254951A (en) * 2018-08-22 2019-01-22 北京知金链网络技术有限公司 A kind of method and apparatus that the card customized deposit system of platform is deposited based on block chain
CN109284630B (en) * 2018-09-21 2020-12-08 深圳市九洲电器有限公司 File editing method, device and system and readable storage medium
CN110958211B (en) * 2018-09-27 2022-05-27 安徽华峪文化科技有限公司 Data processing system and method based on block chain
CN109271115B (en) * 2018-10-11 2021-07-30 重庆晨鲸科技有限公司 Storage sharing method and device and block chain distributed network topology
CN109522270A (en) * 2018-10-19 2019-03-26 平安科技(深圳)有限公司 File storing and reading method, electronic device and readable storage medium storing program for executing based on block chain
CN111198862A (en) * 2018-11-19 2020-05-26 中移(杭州)信息技术有限公司 File storage method and device based on block chain, terminal equipment and medium
CN111262822B (en) * 2018-12-03 2022-04-19 中国电信股份有限公司 File storage method, device, block link point and system
CN109598144A (en) * 2018-12-07 2019-04-09 暨南大学 A kind of mass spectrometric data asset management system and method
CN109491981B (en) * 2019-01-11 2021-05-28 珮金(上海)信息科技有限公司 File management method and device based on block chain
CN109902075B (en) * 2019-01-24 2022-02-11 深圳市步云科技有限公司 Distributed cloud storage management platform system based on IPFS and block chain
CN110032547A (en) * 2019-01-29 2019-07-19 香港贝尔科技有限公司 File stores improved method under a kind of distributed environment
CN110032885B (en) * 2019-02-19 2020-03-06 阿里巴巴集团控股有限公司 Method, node and storage medium for implementing privacy protection in block chain
CN110084062A (en) * 2019-04-18 2019-08-02 卓尔购电子商务(武汉)有限公司 A kind of file storage identification method, system, medium and device based on block chain
CN110209842B (en) * 2019-05-16 2023-06-09 腾讯科技(深圳)有限公司 Multimedia file processing method, device, medium and electronic equipment
CN110300173A (en) * 2019-06-28 2019-10-01 杭州复杂美科技有限公司 Decentralization date storage method, verification method, equipment and storage medium
CN110647503A (en) * 2019-10-09 2020-01-03 重庆特斯联智慧科技股份有限公司 Distributed storage method and device
CN111506549B (en) * 2020-04-16 2023-07-14 深圳市迅雷网络技术有限公司 File processing system, method, equipment and storage medium based on block chain
CN111654375A (en) * 2020-04-17 2020-09-11 浙江吉利汽车研究院有限公司 Block chain-based edge calculation security encryption method, device and system
CN112866415B (en) * 2021-02-24 2023-07-28 上海泰宇信息技术股份有限公司 Data backup private cloud storage and downloading method
CN113259131B (en) * 2021-06-23 2021-10-08 北京笔新互联网科技有限公司 Block chain node, system and block chain construction method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105516110A (en) * 2015-12-01 2016-04-20 成都汇合乾元科技有限公司 Mobile equipment secure data transmission method
CN106528775A (en) * 2016-10-28 2017-03-22 山东明和软件有限公司 Private block chain operation support system that supports logical multi-chain, and working method thereof
CN106534317A (en) * 2016-11-17 2017-03-22 杭州云象网络技术有限公司 Disaster recovery cloud storage system construction method based on block chain technology
CN107249046A (en) * 2017-08-15 2017-10-13 李俊庄 A kind of distributed cloud storage system construction method based on block chain

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102457555A (en) * 2010-10-28 2012-05-16 中兴通讯股份有限公司 Security system and method for distributed storage
CN102546664A (en) * 2012-02-27 2012-07-04 中国科学院计算技术研究所 User and authority management method and system for distributed file system
US20160321629A1 (en) * 2015-05-01 2016-11-03 Monegraph, Inc. Digital content rights transfers within social networks
CN106992990A (en) * 2017-05-19 2017-07-28 北京牛链科技有限公司 Data sharing method and system and block catenary system and computing device
CN107360156B (en) * 2017-07-10 2019-10-29 广东工业大学 P2P network method for cloud storage based on block chain under a kind of big data environment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105516110A (en) * 2015-12-01 2016-04-20 成都汇合乾元科技有限公司 Mobile equipment secure data transmission method
CN106528775A (en) * 2016-10-28 2017-03-22 山东明和软件有限公司 Private block chain operation support system that supports logical multi-chain, and working method thereof
CN106534317A (en) * 2016-11-17 2017-03-22 杭州云象网络技术有限公司 Disaster recovery cloud storage system construction method based on block chain technology
CN107249046A (en) * 2017-08-15 2017-10-13 李俊庄 A kind of distributed cloud storage system construction method based on block chain

Also Published As

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

Similar Documents

Publication Publication Date Title
WO2019114096A1 (en) Blockchain-based storage system
WO2019114097A1 (en) Blockchain-based distributed storage method
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 (en) Cloud data storage method and server
US10356094B2 (en) Uniqueness and auditing of a data resource through an immutable record of transactions in a hash history
CN102170440B (en) Method suitable for safely migrating data between storage clouds
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 (en) Permission to access information from an entity
US11018852B2 (en) Blockchain trust anchor
JP2021516004A (en) Distributed ledger for generating and validating random sequences
US11232221B2 (en) Right to be forgotten on an immutable ledger
CN103098070B (en) For the methods, devices and systems of Data Position in monitoring network service
TW202024944A (en) Data sharing method, apparatus, and system, and electronic device
CN111144881A (en) Selective access to asset transfer data
WO2019114098A1 (en) Blockchain-based storage system download method
US20120109830A1 (en) Apparatus, system and method for a decentralized social network system and decentralized payment network system
CN110569674A (en) Block chain network-based authentication method and device
CN104520822A (en) Data storage application programming interface
US11343101B2 (en) Authentication through verification of an evolving identity credential
US11917088B2 (en) Integrating device identity into a permissioning framework of a blockchain
US20210176054A1 (en) Personal information validation and control
CN110769274A (en) Live broadcast information processing method and device based on block chain network, electronic equipment and storage medium
US20210012447A1 (en) Method and System for Processing Firearm-Related Data

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