CN109660356B - Data uplink method, device, equipment and computer readable storage medium - Google Patents

Data uplink method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN109660356B
CN109660356B CN201811551769.7A CN201811551769A CN109660356B CN 109660356 B CN109660356 B CN 109660356B CN 201811551769 A CN201811551769 A CN 201811551769A CN 109660356 B CN109660356 B CN 109660356B
Authority
CN
China
Prior art keywords
block chain
character string
signature
certificate storage
file
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.)
Active
Application number
CN201811551769.7A
Other languages
Chinese (zh)
Other versions
CN109660356A (en
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.)
WeBank Co Ltd
Original Assignee
WeBank 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 WeBank Co Ltd filed Critical WeBank Co Ltd
Priority to CN201811551769.7A priority Critical patent/CN109660356B/en
Publication of CN109660356A publication Critical patent/CN109660356A/en
Application granted granted Critical
Publication of CN109660356B publication Critical patent/CN109660356B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3236Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3247Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving digital signatures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/50Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a data uplink method, which comprises the following steps: regularly acquiring a preset number of certificate storage file character strings and certificate storage file numbers of the certificate storage file character strings from a certificate storage file database; merging a preset number of the certificate-storing file character strings to obtain merged character strings, performing Hash processing on the merged character strings to obtain target character strings, and signing the target character strings to obtain signature character strings; and uploading the certificate storing file number, the merging character string, the target character string and the signature character string to a block chain as to-be-uplinked data. The invention also discloses a data uplink device, equipment and a computer readable storage medium. The invention can improve the data uplink speed and efficiency.

Description

