CN111611598A - Block chain-based secure distributed cloud storage service implementation method, equipment and medium - Google Patents

Block chain-based secure distributed cloud storage service implementation method, equipment and medium Download PDF

Info

Publication number
CN111611598A
CN111611598A CN202010300394.8A CN202010300394A CN111611598A CN 111611598 A CN111611598 A CN 111611598A CN 202010300394 A CN202010300394 A CN 202010300394A CN 111611598 A CN111611598 A CN 111611598A
Authority
CN
China
Prior art keywords
user
encrypted data
cloud storage
block chain
data
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.)
Pending
Application number
CN202010300394.8A
Other languages
Chinese (zh)
Inventor
宋明明
肖雪
王伟兵
李照川
罗森
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Cloud Information Technology Co Ltd
Original Assignee
Inspur Cloud Information Technology Co Ltd
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 Inspur Cloud Information Technology Co Ltd filed Critical Inspur Cloud Information Technology Co Ltd
Priority to CN202010300394.8A priority Critical patent/CN111611598A/en
Publication of CN111611598A publication Critical patent/CN111611598A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/70Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
    • G06F21/78Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer to assure secure storage of data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/0614Improving the reliability of storage systems
    • G06F3/0619Improving the reliability of storage systems in relation to data integrity, e.g. data losses, bit errors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/062Securing storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/067Distributed or networked storage systems, e.g. storage area networks [SAN], network attached storage [NAS]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions

Abstract

The application discloses a block chain-based secure distributed cloud storage service implementation method, device and medium, wherein the method comprises the following steps: receiving data sent by a user through a communication interface of a block chain; encrypting the data of the user through the public key of the user to obtain encrypted data; and sending the encrypted data to a cloud storage for storage, wherein the cloud storage is built through a plurality of disk spaces rented by the users. According to the embodiment of the invention, a safe distributed cloud storage is constructed through the blockchain technology and the distributed storage protocol stored on the blockchain, so that a user can contribute to temporarily surplus hard disk space to earn reward, and can also obtain extra space through paying reward.

Description

