CN107273410B - Block chain based distributed storage - Google Patents
Block chain based distributed storage Download PDFInfo
- Publication number
- CN107273410B CN107273410B CN201710303311.9A CN201710303311A CN107273410B CN 107273410 B CN107273410 B CN 107273410B CN 201710303311 A CN201710303311 A CN 201710303311A CN 107273410 B CN107273410 B CN 107273410B
- Authority
- CN
- China
- Prior art keywords
- file
- hash value
- network
- electronic contract
- distributed network
- Prior art date
- Legal status (The legal status 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 status listed.)
- Expired - Fee Related
Links
- 238000000034 method Methods 0.000 claims abstract description 43
- 239000000463 material Substances 0.000 claims description 3
- 238000010586 diagram Methods 0.000 description 18
- 238000004891 communication Methods 0.000 description 5
- 238000004590 computer program Methods 0.000 description 5
- 230000006870 function Effects 0.000 description 5
- 230000004048 modification Effects 0.000 description 5
- 238000012986 modification Methods 0.000 description 5
- 230000003287 optical effect Effects 0.000 description 5
- 230000008569 process Effects 0.000 description 5
- 238000012545 processing Methods 0.000 description 5
- 230000008901 benefit Effects 0.000 description 4
- 230000005540 biological transmission Effects 0.000 description 4
- 230000001105 regulatory effect Effects 0.000 description 3
- 238000013459 approach Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 239000000835 fiber Substances 0.000 description 2
- 230000006872 improvement Effects 0.000 description 2
- 230000001902 propagating effect Effects 0.000 description 2
- 239000004065 semiconductor Substances 0.000 description 2
- 230000001360 synchronised effect Effects 0.000 description 2
- RYGMFSIKBFXOCR-UHFFFAOYSA-N Copper Chemical compound [Cu] RYGMFSIKBFXOCR-UHFFFAOYSA-N 0.000 description 1
- 238000012550 audit Methods 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 229910052802 copper Inorganic materials 0.000 description 1
- 239000010949 copper Substances 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000002085 persistent effect Effects 0.000 description 1
- 238000004321 preservation Methods 0.000 description 1
- 230000002441 reversible effect Effects 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/13—File access structures, e.g. distributed indices
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/13—File access structures, e.g. distributed indices
- G06F16/134—Distributed indices
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Storage Device Security (AREA)
Abstract
Embodiments of the present disclosure relate to block chain based distributed storage. A distributed storage method based on block chains is disclosed. The method includes obtaining a file to be stored and generating a hash value and an index of hash values for the file. The method also includes recording the hash value in a blockchain network and storing the file in a distributed network, wherein the file is located in the distributed network based on the hash value. Therefore, the embodiment of the disclosure can realize tamper-proof and distributed storage of files by combining the blockchain and the distributed file system, thereby solving the problem of limited capacity of the blockchain nodes and effectively ensuring the authenticity and availability of the stored files.
Description
Technical Field
Embodiments of the present disclosure relate generally to the field of file storage technologies, and more particularly, to a block chain based distributed storage method and apparatus.
Background
Blockchains are a decentralized storage and computation technique that creates persistent, non-modifiable records by stacking encrypted data blocks in chronological order and stores credits in individual nodes of a blockchain network so that a reliable database is maintained collectively in a decentralized manner. Each data block contains system data for a certain time and data fingerprints are generated for verifying the validity of the information and linking the next database block. Thus, blockchains have technical advantages in terms of data tamper resistance, transparency, and decentralization.
Typically, the internet agency guarantees the authenticity of a document (e.g., an electronic contract) through a third party digital signature company. For example, the parties involved in the electronic contract sign the electronic contract and then store the electronic contract in a storage device of a third-party digital signature company to ensure authenticity (no tampering) and availability (backup) of the electronic contract. When a dispute arises, a genuine and available electronic contract can be obtained from the digital signature company to ensure the legal effectiveness of the electronic contract. In this process, it takes some time for the third-party digital signature company to acquire the electronic contract and some authentication and archiving fees need to be paid.
Disclosure of Invention
In view of this, embodiments of the present disclosure provide a block chain based distributed storage method and apparatus. The embodiment of the disclosure can realize tamper-proofing and distributed storage of files by combining the block chain and the distributed file system, thereby solving the problem of limited capacity of the block chain nodes and effectively ensuring the authenticity and availability of the stored files.
According to a first aspect of the present disclosure, a block chain based distributed storage method is provided. The method includes obtaining a file to be stored and generating a hash value for the file and an index of hash values. The method also includes recording the hash value in a blockchain network and storing the file in a distributed network, wherein the file is located in the distributed network based on the hash value.
According to a second aspect of the present disclosure, an electronic device is provided. The electronic device includes a processor and a memory coupled to the processor and storing instructions. The instructions, when executed by the processor, cause the electronic device to perform the following acts: obtaining a file to be stored; generating a hash value and an index of the hash value for the file; recording the hash value in a blockchain network; and storing the file in the distributed network, wherein the file is located in the distributed network based on the hash value.
According to a third aspect of the present disclosure, embodiments of the present disclosure also provide a computer-readable storage medium. The computer readable storage medium has computer readable program instructions stored thereon. These computer-executable instructions, when executed in a device, cause the device to perform methods or processes described in accordance with various embodiments of the present disclosure.
Drawings
The features, advantages and other aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description in conjunction with the accompanying drawings, in which several embodiments of the present disclosure are shown by way of illustration and not limitation, wherein:
FIG. 1 illustrates a schematic diagram of the architecture of a conventional blockchain network;
FIG. 2 illustrates a flow diagram of a block chain based distributed storage method according to an embodiment of the present disclosure;
fig. 3 illustrates a schematic diagram of an architecture of a blockchain based distributed network according to one embodiment of the present disclosure;
fig. 4 illustrates a schematic diagram of an architecture of a blockchain based distributed network according to another embodiment of the present disclosure;
fig. 5 illustrates a schematic diagram of an architecture of a blockchain based distributed network according to yet another embodiment of the present disclosure;
FIG. 6 illustrates a flow diagram of a method of obtaining a file from a blockchain based distributed network in accordance with an embodiment of the present disclosure; and
FIG. 7 illustrates a schematic block diagram of a device that may be used to implement embodiments of the present disclosure.
Detailed Description
Various exemplary embodiments of the present disclosure are described in detail below with reference to the accompanying drawings. The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of methods and systems according to various embodiments of the present disclosure. It should be noted that each block in the flowchart or block diagrams may represent a module, a segment, or a portion of code, which may comprise one or more executable instructions for implementing the logical function specified in the respective embodiment. It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
As used herein, the terms "include," "include," and similar terms are to be construed as open-ended terms, i.e., "including/including but not limited to," meaning that additional content can be included as well. In the present disclosure, the term "based on" is "based at least in part on"; the term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment".
It should be understood that these exemplary embodiments are given solely for the purpose of enabling those skilled in the art to better understand and thereby implement the embodiments of the present disclosure, and are not intended to limit the scope of the invention in any way.
Conventionally, the efficiency of guaranteeing the authenticity of an electronic contract through a third-party digital signature company is low, all parties of the contract need to go to the digital signature company for evidence collection, and the evidence collection process is complicated. In addition, some authentication and archiving fees are paid to the digital signature company. One improvement over traditional contract preservation approaches is the use of blockchains to store electronic contracts. Since the electronic contract can be directly stored in the blockchain network, the method using the blockchain is convenient for maintaining the right, increases the transparency of storage and can reduce the cost.
However, the blockchain technique uses a multi-point mirroring technique, and data blocks are stored at each node in the blockchain network. In addition, the data of the whole nodes of the block chain is very large, and the capacity of each node is limited, so that only summary information of files (such as electronic contracts) can be stored in the block chain network, but the original files cannot be stored. Because the original file is not stored in the blockchain network, once data is accidentally invalidated or physically deleted, the electronic contract cannot be restored, and therefore, the blockchain technology can only be used for verifying whether the electronic contract is tampered, and the usability of the electronic contract cannot be guaranteed.
The embodiment of the disclosure provides a distributed storage method and device based on a block chain. Embodiments of the present disclosure store hash values of files in a blockchain network by combining blockchains with a distributed file system, while dispersedly storing individual file blocks of an original file in the distributed network. Therefore, the embodiment of the present disclosure can solve the problem of limited capacity of the block link nodes, and can achieve tamper-proof and distributed storage of files, thereby effectively ensuring authenticity and usability of the stored files. Exemplary methods and apparatus of embodiments of the present disclosure are described below with reference to the accompanying drawings.
Fig. 1 illustrates a schematic diagram of a conventional architecture 100 of a blockchain network. As shown in fig. 1, architecture 100 includes blockchain nodes 111, 112, 113, 114, 115, and 116. These blockchain nodes may synchronize data through the network, for example, summary information of the electronic contract may be synchronized in the blockchain network. Due to decentralization and transparency of the blockchain network, original and real electronic contract summary information can be acquired from the blockchain network when needed. However, the conventional blockchain network does not save the original file of the electronic contract for capacity reasons, and thus cannot guarantee the availability of the original file.
Fig. 2 illustrates a flow diagram of a blockchain-based distributed storage method 200 according to an embodiment of the present disclosure. It should be appreciated that method 200 may be performed, for example, by node 313 described below with reference to fig. 3, node 413 described in fig. 4, node 513 described in fig. 5, or device 700 of the fig. 7 specification.
At 202, a file to be stored is obtained. In some embodiments, the file may be an electronic contract associated with multiple users, where each user may obtain a key (e.g., a digital certificate) issued by a certificate authority through an offline identity audit, which may be used to sign the electronic contract. For example, for an electronic contract involving two parties, one party may create and sign the electronic contract, and then submit the electronic contract into the blockchain network. The blockchain network then sends a request for signing the electronic contract to the other party so that when the other party completes signing, the signature of the electronic contract and the signature status are modified in real time and stored in the blockchain network. Alternatively, the file may be an electronic protocol, an email, chat material, and the like.
At 204, a hash value and an index of hash values for the file are generated. It will be appreciated by those skilled in the art that any existing or future developed hash value generation method may be used to generate a hash value for a file, so long as the generated hash value is able to distinguish between different files. In addition, an index to the hash (also known as a transaction hash) is also generated and provided to the user for subsequent queries.
At 206, the hash value is recorded in the blockchain network. For example, the generated hash value, which is used to identify the original file, is saved in the blockchain network, taking advantage of the properties of the blockchain, such as decentralization and transparency. In some embodiments, a blockchain intelligent contract may be used to store hash values of files and their corresponding signature states.
At 208, the file is stored in the distributed network, where the file is located in the distributed network based on the hash value. In some embodiments, the distributed network is an Internet Platform File System (IPFS) network based on a peer-to-peer protocol, and the IPFS distributed network maintains a distributed hash table. IPFS uses content-based addresses instead of the traditional domain name-based approach, and when a new file is added to the IPFS distributed network, the hash value of the file serves as an index into the IPFS distributed network for the file. If any modifications exist to the file, its corresponding hash value will change. Since the hash value of the file is used to find the file, the file is more secure and more reliable.
Compared with a blockchain network, each node in the IPFS distributed network only stores a part of data, and files in the IPFS distributed network are divided into a plurality of file blocks to be distributed in each node for storage and backup, so that the files are more difficult to attack or tamper. It should be understood that although embodiments of the present disclosure have been described primarily with the IPFS distributed network as an example, other distributed networks that locate files based on hash values are possible.
In some embodiments, the file may be complete in multiple nodes stored in the IPFS. Alternatively, the file may be divided into a plurality of file blocks, and then the plurality of file blocks may be distributively stored in a plurality of nodes in the IPFS distributed network. To ensure data backup and redundancy, each file block is stored in at least two of the plurality of nodes.
Therefore, according to the method 200 of the embodiment of the present disclosure, the hash value of the file to be preserved is stored in the blockchain network, and the original file is stored in the distributed network, thereby ensuring the authenticity of the file, ensuring the availability of the file, and making up the defects that the capacity of the blockchain nodes is limited and the linear expansion of the storage space is not supported. In addition, when a document (e.g., an electronic contract) needs to be checked, the relevant party of the electronic contract can acquire the electronic contract from the block chain-based distributed network after identity verification.
Fig. 3 illustrates a schematic diagram of an architecture 300 of a blockchain-based distributed network according to one embodiment of the present disclosure. As shown in fig. 3, architecture 300 includes blockchain network 310 and IPFS distributed network 320, where blockchain network 310 includes blockchain nodes 311, 312, 313, 314, 315, and 316, and IPFS distributed network 320 includes distributed nodes 321, 322, 323, 324, and 325. Further, as shown in fig. 3, architecture 300 may also include computing devices 330 and 340. In some embodiments, a regulatory authority may interface with a blockchain network to become a node in the blockchain network, e.g., the regulatory authority's device may be a blockchain node 311, which may then obtain all data in the blockchain network to fulfill regulatory duties. The blockchain network supports automatic data synchronization of nodes, that is, any node in the blockchain network can obtain a complete data backup on the blockchain.
Each of the blockchain node 311 and the distributed node 311 and 325 may be a computing device, which may be a server or a user device (e.g., a mobile device such as a smartphone, tablet, laptop, etc., or a stationary device such as a desktop computer). Those skilled in the art will appreciate that although some nodes in the blockchain network 310 and the IPFS distributed network 320 are shown in fig. 3, other nodes may be included.
In some embodiments, the data blocks are synchronized between the blockchain nodes 311 and 316 in the blockchain network 310 through the network, and the nodes 321 and 325 in the IPFS distributed network 320 realize distributed file storage through the network, and the blockchain network 310 and the IPFS distributed network 320 are also connected through the network. The network may be any wired and/or wireless network. Alternatively, the network may include, but is not limited to, the Internet, a wide area network, a metropolitan area network, a local area network, a Virtual Private Network (VPN) network, a wireless communication network, and so forth.
In one embodiment, computing device 330 submits an electronic contract to blockchain node 313, then a hash value for the electronic contract and its index are generated by blockchain node 313, the hash value is stored in distributed network 310, and the index is provided to computing device 330. The computing device 340 may then sign the electronic contract and store the signed signature state into the blockchain network 310. Next, block link point 313 may send the file to IPFS distributed network 320 for distributed storage. For example, a file may be partitioned into multiple file blocks that are stored scattered across IPFS distributed network 320, where the file may be looked up by a hash value. Since the hash value of the file is stored in the blockchain network 310, it is possible to verify that the file has not been tampered with, and further, since the file is distributively stored in the IPFS distribution network 320, since the file is not generally lost, the availability of the file can be guaranteed.
Fig. 4 illustrates a schematic diagram of an architecture 400 of a blockchain-based distributed network according to another embodiment of the present disclosure. As shown in fig. 4, architecture 400 includes blockchain network 410 and IPFS distribution network 420, where blockchain network 410 includes blockchain nodes 411, 412, 413, 414, 415, and 416, and IPFS distribution network 420 includes distribution nodes 421, 422, 423, 424, 425, 413, and 414.
The difference from the architecture 300 depicted in fig. 3 is that the blockchain network 310 and the IPFS distributed network 320 in fig. 3 are completely separate, with no duplication between nodes; there is a partial overlap between blockchain network 410 and IPFS distribution network 420 in fig. 4, i.e., some nodes act as both blockchain nodes and distribution nodes, such as nodes 413, 414. For example, both the blockchain program and the distributed storage program are run on nodes 413 and 414, such that nodes 413 and 414 store both hash values and file blocks of the file.
Fig. 5 illustrates a schematic diagram of an architecture 500 of a blockchain-based distributed network according to yet another embodiment of the present disclosure. As shown in fig. 5, architecture 500 includes network 510, and network 510 acts as both a blockchain network and an IPFS distributed network, i.e., the blockchain network and the IPFS distributed network completely overlap, where network 510 includes nodes 511, 512, 513, 514, 515, 516. As shown in fig. 5, each of the nodes 511 and 516 is both a blockchain node and a distributed node, and each node runs a blockchain program and a distributed storage program at the same time, so that all nodes store hash values of files, and each node stores only a part of file blocks in the files.
According to the architecture 300-500 of the embodiment of the present disclosure, tamper-proof, loss-proof, and secure backup storage of files can be achieved. In addition, any participant or supervising authority may join the blockchain network as a member node for notarization and supervision.
Fig. 6 illustrates a flow diagram of a method 600 of obtaining a file from a blockchain-based distributed network in accordance with an embodiment of the present disclosure. It should be appreciated that method 200 may be performed, for example, by node 313 described above with reference to fig. 3, node 413 described in fig. 4, node 513 described in fig. 5, and device 700 described below with reference to fig. 7.
At 602, hash values are obtained from the blockchain network based on the index, e.g., blockchain node 313 looks up the hash values in blockchain network 310 from the index received from computing device 330 and then uses the hash values to query a distributed hash table in IPFS distributed network 320. At 604, a determination is made as to whether the hash value is present in the DHT, e.g., using the hash value to look up all records in the DHT, which when identical indicates that the hash value is present in the DHT. If so, the file is obtained 606 from IPFS distributed network 320 via the hash value. The file is true and reliable because it is a file obtained from an unmodified hash value in the blockchain network. At 608, the signature status of the file may be verified from the blockchain network, e.g., to verify whether the electronic contract has been signed by the computing devices 330 and 340. If the hash value does not exist in the DHT, the file is modified in the distributed network as indicated at 610. Because the IPFS distributed network has backup and redundancy mechanisms, files in the IPFS distributed network are typically not damaged or modified. According to the embodiment of the disclosure, since the hash value of the file is not modified in the blockchain network, the file obtained from the IPFS distributed network is also an original file that has not been tampered with.
Therefore, the embodiment of the present disclosure can solve the problem of limited capacity of the block chain link points by combining the block chain and the distributed file system, and can achieve tamper-resistance and distributed storage of files, thereby effectively ensuring authenticity and usability of the stored files. In addition, compared with the traditional third-party signature authentication mode, the embodiment of the disclosure has the advantages of simple evidence obtaining process and short period, and effectively improves the evidence obtaining efficiency of the electronic contract.
In some embodiments, new user equipment may be used to access blockchain networks and IPFS distributed networks. For example, metadata (e.g., hash values) for a file is obtained from the blockchain network based on the index, and then the original file is obtained from the IPFS distributed network based on the hash values. Alternatively or additionally, the user device builds the local data block locally upon each query, making it a part of the blockchain network node, thereby better ensuring decentralized storage of the data.
It should be understood that a device according to embodiments of the present disclosure may be implemented in a variety of ways. For example, in certain embodiments, the device may be implemented in hardware, software, or a combination of software and hardware. Wherein the hardware portion may be implemented using dedicated logic; the software portions may be stored in a memory for execution by a suitable instruction execution system, such as a microprocessor or specially designed hardware. Those skilled in the art will appreciate that the methods and systems described above may be implemented using computer executable instructions and/or embodied in processor control code, such code being provided, for example, on a magnetic disk, an optical disk carrier medium, a programmable memory such as a read-only memory, or a data carrier such as an optical or electronic signal carrier. The devices and apparatuses of the embodiments of the present disclosure may be implemented not only by hardware circuits such as a very large scale integrated circuit or a gate array, a semiconductor such as a logic chip, a transistor, or the like, or a programmable hardware device such as a field programmable gate array, a programmable logic device, or the like, but also by software executed by various types of processors, for example, and by a combination of the above hardware circuits and software.
FIG. 7 illustrates a schematic block diagram of an electronic device 700 that may be used to implement embodiments of the present disclosure. It should be understood that electronic device 700 may be implemented as any of the nodes depicted in fig. 3-5, or electronic device 700 may also be implemented as any of the modules depicted in any of the nodes depicted in fig. 3-5. As shown in fig. 7, device 700 includes a Central Processing Unit (CPU)701 (e.g., a processor) that may perform various appropriate actions and processes in accordance with computer program instructions stored in a Read Only Memory (ROM)702 or loaded from a storage unit 708 into a Random Access Memory (RAM) 703. In the RAM703, various programs and data required for the operation of the device 700 can also be stored. The CPU 701, the ROM 702, and the RAM703 are connected to each other via a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
Various components in the device 700 are connected to the I/O interface 705, including: an input unit 706 such as a keyboard, a mouse, or the like; an output unit 707 such as various types of displays, speakers, and the like; a storage unit 708 such as a magnetic disk, optical disk, or the like; and a communication unit 709 such as a network card, modem, wireless communication transceiver, etc. The communication unit 709 allows the device 700 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunication networks.
Various methods described above, such as method 200 or 600, may be performed by processing unit 701. For example, in some embodiments, methods 200 and 600 may be implemented as a computer software program tangibly embodied in a machine-readable medium, such as storage unit 708. In some embodiments, part or all of a computer program may be loaded onto and/or installed onto device 700 via ROM 702 and/or communications unit 709. When the computer program is loaded into the RAM703 and executed by the CPU 701, one or more of the acts or steps of the methods 200 and 600 described above may be performed.
The computer program product may include a computer-readable storage medium having computer-readable program instructions embodied thereon for carrying out various aspects of the present disclosure. The computer readable storage medium may be a tangible device that can hold and store the instructions for use by the instruction execution device. The computer readable storage medium may be, for example, but not limited to, an electronic memory device, a magnetic memory device, an optical memory device, an electromagnetic memory device, a semiconductor memory device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a Static Random Access Memory (SRAM), a portable compact disc read-only memory (CD-ROM), a Digital Versatile Disc (DVD), a memory stick, a floppy disk, a mechanical coding device, such as punch cards or in-groove projection structures having instructions stored thereon, and any suitable combination of the foregoing. Computer-readable storage media as used herein is not to be construed as transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission medium (e.g., optical pulses through a fiber optic cable), or electrical signals transmitted through electrical wires.
The computer-readable program instructions described herein may be downloaded from a computer-readable storage medium to a respective computing/processing device, or to an external computer or external storage device over a network, such as the internet, a local area network, a wide area network, and/or a wireless network. The network may include copper transmission cables, fiber optic transmission, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. The network adapter card or network interface in each computing/processing device receives computer-readable program instructions from the network and forwards the computer-readable program instructions for storage in a computer-readable storage medium in the respective computing/processing device.
The computer program instructions for carrying out operations of the present disclosure may be assembly instructions, Instruction Set Architecture (ISA) instructions, machine related instructions, microcode, firmware instructions, state setting data, or source or object code written in any combination of one or more programming languages, including an object oriented programming language such as C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The computer-readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider). In some embodiments, the electronic circuitry can execute computer-readable program instructions to implement aspects of the present disclosure by utilizing state information of the computer-readable program instructions to personalize the electronic circuitry, such as a programmable logic circuit, a Field Programmable Gate Array (FPGA), or a Programmable Logic Array (PLA).
It should be noted that although several modules or sub-modules of the device are mentioned in the above detailed description, such division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the modules described above may be embodied in one module in accordance with embodiments of the present disclosure. Conversely, the features and functions of one module described above may be further divided into embodiments by a plurality of modules.
The above description is only an alternative embodiment of the present disclosure and is not intended to limit the embodiments of the present disclosure, and various modifications and changes may be made to the embodiments of the present disclosure by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the embodiments of the present disclosure should be included in the scope of protection of the embodiments of the present disclosure.
While embodiments of the present disclosure have been described with reference to several particular embodiments, it should be understood that embodiments of the present disclosure are not limited to the particular embodiments disclosed. The embodiments of the disclosure are intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims. The scope of the following claims is to be accorded the broadest interpretation so as to encompass all such modifications and equivalent structures and functions.
Claims (15)
1. A distributed storage method based on a block chain comprises the following steps:
obtaining a file to be stored;
generating a hash value for the file and an index of the hash value, wherein generating the index comprises providing the index to a user for subsequent queries;
recording the hash value in a blockchain network; and
storing the file in a distributed network in which the file is located based on the hash value,
the method further comprises the following steps:
obtaining the hash value from the blockchain network based on the index received from the user; and
obtaining the file from the distributed network based on the hash value.
2. The method of claim 1, wherein the distributed network is an interplanetary file system (IPFS) network based on a point-to-point protocol, and the distributed network maintains a distributed hash table.
3. The method of claim 2, wherein storing the file in a distributed network comprises:
cutting the file into a plurality of file blocks; and
storing a plurality of file blocks in a plurality of nodes in the distributed network, wherein each file block of the plurality of file blocks is stored in at least two nodes of the plurality of nodes.
4. The method of claim 2, wherein obtaining the file from the distributed network based on the hash value comprises:
determining whether the hash value is present in the DHT; and
obtaining the file from the distributed network in response to determining that the hash value is present in the DHT.
5. The method of claim 1 or 2, wherein the file is an electronic contract associated with a plurality of users, and each user of the plurality of users is capable of signing the electronic contract using a respective signing key, and wherein obtaining the file to be stored comprises:
obtaining the electronic contract from one of the plurality of users, the electronic contract being generated using a signing key of the one user; and
sending a request to sign the electronic contract to other users of the plurality of users.
6. The method of claim 5, further comprising:
receiving signatures for the electronic contract from other users of the plurality of users;
modifying a contract signature status of the electronic contract; and
storing the revised contract signature state in the blockchain network.
7. The method of claim 1 or 2, wherein the document is at least one of an electronic contract, an electronic agreement, an email, or chat material.
8. An electronic device comprises
A processor;
a memory coupled to the processor and storing instructions that, when executed by the processor, cause the device to perform the following acts:
obtaining a file to be stored;
generating a hash value for the file and an index of the hash value, wherein generating the index comprises providing the index to a user for subsequent queries;
recording the hash value in a blockchain network; and
storing the file in a distributed network in which the file is located based on the hash value,
the acts further include:
obtaining the hash value from the blockchain network based on the index received from the user; and
obtaining the file from the distributed network based on the hash value.
9. The apparatus of claim 8, wherein the distributed network is an interplanetary file system (IPFS) network based on a point-to-point protocol, and the distributed network maintains a distributed hash table.
10. The apparatus of claim 9, wherein storing the file in a distributed network comprises:
cutting the file into a plurality of file blocks; and
storing a plurality of file blocks in a plurality of nodes in the distributed network, wherein each file block of the plurality of file blocks is stored in at least two nodes of the plurality of nodes.
11. The apparatus of claim 9, wherein obtaining the file from the distributed network based on the hash value comprises:
determining whether the hash value is present in the DHT; and
obtaining the file from the distributed network in response to determining that the hash value is present in the DHT.
12. The apparatus of claim 8 or 9, wherein the file is an electronic contract associated with a plurality of users, and each user of the plurality of users is capable of signing the electronic contract using a respective signing key, and wherein obtaining the file to be stored comprises:
obtaining the electronic contract from one of the plurality of users, the electronic contract being generated using a signing key of the one user; and
sending a request to sign the electronic contract to other users of the plurality of users.
13. The apparatus of claim 12, the acts further comprising:
receiving signatures for the electronic contract from other users of the plurality of users;
modifying a contract signature status of the electronic contract; and
storing the revised contract signature state in the blockchain network.
14. The apparatus of claim 8 or 9, wherein the document is at least one of an electronic contract, an electronic agreement, an email, or a chat material.
15. A computer-readable storage medium comprising computer-executable instructions that, when executed in a device, cause the device to perform the method of any of claims 1-7.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710303311.9A CN107273410B (en) | 2017-05-03 | 2017-05-03 | Block chain based distributed storage |
PCT/CN2018/078515 WO2018201797A1 (en) | 2017-05-03 | 2018-03-09 | Block chain-based distributed storage |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710303311.9A CN107273410B (en) | 2017-05-03 | 2017-05-03 | Block chain based distributed storage |
Publications (2)
Publication Number | Publication Date |
---|---|
CN107273410A CN107273410A (en) | 2017-10-20 |
CN107273410B true CN107273410B (en) | 2020-07-07 |
Family
ID=60073679
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710303311.9A Expired - Fee Related CN107273410B (en) | 2017-05-03 | 2017-05-03 | Block chain based distributed storage |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN107273410B (en) |
WO (1) | WO2018201797A1 (en) |
Families Citing this family (121)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107273410B (en) * | 2017-05-03 | 2020-07-07 | 上海点融信息科技有限责任公司 | Block chain based distributed storage |
CN107943833B (en) * | 2017-10-25 | 2021-11-19 | 华南农业大学 | Centerless distributed file storage and retrieval method based on block chain |
CN107748850A (en) * | 2017-10-30 | 2018-03-02 | 北京计算机技术及应用研究所 | A kind of method and system that maintenance of equipment work data is preserved using block chain |
US11481511B2 (en) | 2017-11-03 | 2022-10-25 | Visa International Service Association | Secure identity and profiling system |
CN108009646B (en) * | 2017-11-30 | 2021-11-12 | 深圳市轱辘车联数据技术有限公司 | Vehicle data processing method and server |
CN108134822A (en) * | 2017-12-15 | 2018-06-08 | 成都链网络科技有限公司 | The method for down loading of storage system based on block chain |
CN108280628A (en) * | 2018-02-01 | 2018-07-13 | 泰康保险集团股份有限公司 | Core based on block chain technology pays for method, apparatus, medium and electronic equipment |
CN108462568B (en) * | 2018-02-11 | 2021-08-06 | 西安电子科技大学 | Block chain-based secure file storage and sharing method and cloud storage system |
CN112767158A (en) | 2018-02-27 | 2021-05-07 | 创新先进技术有限公司 | Transaction execution method and device based on block chain and electronic equipment |
CN108566420A (en) * | 2018-03-29 | 2018-09-21 | 上海点融信息科技有限责任公司 | Data processing method, equipment and computer readable storage medium for block chain |
CN108647230B (en) * | 2018-03-29 | 2021-10-08 | 深圳市网心科技有限公司 | Distributed storage method, electronic device, and storage medium |
CN108664216B (en) * | 2018-04-04 | 2021-06-04 | 北京小米移动软件有限公司 | Data storage method and device |
US10901845B2 (en) * | 2018-04-16 | 2021-01-26 | Microsoft Technology Licensing, Llc | Erasure coding for a single-image memory |
EP3788578A1 (en) * | 2018-05-01 | 2021-03-10 | International Business Machines Corporation | Blockchain implementing cross-chain transactions |
CN108573071A (en) * | 2018-05-09 | 2018-09-25 | 广东工业大学 | A kind of file operation method and relevant apparatus |
CN108694238A (en) * | 2018-05-14 | 2018-10-23 | 腾讯科技(深圳)有限公司 | Business data processing method, device based on block chain and storage medium |
CN108681898B (en) * | 2018-05-15 | 2021-09-17 | 广东工业大学 | Data transaction method and system based on block chain |
CN111291000B (en) * | 2018-05-18 | 2023-11-03 | 腾讯科技(深圳)有限公司 | File acquisition method, equipment and storage medium based on block chain |
CN108664223B (en) * | 2018-05-18 | 2021-07-02 | 百度在线网络技术(北京)有限公司 | Distributed storage method and device, computer equipment and storage medium |
CN108734029A (en) * | 2018-05-23 | 2018-11-02 | 陈萍 | A kind of approaches to IM and platform based on block chain and interspace file system |
CN108764902B (en) * | 2018-05-23 | 2020-12-22 | 北京京东尚科信息技术有限公司 | Method, node and blockchain system for storing data |
CN108769757B (en) * | 2018-05-25 | 2021-02-02 | 数字乾元科技有限公司 | Video statistics and transaction system and method |
WO2019227457A1 (en) * | 2018-06-01 | 2019-12-05 | Nokia Technologies Oy | Method and apparatus for decentralized trust evaluation in a distributed network |
CN108809630A (en) * | 2018-06-19 | 2018-11-13 | 中钞信用卡产业发展有限公司杭州区块链技术研究院 | A kind of testament store method, system, equipment and computer readable storage medium |
CN109243583B (en) * | 2018-07-09 | 2020-05-12 | 研境信息科技(上海)有限公司 | Method and equipment for decentralized management of medical image data based on block chain |
CN110727391A (en) * | 2018-07-16 | 2020-01-24 | 北京京东尚科信息技术有限公司 | Transaction data storage method and device, block chain system, medium and electronic equipment |
CN108846297B (en) * | 2018-07-16 | 2019-11-01 | 广州追溯信息科技有限公司 | A method of distributing and retrieve data in the block chain network with peer node |
CN109067858A (en) * | 2018-07-20 | 2018-12-21 | 安居慧云(厦门)科技有限公司 | A kind of distributed information storage method based on block chain technology |
CN109040235B (en) * | 2018-08-01 | 2020-08-18 | 厦门大学 | Industrial control system operation record storage method based on block chain technology |
CN109086577B (en) * | 2018-08-06 | 2022-09-09 | 深圳市迅雷网络技术有限公司 | Block chain-based original musical work management method and related equipment |
CN109146684B (en) * | 2018-08-07 | 2021-12-03 | 农夫铺子发展集团有限公司 | Decentralized transaction verification method |
CN109347893A (en) * | 2018-08-09 | 2019-02-15 | 玄章技术有限公司 | A kind of file memory method and device of block chain network |
WO2020034194A1 (en) * | 2018-08-17 | 2020-02-20 | 西门子股份公司 | Method, device, and system for processing distributed data, and machine readable medium |
CN109165205A (en) * | 2018-08-21 | 2019-01-08 | 甲骨文科技时代(深圳)有限公司 | A kind of date storage method and device based on block chain |
CN108900364B (en) * | 2018-08-22 | 2021-11-26 | 泰康保险集团股份有限公司 | Block chain network management method, block chain network management device, block chain network management medium and electronic equipment |
CN109036579B (en) * | 2018-08-22 | 2021-11-26 | 泰康保险集团股份有限公司 | Information prediction method, device, medium and electronic equipment based on block chain |
CN109246211B (en) * | 2018-08-30 | 2021-08-13 | 南方科技大学 | Resource uploading and resource requesting method in block chain |
CN109325011A (en) * | 2018-09-03 | 2019-02-12 | 上海奥若拉信息科技集团有限公司 | Data storage, processing, sharing method and system based on block chain |
CN109409122B (en) * | 2018-09-13 | 2022-08-16 | 远光软件股份有限公司 | File storage method, electronic device and storage medium |
CN109492049B (en) * | 2018-09-21 | 2021-05-04 | 上海点融信息科技有限责任公司 | Data processing, block generation and synchronization method for block chain network |
CN109376172B (en) * | 2018-09-27 | 2020-09-29 | 精硕科技(北京)股份有限公司 | Data acquisition method and system based on block chain |
CN109598518A (en) * | 2018-09-30 | 2019-04-09 | 阿里巴巴集团控股有限公司 | Method for anti-counterfeit and device, electronic equipment based on block chain |
CN109325765A (en) * | 2018-09-30 | 2019-02-12 | 真相网络科技(北京)有限公司 | A kind of intelligence really weighs method and intelligent contract system |
CN109347948A (en) * | 2018-10-15 | 2019-02-15 | 杭州安恒信息技术股份有限公司 | A kind of big data tamper resistant method and system based on block chain technology |
CN111090385A (en) * | 2018-10-23 | 2020-05-01 | 中思博安科技(北京)有限公司 | Data management method and device based on block chain |
TW202016743A (en) * | 2018-10-25 | 2020-05-01 | 財團法人資訊工業策進會 | Data processing apparatus and data processing method for internet of things system |
CN109460407A (en) * | 2018-10-26 | 2019-03-12 | 北京唐冠天朗科技开发有限公司 | A kind of information storage means and system |
CN109635572B (en) * | 2018-11-05 | 2021-05-25 | 深圳变设龙信息科技有限公司 | Contract signing method and device based on block chain and terminal equipment |
CN109491968B (en) * | 2018-11-13 | 2021-01-22 | 恒生电子股份有限公司 | File processing method, device, equipment and computer readable storage medium |
CN109741192A (en) * | 2018-11-15 | 2019-05-10 | 深圳壹账通智能科技有限公司 | Date storage method, device, equipment and readable storage medium storing program for executing based on block chain |
US10949388B2 (en) * | 2018-11-16 | 2021-03-16 | Advanced Messaging Technologies, Inc. | Systems and methods for distributed data storage and delivery using blockchain |
CN111259452A (en) * | 2018-11-30 | 2020-06-09 | 华为技术有限公司 | Data management method based on block chain and related device |
CN109766723A (en) * | 2018-12-11 | 2019-05-17 | 烨链(上海)科技有限公司 | A kind of block chain data framework, regulatory framework, monitoring and managing method and computer readable storage medium |
CN109753823B (en) * | 2018-12-11 | 2021-11-02 | 烨链(上海)科技有限公司 | Block chain data supervision method, system and computer storage medium |
CN109726249B (en) * | 2018-12-12 | 2020-06-09 | 杭州基尔区块链科技有限公司 | Decentralized chip research and development transaction data storage method and system |
CN109684519B (en) * | 2018-12-12 | 2020-04-03 | 杭州基尔区块链科技有限公司 | Decentralized chip research and development transaction data storage method and system based on block chain |
CN111324902A (en) * | 2018-12-14 | 2020-06-23 | 航天信息股份有限公司 | Data access method, device and system based on block chain |
CN111325552A (en) * | 2018-12-14 | 2020-06-23 | 北京海益同展信息科技有限公司 | Data processing method and device, electronic equipment and storage medium |
CN109684878B (en) * | 2018-12-17 | 2021-01-26 | 杭州安恒信息技术股份有限公司 | Privacy information tamper-proofing method and system based on block chain technology |
CN109815206A (en) * | 2018-12-25 | 2019-05-28 | 上海点对点科技有限公司 | A kind of distributed storage network based on block chain |
CN109617903A (en) * | 2018-12-29 | 2019-04-12 | 杭州趣链科技有限公司 | A kind of trusted file storage system and method based on IPFS and block chain |
CN109885423B (en) * | 2019-01-04 | 2023-05-23 | 上海七印信息科技有限公司 | Block chain source data backup method |
CN111416832B (en) * | 2019-01-07 | 2023-03-24 | 珠海金山办公软件有限公司 | File updating method and device, electronic equipment and readable storage medium |
CN109753825A (en) * | 2019-01-09 | 2019-05-14 | 篱笆墙网络科技有限公司 | The storage of backup file, backup document down loading method and system |
CN109491981B (en) * | 2019-01-11 | 2021-05-28 | 珮金(上海)信息科技有限公司 | File management method and device based on block chain |
CN109992563A (en) * | 2019-01-18 | 2019-07-09 | 阿里巴巴集团控股有限公司 | A kind of service scripts storage 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 |
CN109801041A (en) * | 2019-01-29 | 2019-05-24 | 广东华伦招标有限公司 | Procurement business management method, device, equipment and storage medium |
CN109886647A (en) * | 2019-01-29 | 2019-06-14 | 广东华伦招标有限公司 | Procurement business managing functional module method, apparatus, equipment and storage medium |
CN111522809B (en) * | 2019-02-02 | 2023-04-21 | 阿里巴巴集团控股有限公司 | Data processing method, system and equipment |
CN110018924A (en) * | 2019-02-21 | 2019-07-16 | 同方股份有限公司 | A kind of file damage preventing method based on block chain and correcting and eleting codes |
CN109889522B (en) * | 2019-02-25 | 2022-02-11 | 重庆邮电大学 | Block chain-based Internet of things information security protection method |
CN109918375B (en) * | 2019-02-26 | 2021-07-30 | 杭州云象网络技术有限公司 | Large text storage, indexing and retrieval method based on block chain and distributed storage |
CN110086607B (en) * | 2019-03-13 | 2021-08-17 | 深圳壹账通智能科技有限公司 | Method and device for rapidly switching deployment key, computer equipment and storage medium |
CN109831527B (en) * | 2019-03-13 | 2021-12-28 | 试金石信用服务有限公司 | File processing method, user side, server and readable storage medium |
CN110059054A (en) * | 2019-03-25 | 2019-07-26 | 天津大学 | It is a kind of based on the information of vehicles of block chain and IPFS storage and search method |
CN109951490A (en) * | 2019-03-27 | 2019-06-28 | 远光软件股份有限公司 | Webpage integrity assurance, system and electronic equipment based on block chain |
CN109873879A (en) * | 2019-04-17 | 2019-06-11 | 上海沄界信息科技有限公司 | It can the distributed cloud storage method and device really weighed of data |
CN110061838B (en) * | 2019-04-28 | 2022-07-19 | 广州大学 | Decentralized storage system for DNS resource records and implementation method thereof |
CN110083610B (en) * | 2019-04-29 | 2022-11-04 | 百度在线网络技术(北京)有限公司 | Data processing method, device, system, trusted computing device, equipment and medium |
CN110096901B (en) * | 2019-05-08 | 2021-04-02 | 北京智签科技有限公司 | Electronic contract data encryption storage method and signing client |
CN110109874A (en) * | 2019-05-13 | 2019-08-09 | 北京共识数信科技有限公司 | A kind of non-stop layer distributed document retrieval method based on block chain |
CN110351239B (en) * | 2019-05-24 | 2022-01-25 | 平安普惠企业管理有限公司 | Block chain-based electronic contract storage method and device and electronic equipment |
CN110290182B (en) * | 2019-05-31 | 2021-01-26 | 北京邮电大学 | Distributed Web application storage system, service system and access method |
CN110392094B (en) * | 2019-06-03 | 2021-03-19 | 网宿科技股份有限公司 | Method for acquiring service data and converged CDN system |
CN110334538A (en) * | 2019-06-03 | 2019-10-15 | 阿里巴巴集团控股有限公司 | A kind of method and device for the risk of missing for prompting block chain to deposit card source file |
CN112637300B (en) * | 2019-06-18 | 2022-11-11 | 贝富(广州)新技术有限公司 | Block chain-based distributed storage and acquisition method and device for video information |
CN110413621B (en) * | 2019-07-31 | 2021-08-06 | 中国工商银行股份有限公司 | Offline filing system and method based on block chain |
CN111373693A (en) * | 2019-10-15 | 2020-07-03 | 支付宝(杭州)信息技术有限公司 | Indexing and recovering encoded blockchain data |
CN111159100A (en) * | 2019-11-21 | 2020-05-15 | 深圳壹账通智能科技有限公司 | Block chain file access method and device, computer equipment and storage medium |
CN110990486A (en) * | 2019-11-29 | 2020-04-10 | 北京有名知行科技有限公司 | Block link evidence issuing and storing method and device based on network data interaction |
CN111163156A (en) * | 2019-12-26 | 2020-05-15 | 山东爱城市网信息技术有限公司 | Data processing method, device and storage medium based on block chain |
CN111163151A (en) * | 2019-12-26 | 2020-05-15 | 联想(北京)有限公司 | Information processing method and device and computer readable storage medium |
CN111159769B (en) * | 2019-12-31 | 2023-06-09 | 杭州产链数字科技有限公司 | Building engineering cost supervision system and method based on block chain |
CN111242649A (en) * | 2020-01-20 | 2020-06-05 | 嵩链(上海)科技有限公司 | Enterprise qualification detection method and device based on block chain and storage medium |
EP3879781B1 (en) | 2020-03-13 | 2022-07-27 | Deutsche Telekom AG | Methods and systems for network service management in a distributed architecture |
EP3879782B1 (en) | 2020-03-13 | 2024-10-23 | staex GmbH | Methods and systems for message relay in a distributed architecture |
CN111460395B (en) * | 2020-04-03 | 2024-01-30 | 北京邮电大学 | Shared data storage and copyright protection tracing method and system |
CN112182099A (en) * | 2020-04-10 | 2021-01-05 | 支付宝(杭州)信息技术有限公司 | Transaction verification method and device |
CN111506549B (en) * | 2020-04-16 | 2023-07-14 | 深圳市迅雷网络技术有限公司 | File processing system, method, equipment and storage medium based on block chain |
CN111583041B (en) * | 2020-05-13 | 2023-04-28 | 中国银行股份有限公司 | Block chain-based bond issuing data storage and verification processing method and device |
CN111726343A (en) * | 2020-06-11 | 2020-09-29 | 桂林电子科技大学 | Electronic official document safe transmission method based on IPFS and block chain |
CN111882261A (en) * | 2020-06-15 | 2020-11-03 | 合肥维天运通信息科技股份有限公司 | Logistics document archiving method and system based on block chain and interplanetary file system |
CN111882260A (en) * | 2020-06-15 | 2020-11-03 | 合肥维天运通信息科技股份有限公司 | Logistics data disclosure method and system based on block chain and IPFS |
CN112035863B (en) * | 2020-07-20 | 2024-05-03 | 傲为有限公司 | Electronic contract evidence obtaining method and system based on intelligent contract mode |
CN111913928A (en) * | 2020-07-22 | 2020-11-10 | 中信银行股份有限公司 | Distributed small file system, method, storage medium and electronic equipment for block storage |
CN112035576A (en) * | 2020-09-03 | 2020-12-04 | 厦门大学 | Distributed storage method of block chain account book |
CN112084164A (en) * | 2020-09-16 | 2020-12-15 | 厦门市美亚柏科信息安全研究所有限公司 | Data evidence storing method and system based on block chain and interplanetary file system |
CN112214456B (en) * | 2020-11-05 | 2022-05-10 | 深圳市瀚兰区块链地产有限公司 | House property data processing method and device and electronic equipment |
CN112328565B (en) * | 2020-11-06 | 2024-09-06 | 中国银联股份有限公司 | Method and device for sharing resources based on blockchain |
CN112623918B (en) * | 2020-12-09 | 2023-06-02 | 中铁第四勘察设计院集团有限公司 | Intelligent escalator decision-making method and system based on IPFS |
CN112637170A (en) * | 2020-12-15 | 2021-04-09 | 浙江大华技术股份有限公司 | Device secret information management method, device and storage medium |
CN113098938B (en) * | 2021-03-25 | 2022-07-12 | 卓尔智联(武汉)研究院有限公司 | Video sharing method and device and electronic equipment |
CN113157648A (en) * | 2021-04-28 | 2021-07-23 | 中国工商银行股份有限公司 | Block chain based distributed data storage method, device, node and system |
CN113032814B (en) * | 2021-04-28 | 2022-06-24 | 华南理工大学 | Internet of things data management method and system |
CN113360953B (en) * | 2021-06-03 | 2023-05-26 | 上海和数软件有限公司 | IPFS and blockchain-based file distributed storage management method and system |
CN113407512A (en) * | 2021-06-10 | 2021-09-17 | 湖南大学 | Block chain-based distributed storage system, method, device and storage medium |
CN113779146A (en) * | 2021-08-30 | 2021-12-10 | 华中科技大学 | Distributed electronic certificate verifiable storage system based on block chain |
CN114189526A (en) * | 2021-11-01 | 2022-03-15 | 北京中合谷投资有限公司 | Centralized scheduling algorithm of distributed network |
CN116319815B (en) * | 2023-05-17 | 2023-08-04 | 驿羚江苏大数据有限公司 | Cloud data placement policy management system introducing SaaS features |
CN117390654B (en) * | 2023-11-27 | 2024-07-19 | 国家市场监督管理总局竞争政策与评估中心 | Electronic certificate storage method, electronic certificate storage device, electronic equipment and computer readable medium |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106375317A (en) * | 2016-08-31 | 2017-02-01 | 北京明朝万达科技股份有限公司 | Block chain-based big data security authentication method and system |
CN106534273A (en) * | 2016-10-31 | 2017-03-22 | 中金云金融(北京)大数据科技股份有限公司 | Block chain metadata storage system, and storage method and retrieval method thereof |
CN106534317A (en) * | 2016-11-17 | 2017-03-22 | 杭州云象网络技术有限公司 | Disaster recovery cloud storage system construction method based on block chain technology |
CN106603198A (en) * | 2016-12-02 | 2017-04-26 | 深圳大学 | Blockchain distributed storage method and system with network coding |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106296184A (en) * | 2015-06-05 | 2017-01-04 | 地气股份有限公司 | Electronic money management method and electronic-monetary system |
US10402792B2 (en) * | 2015-08-13 | 2019-09-03 | The Toronto-Dominion Bank | Systems and method for tracking enterprise events using hybrid public-private blockchain ledgers |
CN106022775A (en) * | 2016-05-13 | 2016-10-12 | 邓迪 | File signature method and system based on block chains |
CN106227833A (en) * | 2016-07-26 | 2016-12-14 | 宁圣金融信息服务(上海)有限公司 | Block chaining search engine method, system and device |
CN106055993A (en) * | 2016-08-13 | 2016-10-26 | 深圳市樊溪电子有限公司 | Encryption storage system for block chains and method for applying encryption storage system |
CN106330431A (en) * | 2016-08-29 | 2017-01-11 | 北京瑞卓喜投科技发展有限公司 | Data processing method, apparatus and system based on block chain technology |
CN106406896B (en) * | 2016-09-27 | 2020-03-17 | 北京天德科技有限公司 | Block chain block building method based on parallel Pipeline technology |
CN106485168A (en) * | 2016-10-17 | 2017-03-08 | 成都知道创宇信息技术有限公司 | A kind of method whether being modified using MD5 value checking contract documents |
CN106506638B (en) * | 2016-11-04 | 2020-01-07 | 江苏通付盾科技有限公司 | Block storage method and device in block chain |
CN107273410B (en) * | 2017-05-03 | 2020-07-07 | 上海点融信息科技有限责任公司 | Block chain based distributed storage |
-
2017
- 2017-05-03 CN CN201710303311.9A patent/CN107273410B/en not_active Expired - Fee Related
-
2018
- 2018-03-09 WO PCT/CN2018/078515 patent/WO2018201797A1/en active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106375317A (en) * | 2016-08-31 | 2017-02-01 | 北京明朝万达科技股份有限公司 | Block chain-based big data security authentication method and system |
CN106534273A (en) * | 2016-10-31 | 2017-03-22 | 中金云金融(北京)大数据科技股份有限公司 | Block chain metadata storage system, and storage method and retrieval method thereof |
CN106534317A (en) * | 2016-11-17 | 2017-03-22 | 杭州云象网络技术有限公司 | Disaster recovery cloud storage system construction method based on block chain technology |
CN106603198A (en) * | 2016-12-02 | 2017-04-26 | 深圳大学 | Blockchain distributed storage method and system with network coding |
Also Published As
Publication number | Publication date |
---|---|
WO2018201797A1 (en) | 2018-11-08 |
CN107273410A (en) | 2017-10-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107273410B (en) | Block chain based distributed storage | |
CN110024357B (en) | System and method for data processing using distributed ledgers | |
US11500729B2 (en) | System and method for preserving data using replication and blockchain notarization | |
US10614233B2 (en) | Managing access to documents with a file monitor | |
KR102084674B1 (en) | Method for managing content based on blockchain and system performing the method | |
CN111741036B (en) | Trusted data transmission method, device and equipment | |
CN111932426B (en) | Identity management method, device and equipment based on trusted hardware | |
US10205747B2 (en) | Protection for computing systems from revoked system updates | |
US8484460B1 (en) | Post attack man-in-the-middle detection | |
US9613038B2 (en) | Digital data retention management | |
CN111814195B (en) | Data management method, device and equipment based on trusted hardware | |
CN111814196B (en) | Data processing method, device and equipment | |
US11258771B2 (en) | Systems and methods for sending user data from a trusted party to a third party using a distributed registry | |
US11575499B2 (en) | Self auditing blockchain | |
CN113312326B (en) | Method, electronic device and computer program product for storage management | |
US9928378B2 (en) | Sensitive data obfuscation in output files | |
US20220045866A1 (en) | Method and system for authentication seal deployment in networked immutable transactions | |
US9906370B2 (en) | Trust relationship management amongst racks in a data center | |
De Carvalho et al. | Secure cloud storage service for detection of security violations | |
CN112559484A (en) | Method, apparatus and computer program product for managing data objects | |
US20230251905A1 (en) | Synchronizing computing resources to proceed with a task | |
WO2023185260A1 (en) | Using smart contracts to manage hyper protect database as the service | |
CN114880399A (en) | Data sharing system based on account book database network and account book database | |
CN113849534A (en) | Data query method, device and equipment | |
CN115795558A (en) | Electronic data evidence storing method and device, electronic equipment and readable storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
REG | Reference to a national code |
Ref country code: HK Ref legal event code: DE Ref document number: 1238378 Country of ref document: HK |
|
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20200707 Termination date: 20210503 |
|
CF01 | Termination of patent right due to non-payment of annual fee | ||
REG | Reference to a national code |
Ref country code: HK Ref legal event code: WD Ref document number: 1238378 Country of ref document: HK |