Data uplink method, device, equipment and computer readable storage medium
Technical Field
The present invention relates to the field of block chaining technology, and in particular, to a data chaining method, apparatus, device, and computer readable storage medium.
Background
With the rapid development of the blockchain technology, the blockchain is applied to various fields, and the data stored in the blockchain has the advantages of decentralization, non-falsification and the like. Currently, the data uplink mode is to store data in a database first, and then write the data into a block chain one by one through a timing task.
However, the TPS (Transactions Per Second) of the conventional blockchain is low, the number of uplink is large, much time is consumed for writing data into the blockchain in a stripe-by-stripe manner, and the efficiency of data uplink is low, so how to improve the speed and efficiency of data uplink is an urgent problem to be solved at present.
Disclosure of Invention
The present invention is directed to a method, an apparatus, a device and a computer readable storage medium for data uplink, which are capable of increasing data uplink speed and efficiency.
To achieve the above object, the present invention provides a data uplink method, which includes the following steps:
regularly acquiring a preset number of certificate storage file character strings and certificate storage file numbers of the certificate storage file character strings from a certificate storage file database;
merging a preset number of the certificate-storing file character strings to obtain merged character strings, performing Hash processing on the merged character strings to obtain target character strings, and signing the target character strings to obtain signature character strings;
and uploading the certificate storing file number, the merging character string, the target character string and the signature character string to a block chain as to-be-uplinked data.
Further, after the step of uploading the certificate storing file number, the merging character string, the target character string and the signature character string to a block chain as data to be uplinked, the method further includes:
receiving a contract address returned by the block chain, and storing the deposit evidence file number, the merging character string, the target character string and the contract address as a cochain record to the deposit evidence file database;
regularly scanning the uplink records in the certificate storage file database, acquiring target uplink records which do not carry signature completion marks, and acquiring contract addresses from the target uplink records;
acquiring a corresponding target character string and a signature character string of each block chain node from the block chain according to the contract address;
judging whether unsigned block chain link points exist in each block chain node or not according to the target character string and the signature character string of each block chain node;
and if the unsigned block chain link points do not exist in each block chain node, performing signature completion marking on the target uplink record.
Further, after the step of determining whether an unsigned block chain link point exists in each block chain node according to the target character string and the signature character string of each block chain node, the method further includes:
and if the unsigned block chain link points exist in each block chain node, sending a signature request to the unsigned block chain link points.
Further, the step of determining whether an unsigned block chain link point exists in each block chain node according to the target character string and the signature character string of each block chain node includes:
verifying the signature character string of each block chain node according to the target character string to obtain a verification result of the signature character string of each block chain node;
and judging whether unsigned block chain link points exist in each block chain node or not according to the verification result of the signature character string of each block chain node.
Further, before the step of regularly acquiring the certificate storage file character strings of the preset number and the certificate storage file numbers of the certificate storage file character strings from the certificate storage file database, the method further comprises the following steps:
when a certificate storage request is monitored, obtaining a certificate storage file from the certificate storage request, and carrying out hash processing on the certificate storage file to obtain a certificate storage file character string;
and distributing certificate storage file numbers to the certificate storage file character strings, and storing the certificate storage file character strings and the certificate storage file numbers in the certificate storage file database in an associated manner.
Further, after the step of uploading the certificate storing file number, the merging character string, the target character string and the signature character string to a block chain as data to be uplinked, the method further includes:
when a forensics request is monitored, acquiring a forensics file character string from the forensics request, and acquiring a contract address from the forensics file database according to the forensics file character string;
and sending the verification file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node executes a signature verification operation according to the contract address and the verification file character string to obtain a signature verification result, and executing a verification operation when the signature verification result is that the signature verification passes.
Further, the step of sending the verification file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node executes a signature verification operation according to the contract address and the verification file character string to obtain a signature verification result, and when the signature verification result is that the signature verification passes, executing a certification operation includes:
and sending the certificate storage file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node can obtain a corresponding combined character string, a target character string and a signature character string from the block chain according to the contract address, and judge whether the combined character string contains the certificate storage file character string, if the combined character string contains the certificate storage file character string, judging whether the signature character string is correct according to the target character string, and if the signature character string is correct, executing certificate verification operation.
The present invention also provides a data uplink apparatus, including:
the acquisition module is used for acquiring the certificate storage file character strings in preset quantity and the certificate storage file numbers of the certificate storage file character strings from the certificate storage file database at regular time;
the preprocessing module is used for merging the character strings of the certificate storage files in a preset number to obtain merged character strings, carrying out Hash processing on the merged character strings to obtain target character strings, and signing the target character strings to obtain signature character strings;
and the uplink module is used for uploading the certificate storing file number, the merging character string, the target character string and the signature character string to a block chain as data to be uplink.
Further, the data uplink apparatus further includes:
the receiving and sending module is used for receiving the contract address returned by the block chain;
a first storage module, configured to store the certificate-deposit file number, the merge string, the target string, and the contract address as an uplink record in the certificate-deposit file database;
a scanning module, configured to scan the uplink record in the certificate-storing file database at regular time, obtain a target uplink record that does not carry a signature completion flag, and obtain a contract address from the target uplink record;
the acquisition module is further configured to acquire a corresponding target character string and a signature character string of each block chain node from the block chain according to the contract address;
the judging module is used for judging whether unsigned block chain link points exist in each block chain node or not according to the target character string and the signature character string of each block chain node;
and a marking module, configured to mark the signature completion of the target uplink record if there is no unsigned block link node in each block link node.
Further, the determining module is further configured to:
verifying the signature character string of each block chain node according to the target character string to obtain a verification result of the signature character string of each block chain node;
and judging whether unsigned block chain link points exist in each block chain node or not according to the verification result of the signature character string of each block chain node.
Further, the determining module is further configured to:
verifying the signature character string of each block chain node according to the target character string to obtain a verification result of the signature character string of each block chain node;
and judging whether unsigned block chain link points exist in each block chain node or not according to the verification result of the signature character string of each block chain node.
Further, the data uplink apparatus further includes:
the preprocessing module is further used for acquiring the certificate storage file from the certificate storage request when the certificate storage request is monitored, and performing hash processing on the certificate storage file to obtain a certificate storage file character string;
and the second storage module is used for distributing certificate storage file numbers to the certificate storage file character strings and storing the certificate storage file character strings and the certificate storage file numbers to the certificate storage file database in an associated manner.
Further, the data uplink apparatus further includes:
the obtaining module 101 is further configured to obtain a forensic file character string from the forensic request when a forensic request is monitored, and obtain a contract address from the forensic file database according to the forensic file character string;
and the sending module is used for sending the verification file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node can execute a signature verification operation according to the contract address and the verification file character string to obtain a signature verification result, and when the signature verification result is that the signature verification passes, the verification operation is executed.
In addition, to achieve the above object, the present invention further provides a data uplink apparatus, including: a memory, a processor, and a data uplink program stored on the memory and executable on the processor, the data uplink program when executed by the processor implementing the steps of the data uplink method as described above.
The present invention also provides a computer readable storage medium having a data uplink program stored thereon, wherein the data uplink program, when executed by a processor, implements the steps of the data uplink method as described above.
The invention provides a data chaining method, a device, equipment and a computer readable storage medium, the invention regularly obtains a preset number of certificate storing file character strings and certificate storing file numbers thereof from a certificate storing file database, and the character strings of the certificate-storing documents with the preset number are combined into one character string to obtain a combined character string, then carrying out Hash processing on the combined character string to obtain a target character string, signing the target character string to obtain a signature character string, finally uploading the certificate storing file number, the combined character string, the target character string and the signature character string as data to be linked to a block chain, by combining a plurality of certificate-storing file character strings into one character string, the combined character string is obtained, the data volume of single chain is reduced, meanwhile, Hash processing is carried out on the combined character strings, the data volume of single chain linking is further reduced, and the speed and the efficiency of data chain linking can be effectively improved.
Drawings
FIG. 1 is a schematic diagram of an apparatus architecture of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of a data uplink method according to the present invention;
fig. 3 is a functional block diagram of a first embodiment of a data uplink apparatus according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, fig. 1 is a schematic device structure diagram of a hardware operating environment according to an embodiment of the present invention.
As shown in fig. 1, the data uplink apparatus may include: a processor 1001, such as a CPU, a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the configuration of the data uplink apparatus shown in fig. 1 does not constitute a limitation of the data uplink apparatus and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, the memory 1005, which is a computer storage medium, may include an operating system, a network communication module, a user interface module, and a data uplink program.
In the data uplink apparatus shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; the processor 1001 may be configured to call the data uplink procedure stored in the memory 1005, and perform the following steps:
regularly acquiring a preset number of certificate storage file character strings and certificate storage file numbers of the certificate storage file character strings from a certificate storage file database;
merging a preset number of the certificate-storing file character strings to obtain merged character strings, performing Hash processing on the merged character strings to obtain target character strings, and signing the target character strings to obtain signature character strings;
and uploading the certificate storing file number, the merging character string, the target character string and the signature character string to a block chain as to-be-uplinked data.
Further, the processor 1001 may be configured to call the data uplink procedure stored in the memory 1005, and further perform the following steps:
receiving a contract address returned by the block chain, and storing the deposit evidence file number, the merging character string, the target character string and the contract address as a cochain record to the deposit evidence file database;
regularly scanning the uplink records in the certificate storage file database, acquiring target uplink records which do not carry signature completion marks, and acquiring contract addresses from the target uplink records;
acquiring a corresponding target character string and a signature character string of each block chain node from the block chain according to the contract address;
judging whether unsigned block chain link points exist in each block chain node or not according to the target character string and the signature character string of each block chain node;
and if the unsigned block chain link points do not exist in each block chain node, performing signature completion marking on the target uplink record.
Further, the processor 1001 may be configured to call the data uplink procedure stored in the memory 1005, and further perform the following steps:
and if the unsigned block chain link points exist in each block chain node, sending a signature request to the unsigned block chain link points.
Further, the processor 1001 may be configured to call the data uplink procedure stored in the memory 1005, and further perform the following steps:
verifying the signature character string of each block chain node according to the target character string to obtain a verification result of the signature character string of each block chain node;
and judging whether unsigned block chain link points exist in each block chain node or not according to the verification result of the signature character string of each block chain node.
Further, the processor 1001 may be configured to call the data uplink procedure stored in the memory 1005, and further perform the following steps:
when a certificate storage request is monitored, obtaining a certificate storage file from the certificate storage request, and carrying out hash processing on the certificate storage file to obtain a certificate storage file character string;
and distributing certificate storage file numbers to the certificate storage file character strings, and storing the certificate storage file character strings and the certificate storage file numbers in the certificate storage file database in an associated manner.
Further, the processor 1001 may be configured to call the data uplink procedure stored in the memory 1005, and further perform the following steps:
when a forensics request is monitored, acquiring a forensics file character string from the forensics request, and acquiring a contract address from the forensics file database according to the forensics file character string;
and sending the verification file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node executes a signature verification operation according to the contract address and the verification file character string to obtain a signature verification result, and executing a verification operation when the signature verification result is that the signature verification passes.
Further, the processor 1001 may be configured to call the data uplink procedure stored in the memory 1005, and further perform the following steps:
and sending the certificate storage file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node can obtain a corresponding combined character string, a target character string and a signature character string from the block chain according to the contract address, and judge whether the combined character string contains the certificate storage file character string, if the combined character string contains the certificate storage file character string, judging whether the signature character string is correct according to the target character string, and if the signature character string is correct, executing certificate verification operation.
The embodiments of the data uplink apparatus of the present invention are substantially the same as the embodiments of the data uplink method described below, and are not repeated herein.
The invention provides a data uplink method.
Referring to fig. 2, fig. 2 is a flowchart illustrating a data uplink method according to a first embodiment of the present invention.
Step S101, regularly acquiring the certificate storage file character strings of a preset number and the certificate storage file numbers of the certificate storage file character strings from a certificate storage file database;
in this embodiment, the data uplink method is applied to data uplink equipment, the data uplink equipment is connected with a certificate storage database, and a certificate storage file character string and a certificate storage file number of the certificate storage file character string are stored in the certificate storage database, wherein the certificate storage file is subjected to hash processing to obtain the certificate storage file character string, and the certificate storage file includes, but is not limited to, a contract file, a house property certificate file, and a credit report file. The data uplink equipment acquires the certificate storage file character strings and the certificate storage file numbers of the certificate storage file character strings in preset quantity from the certificate storage file database at regular time, namely acquires the certificate storage file character strings and the certificate storage file numbers of the certificate storage file character strings in preset quantity from the certificate storage file database at preset time intervals. It should be noted that the preset time and the preset number may be set by those skilled in the art based on actual situations, and this embodiment is not limited in this respect.
Further, when the certificate storing request is monitored, the data uplink equipment acquires the certificate storing file from the certificate storing request, performs hash processing on the certificate storing file to obtain a certificate storing file character string, distributes a certificate storing file number to the certificate storing file character string, and stores the certificate storing file character string and the certificate storing file number in a certificate storing file database in an associated manner. After a client initiates a certificate storage request to the data uplink equipment through the terminal equipment, the data uplink equipment can reduce the size of the certificate storage file after performing hash processing on the certificate storage file in the certificate storage request, is convenient to store, and meanwhile allocates a corresponding certificate storage file number to the certificate storage file character string, so that subsequent acquisition is facilitated.
Step S102, merging a preset number of the certificate-storing file character strings to obtain merged character strings, carrying out Hash processing on the merged character strings to obtain target character strings, and signing the target character strings to obtain signature character strings;
in this embodiment, after obtaining the certificate-storing file character strings of the preset number and the certificate-storing file numbers of the certificate-storing file character strings, the data chaining device merges the certificate-storing file character strings of the preset number to obtain merged character strings, that is, merges the certificate-storing file character strings of the preset number into one character string through the preset connectors to obtain the merged character strings; and then carrying out Hash processing on the combined character string to obtain a target character string, and signing the target character string to obtain a signature character string, namely signing the target character string through a preset signature algorithm and a preset public and private key to obtain the signature character string. It should be noted that the preset connector, the preset signature algorithm, and the preset public and private keys may be set by those skilled in the art based on actual situations, and this embodiment is not limited in this respect. Optionally, the preset connector is a comma.
The merging mode of the certificate-storing file character strings comprises sequential merging, reverse-order merging and random merging, the sequential merging is to sort the certificate-storing file character strings according to the certificate-storing file numbers of the certificate-storing file character strings to obtain a certificate-storing file character string queue, and then the certificate-storing file character strings in the certificate-storing file character string queue are sequentially connected with the certificate-storing file character strings through preset connectors according to the sequence of the certificate-storing file character strings in the certificate-storing file character string queue to obtain a merged character string; the reverse order combination is that the certificate storage file character strings are sequenced according to the certificate storage file numbers of the certificate storage file character strings to obtain a certificate storage file character string queue, then the sequence of the certificate storage file character strings in the certificate storage file character string queue is reversed, and the certificate storage file character strings in the certificate storage file character string queue are sequentially connected through a preset connector to obtain a combined character string; the random combination is that firstly two certificate storage file character strings are randomly selected from a preset number of certificate storage file character strings, the two certificate storage file character strings are connected through a preset connector to obtain a combined character string, then one certificate storage file character string is randomly selected from the rest certificate storage file character strings each time, and the selected certificate storage file character string is randomly inserted into the last combined character string through the preset connector until the certificate storage file character strings are combined.
For example, assuming that the document file strings in the document file string queue are hashS1, hashS2, hashS3, hashS4, hashS5, hashS6, hashS7, and hashS8, and the arrangement order is hashS3, hashS2, hashS1, hashS5, hashS4, hashS7, hashS6, and hashS8, and the preset connector is comma ",", through which the 8 document strings are combined in the "sequential combination manner", and the resulting combined string is hashD "(" hashS3, hashS2, hashS1, hashS5, and the combined hashS5, and 5, and 5, and the combined in a combined hash of a hash, a hash, a hash, a, another resulting merged string is hashD ═ hashS4, hashS6, hashS5, hashS1, hashS2, hashS8, hashS3, hashS 7.
Step S103, taking the certificate storing file number, the merging character string, the target character string and the signature character string as data to be uplinked and uploading the data to a block chain.
In this embodiment, after the merged string, the target string, and the signature string are obtained, the data chaining device uploads the certificate storing file number, the merged string, the target string, and the signature string as data to be chained to the block chain. When a corresponding block chain link point in a block chain receives to-be-uplink data uploaded by data uplink equipment, the block chain link point writes the to-be-uplink data into the block chain, receives a contract address returned by the block chain, broadcasts the contract address to other block chain nodes in the block chain, obtains a corresponding target character string from the block chain by the other block chain link points according to the contract address, signs the target character string to obtain a signature character string corresponding to each other block chain link point, and writes the signature character string corresponding to each other block chain node into the block chain.
In this embodiment, the present invention periodically obtains a preset number of certificate-storing file character strings and certificate-storing file numbers thereof from a certificate-storing file database, merges the preset number of certificate-storing file character strings into one character string to obtain a merged character string, performs hash processing on the merged character string to obtain a target character string, performs signature on the target character string to obtain a signature character string, and finally uploads the certificate-storing file number, the merged character string, the target character string, and the signature character string as data to be uplink-linked to a block chain.
Further, based on the first embodiment, a second embodiment of the data uplink method of the present invention is provided, which is different from the foregoing embodiments in that after the data to be uplink is uploaded to the block chain, each block chain node of the block chain signs the data to be uplink, and returns a corresponding contract address to the data uplink device, and the data uplink device receives the contract address returned by the block chain and stores the certification file number, the merge character string, the target character string, and the contract address as a uplink record in the certification file database; then regularly scanning the uplink records in the certificate storage file database, obtaining target uplink records which do not carry signature completion marks, obtaining contract addresses from the target uplink records, then obtaining corresponding target character strings and signature character strings of each block chain node from the block chain according to the contract addresses, judging whether unsigned block chain link points exist in each block chain node or not according to the target character strings and the signature character strings of each block chain node, if unsigned block chain link points do not exist in each block chain node, carrying out signature completion marks on the target uplink records, if unsigned block chain link points exist in each block chain node, sending name requests to the unsigned block chain link points, obtaining the corresponding target character strings from the block chain by the unsigned block chain link points according to the contract addresses in the signature requests, and signing the target character string to obtain a signature character string corresponding to each block chain link point, and writing the signature character string corresponding to the block chain link point into the block chain to complete signature.
Specifically, the signature character string of each block chain node is verified according to the target character string to obtain a verification result of the signature character string of each block chain node, and then whether an unsigned block chain link point exists in each block chain node is judged according to the verification result of the signature character string of each block chain node. The specific verification method of the signature character string of each block chain node is to calculate a public key corresponding to each block chain link point according to the target character string, a preset signature algorithm and the signature character string, acquire a preset public key corresponding to each block chain link point, judge whether the public key corresponding to each block chain link point is the same as the preset public key corresponding to each block chain link point, if the public key of one block chain node is the same as the preset public key corresponding to the block chain link point, the verification result of the signature character string of the block chain link point is verification pass, and if the public key of one block chain node is different from the preset public key corresponding to the block chain link point, the verification result of the signature character string of the block chain link point is verification fail. The verification result of the signature character string is that the block chain link point which fails to be verified is an unsigned block chain link point, and the verification result of the signature character string is that the block chain link point which passes to be verified is a signed block chain link point.
In specific implementation, whether a signature character string of each block chain node is stored in a block chain is judged according to the contract address, if the signature character string of each block chain node is stored in the block chain, a corresponding target character string and the signature character string of each block chain node are obtained from the block chain according to the contract address, whether an unsigned block chain node exists in each block chain node is judged according to the target character string and the signature character string of each block chain node, if the unsigned block chain node does not exist in each block chain node, a signature completion mark is carried out on a target uplink record, and if the unsigned block chain node exists in each block chain node, a signature point name request is sent to the unsigned block chain node; and if the signature character strings stored in the block chain do not comprise the signature character strings of all the block chain nodes, determining that unsigned block chain nodes exist in each block chain node, and sending a signature request to the unsigned block chain nodes.
In this embodiment, the present invention scans an uplink record in a certificate storage file database at regular time, and obtains a target character string and a signature character string of each block chain node from a block chain through a contract address in the uplink record, and then determines whether an unsigned block link point exists in each block chain node through the target character string and the signature character string of each block chain node, if so, sends a signature request to the corresponding block link point, and if not, marks the signature completion on the uplink record, so as to verify whether each block link point is signed completely.
Further, based on the first or second embodiment, a third embodiment of the data uplink method of the present invention is provided, which is different from the foregoing embodiment in that when a forensics request is detected, the data uplink apparatus acquires a forensics file character string from the forensics request, acquires a corresponding contract address from a forensics file database according to the forensics file character string, then sends the forensics file character string and the contract address to a corresponding block chain node in a block chain, executes a signature verification operation by the corresponding block chain node in the block chain according to the contract address and the forensics file character string, obtains a signature verification result, and executes the signature verification operation when the signature verification result is a pass.
Specifically, corresponding block chain link points in the block chain acquire corresponding merged character strings, target character strings and signature character strings from the block chain according to the contract address, judge whether the merged character strings contain the certificate-storing file character strings, and return corresponding reminding information to the data uplink equipment if the merged character strings do not contain the certificate-storing file character strings; if the merged character string contains the certificate storing file character string, judging whether the signature character string is correct or not according to the target character string, namely calculating a public key of the block chain node according to the target character string, a preset signature algorithm and the signature character string, acquiring a preset public key corresponding to the block chain node, judging whether the public key is the same as the preset public key or not, judging that the signature character string is correct if the public key is the same as the preset public key, and judging that the signature character string is incorrect if the public key is different from the preset public key; if the signature character string is correct, the certification operation is executed, and if the signature character string is incorrect, the corresponding reminding information is returned to the data uplink equipment.
In this embodiment, when a forensics request is monitored, the contract address obtained based on the forensics file character string in the forensics request and the forensics file character string are sent to the corresponding block chain node, the signature verification operation is executed by the corresponding block chain node based on the contract address and the forensics file character string, and when the signature verification result is that the signature verification passes, the forensics operation is executed, so that the reliability of the forensics file is improved.
The invention also provides a data uplink device.
Referring to fig. 3, fig. 3 is a functional module diagram of a first embodiment of a data uplink apparatus according to the present invention.
In this embodiment, the data uplink apparatus includes:
the obtaining module 101 is configured to obtain, from a certificate storage file database, a preset number of certificate storage file character strings and certificate storage file numbers of the certificate storage file character strings at regular time;
the preprocessing module 102 is configured to merge a preset number of the certificate-storing file character strings to obtain a merged character string, perform hash processing on the merged character string to obtain a target character string, and perform signature on the target character string to obtain a signature character string;
the uplink module 103 is configured to upload the certificate storing file number, the merge string, the target string, and the signature string to a block chain as data to be uplink.
Further, the data uplink apparatus further includes:
the receiving and sending module is used for receiving the contract address returned by the block chain;
a first storage module, configured to store the certificate-deposit file number, the merge string, the target string, and the contract address as an uplink record in the certificate-deposit file database;
a scanning module, configured to scan the uplink record in the certificate-storing file database at regular time, obtain a target uplink record that does not carry a signature completion flag, and obtain a contract address from the target uplink record;
the obtaining module 101 is further configured to obtain a corresponding target character string and a signature character string of each block chain node from the block chain according to the contract address;
the judging module is used for judging whether unsigned block chain link points exist in each block chain node or not according to the target character string and the signature character string of each block chain node;
and a marking module, configured to mark the signature completion of the target uplink record if there is no unsigned block link node in each block link node.
Further, the transceiver module is further configured to:
and if the unsigned block chain link points exist in each block chain node, sending a signature request to the unsigned block chain link points.
Further, the determining module is further configured to:
verifying the signature character string of each block chain node according to the target character string to obtain a verification result of the signature character string of each block chain node;
and judging whether unsigned block chain link points exist in each block chain node or not according to the verification result of the signature character string of each block chain node.
Further, the data uplink apparatus further includes:
the preprocessing module 102 is further configured to, when a certificate storage request is monitored, obtain a certificate storage file from the certificate storage request, and perform hash processing on the certificate storage file to obtain a certificate storage file character string;
and the second storage module is used for distributing certificate storage file numbers to the certificate storage file character strings and storing the certificate storage file character strings and the certificate storage file numbers to the certificate storage file database in an associated manner.
Further, the data uplink apparatus further includes:
the obtaining module 101 is further configured to obtain a forensic file character string from the forensic request when a forensic request is monitored, and obtain a contract address from the forensic file database according to the forensic file character string;
and the sending module is used for sending the verification file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node can execute a signature verification operation according to the contract address and the verification file character string to obtain a signature verification result, and when the signature verification result is that the signature verification passes, the verification operation is executed.
Further, the sending module is further configured to:
and sending the certificate storage file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node can obtain a corresponding combined character string, a target character string and a signature character string from the block chain according to the contract address, and judge whether the combined character string contains the certificate storage file character string, if the combined character string contains the certificate storage file character string, judging whether the signature character string is correct according to the target character string, and if the signature character string is correct, executing certificate verification operation.
The embodiments of the data uplink apparatus of the present invention are substantially the same as the embodiments of the data uplink method described above, and are not described herein again.
In addition, an embodiment of the present invention further provides a computer-readable storage medium, where a data uplink program is stored on the computer-readable storage medium, and when the data uplink program is executed by a processor, the method performs the following steps:
regularly acquiring a preset number of certificate storage file character strings and certificate storage file numbers of the certificate storage file character strings from a certificate storage file database;
merging a preset number of the certificate-storing file character strings to obtain merged character strings, performing Hash processing on the merged character strings to obtain target character strings, and signing the target character strings to obtain signature character strings;
and uploading the certificate storing file number, the merging character string, the target character string and the signature character string to a block chain as to-be-uplinked data.
Further, when executed by the processor, the data cochain procedure further comprises:
regularly scanning the uplink records in the certificate storage file database, acquiring target uplink records which do not carry signature completion marks, and acquiring contract addresses from the target uplink records;
acquiring a corresponding target character string and a signature character string of each block chain node from the block chain according to the contract address;
judging whether unsigned block chain link points exist in each block chain node or not according to the target character string and the signature character string of each block chain node;
and if the unsigned block chain link points do not exist in each block chain node, performing signature completion marking on the target uplink record.
Further, when executed by the processor, the data cochain procedure further comprises:
and if the unsigned block chain link points exist in each block chain node, sending a signature request to the unsigned block chain link points.
Further, when executed by the processor, the data cochain procedure further comprises:
verifying the signature character string of each block chain node according to the target character string to obtain a verification result of the signature character string of each block chain node;
and judging whether unsigned block chain link points exist in each block chain node or not according to the verification result of the signature character string of each block chain node.
Further, when executed by the processor, the data cochain procedure further comprises:
when a certificate storage request is monitored, obtaining a certificate storage file from the certificate storage request, and carrying out hash processing on the certificate storage file to obtain a certificate storage file character string;
and distributing certificate storage file numbers to the certificate storage file character strings, and storing the certificate storage file character strings and the certificate storage file numbers in the certificate storage file database in an associated manner.
Further, when executed by the processor, the data cochain procedure further comprises:
when a forensics request is monitored, acquiring a forensics file character string from the forensics request, and acquiring a contract address from the forensics file database according to the forensics file character string;
and sending the verification file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node executes a signature verification operation according to the contract address and the verification file character string to obtain a signature verification result, and executing a verification operation when the signature verification result is that the signature verification passes.
Further, when executed by the processor, the data cochain procedure further comprises:
and sending the certificate storage file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node can obtain a corresponding combined character string, a target character string and a signature character string from the block chain according to the contract address, and judge whether the combined character string contains the certificate storage file character string, if the combined character string contains the certificate storage file character string, judging whether the signature character string is correct according to the target character string, and if the signature character string is correct, executing certificate verification operation.
The embodiments of the computer-readable storage medium of the present invention are substantially the same as the embodiments of the data uplink method described above, and are not repeated herein.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system 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 system. 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 system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (12)