Block chain-based secure distributed cloud storage service implementation method, equipment and medium
Technical Field
The present application relates to the field of blockchain technologies, and in particular, to a method, a device, and a medium for implementing a safe distributed cloud storage service based on a blockchain.
Background
When a user purchases a server or other digital equipment, the user generally purchases a certain amount of disk space in advance to prevent the disk space from being insufficient, but in many cases, the disk space is used for less than one third of the life cycle of the server.
If the spaces are shared through the network, the encryption level is low, so that not only the data storage safety is influenced, but also the equipment information of the user is lost.
Disclosure of Invention
An embodiment of the present specification provides a method, a device, and a medium for implementing a block chain-based secure distributed cloud storage service, which are used to solve the following technical problems in the prior art:
disk space utilization for storage is not high.
The embodiment of the specification adopts the following technical scheme:
the first aspect of the embodiment of the present invention provides a block chain-based secure distributed cloud storage service implementation method, including:
receiving data sent by a user through a communication interface of a block chain;
encrypting the data of the user through the public key of the user to obtain encrypted data;
and sending the encrypted data to a cloud storage for storage, wherein the cloud storage is built through a plurality of disk spaces rented by the users.
In one example, further comprising:
and sending the hash value of the encrypted data to the user so that the user verifies the integrity of the encrypted data.
In one example, further comprising:
receiving information that whether the encrypted data fed back by the user is complete;
and if the encrypted data is complete, sending rewards to users renting the disk space through the intelligent contract of the block chain.
In one example, before receiving data sent by a user through a communication interface of a block chain, the method further includes:
receiving a prepaid subscription for the user and opening the communication interface to the user's blockchain client.
In one example, further comprising:
receiving information that whether the encrypted data fed back by the user is complete;
and if the encrypted data is damaged, returning the prepayment of the user to the user through the intelligent contract of the block chain.
In one example, the sending the encrypted data to a cloud storage for saving includes:
and sending the encrypted data to a cloud memory, and enabling the cloud memory to perform redundant backup and fragmentation storage on the encrypted data according to a distributed storage protocol.
In one example, further comprising:
receiving redundant backup information sent by the cloud storage;
and determining whether to add a new disk space according to the redundant backup information so as to save the redundant backup of the encrypted data.
In one example, further comprising:
receiving redundant backup information sent by the cloud storage;
and determining whether to delete partial redundant backup of the encrypted data according to the redundant backup information.
A second aspect of the embodiments of the present invention provides a block chain-based secure distributed cloud storage service implementation device, including:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
receiving data sent by a user through a communication interface of a block chain;
encrypting the data of the user through the public key of the user to obtain encrypted data;
and sending the encrypted data to a cloud storage for storage, wherein the cloud storage is built through a plurality of disk spaces rented by the users.
A third aspect of the embodiments of the present invention provides a block chain-based non-volatile computer storage medium for implementing a secure distributed cloud storage service, where a computer-executable instruction is stored, where the computer-executable instruction is set to:
receiving data sent by a user through a communication interface of a block chain;
encrypting the data of the user through the public key of the user to obtain encrypted data;
and sending the encrypted data to a cloud storage for storage, wherein the cloud storage is built through a plurality of disk spaces rented by the users.
The embodiment of the specification adopts at least one technical scheme which can achieve the following beneficial effects:
the embodiment of the invention provides a block chain-based secure distributed cloud storage service implementation method, which constructs a secure distributed cloud storage through a block chain technology and a distributed storage protocol stored on a block chain, so that a user can contribute to earn a reward from temporary redundant hard disk space of the user, and can also obtain additional storage space through paying the reward.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
FIG. 1 is a schematic flow chart of a method provided by embodiments of the present disclosure;
fig. 2 is a schematic diagram of an apparatus framework provided in an embodiment of the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the present disclosure more apparent, the technical solutions of the present disclosure will be clearly and completely described below with reference to the specific embodiments of the present disclosure and the accompanying drawings. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments obtained by a person skilled in the art without making any inventive step based on the embodiments in the description belong to the protection scope of the present application.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
The embodiment of the application provides a block chain-based secure distributed cloud storage service implementation method and a corresponding scheme, a secure distributed cloud storage is constructed through a block chain technology and a distributed storage protocol stored on a block chain, a user can contribute to temporarily redundant hard disk space to earn reward, and extra space can be obtained through reward payment.
Fig. 1 is a schematic flow chart of a method provided in an embodiment of the present disclosure. As shown, the method comprises:
s101, receiving data sent by a user through a communication interface of a block chain;
s102, encrypting the data of the user through the public key of the user to obtain encrypted data;
s103, sending the encrypted data to a cloud storage for storage, wherein the cloud storage is built through a plurality of disk spaces rented by the users.
The block chain is a chain data structure formed by combining data blocks in a sequential connection mode according to a time sequence, and is a distributed account book which is guaranteed in a cryptographic mode and cannot be tampered and forged. Although the underlying technology of blockchains has been developed for many years, it has not been possible to achieve effective application in a particular scenario.
According to the embodiment of the invention, the blockchain is provided with the intelligent contract for managing the user data and the distributed storage protocol, and the intelligent contract is an automatically running script which is deployed on the blockchain and has the characteristic of being transparent to the public due to the fact that the intelligent contract is arranged on the blockchain. A user presets rules through an intelligent contract so as to write data into a block chain and acquire data browsing permission, and disclosure of privacy information is avoided to a great extent. Of course, the smart contracts are not the only implementation manner of the present application, and are set correspondingly according to different blockchain platforms, such as an ethernet house, a super book, and the like.
According to the embodiment of the invention, a user can install a blockchain client on the equipment, and then configure the disk directory for leasing and the disk space size for leasing according to the indication of the client. The method comprises the steps of establishing connection between a user and a blockchain through a blockchain client, and constructing a distributed cloud storage based on a distributed storage protocol in the blockchain, wherein the cloud storage is called as the cloud storage for convenience of description.
According to a specific embodiment of the present invention, before step S101, the user needs to pay a certain prepaid amount to the blockchain, and it is understood that the prepaid amount may be a certificate in the blockchain or a currency circulating in the real world. After the user pays the prepaid funds, the intelligent contract for the blockchain opens a communication interface to the user to communicate with the blockchain.
It is to be understood that the order between step S101 and step S102 is not particularly limited in the embodiment of the present invention, that is, the main body of the data of the encrypted user is not particularly limited in the embodiment of the present invention. The user's own device may encrypt the data through the public key, or the user uploads the data to the blockchain, and the blockchain encrypts the data through the user's public key. All data stored in the cloud are encrypted by using the user public key, so that the user can only see the data through the private key.
According to an embodiment of the present invention, in step S103, the sending the encrypted data to a cloud storage for saving includes: and sending the encrypted data to a cloud memory, and enabling the cloud memory to perform redundant backup and fragmentation storage on the encrypted data according to a distributed storage protocol. Data are stored in the cloud storage through redundant backup and fragmentation, and the downloading of the data is not influenced when part of nodes are damaged. High download speed and high availability of 99.99999% are provided by data slicing.
According to an embodiment of the present invention, after the block chain instructs the cloud storage to store the encrypted data, the method further includes: and sending the hash value of the encrypted data to the user so that the user verifies the integrity of the encrypted data. When the data of the user is encrypted by using the blockchain, the hash value of the encrypted data is sent to the user, so that the user can verify the integrity and the availability of the encrypted data stored in the cloud storage through the hash value. Of course, verifying the integrity and availability of the encrypted data may also be implemented by intelligent contracts of blockchains, and embodiments of the present invention are not particularly limited.
Correspondingly, the intelligent contract of the block chain receives information that whether the encrypted data is complete fed back by the user; if the encrypted data is complete, sending rewards to users renting the disk space through an intelligent contract of the block chain; and if the encrypted data is damaged, returning the prepayment of the user to the user through the intelligent contract of the block chain.
According to the specific embodiment of the invention, the storage mode of the encrypted data in the cloud storage comprises redundant backup and fragment storage, and the encrypted data is managed by setting an intelligent contract for managing redundant backup information on a block chain, specifically:
the intelligent contract of the block chain receives redundant backup information sent by a cloud memory, mainly the redundant backup quantity of the encrypted data, and determines whether a new disk space (new equipment) is added or not according to the redundant backup quantity to store the redundant backup of the encrypted data; or whether to delete a partial redundant backup of encrypted data based on the number of redundant backups.
It is emphasized that the main processes of storing the data of the user in the cloud storage are all recorded in the blockchain, and the recorded information mainly includes the process of storing the data of the user in the cloud storage, and the process of processing the redundant backup stored in the cloud storage by the intelligent contract of the blockchain. If the problems of data loss of the user and the like occur, the tracing can be carried out through the block chain.
Based on the same idea, some embodiments of the present application further provide a device and a non-volatile computer storage medium corresponding to the above method.
Fig. 2 is a schematic diagram of a device framework provided in an embodiment of the present specification, and an apparatus for implementing a block chain-based secure distributed cloud storage service includes:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
receiving data sent by a user through a communication interface of a block chain;
encrypting the data of the user through the public key of the user to obtain encrypted data;
and sending the encrypted data to a cloud storage for storage, wherein the cloud storage is built through a plurality of disk spaces rented by the users.
Some embodiments of the present application provide a blockchain-based secure distributed cloud storage service non-volatile computer storage medium corresponding to fig. 1, storing computer-executable instructions configured to:
receiving data sent by a user through a communication interface of a block chain;
encrypting the data of the user through the public key of the user to obtain encrypted data;
and sending the encrypted data to a cloud storage for storage, wherein the cloud storage is built through a plurality of disk spaces rented by the users.
The embodiments in the present application are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the device and media embodiments, the description is relatively simple as it is substantially similar to the method embodiments, and reference may be made to some descriptions of the method embodiments for relevant points.
The device and the medium provided by the embodiment of the application correspond to the method one to one, so the device and the medium also have the similar beneficial technical effects as the corresponding method, and the beneficial technical effects of the method are explained in detail above, so the beneficial technical effects of the device and the medium are not repeated herein.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is directed to methods, apparatus (systems), and computer program products according to embodiments of the present invention
A flowchart and/or block diagram of an article. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A safe distributed cloud storage service implementation method based on a block chain is characterized by comprising the following steps:
receiving data sent by a user through a communication interface of a block chain;
encrypting the data of the user through the public key of the user to obtain encrypted data;
and sending the encrypted data to a cloud storage for storage, wherein the cloud storage is built through a plurality of disk spaces rented by the users.
2. The method of claim 1, further comprising:
and sending the hash value of the encrypted data to the user so that the user verifies the integrity of the encrypted data.
3. The method of claim 2, further comprising:
receiving information that whether the encrypted data fed back by the user is complete;
and if the encrypted data is complete, sending rewards to users renting the disk space through the intelligent contract of the block chain.
4. The method of claim 2, wherein before receiving the data sent by the user through the communication interface of the blockchain, the method further comprises:
receiving a prepaid subscription for the user and opening the communication interface to the user's blockchain client.
5. The method of claim 2, further comprising:
receiving information that whether the encrypted data fed back by the user is complete;
and if the encrypted data is damaged, returning the prepayment of the user to the user through the intelligent contract of the block chain.
6. The method of claim 1, wherein sending the encrypted data to a cloud storage for saving comprises:
and sending the encrypted data to a cloud memory, and enabling the cloud memory to perform redundant backup and fragmentation storage on the encrypted data according to a distributed storage protocol.
7. The method of claim 1, further comprising:
receiving redundant backup information sent by the cloud storage;
and determining whether to add a new disk space according to the redundant backup information so as to save the redundant backup of the encrypted data.
8. The method of claim 1, further comprising:
receiving redundant backup information sent by the cloud storage;
and determining whether to delete partial redundant backup of the encrypted data according to the redundant backup information.
9. A safe distributed cloud storage service implementation device based on a block chain is characterized by comprising:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
receiving data sent by a user through a communication interface of a block chain;
encrypting the data of the user through the public key of the user to obtain encrypted data;
and sending the encrypted data to a cloud storage for storage, wherein the cloud storage is built through a plurality of disk spaces rented by the users.
10. A blockchain-based secure distributed cloud storage service implementing non-volatile computer storage media storing computer-executable instructions configured to:
receiving data sent by a user through a communication interface of a block chain;
encrypting the data of the user through the public key of the user to obtain encrypted data;
and sending the encrypted data to a cloud storage for storage, wherein the cloud storage is built through a plurality of disk spaces rented by the users.
CN202010300394.8A 2020-04-16 2020-04-16 Block chain-based secure distributed cloud storage service implementation method, equipment and medium Pending CN111611598A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010300394.8A CN111611598A (en) 2020-04-16 2020-04-16 Block chain-based secure distributed cloud storage service implementation method, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010300394.8A CN111611598A (en) 2020-04-16 2020-04-16 Block chain-based secure distributed cloud storage service implementation method, equipment and medium

