CN112749965A - Information monitoring method, system, equipment and storage medium - Google Patents

Information monitoring method, system, equipment and storage medium Download PDF

Info

Publication number
CN112749965A
CN112749965A CN201911048079.4A CN201911048079A CN112749965A CN 112749965 A CN112749965 A CN 112749965A CN 201911048079 A CN201911048079 A CN 201911048079A CN 112749965 A CN112749965 A CN 112749965A
Authority
CN
China
Prior art keywords
information
transaction
transaction information
node
tracking key
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.)
Granted
Application number
CN201911048079.4A
Other languages
Chinese (zh)
Other versions
CN112749965B (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.)
Shenzhen Onething Technology Co Ltd
Original Assignee
Shenzhen Onething 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 Shenzhen Onething Technology Co Ltd filed Critical Shenzhen Onething Technology Co Ltd
Priority to CN201911048079.4A priority Critical patent/CN112749965B/en
Publication of CN112749965A publication Critical patent/CN112749965A/en
Application granted granted Critical
Publication of CN112749965B publication Critical patent/CN112749965B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3829Payment protocols; Details thereof insuring higher security of transaction involving key management
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/389Keeping log of transactions for guaranteeing non-repudiation of a transaction
    • 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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Engineering & Computer Science (AREA)
  • Finance (AREA)
  • General Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Technology Law (AREA)
  • Storage Device Security (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention discloses an information monitoring method, a block chain system, information monitoring equipment and a storage medium, wherein the method comprises the following steps: public parameters are disclosed to transaction nodes in a block chain system, the public parameters comprise trap door public parameters and system public parameters, and the trap door public parameters are generated based on prestored trap door information; acquiring a tracking key generated by a transaction node, wherein the tracking key is generated based on a public parameter and a transaction information fragment; calculating a local corresponding transaction information segment based on the tracking key, the public parameter and the trapdoor information; and generating transaction information according to the transaction information segments corresponding to the local nodes and the transaction information segments in other supervision nodes. The method ensures the stability and the availability of the whole block chain system. In addition, the invention also provides a block chain system, information monitoring equipment and a storage medium, and the beneficial effects are as above.

Description

Information monitoring method, system, equipment and storage medium
Technical Field
The present invention relates to the field of block chains, and in particular, to an information monitoring method, system, device, and storage medium.
Background
Currently, a blockchain capable of realizing privacy protection is mainly represented by menlo coins, zero coins and the like, and often does not have a supervision function for essential contents of transaction data.
In the transaction process based on the block chain, the certification that the transaction amount is legal is often realized by adopting an interval certification mode, that is, corresponding commitment information and interval certification are generated according to the transaction amount, wherein the commitment information only can reflect an appointed interval of the transaction amount, but specific transaction amount cannot be disclosed. The interval certification scheme currently widely used in many blockchain projects with privacy protection is a bulletprofs interval certification scheme that proves to be short in size and high in verification speed.
In an actual scene, a blockchain with privacy protection may be frequently used for illegal transactions such as small-amount transactions and asset transfer by a malicious user, or the situation that the amount of money of a user account changes suddenly due to system bugs occurs, but the amount of money of the transaction cannot be obtained, so that the existence of an abnormal state cannot be determined, the overall stability of the blockchain system is difficult to ensure, and in addition, the supervision on the content of the transaction is difficult to realize, and the overall availability of the blockchain system cannot be ensured.
Therefore, it is a problem to be solved by those skilled in the art to provide an information monitoring method to relatively monitor the transaction amount of the blockchain with privacy protection, so as to ensure the stability and usability of the blockchain system as a whole.
Disclosure of Invention
The invention aims to provide an information monitoring method, a blockchain system, information monitoring equipment and a storage medium, so as to relatively realize monitoring of transaction amount of a blockchain with privacy protection, thereby ensuring the stability and usability of the blockchain system.
In order to solve the above technical problem, the present invention provides an information monitoring method, which is applied in a block chain system, and the method includes:
public parameters are disclosed to transaction nodes in a block chain system, the public parameters comprise trap door public parameters and system public parameters, and the trap door public parameters are generated based on prestored trap door information;
acquiring a tracking key generated by a transaction node, wherein the tracking key is generated based on a public parameter and a transaction information fragment;
calculating a local corresponding transaction information segment based on the tracking key, the public parameter and the trapdoor information;
and generating transaction information according to the transaction information segments corresponding to the local nodes and the transaction information segments in other supervision nodes.
Preferably, before obtaining the tracking key generated by the transaction node, the method further comprises:
obtaining a verification result of a verification node in the block chain system on a legality proof of the tracking key through a zero-knowledge proof mode, wherein the legality proof is generated by the transaction node on the basis of a Bulletproofs proof frame on the tracking key;
and when the verification result shows that the validity certificate passes the verification, executing the step of acquiring the tracking key generated by the transaction node.
Preferably, the blockchain system comprises a privacy preserving blockchain system.
In addition, the invention also provides an information monitoring method, which is applied to the transaction node in the block chain system and comprises the following steps:
the method comprises the steps that public parameters disclosed by supervision nodes in a block chain system are obtained, the number of the supervision nodes is larger than 1, the public parameters comprise trap door public parameters and system public parameters, and the trap door public parameters are generated based on trap door information pre-stored by the supervision nodes;
acquiring transaction information, and dividing the transaction information into transaction information segments;
calculating the public parameters and the corresponding transaction information segments to generate a tracking key;
and the tracking key is issued to the blockchain system so that the supervision node can calculate the transaction information according to the tracking key, the public parameter and the trapdoor information.
Preferably, the method further comprises:
generating a legality proof of the tracking key based on a proof framework of Bulletprofs, and issuing the legality proof and the tracking key to a block chain system so that a verification node of the block chain system verifies the legality proof in a zero-knowledge proof mode;
distributing a tracking key to a blockchain system, comprising:
and issuing the tracking key to each verification node of the blockchain system.
Preferably, the dividing of the transaction information into transaction information segments includes:
carrying out binary expansion on the transaction information to generate each binary bit of the transaction information;
dividing the binary bits to generate transaction information fragments;
generating a tracking key by operating the public parameter and the corresponding transaction information segment, comprising:
and generating the tracking key by operating the public parameter and the numerical value of each binary bit in the corresponding transaction information segment.
Preferably, the number of trapdoor information is less than or equal to the number of binary bits in the transaction information;
generating a tracking key by operating the public parameter and the value of each binary bit in the corresponding transaction information fragment, comprising:
dividing binary digit values in the transaction information fragment into value groups, wherein the number of the value groups is consistent with the number of the trapdoor information, and the value groups and the trapdoor information are in unique correspondence;
a tracking key is calculated based on the values of the binary bits in the set of values and the corresponding common parameters, the trapdoor common parameters corresponding to the set of values being generated based on the trapdoor information corresponding to the set of values.
Preferably, the Bulletproofs-based certification framework generates a legality certification for the tracking key, including:
the Bulletproofs-based certification framework generates a validity certification corresponding to each tracking key and a validity certification for the entire tracking key.
In addition, the invention also provides a block chain system, which comprises at least two transaction nodes and at least two supervision nodes, wherein:
the transaction node is used for acquiring public parameters disclosed by the supervision node in the block chain system, the public parameters comprise trap door public parameters and system public parameters, and the trap door public parameters are generated based on trap door information pre-stored by the supervision node; acquiring transaction information, and dividing the transaction information into transaction information segments; calculating the public parameters and the corresponding transaction information segments to generate a tracking key; the tracking key is issued to a block chain system so that a supervision node can calculate transaction information according to the tracking key, the public parameter and the trapdoor information;
the supervision node is used for disclosing the public parameters to the transaction nodes in the blockchain system; acquiring a tracking key generated by a transaction node; calculating a local corresponding transaction information segment based on the tracking key, the public parameter and the trapdoor information; and generating transaction information according to the transaction information segments corresponding to the local nodes and the transaction information segments in other supervision nodes.
In addition, the invention also provides information monitoring equipment, which comprises a memory, a processor and a bus, wherein the memory stores an information monitoring program which can be transmitted to the processor by the bus and run on the processor, and the information monitoring program realizes the information monitoring method when being executed by the processor.
In addition, the present invention also provides a computer readable storage medium, on which an information monitoring program is stored, where the information monitoring program can be executed by one or more processors to implement the information monitoring method as described above.
According to the information monitoring method provided by the invention, a transaction node acquires a public parameter generated by a supervision node in a blockchain system during system initialization, the public parameter comprises a trapdoor public parameter and a system public parameter, the number of the supervision nodes is more than 1, the trapdoor public parameter is generated by calculation based on trapdoor information stored by the supervision node, transaction information is further acquired, the transaction information is divided into transaction information segments, a tracking key is generated by operation of the public parameter and the corresponding transaction information segments, the tracking key is issued to the blockchain system after the tracking key is generated, so that the supervision nodes can calculate the transaction information segments according to the tracking key, the public parameter and the trapdoor information, and complete transaction information is generated by the transaction information segments corresponding to a plurality of supervision nodes. Because the common trap door parameters transmitted by the supervision nodes are generated by calculation based on the trap door information stored by the supervision nodes, and the trap door information is recorded in the supervision nodes, the supervision nodes can decrypt the tracking keys through the trap door information to obtain partial contents of the transaction information, and on the basis, a plurality of supervision nodes can restore the complete transaction information based on the transaction information fragments obtained by the supervision nodes, so that the effect of monitoring the transaction information in the block chain system by the supervision nodes is realized, and the integral stability and the availability of the block chain system are further ensured. In addition, the invention also provides a block chain system, information monitoring equipment and a storage medium, and the beneficial effects are as above.
Drawings
In order to illustrate the embodiments of the present invention more clearly, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of an information monitoring method according to an embodiment of the present invention;
FIG. 2 is a flow chart of another information monitoring method according to an embodiment of the present invention;
FIG. 3 is a flow chart of another information monitoring method according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a block chain system according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without any creative work belong to the protection scope of the present invention.
In the transaction process based on the block chain, the certification that the transaction amount is legal is often realized by adopting an interval certification mode, that is, corresponding commitment information and interval certification are generated according to the transaction amount, wherein the commitment information only can reflect an appointed interval of the transaction amount, but specific transaction amount cannot be disclosed. The interval certification scheme currently widely used in many blockchain projects with privacy protection is a bulletprofs interval certification scheme that proves to be short in size and high in verification speed.
In an actual scene, a blockchain with privacy protection may be frequently used for illegal transactions such as small-amount transactions and asset transfer by a malicious user, or the situation that the amount of money of a user account changes suddenly due to system bugs occurs, but the amount of money of the transaction cannot be obtained, so that the existence of an abnormal state cannot be determined, the overall stability of the blockchain system is difficult to ensure, and in addition, the supervision on the content of the transaction is difficult to realize, and the overall availability of the blockchain system cannot be ensured.
The core of the invention is to provide an information monitoring method, a blockchain system, information monitoring equipment and a storage medium, so as to relatively realize monitoring of transaction amount of a blockchain with privacy protection, thereby ensuring the stability and usability of the blockchain system as a whole.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Fig. 1 is a flowchart of an information monitoring method according to an embodiment of the present invention. Referring to fig. 1, the information monitoring method includes the following specific steps:
step S10: and disclosing public parameters to transaction nodes in the block chain system, wherein the public parameters comprise trap door public parameters and system public parameters, and the trap door public parameters are generated based on prestored trap door information.
It should be noted that an execution main body for executing each step in this embodiment should be a monitoring node in the blockchain system, and the monitoring node may be considered as a series of blockchain nodes having an information monitoring function in the blockchain system, where the number of the monitoring nodes in this embodiment is greater than 1, the information monitoring function refers to that when a transaction node in the blockchain system performs transaction communication, each monitoring node can monitor and acquire partial content of transaction information of the transaction node, and all the monitoring nodes can restore complete transaction information together according to respective transaction information. In addition, the same blockchain node in the blockchain system can execute the working logic of the supervision node or the transaction node, and then becomes the supervision node or the transaction node.
In this step, the supervision node discloses a common parameter to the transaction node in the blockchain system, and the common parameter includes a trapdoor common parameter and a system common parameter. The system public parameters are randomly generated or generated according to preset generation logic during system initialization; the common trap door parameter is calculated and generated based on the trap door information pre-saved in the supervision node, and it is emphasized that the trap door information is only recorded in the supervision node and specific contents can be learned only by the supervision node. The key point of the step is that the trapdoor public parameter is generated by calculation based on the trapdoor information, the trapdoor information comprises a trapdoor function, a trapdoor key and the like, and a series of parameters used for encrypting data and decrypting the encrypted data, and the trapdoor public parameter generated by calculation of the trapdoor information is essentially a result generated by encrypting an elliptic curve random number based on the trapdoor function and the trapdoor key in the trapdoor information.
After the trapdoor public parameter is generated, the trapdoor public parameter is sent to a transaction node in a block chain system, and the purpose is that the transaction node can further perform operation processing on transaction information in self transaction through the trapdoor public parameter.
Step S11: and acquiring a tracking key generated by the transaction node, wherein the tracking key is generated based on the public parameter and the transaction information segment.
After the trapdoor public parameter is sent to the transaction node in the blockchain system, a tracking key transmitted by the transaction node is further acquired, the key point of the step is that the tracking key is generated based on the transaction information of the transaction node and the trapdoor public parameter, namely, the tracking key simultaneously contains the transaction information and the trapdoor public parameter, so that in the subsequent step, the supervision node can calculate a transaction information segment according to the tracking key, the trapdoor public parameter and the trapdoor information.
Step S12: a locally corresponding transaction information segment is calculated based on the tracking key, the common parameter, and the trapdoor information.
After the trapdoor public parameter is sent to a transaction node in the blockchain system, the transaction node discloses a tracking key of the blockchain system and the trapdoor information and the public parameter stored in the transaction node, and a transaction information fragment corresponding to the tracking key is generated through calculation.
Step S13: and generating transaction information according to the transaction information segments corresponding to the local nodes and the transaction information segments in other supervision nodes.
In this embodiment, each monitoring node can restore the transaction information segment corresponding to the monitoring node according to the tracking key corresponding to the monitoring node, and the transaction information segments corresponding to each monitoring node are different and are part of the complete transaction segment, so that complete transaction information is generated together according to the transaction information segment corresponding to the local monitoring node and the transaction information segments of other monitoring nodes in this step.
According to the information monitoring method provided by the invention, a transaction node acquires a public parameter generated by a supervision node in a blockchain system during system initialization, the public parameter comprises a trapdoor public parameter and a system public parameter, the number of the supervision nodes is more than 1, the trapdoor public parameter is generated by calculation based on trapdoor information stored by the supervision node, transaction information is further acquired, the transaction information is divided into transaction information segments, a tracking key is generated by operation of the public parameter and the corresponding transaction information segments, the tracking key is issued to the blockchain system after the tracking key is generated, so that the supervision nodes can calculate the transaction information segments according to the tracking key, the public parameter and the trapdoor information, and complete transaction information is generated by the transaction information segments corresponding to a plurality of supervision nodes. Because the common trap door parameters transmitted by the supervision nodes are generated by calculation based on the trap door information stored by the supervision nodes, and the trap door information is recorded in the supervision nodes, the supervision nodes can decrypt the tracking keys through the trap door information to obtain partial contents of the transaction information, and on the basis, a plurality of supervision nodes can restore the complete transaction information based on the transaction information fragments obtained by the supervision nodes, so that the effect of monitoring the transaction information in the block chain system by the supervision nodes is realized, and the integral stability and the availability of the block chain system are further ensured.
On the basis of the above embodiments, the present invention also provides the following series of preferred embodiments.
Fig. 2 is a flowchart of another information monitoring method according to an embodiment of the present invention. Referring to fig. 2, the information monitoring method includes the following specific steps:
step S20: and disclosing public parameters to transaction nodes in the block chain system, wherein the public parameters comprise trap door public parameters and system public parameters, and the trap door public parameters are generated based on prestored trap door information.
Step S21: and obtaining a verification result of a verification node in the block chain system on the legality certification of the tracking key in a zero-knowledge certification mode, wherein the legality certification is generated on the tracking key by the transaction node based on a certification framework of Bulletprofs.
It should be noted that the validity proof in this step is generated by the transaction node through operation on the tracking key based on the certification framework of butletprofos, and the purpose is to prove that the transaction information fragment is in a normal value range interval to the verification node according to the validity proof, but the verification node cannot obtain the content of the specific transaction information fragment transacted by the transaction node according to the validity proof. In addition, the bulletin proofs certification framework is a bulletin proofs interval certification scheme, and compared with a Borromean interval certification scheme, the bulletin proofs interval certification scheme has the advantages that the added operation amount is similar on the basis of the original scheme, but the bulletin proofs are superior to the Borromean scheme in terms of space and efficiency, so the bulletin proofs interval certification scheme is more suitable for being applied to a privacy protection block chain system under the supervision requirement.
In this embodiment, the verification node is configured to verify the validity certification generated by the transaction node in a zero-knowledge certification manner, so as to determine whether the tracking key generated by the transaction node is usable according to a verification result of the validity certification. The zero-knowledge proof refers to that a transaction node, namely, a transaction node, proves and makes a verifier, namely, a verification node, believe that the verifier owns a certain message, namely, a tracking key generated according to a transaction information segment is legal, but the proving process cannot leak any information about the proved message to the verifier. The verification node may be a blockchain node in the blockchain system having a function of verifying the validity proof.
Step S22: and when the verification result represents that the validity certificate passes the verification, acquiring a tracking key generated by the transaction node, wherein the tracking key is generated based on the public parameter and the transaction information fragment.
Judging whether a legality certificate generated based on the tracking key is legal or not according to a verification result, if so, indicating that the tracking key has usability, further acquiring the tracking key generated by the transaction node according to the trap door public parameter and the transaction information fragment, and further analyzing the corresponding transaction information fragment according to the tracking key.
Step S23: a locally corresponding transaction information segment is calculated based on the tracking key, the common parameter, and the trapdoor information.
Step S24: and generating transaction information according to the transaction information segments corresponding to the local nodes and the transaction information segments in other supervision nodes.
According to the embodiment, the availability of the tracking key is verified through the verification node in the blockchain system, and the tracking key generated by the transaction node according to the trap door public parameter and the transaction information fragment is further obtained after the verification is passed, so that the accuracy of calculating the transaction information fragment according to the tracking key and the trap door information is relatively improved.
Based on the above embodiments, as a preferred implementation, the blockchain system includes a privacy-preserving blockchain system.
Because the privacy protection blockchain system has relatively high data privacy, the data in the system can be relatively ensured to have higher security during storage and transmission. The privacy preserving blockchain system further includes a menuing system and a menuing-like system.
Fig. 3 is a flowchart of another information monitoring method according to an embodiment of the present invention. Referring to fig. 3, the information monitoring method includes the following specific steps:
step S30: the method comprises the steps of obtaining public parameters disclosed by supervision nodes in a block chain system, wherein the number of the supervision nodes is larger than 1, the public parameters comprise trap door public parameters and system public parameters, and the trap door public parameters are generated based on trap door information pre-stored by the supervision nodes.
It should be noted that an execution main body for executing each step in this embodiment should be a transaction node in the blockchain system, where the transaction node acquires a common parameter issued by a plurality of supervisory nodes in the blockchain system, and the common parameter includes a trap common parameter generated based on trap information pre-stored by the supervisory nodes and a system common parameter.
Step S31: and acquiring the transaction information, and dividing the transaction information into transaction information segments.
In this step, the transaction node acquires transaction information generated when the transaction node executes a transaction, and divides the transaction information into a certain number of transaction information segments, the data length of each transaction information segment can be determined according to actual requirements, each transaction information segment can be combined into complete transaction information, and the number of the transaction information segments is consistent with the number of the monitoring nodes.
Step S32: and generating a tracking key by operating the public parameter and the corresponding transaction information segment.
Because the transaction information segment and the supervision node have a corresponding relationship, in the step, after the transaction node acquires the transaction information segment, the transaction node acquires the corresponding supervision node according to the transaction information segment, and then the transaction information segment is operated through public parameters issued by the supervision node in the blockchain system, and a corresponding tracking key is generated. It can be seen that for all transaction node segments there is a corresponding generated tracking key.
Step S33: and the tracking key is issued to the blockchain system so that the supervision node can calculate the transaction information according to the tracking key, the public parameter and the trapdoor information.
After the tracking key corresponding to each transaction information segment is generated, the transaction node further issues the tracking key to the blockchain system, the supervision node in the blockchain system can acquire the tracking key, the tracking key is calculated according to the public parameter and the trapdoor information to generate the corresponding transaction information segment, and the transaction information is generated through common calculation according to the transaction information segments of other supervision nodes.
According to the information monitoring method provided by the invention, a transaction node acquires a public parameter generated by a supervision node in a blockchain system during system initialization, the public parameter comprises a trapdoor public parameter and a system public parameter, the number of the supervision nodes is more than 1, the trapdoor public parameter is generated by calculation based on trapdoor information stored by the supervision node, transaction information is further acquired, the transaction information is divided into transaction information segments, a tracking key is generated by operation of the public parameter and the corresponding transaction information segments, the tracking key is issued to the blockchain system after the tracking key is generated, so that the supervision nodes can calculate the transaction information segments according to the tracking key, the public parameter and the trapdoor information, and complete transaction information is generated by the transaction information segments corresponding to a plurality of supervision nodes. Because the common trap door parameters transmitted by the supervision nodes are generated by calculation based on the trap door information stored by the supervision nodes, and the trap door information is recorded in the supervision nodes, the supervision nodes can decrypt the tracking keys through the trap door information to obtain partial contents of the transaction information, and on the basis, a plurality of supervision nodes can restore the complete transaction information based on the transaction information fragments obtained by the supervision nodes, so that the effect of monitoring the transaction information in the block chain system by the supervision nodes is realized, and the integral stability and the availability of the block chain system are further ensured.
On the basis of the above embodiment, as a preferred implementation, the method further includes:
generating a legality proof of the tracking key based on a proof framework of Bulletprofs, and issuing the legality proof and the tracking key to a block chain system so that a verification node of the block chain system verifies the legality proof in a zero-knowledge proof mode;
distributing a tracking key to a blockchain system, comprising:
and issuing the tracking key to each verification node of the blockchain system.
It should be noted that the validity proof in this embodiment is generated by the transaction node performing an operation on the tracking key based on a Bulletproofs certification framework, and the purpose is to certify, to the verification node, that the transaction information fragment is in a normal value domain interval according to the validity proof, but the verification node cannot obtain a specific value of the transaction performed by the transaction node according to the validity proof, and in addition, the Bulletproofs certification framework is a Bulletproofs interval certification scheme. Furthermore, it should be emphasized that after the verification node verifies the validity proof of the tracking key, the transaction node needs to issue the tracking key to the blockchain system through the verification node in order to ensure that the tracking key is not tampered.
The verification node of the embodiment is configured to verify the validity certification generated by the transaction node in a zero-knowledge certification manner, so as to determine whether the tracking key generated by the transaction node is usable according to a verification result of the validity certification. Wherein, the zero-knowledge proof means that the transaction node, i.e. the transaction node, proves and makes itself believe to own a certain message, i.e. the tracking key generated from the transaction information segment, to the verifier, i.e. the verification node, but the proving process cannot reveal any information about the proved message to the verifier. The verification node may be a blockchain node in the blockchain system having a function of verifying the validity proof.
And the supervision node judges whether the validity proof generated based on the tracking key has validity or not according to the verification result of the verification node, and if the validity proof has validity, the supervision node further acquires the tracking key for monitoring.
According to the embodiment, the availability of the tracking key is verified through the verification node in the block chain system, and the tracking key generated by the transaction node according to the trap door public parameter and the transaction information fragment is further obtained after the verification is passed, so that the accuracy of generating the transaction information fragment according to the tracking key and the trap door information calculation is relatively improved.
On the basis of the above embodiment, as a preferred embodiment, dividing the transaction information into transaction information pieces includes:
carrying out binary expansion on the transaction information to generate each binary bit of the transaction information;
dividing the binary bits to generate transaction information fragments;
generating a tracking key by operating the public parameter and the corresponding transaction information segment, comprising:
and generating the tracking key by operating the public parameter and the numerical value of each binary bit in the corresponding transaction information segment.
It should be noted that the key point of this embodiment is to perform binary expansion on the transaction information before calculating the tracking key according to the transaction information and the trapdoor common parameter, that is, the transaction information is expanded in a binary manner to generate the numerical value of each binary bit of the transaction information, and then calculate the corresponding tracking key according to the numerical value of each binary bit of the transaction information segment and the trapdoor common parameter, so as to generate the tracking key corresponding to the numerical value of each binary bit. The embodiment expands the transaction information in binary and generates corresponding tracking keys for the numerical value of each binary bit, thereby further improving the security of the transaction information.
On the basis of the above embodiment, further, the number of the trapdoor information is less than or equal to the number of the binary bits in the transaction information;
generating a tracking key by operating the public parameter and the value of each binary bit in the corresponding transaction information fragment, comprising:
dividing binary digit values in the transaction information fragment into value groups, wherein the number of the value groups is consistent with the number of the trapdoor information, and the value groups and the trapdoor information are in unique correspondence;
a tracking key is calculated based on the values of the binary bits in the set of values and the corresponding common parameters, the trapdoor common parameters corresponding to the set of values being generated based on the trapdoor information corresponding to the set of values.
It should be noted that, in this preferred embodiment, the value group is actually a finer-grained partition than the transaction segment, and the transaction information segment includes the value group.
The number of the trapdoor information of the whole supervision node is less than or equal to the number of the binary bits in the transaction information, and since a tracking key corresponding to each binary bit needs to be generated, in this embodiment, each trapdoor common parameter is respectively generated with the value of the binary bit in the corresponding value group to generate the tracking key. The embodiment relatively reduces the resource overhead occupied by the trap door public parameter during generation, and further improves the overall stability of the block chain system.
Further, as a preferred embodiment, the Bulletproofs-based certification framework generates a legality certification for the tracking key, including:
the Bulletproofs-based certification framework generates a validity certification corresponding to each tracking key and a validity certification for the entire tracking key.
The key point of the present embodiment is that the validity certificates for the tracking keys generated by the certification framework based on butletproofs are the validity certificates corresponding to the respective tracking keys and the validity certificates for all the tracking keys as a whole, and therefore the present embodiment can further improve the comprehensiveness of the validity certificates, thereby further improving the reliability of the verification of the tracking keys.
In order to deepen understanding of the above technical contents, the information monitoring method is further explained by a specific scene embodiment as follows:
in order to realize the function of multiparty combined supervision, the generation mode of the trapdoor is improved and optimized, the binary digit number of money is assumed to be n, k supervision nodes exist on a chain, and the supervision range of each supervision node is assumed to be niOne bit (each n)iNot being restricted, may be equal or unequal, i.e. ni∈[1,n]When n is satisfied1+…+nkN, each supervision node can only track partial amount information and cannot obtain the whole information, and in order to obtain the whole information, all the supervision nodes are required to be combined, and complete transaction information is recovered together through a trusted means or a multi-party secure computing and other technical methods, so that the right constraint on the supervision nodes is realized.
It should be noted that after the supervision range of each supervision node is defined, n is determined1,…,nkAnd each supervision node can automatically select the number of generated trapdoors and the number of bits for tracking the information of each trapdoor according to the bits in the supervision range of the supervision node, and after all supervision partitions are finished, each supervision node generates the own trapdoor, calculates the common parameters with the trapdoors, and discloses the common parameters with the trapdoors as all the common parameters on the chain together with the common parameters provided by the system.
The supervised division is illustrated: taking the menuo currency as an example, the total amount of money is 32, that is, the number of digits of the transaction information is 32, and assuming that there are 4 supervision nodes (A, B, C, D), which supervise 5, 7, 9, and 11 bits (5+7+9+11 equals to 32), the sequence is a0→a4,a5→a11,a12→a20,a21→a31For A, he supervises 5 bits, and he can choose to generate 1 trapdoor information, and track the amount of 5 bits with this trapdoor information, but the tracking time is 25He can also be 32 ═ l5 pieces of trap door information are generated, the sum of the 5 bits is tracked, and the tracking time is 5 & 21At this time, the number of tracking keys and corresponding legal certificates of the tracking keys of the user are increased to 10.
In fact, this is a trade-off to balance the computing power and resources of the parties, and for supervising node a, we recommend generating 2 trapdoor information, supervising 2 and 3 bits respectively; for supervising node B, we recommend to generate 2 trapdoor information, supervising 3 and 4 bits respectively; for the supervision node C, 3 pieces of trapdoor information are recommended to be generated, and 3 bits are supervised respectively; for supervising node D, we recommend to generate 3 trapdoor information, supervising 3,4 bits respectively.
The selection scheme of each supervisory node is not unique and is determined according to the scene and the requirement of a specific application, but once the jurisdiction range of each trapdoor information is determined, the scope is published, common parameters with the trapdoors are calculated and then published on a chain.
We now give an introduction to traceable bulletprofoofs interval certification schemes supporting multi-party supervision, in terms of supervision range partitioning and amount of trapdoor information, and partitioning of each trapdoor information:
the supervision node executes part:
1. system randomly generates elliptic curve (or other discrete cipher group) generator
Figure BDA0002254616290000131
For example (n-32);
2. supervision node A randomly selects trapdoor information y0,y1Calculating
Figure BDA0002254616290000141
And
Figure BDA0002254616290000142
3. supervising node B randomly selecting trap door information y2,y3Calculating
Figure BDA0002254616290000143
And
Figure BDA0002254616290000144
4. supervision node C randomly selects trapdoor information y4,y5,y6Calculating
Figure BDA0002254616290000145
And
Figure BDA00022546162900001416
and
Figure BDA0002254616290000146
5. supervision node D randomly selects trapdoor information y7,y8,y9Calculating
Figure BDA0002254616290000147
And
Figure BDA00022546162900001417
and
Figure BDA00022546162900001418
6. system publication g ═ g (g)0,…,gn-1),h=(h0,…,hn-1) And dividing (2,3,3,4,3,3,3, 4,4) ═ b0,…,b9) All common parameters are sent to all users.
The transaction node executes the part:
1. the transaction node calculates the commitment V as h of the transaction information segmentγgaWherein a ∈ [0,2 ]n-1]The bit a is expanded into a ═ a0+…+2iai+…+2n-1an-1,ai0, 1; wherein V represents a commitment value, gamma represents a confusion element, and a represents a privacy dollar value;
2. randomly selecting alpha from the trading node, and calculating
Figure BDA0002254616290000148
Where α is a random number (note that here α is not a in the previous step);
3. 0, …,9 for each j, for all ij=0,…,bj-1, transaction node calculation
Figure BDA0002254616290000149
The above actually characterizes the calculation content of the transaction node;
Figure BDA00022546162900001410
Figure BDA00022546162900001411
Figure BDA00022546162900001412
a total of 20 TKs are generatedi
4. For each TKiThe transaction node calculates pi (TKi) commitment proof;
5. transaction node computing
Figure BDA00022546162900001413
And give
Figure BDA00022546162900001414
The proof of promise is a proof of acceptance,
Figure BDA00022546162900001415
taken together as all TKsiA proof of legitimacy of (c);
6. transaction node output
Figure BDA0002254616290000151
7. The transaction node completes the remaining proofs following the steps of buckletprofos.
The authentication node executes a part:
1. verifying the correctness of all pi (TKi);
2. computing
Figure BDA0002254616290000152
Authentication
Figure BDA0002254616290000153
The correctness of the test;
3. the correctness of Bulletprofs was verified.
The supervision node acquires the part of the transaction information according to the tracking key TKi:
1. for each j 0, …,9, the supervising node calculates
Figure BDA0002254616290000154
Taking the supervision node a as an example, we introduce the supervision process:
2. calculate and compare
Figure BDA0002254616290000155
Output of
Figure BDA0002254616290000156
3. Calculate and compare
Figure BDA0002254616290000157
Output of
Figure BDA0002254616290000158
Where the number of trapdoor messages (i.e. the number of transaction message sections at the same time) 10 ═ t, the corresponding TKiThe number is 20-2 t, t can be used in mathematical expressions, e.g.
Figure BDA0002254616290000159
Or j ═ 0, …, t-1.
Note that all diIs only-1, so that each trapdoor information y isjCorresponding monitorThe amount of the operation is
Figure BDA00022546162900001510
Monitoring results a at the same timei=0,1。
4. All the supervision nodes track the transaction information segments within the supervision range bits of the supervision nodes and output the transaction information segments in a summary mode (a)0,…,an-1) Calculating the complete transaction information segment a ═ a0+…+2iai+…+2n-1an-1
In the above example, according to the supervision partition, the user divides the supervision bits to generate the corresponding TKsiAnd give proof of its legitimacy (including a single TK)iIs proof of pi (TK)i) ) and overall certification
Figure BDA00022546162900001511
The distribution mode of the trapdoor information to the transaction information fragments is selected by the supervision nodes, the bit length of each trapdoor information for supervision does not need to be equal, each supervision node can only track a certain amount of money bits independently, and cannot acquire all money, so that the autonomy and the adaptability of the block chain system are improved, and the function of multi-party combined supervision is realized.
In the above, the embodiment of the information monitoring method is described in detail, and the present invention further provides an information monitoring device corresponding to the method.
The information monitoring device provided by the embodiment of the invention comprises a memory, a processor and a bus, wherein an information monitoring program which can be transmitted to the processor by the bus and runs on the processor is stored in the memory, and the information monitoring method is realized when the information monitoring program is executed by the processor.
The cloud computing service device may be a node constituting a CDN network or a blockchain network.
Wherein the memory includes at least one type of readable storage medium including flash memory, hard disk, multi-media card, card type memory (e.g., SD or DX memory, etc.), magnetic memory, magnetic disk, optical disk, etc. The memory may be an internal storage unit of the cloud computing service device, such as a hard disk of the cloud computing service device, in some embodiments. The memory may also be an external storage device of the cloud computing service device in other embodiments, such as a plug-in hard disk equipped on the cloud computing service device, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like. Further, the memory may also include both an internal storage unit and an external storage device of the cloud computing service device. The memory may be used not only to store application software installed in the cloud computing service device and various types of data, such as codes of a video transcoding program, etc., but also to temporarily store data that has been output or is to be output.
The processor may be, in some embodiments, a Central Processing Unit (CPU), controller, microcontroller, microprocessor or other data Processing chip for executing program code stored in memory or Processing data, such as executing a video transcoding program.
The bus may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc.
The transaction node acquires public parameters generated by supervision nodes in a blockchain system when the system is initialized, the public parameters comprise trapdoor public parameters and system public parameters, the number of the supervision nodes is larger than 1, the trapdoor public parameters are generated by calculation based on the trapdoor information stored by the supervision nodes, transaction information is further acquired, the transaction information is divided into transaction information fragments, tracking keys are generated by operation of the public parameters and the corresponding transaction information fragments, the tracking keys are issued to the blockchain system after the tracking keys are generated, the transaction information fragments are calculated by the supervision nodes according to the tracking keys, the public parameters and the trapdoor information, and complete transaction information is generated by the transaction information fragments corresponding to the supervision nodes. Because the common trap door parameters transmitted by the supervision nodes are generated by calculation based on the trap door information stored by the supervision nodes, and the trap door information is recorded in the supervision nodes, the supervision nodes can decrypt the tracking keys through the trap door information to obtain partial contents of the transaction information, and on the basis, a plurality of supervision nodes can restore the complete transaction information based on the transaction information fragments obtained by the supervision nodes, so that the effect of monitoring the transaction information in the block chain system by the supervision nodes is realized, and the integral stability and the availability of the block chain system are further ensured.
Fig. 4 is a schematic structural diagram of a block chain system according to an embodiment of the present invention.
As shown in fig. 4, the blockchain system provided by the present invention includes at least two transaction nodes 10 and at least two supervision nodes 11, wherein:
the transaction node 10 is used for acquiring public parameters disclosed by the supervision nodes in the block chain system, the number of the supervision nodes is greater than 1, the public parameters comprise trap door public parameters and system public parameters, and the trap door public parameters are generated based on trap door information pre-stored by the supervision nodes; acquiring transaction information, and dividing the transaction information into transaction information segments; calculating the public parameters and the corresponding transaction information segments to generate a tracking key; the tracking key is issued to a block chain system so that a supervision node can calculate transaction information according to the tracking key, the public parameter and the trapdoor information;
a supervision node 11 for disclosing the common parameters to the transaction nodes in the blockchain system; acquiring a tracking key generated by a transaction node; calculating a local corresponding transaction information segment based on the tracking key, the public parameter and the trapdoor information; and generating transaction information according to the transaction information segments corresponding to the local nodes and the transaction information segments in other supervision nodes.
According to the block chain system provided by the invention, the transaction node acquires the public parameter generated by the supervision node in the block chain system during system initialization, the public parameter comprises the trap door public parameter and the system public parameter, the number of the supervision nodes is more than 1, the trap door public parameter is generated by calculation based on the trap door information stored by the supervision node, further transaction information is acquired, the transaction information is divided into transaction information segments, further a tracking key is generated by operation of the public parameter and the corresponding transaction information segments, after the tracking key is generated, the tracking key is issued to the block chain system, so that the supervision nodes can calculate the transaction information segments according to the tracking key, the public parameter and the trap door information, and the transaction information segments corresponding to a plurality of supervision nodes can generate complete transaction information together. Because the common trap door parameters transmitted by the supervision nodes are generated by calculation based on the trap door information stored by the supervision nodes, and the trap door information is recorded in the supervision nodes, the supervision nodes can decrypt the tracking keys through the trap door information to obtain partial contents of the transaction information, and on the basis, a plurality of supervision nodes can restore the complete transaction information based on the transaction information fragments obtained by the supervision nodes, so that the effect of monitoring the transaction information in the block chain system by the supervision nodes is realized, and the integral stability and the availability of the block chain system are further ensured.
In addition, the present invention also provides a computer readable storage medium, on which an operation terminal data processing program is stored, the operation terminal data processing program being executable by one or more processors to implement the information monitoring method as described above.
The transaction node acquires public parameters generated by the supervision node in a blockchain system during system initialization, the public parameters comprise trap door public parameters and system public parameters, the number of the supervision nodes is larger than 1, the trap door public parameters are generated through calculation based on the trap door information stored by the supervision node, transaction information is further acquired and divided into transaction information segments, tracking keys are generated through operation of the public parameters and the corresponding transaction information segments, the tracking keys are issued to the blockchain system after the tracking keys are generated, the transaction information segments are calculated by the supervision nodes according to the tracking keys, the public parameters and the trap door information, and complete transaction information is generated through the transaction information segments corresponding to the supervision nodes. Because the common trap door parameters transmitted by the supervision nodes are generated by calculation based on the trap door information stored by the supervision nodes, and the trap door information is recorded in the supervision nodes, the supervision nodes can decrypt the tracking keys through the trap door information to obtain partial contents of the transaction information, and on the basis, a plurality of supervision nodes can restore the complete transaction information based on the transaction information fragments obtained by the supervision nodes, so that the effect of monitoring the transaction information in the block chain system by the supervision nodes is realized, and the integral stability and the availability of the block chain system are further ensured.
The information monitoring method, the block chain system, the information monitoring device and the storage medium provided by the invention are described in detail above. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, 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 identical elements in a process, method, article, or apparatus that comprises the element.