1. A data uplink method, comprising:
regularly acquiring a preset number of certificate storage file character strings and certificate storage file numbers of the certificate storage file character strings from a certificate storage file database;
merging a preset number of the certificate-storing file character strings to obtain merged character strings, performing Hash processing on the merged character strings to obtain target character strings, and signing the target character strings to obtain signature character strings;
uploading the certificate storing file number, the merging character string, the target character string and the signature character string to a block chain as to-be-uplinked data;
before the step of regularly obtaining the certificate storage file character strings of the preset number and the certificate storage file numbers of the certificate storage file character strings from the certificate storage file database, the method further comprises the following steps:
when a certificate storage request is monitored, obtaining a certificate storage file from the certificate storage request, and carrying out hash processing on the certificate storage file to obtain a certificate storage file character string;
and distributing certificate storage file numbers to the certificate storage file character strings, and storing the certificate storage file character strings and the certificate storage file numbers in the certificate storage file database in an associated manner.
2. The method for uplink data of claim 1, wherein the step of uploading the certificate document number, the merge string, the target string and the signature string as data to be uplink to a blockchain further comprises:
signing the data to be chain-linked through each block chain link point in the block chain, returning a corresponding contract address to data chain-linked equipment after signing, receiving the contract address returned by the block chain by the data chain-linked equipment, and storing the certificate-storing file number, the merging character string, the target character string and the contract address as a chain-linked record in a certificate-storing file database;
regularly scanning the uplink records in the certificate storage file database, acquiring target uplink records which do not carry signature completion marks, and acquiring contract addresses from the target uplink records;
acquiring a corresponding target character string and a signature character string of each block chain node from the block chain according to the contract address;
judging whether unsigned block chain link points exist in each block chain node or not according to the target character string and the signature character string of each block chain node;
and if the unsigned block chain link points do not exist in each block chain node, performing signature completion marking on the target uplink record.
3. The method for uplink data of claim 2, wherein after the step of determining whether an unsigned blockchain node exists in the blockchain nodes according to the target string and the signature string of the blockchain node, the method further comprises:
and if the unsigned block chain link points exist in each block chain node, sending a signature request to the unsigned block chain link points.
4. The method of claim 2, wherein the step of determining whether unsigned blockchain nexuses exist in each blockchain node based on the target string and the signature string of each blockchain node comprises:
verifying the signature character string of each block chain node according to the target character string to obtain a verification result of the signature character string of each block chain node;
judging whether unsigned block chain nodes exist in each block chain node or not according to the verification result of the signature character string of each block chain node;
the verification mode of the signature character string of each block chain node is as follows: calculating a public key corresponding to each block link point according to the target character string, a preset signature algorithm and the signature character string;
acquiring a preset public key corresponding to each block chain link point, and judging whether the public key corresponding to each block chain link point is the same as the preset public key corresponding to each block chain link point;
if the public key of one block chain node is the same as the corresponding preset public key, determining that the verification result of the signature character string of the block chain node is verified to be passed, and determining that the block chain node is signed;
and if the public key of one block chain node is different from the corresponding preset public key, determining that the verification result of the signature character string of the block chain node is verification failure, and determining that the block chain node is not signed.
5. The method for uplink data of any of claims 1-4, wherein the step of uploading the certification document number, the merge string, the target string, and the signature string as uplink data to a blockchain further comprises:
when a forensics request is monitored, acquiring a forensics file character string from the forensics request, and acquiring a contract address from the forensics file database according to the forensics file character string;
and sending the verification file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node executes a signature verification operation according to the contract address and the verification file character string to obtain a signature verification result, and executing a verification operation when the signature verification result is that the signature verification passes.
6. The method for data uplink as claimed in claim 5, wherein the step of sending the verification file string and the contract address to a corresponding blockchain node in the blockchain, so that the blockchain node performs a signature verification operation according to the contract address and the verification file string to obtain a signature verification result, and when the signature verification result is a pass signature verification, performing a certification operation comprises:
and sending the certificate storage file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node can obtain a corresponding combined character string, a target character string and a signature character string from the block chain according to the contract address, and judge whether the combined character string contains the certificate storage file character string, if the combined character string contains the certificate storage file character string, judging whether the signature character string is correct according to the target character string, and if the signature character string is correct, executing certificate verification operation.
7. An apparatus for data uplink, the apparatus for data uplink comprising:
the acquisition module is used for acquiring the certificate storage file character strings in preset quantity and the certificate storage file numbers of the certificate storage file character strings from the certificate storage file database at regular time;
the preprocessing module is used for merging the character strings of the certificate storage files in a preset number to obtain merged character strings, carrying out Hash processing on the merged character strings to obtain target character strings, and signing the target character strings to obtain signature character strings;
the uplink module is used for uploading the certificate storing file number, the merging character string, the target character string and the signature character string to a block chain as data to be uplink;
the preprocessing module of the data uplink device is further used for acquiring a certificate storage file from the certificate storage request when the certificate storage request is monitored, and performing hash processing on the certificate storage file to obtain a certificate storage file character string;
the data uplink device further comprises a second storage module, wherein the second storage module is used for distributing certificate storage file serial numbers to the certificate storage file character strings and storing the certificate storage file character strings and the certificate storage file serial numbers to the certificate storage file database in an associated mode.
8. The data uplink apparatus of claim 7, wherein the data uplink apparatus further comprises:
a transceiver module, configured to sign the to-be-uplink data through each block link point in the block chain, and after signing, return a corresponding contract address to the data uplink device, where the data uplink device receives the contract address returned by the block chain;
a first storage module, configured to store the certificate-deposit file number, the merge string, the target string, and the contract address as an uplink record in the certificate-deposit file database;
a scanning module, configured to scan the uplink record in the certificate-storing file database at regular time, obtain a target uplink record that does not carry a signature completion flag, and obtain a contract address from the target uplink record;
the acquisition module is further configured to acquire a corresponding target character string and a signature character string of each block chain node from the block chain according to the contract address;
the judging module is used for judging whether unsigned block chain link points exist in each block chain node or not according to the target character string and the signature character string of each block chain node;
and a marking module, configured to mark the signature completion of the target uplink record if there is no unsigned block link node in each block link node.
9. The apparatus for uplink data of claim 8, wherein the determining module is further configured to:
verifying the signature character string of each block chain node according to the target character string to obtain a verification result of the signature character string of each block chain node;
judging whether unsigned block chain nodes exist in each block chain node or not according to the verification result of the signature character string of each block chain node;
the verification mode of the signature character string of each block chain node is as follows: calculating a public key corresponding to each block link point according to the target character string, a preset signature algorithm and the signature character string;
acquiring a preset public key corresponding to each block chain link point, and judging whether the public key corresponding to each block chain link point is the same as the preset public key corresponding to each block chain link point;
if the public key of one block chain node is the same as the corresponding preset public key, determining that the verification result of the signature character string of the block chain node is verified to be passed, and determining that the block chain node is signed;
and if the public key of one block chain node is different from the corresponding preset public key, determining that the verification result of the signature character string of the block chain node is verification failure, and determining that the block chain node is not signed.
10. The data uplink apparatus of any of claims 7-9, wherein the data uplink apparatus further comprises:
the obtaining module is further configured to obtain a forensic file character string from the forensic request when a forensic request is monitored, and obtain a contract address from the forensic file database according to the forensic file character string;
and the sending module is used for sending the verification file character string and the contract address to a corresponding block chain node in the block chain, so that the block chain node can execute a signature verification operation according to the contract address and the verification file character string to obtain a signature verification result, and when the signature verification result is that the signature verification passes, the verification operation is executed.
11. A data uplink apparatus, wherein the data uplink apparatus comprises: memory, processor and data uplink program stored on the memory and executable on the processor, the data uplink program when executed by the processor implementing the steps of the data uplink method according to any of claims 1 to 6.
12. A computer readable storage medium having stored thereon a data uplink program, the data uplink program when executed by a processor implementing the steps of the data uplink method according to any one of claims 1 to 6.
CN201811551769.7A 2018-12-18 2018-12-18 Data uplink method, device, equipment and computer readable storage medium Active CN109660356B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811551769.7A CN109660356B (en) 2018-12-18 2018-12-18 Data uplink method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811551769.7A CN109660356B (en) 2018-12-18 2018-12-18 Data uplink method, device, equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN109660356A CN109660356A (en) 2019-04-19
CN109660356B true CN109660356B (en) 2022-04-01