Publications (1)

Publication Number Publication Date
CN111611598A true CN111611598A (en) 2020-09-01

Family

ID=72203877

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010300394.8A Pending CN111611598A (en) 2020-04-16 2020-04-16 Block chain-based secure distributed cloud storage service implementation method, equipment and medium

Country Status (1)

Country Link
CN (1) CN111611598A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416263A (en) * 2020-12-10 2021-02-26 从法信息科技有限公司 Space-time certification blocking storage method and device based on random verification and electronic equipment
CN112788122A (en) * 2020-12-30 2021-05-11 普华云创科技(北京)有限公司 Block chain based distributed trusted cloud node selection and verification method and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416263A (en) * 2020-12-10 2021-02-26 从法信息科技有限公司 Space-time certification blocking storage method and device based on random verification and electronic equipment
CN112416263B (en) * 2020-12-10 2022-09-30 从法信息科技有限公司 Space-time certification blocking storage method and device based on random verification and electronic equipment
CN112788122A (en) * 2020-12-30 2021-05-11 普华云创科技(北京)有限公司 Block chain based distributed trusted cloud node selection and verification method and system

Similar Documents

Publication Publication Date Title
CN102170440B (en) Method suitable for safely migrating data between storage clouds
CN110278462B (en) Block chain-based mobile showing authorization management method
CN111931246A (en) File management method, equipment and medium based on block chain
CN111814156B (en) Data acquisition method, device and equipment based on trusted equipment
CN110334153B (en) Authorization method, system, device and equipment in block chain type account book
CN111143309A (en) Method, equipment and medium for sharing enterprise financial data based on block chain
CN111931195A (en) User private key management method, device and medium based on block chain
CN111611598A (en) Block chain-based secure distributed cloud storage service implementation method, equipment and medium
CN111931199A (en) Health authentication method, equipment and medium based on block chain and dynamic code
CN111008885A (en) Method, equipment and medium for managing and sharing charge pal based on block chain
CA3175939A1 (en) Blacklist data sharing method and system based on blockchain
CN111143891A (en) Method, equipment and medium for sharing enterprise financial data based on block chain
CN106921708B (en) Group management method and device
CN111460420A (en) Method, device and medium for using electronic seal based on block chain
CN111245897B (en) Data processing method, device, system, storage medium and processor
CN114528601B (en) Access method and device based on block chain data, processor and electronic equipment
CN111930497A (en) Resource allocation method, device and medium based on block chain and static code
CN111125115A (en) Data storage method, device and medium based on block chain
CN111639998A (en) Method, device and medium for guaranteeing user deposit rights and interests based on block chain
CN111460465A (en) Identity authentication method, equipment and medium based on block chain
CN111464290A (en) Block chain-based dynamic password generation method, equipment and medium
CN111131474A (en) Method, device and medium for managing user protocol based on block chain
CN111046267A (en) Method, device and medium for processing network rumors based on block chains
CN111611599A (en) Block chain consensus algorithm implementation method, equipment and medium
CN111008404A (en) Service call auditing method, equipment and medium based on block chain

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