Claims (11)

1. An information monitoring method applied to a supervision node in a blockchain system, the method comprising:
public parameters are disclosed to transaction nodes in a block chain system, the public parameters comprise trap door public parameters and system public parameters, and the trap door public parameters are generated based on prestored trap door information;
acquiring a tracking key generated by the transaction node, wherein the tracking key is generated based on the public parameter and the transaction information segment;
calculating a locally corresponding transaction information segment based on the tracking key, the common parameter and the trapdoor information;
and generating transaction information according to the locally corresponding transaction information segments and the transaction information segments in other supervision nodes.
2. The information monitoring method of claim 1, wherein prior to said obtaining the tracking key generated by the transaction node, the method further comprises:
obtaining a verification result of a verification node in the block chain system on a legality certification of the tracking key in a zero-knowledge certification mode, wherein the legality certification is generated on the tracking key by the transaction node based on a certification framework of Bulletprofs;
and when the verification result shows that the validity certificate passes the verification, executing the step of acquiring the tracking key generated by the transaction node.
3. The information monitoring method according to claim 1 or 2, wherein the blockchain system comprises a privacy-preserving blockchain system.
4. An information monitoring method applied to a transaction node in a blockchain system, the method comprising:
the method comprises the steps that public parameters disclosed by supervision nodes in a block chain system are obtained, the number of the supervision nodes is larger than 1, the public parameters comprise trap door public parameters and system public parameters, and the trap door public parameters are generated based on trap door information pre-stored by the supervision nodes;
acquiring transaction information, and dividing the transaction information into transaction information segments;
calculating the public parameters and the corresponding transaction information fragments to generate a tracking key;
and issuing the tracking key to the blockchain system so that the supervision node can calculate the transaction information according to the tracking key, the public parameter and the trapdoor information.
5. The information monitoring method of claim 4, further comprising:
generating a legality proof of the tracking key based on a proof framework of Bulletprofs, and issuing the legality proof and the tracking key to the blockchain system so that a verification node of the blockchain system can verify the legality proof in a zero-knowledge proof manner;
the issuing the tracking key to the blockchain system includes:
issuing the tracking key to each of the verification nodes of the blockchain system.
6. The information monitoring method of claim 5, wherein the dividing the transaction information into transaction information segments comprises:
carrying out binary expansion on the transaction information to generate each binary bit of the transaction information;
dividing the binary digits to generate the transaction information fragments;
the generating a tracking key by operating the public parameter and the corresponding transaction information segment includes:
and generating the tracking key by operating the public parameter and the numerical value of each binary digit in the corresponding transaction information fragment.
7. The information monitoring method of claim 6, wherein the amount of trapdoor information is less than or equal to the amount of binary bits in the transaction information;
the generating the tracking key by operating the public parameter with the value of each binary digit in the corresponding transaction information segment includes:
dividing binary digit values in the transaction information fragment into value groups, wherein the number of the value groups is consistent with the number of the trapdoor information, and the value groups and the trapdoor information are in unique correspondence;
calculating the tracking key according to the values of the binary bits in the value group and the corresponding common parameters, wherein the trap door common parameters corresponding to the value group are generated based on the trap door information corresponding to the value group.
8. The information monitoring method of claim 7, wherein the Bulletproofs-based attestation framework generates a proof of legitimacy for the tracking key, comprising:
and generating a legality proof corresponding to each tracking key and a legality proof of the whole tracking key based on the certification framework of the Bulletprofs.
9. A blockchain system comprising at least two transaction nodes and at least two supervisory nodes, wherein:
the transaction node is used for acquiring public parameters disclosed by a supervision node in a block chain system, wherein the public parameters comprise trap door public parameters and system public parameters, and the trap door public parameters are generated based on trap door information pre-stored by the supervision node; acquiring transaction information, and dividing the transaction information into transaction information segments; calculating the public parameters and the corresponding transaction information fragments to generate a tracking key; issuing the tracking key to the blockchain system for the supervisory node to calculate the transaction information according to the tracking key, the public parameter and the trapdoor information;
the supervision node is used for disclosing the public parameters to transaction nodes in a blockchain system; acquiring the tracking key generated by the transaction node; calculating a locally corresponding transaction information segment based on the tracking key, the common parameter and the trapdoor information; and generating transaction information according to the locally corresponding transaction information segments and the transaction information segments in other supervision nodes.
10. An information monitoring apparatus, characterized in that the apparatus comprises a memory, a processor and a bus, the memory stores an information monitoring program which can be transmitted to the processor by the bus and run on the processor, the information monitoring program realizes the information monitoring method according to any one of claims 1 to 3 or the information monitoring method according to any one of claims 4 to 8 when executed by the processor.
11. A computer-readable storage medium having stored thereon an information monitoring program executable by one or more processors to implement the information monitoring method of any one of claims 1 to 3 or the information monitoring method of any one of claims 4 to 8.
CN201911048079.4A 2019-10-30 2019-10-30 Information monitoring method, system, equipment and storage medium Active CN112749965B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911048079.4A CN112749965B (en) 2019-10-30 2019-10-30 Information monitoring method, system, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911048079.4A CN112749965B (en) 2019-10-30 2019-10-30 Information monitoring method, system, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112749965A true CN112749965A (en) 2021-05-04
CN112749965B CN112749965B (en) 2024-04-09