Family

ID=66113384

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811551769.7A Active CN109660356B (en) 2018-12-18 2018-12-18 Data uplink method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN109660356B (en)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111865596B (en) * 2019-04-29 2022-01-04 华控清交信息科技(北京)有限公司 Data transmission oriented verification method and system
CN110264348B (en) * 2019-05-07 2021-08-20 北京奇艺世纪科技有限公司 Processing method, device and storage medium for transaction uplink
CN110289963A (en) * 2019-05-08 2019-09-27 重庆八戒电子商务有限公司 Merging under high concurrent is packaged the method that block chain and its verifying is recorded
CN111475859B (en) * 2020-04-08 2021-01-01 珠海复旦创新研究院 Data sharing and database asynchronous verifiable query method, system and equipment based on block chain technology
CN111666540B (en) * 2020-06-05 2022-05-13 上海冠勇信息科技有限公司 Copyright storage and authentication method based on block chain and digital signature
CN112118112B (en) * 2020-09-08 2022-09-02 中国联合网络通信集团有限公司 Certificate copy using method and node equipment
CN112511605B (en) * 2020-11-17 2022-11-22 上海万向区块链股份公司 Management method, system and medium based on equipment asynchronous polling uplink state
CN112632637A (en) * 2020-12-23 2021-04-09 杭州趣链科技有限公司 Tamper-proof evidence obtaining method, system, device, storage medium and electronic equipment
CN112866359B (en) * 2021-01-05 2023-05-09 卓望数码技术(深圳)有限公司 Data chaining method and device, electronic equipment and storage medium
CN112733167A (en) * 2021-01-13 2021-04-30 京东数科海益信息科技有限公司 Electronic evidence data processing method and device, electronic equipment and storage medium
CN112784312A (en) * 2021-01-13 2021-05-11 杭州溪塔科技有限公司 Method and device for executing multiple deposit certificate transactions in combined mode and electronic equipment
CN114915636A (en) * 2021-02-09 2022-08-16 宜鼎国际股份有限公司 Data uplink system and method
CN113989000A (en) * 2021-10-19 2022-01-28 深圳前海微众银行股份有限公司 Method and device for processing uplink information of block chain

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106548091A (en) * 2016-10-14 2017-03-29 北京爱接力科技发展有限公司 A kind of data deposit card, the method and device of checking
EP3337091A1 (en) * 2016-12-16 2018-06-20 Bull SAS Traceability of a chain of multi-player processes by a blockchain, providing at least two levels of confidence for the stored information
CN108664770A (en) * 2018-05-22 2018-10-16 上海七印信息科技有限公司 There are methods of proof for a kind of high confidence level based on block chain technology
CN108833111A (en) * 2018-05-29 2018-11-16 浪潮软件集团有限公司 Block chain-based file evidence storage and identification realization method
CN109002732A (en) * 2018-07-17 2018-12-14 深圳前海微众银行股份有限公司 Data deposit card method, apparatus and system and data evidence collecting method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106548091A (en) * 2016-10-14 2017-03-29 北京爱接力科技发展有限公司 A kind of data deposit card, the method and device of checking
EP3337091A1 (en) * 2016-12-16 2018-06-20 Bull SAS Traceability of a chain of multi-player processes by a blockchain, providing at least two levels of confidence for the stored information
CN108664770A (en) * 2018-05-22 2018-10-16 上海七印信息科技有限公司 There are methods of proof for a kind of high confidence level based on block chain technology
CN108833111A (en) * 2018-05-29 2018-11-16 浪潮软件集团有限公司 Block chain-based file evidence storage and identification realization method
CN109002732A (en) * 2018-07-17 2018-12-14 深圳前海微众银行股份有限公司 Data deposit card method, apparatus and system and data evidence collecting method

Also Published As

Publication number Publication date
CN109660356A (en) 2019-04-19

Similar Documents

Publication Publication Date Title
CN109660356B (en) Data uplink method, device, equipment and computer readable storage medium
CN111163182B (en) Block chain-based device registration method and apparatus, electronic device, and storage medium
CN110879903A (en) Evidence storage method, evidence verification method, evidence storage device, evidence verification device, evidence storage equipment and evidence verification medium
CN107911222B (en) Digital signature generating method, digital signature verifying method, digital signature generating apparatus, digital signature verifying apparatus, and storage medium storing digital signature verifying program
US9792374B2 (en) Method and system for facilitating terminal identifiers
CN111563365B (en) Method and device for processing modification information of test standard worksheet and computer equipment
CN112019493A (en) Identity authentication method, identity authentication device, computer device, and medium
CN111314172B (en) Block chain-based data processing method, device, equipment and storage medium
CN109033475A (en) A kind of file memory method, device, equipment and storage medium
CN107145569B (en) Document management method and device
EP4030367A1 (en) Sign-bill collection method and apparatus based on blockchain, and device and readable storage medium
CN112631550A (en) Block chain random number generation method, device, equipment and computer storage medium
US20190379545A1 (en) System and method for decentralized digital structured data storage, management, and authentication using blockchain
CN112737782B (en) Method and apparatus for providing cross-chain messages
CN113094334B (en) Digital service method, device, equipment and storage medium based on distributed storage
CN111460394A (en) Copyright file verification method and device and computer readable storage medium
CN114127724A (en) Integrity audit for multi-copy storage
CN110597820A (en) Block chain based information processing method and device, storage medium and equipment
CN114491462A (en) Method, system, equipment and storage medium for signing multiple electronic documents once
CN114065156A (en) Data processing method, system, terminal and storage medium based on zero knowledge proof
CN110807203B (en) Data processing method, service operation center platform, system and storage medium
CN115859319A (en) Signing and sealing method and device for electronic document and storage medium
CN112994900B (en) File countersigning method, device, client, server and storage medium
CN113806815B (en) File signing method and system
CN112732676B (en) Block chain-based data migration method, device, equipment and 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
GR01 Patent grant
GR01 Patent grant