Family

ID=75640911

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911048079.4A Active CN112749965B (en) 2019-10-30 2019-10-30 Information monitoring method, system, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112749965B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101680260B1 (en) * 2015-12-14 2016-11-29 주식회사 코인플러그 Certificate issuance system and method based on block chain
CN107609417A (en) * 2017-08-29 2018-01-19 北京航空航天大学 For the anonymous message transmission system and method audited and followed the trail of
CN108960832A (en) * 2018-08-09 2018-12-07 全链通有限公司 The method for secret protection and system of block chain real name communication
CN109034796A (en) * 2018-06-15 2018-12-18 重庆金融资产交易所有限责任公司 Transaction monitoring and managing method, electronic device and readable storage medium storing program for executing based on alliance's chain
US20190251270A1 (en) * 2018-11-07 2019-08-15 Alibaba Group Holding Limited Regulating blockchain confidential transactions

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101680260B1 (en) * 2015-12-14 2016-11-29 주식회사 코인플러그 Certificate issuance system and method based on block chain
CN107609417A (en) * 2017-08-29 2018-01-19 北京航空航天大学 For the anonymous message transmission system and method audited and followed the trail of
CN109034796A (en) * 2018-06-15 2018-12-18 重庆金融资产交易所有限责任公司 Transaction monitoring and managing method, electronic device and readable storage medium storing program for executing based on alliance's chain
CN108960832A (en) * 2018-08-09 2018-12-07 全链通有限公司 The method for secret protection and system of block chain real name communication
US20190251270A1 (en) * 2018-11-07 2019-08-15 Alibaba Group Holding Limited Regulating blockchain confidential transactions

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李佩丽;徐海霞;马添军;穆永恒;: "可更改区块链技术研究", 密码学报, no. 05, pages 501 - 509 *

Also Published As

Publication number Publication date
CN112749965B (en) 2024-04-09

Similar Documents

Publication Publication Date Title
US11449819B2 (en) Blockchain-based authentication and authorization
CN110378139B (en) Data key protection method, system, electronic equipment and storage medium
JP7208930B2 (en) Release of controlled cryptographic private keys
US20200145231A1 (en) Secure dynamic threshold signature scheme employing trusted hardware
CN110213059B (en) Random number generation method, random number generation device and storage medium
WO2018153486A1 (en) Method for signing a new block in a decentralized blockchain consensus network
KR20150048827A (en) Input consistency verification for two-party secure function evaluation
Cheng et al. Polynomial-based modifiable blockchain structure for removing fraud transactions
TW201320701A (en) Information processing device, information processing method, and program
CN111400728A (en) Data encryption and decryption method and device applied to block chain
CN114358782A (en) Block chain transaction auditing method, device, equipment and storage medium
CN110910110B (en) Data processing method and device and computer storage medium
CN110990790B (en) Data processing method and equipment
CN116599669A (en) Data processing method, device, computer equipment and storage medium
CN112751675B (en) Information monitoring method, system, equipment and storage medium based on block chain
CN110266478B (en) Information processing method and electronic equipment
CN112749965B (en) Information monitoring method, system, equipment and storage medium
CN113055178B (en) Block chain system, and method, system, device and medium for transmitting numerical information
CN113159774A (en) Monitorable zero-knowledge proof verification method and system in block chain
Vijayakumaran An introduction to bitcoin
CN112749964B (en) Information monitoring method, system, equipment and storage medium
CN114026586A (en) Zero knowledge or pay protocol for granting access to encrypted assets
CN112887097A (en) Signature method based on SM2 elliptic curve, related device and storage medium
CN117473557B (en) Trusted setting method and device
CN116933334B (en) Calculation element authentication method and device based on data operation project

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
TA01 Transfer of patent application right

Effective date of registration: 20210910

Address after: 518000 21 / f-23 / F, block B, building 12, Shenzhen Bay science and technology ecological park, No. 18, South Keji Road, high tech community, Yuehai street, Nanshan District, Shenzhen City, Guangdong Province

Applicant after: Xunlei Networking Technologies, Ltd.

Applicant after: SHENZHEN ONETHING TECHNOLOGIES Co.,Ltd.

Address before: 518052 Room 201, building A, No. 1, Qian Wan Road, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong (Shenzhen Qianhai business secretary Co., Ltd.)

Applicant before: SHENZHEN ONETHING TECHNOLOGIES Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20240620

Address after: 518000 Port Building 0610-E13, Maritime Center, No. 59, Linhai Avenue, Nanshan Street, Qianhai Shenzhen Hong Kong Cooperation Zone, Shenzhen, Guangdong

Patentee after: SHENZHEN ONETHING TECHNOLOGIES Co.,Ltd.

Country or region after: China

Address before: 518000 21 / f-23 / F, block B, building 12, Shenzhen Bay science and technology ecological park, No. 18, South Keji Road, high tech community, Yuehai street, Nanshan District, Shenzhen City, Guangdong Province

Patentee before: Xunlei Networking Technologies, Ltd.

Country or region before: China

Patentee before: SHENZHEN ONETHING TECHNOLOGIES Co.,Ltd.