CN111563744A - Method for verifying Fabric complex endorsement policy in cross-chain - Google Patents

Method for verifying Fabric complex endorsement policy in cross-chain Download PDF

Info

Publication number
CN111563744A
CN111563744A CN202010316330.7A CN202010316330A CN111563744A CN 111563744 A CN111563744 A CN 111563744A CN 202010316330 A CN202010316330 A CN 202010316330A CN 111563744 A CN111563744 A CN 111563744A
Authority
CN
China
Prior art keywords
chain
cross
endorsement
endorsement policy
fabric
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
CN202010316330.7A
Other languages
Chinese (zh)
Other versions
CN111563744B (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.)
Hangzhou Qulian Technology Co Ltd
Original Assignee
Hangzhou Qulian 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 Hangzhou Qulian Technology Co Ltd filed Critical Hangzhou Qulian Technology Co Ltd
Priority to CN202010316330.7A priority Critical patent/CN111563744B/en
Priority to CN202310473948.8A priority patent/CN116582272A/en
Publication of CN111563744A publication Critical patent/CN111563744A/en
Application granted granted Critical
Publication of CN111563744B publication Critical patent/CN111563744B/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/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
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/101Access control lists [ACL]
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a method for verifying a Fabric complex endorsement policy in a cross-chain, wherein in the method, a Fabric block chain registers an MSP list, a chain code ID and an endorsement policy description in a cross-chain network at first, transmits a generated cross-chain transaction to a relay chain, then the relay chain analyzes a transaction execution result and an endorsement node signature set to generate an endorsement policy interpreter, confirms that the transaction execution result is consistent with the chain code ID registered in the cross-chain network, and fails verification if the transaction execution result is inconsistent with the chain code ID registered in the cross-chain network, and finally verifies the signature set by the endorsement policy interpreter. The invention can verify the user-defined complex endorsement strategy; the method is user-friendly to the Fabric network, and only the endorsement policy description needs to be submitted without compiling the verification policy by the user; the malicious attack of the user through different chain codes can be prevented.

Description

Method for verifying Fabric complex endorsement policy in cross-chain
Technical Field
The invention belongs to the technical field of block chains, and particularly relates to a method for verifying a Fabric complex endorsement strategy in a cross-chain mode.
Background
The cross-chain technology refers to the realization of cross-chain interoperation of the account book by connecting relatively independent block chain systems. In terms of asset exchange, some block chains are still isolated from each other, so that the barriers to intercommunication between the block chain applications are very high, and the verification of the transaction in asset exchange is a very great challenge.
Verification of cross-chain transactions generated by a Fabric blockchain is particularly difficult, the Fabric blockchain has a specified endorsement node for endorsement of the transactions, the Fabric endorsement node is a set consisting of a plurality of nodes, and a user can make a customized endorsement policy for the set, such as specifying which nodes endorsement or some endorsement in the nodes is required. For example, endorsement nodes a, B, C and D exist in the Fabric blockchain, and the user may define that two nodes a and B must be endorsed successfully to ensure that the transaction endorsement is successful as long as any node succeeds in endorsement, that is, the transaction endorsement is successful. While such customization provides flexibility in terms of blockchain endorsement requirements, writing validation rules for endorsement information for transactions thrown by Fabric in cross-chain transactions provides a significant barrier, as there is a significant overhead, both in terms of workload and complexity, if a corresponding validation rule is written for each policy.
The conventional cross-chain verification cannot verify a complex endorsement policy, but can verify a simple endorsement policy, such as a transaction signed by one node or signed by a fixed number of nodes. Generally, for a default Fabric network, the endorsement policy is that the transaction can be considered to be valid as long as any node in the endorsement node pool endorses the transaction, so that the simple endorsement policy only needs to store the certificates of all endorsement nodes in the cross-chain network, and only needs to traverse the certificates for signature verification during verification. But for the complex endorsement strategy, the simple traversal cannot be performed, and the cross-chain requirement of the Fabric complex endorsement strategy in actual production cannot be met at all.
Disclosure of Invention
The invention aims to provide a method for verifying a Fabric complex endorsement policy in a cross-chain mode aiming at the defects of the prior art.
The purpose of the invention is realized by the following technical scheme: a method for verifying a Fabric complex endorsement policy in a cross-chain comprises the following steps:
(1) registering all MSP lists, chain code IDs and expressions of endorsement strategies in a block chain network into a cross-chain network by the Fabric block chain;
(2) when the Fabric blockchain generates a cross-chain transaction, the transaction information which is linked up is transmitted to a relay chain of a cross-chain network, and the relay chain carries out endorsement verification on the transaction information, and the method comprises the following sub-steps:
(2.1) the relay chain analyzes the execution result of the transaction proposal and the signature set of the endorsement node on the execution result of the transaction proposal from the transaction information;
(2.2) performing semantic analysis on an expression of an endorsement policy of the Fabric blockchain registered in the cross-chain network in the step (1) to split the expression into a logic syntax tree, and mapping the logic syntax tree and an MSP list transmitted into the cross-chain network in the step (1) to generate an endorsement policy interpreter;
(2.3) the relay link compares the chain code ID in the execution result of the transaction proposal obtained in the step (2.1) with the chain code ID registered in the cross-link network by the Fabric in the step (1), confirms that the chain code IDs are consistent, and if the chain code IDs are not consistent, the verification fails;
(2.4) placing the signature set of the endorsement node obtained in the step (2.1) on the execution result of the transaction proposal into the endorsement policy interpreter generated in the step (2.2), checking whether the number of the signature sets conforms to the expression of the endorsement policy transmitted in the step (1) by the endorsement policy interpreter, judging whether the logic of the signature set conforms to the logic syntax tree, extracting a certificate of the endorsement policy requirement in an MSP (mixed signal processor) list hooked with the logic syntax tree in the step (2.2), and checking the signature of the signature set; if the signature of the signature set meets the requirements of the endorsement policy interpreter and the signature passes the verification, the verification is passed, otherwise, the verification fails.
Further, the step (2.2) is specifically: adopting an abstract syntax tree to perform semantic analysis on the expression of the endorsement policy of the Fabric blockchain registered in the cross-chain network in the step (1) and converting the expression into a tree-shaped data structure to obtain a logic syntax tree, and then mapping the logic syntax tree and an MSP list transmitted into the cross-chain network in the step (1) to generate the endorsement policy interpreter.
Further, when the endorsement policy in the Fabric blockchain is updated, the expression of the endorsement policy is synchronously updated into the cross-chain network, and a new endorsement policy interpreter is generated at the time of verification of each transaction.
The invention has the beneficial effects that: in the invention, a Fabric block chain registers an MSP list, a chain code ID and an endorsement strategy description in a cross-chain network, transmits a generated cross-chain transaction to a relay chain, then the relay chain analyzes a transaction execution result and an endorsement node signature set to generate an endorsement strategy interpreter, confirms that the transaction execution result is consistent with the chain code ID registered in the cross-chain network, and finally the endorsement strategy interpreter verifies the signature set; the invention has the following characteristics:
1. the invention can verify the user-defined complex endorsement strategy;
2. the method is user-friendly to the Fabric network, verification strategies do not need to be compiled by self, and endorsement strategy descriptions only need to be submitted;
3. the invention can prevent the user from carrying out malicious attack through different chain codes.
Drawings
FIG. 1 is a schematic diagram of a registration phase of a Fabric to a cross-link network;
FIG. 2 is a flow chart of the verification of the Fabric Complex validation rule.
Detailed Description
The invention discloses a method for verifying a Fabric complex endorsement policy in a cross-chain, which comprises the following steps:
(1) as shown in FIG. 1, during the registration phase of a Fabric blockchain to a cross-chain network, the Fabric blockchain registers a list of MSPs of all institutions in the blockchain network, a chain code ID used to send cross-chain transactions, and an endorsement policy description into the cross-chain network.
The Fabric MSP list needs to include MSP lists of all organizations in the Fabric blockchain network, and MSP lists of multiple organizations need to be combined when the endorsement policy is generated, instead of only taking the MSP list of a single organization as an input source of the endorsement policy.
(2) As shown in fig. 2, when a Fabric blockchain generates a cross-chain transaction, the transaction information that has been linked up is transmitted to a relay chain of a cross-chain network, and the relay chain performs endorsement verification on the transaction information, including the following sub-steps:
and (2.1) the relay chain analyzes the execution result of the transaction proposal and the signature set of the endorsement node on the execution result of the transaction proposal from the transaction information.
(2.2) compiling the endorsement policy description of the Fabric blockchain registered in the cross-chain network in the step (1), and generating an endorsement policy interpreter by combining with an MSP (mixed-Signal processor) list registered in the cross-chain network, specifically: semantic analysis is carried out on the endorsement policy description, the endorsement policy description is split into a logic Syntax Tree, for example, an Abstract Syntax Tree (AST) is used for converting an endorsement policy expression into a Tree-shaped data structure, and then the logic Syntax Tree is hooked with an MSP list transmitted into a cross-chain network in the step (1).
It should be noted that, when the endorsement policy in the Fabric blockchain is updated, the endorsement policy is synchronously updated to the cross-chain network, and the verification method of the invention generates a new endorsement policy interpreter during each transaction verification, rather than permanently generating a cached interpreter for a specific Fabric blockchain. The updating of the endorsement policy does not affect the updating of the authentication method.
And (2.3) the relay link compares the link code ID in the execution result of the transaction proposal with the link code ID registered in the cross-link network by the Fabric in the step (1), confirms that the link code IDs are consistent, and if the link code IDs are not consistent, the verification fails.
In order to prevent malicious attacks, when a transaction sent by a Fabric is verified, the ID of the chain code needs to be checked, and a malicious attacker is prevented from achieving the purpose of malicious transaction through false transactions constructed by different chain codes.
(2.4) putting the signature set of the endorsement node obtained in the step (2.1) on the execution result of the transaction proposal into the endorsement policy interpreter generated in the step (2.2), and verifying the endorsement policy interpreter through the logic syntax tree obtained in the step (2.2), wherein the verification is specifically as follows: checking whether the number of the signature sets conforms to the endorsement policy description transmitted in the step (1), judging whether the logic of the signature sets conforms to the logic syntax tree, extracting the certificate required by the endorsement policy in the MSP list hooked with the logic syntax tree in the step (2.2), and checking the signature of the endorsement node on the signature sets of the execution result of the transaction proposal; if the signature of the signature set meets the requirements of the endorsement policy interpreter and the signature passes the verification, the verification is passed, otherwise, the verification fails.
To elaborate on the specific authentication process, an example is used, when organization 1 (with member A, B), organization 2 (with member C, D) and organization 3 (with member E, F) form a Fabric blockchain network, the MSP lists of organization 1, organization 2 and organization 3 need to be submitted to the cross-chain network during registration of the Fabric network to the cross-chain network. Meanwhile, if the Fabric blockchain specifies an endorsement policy of add (Or add 2.c, Or add 3.e)) at this time, the policy expression also needs to be registered in the cross-chain network, And the chain code ID involved in the cross-chain transaction needs to be registered. After the registration is finished, if the Fabric network generates a cross-chain transaction, the cross-chain transaction is submitted to the cross-chain network, the cross-chain network needs to verify transaction information, a grammar tree is generated according to the endorsement policy expression, leaf nodes of the grammar tree are a member A, a member C and a member E, and at the moment, the mapping between the members of the leaf nodes and the certificate of the member in the MSP list needs to be established. An endorsement policy interpreter is generated from this syntax tree that produces the mappings. The signature set of the endorsement node in the transaction message can then be verified by the interpreter.

Claims (3)

1.A method for verifying a Fabric complex endorsement policy in a cross-chain manner is characterized by comprising the following steps:
(1) the Fabric blockchain registers all MSP lists, chain code IDs, expressions of endorsement policies and the like in the blockchain network into the cross-chain network.
(2) When the Fabric blockchain generates a cross-chain transaction, the transaction information which is linked up is transmitted to a relay chain of a cross-chain network, and the relay chain carries out endorsement verification on the transaction information, and the method comprises the following sub-steps:
and (2.1) the relay chain analyzes the execution result of the transaction proposal, the signature set of the endorsement node on the execution result of the transaction proposal and the like from the transaction information.
And (2.2) performing semantic analysis on the expression of the endorsement policy of the Fabric blockchain registered in the cross-chain network in the step (1) to split the expression into a logic syntax tree, and then mapping the logic syntax tree and the MSP list transmitted into the cross-chain network in the step (1) to generate the endorsement policy interpreter.
And (2.3) the relay link compares the chain code ID in the execution result of the transaction proposal obtained in the step (2.1) with the chain code ID registered in the cross-link network by the Fabric in the step (1), confirms that the chain code IDs are consistent, and if the chain code IDs are not consistent, the verification fails.
(2.4) placing the signature set of the endorsement node obtained in the step (2.1) on the execution result of the transaction proposal into the endorsement policy interpreter generated in the step (2.2), checking whether the number of the signature sets conforms to the expression of the endorsement policy transmitted in the step (1) by the endorsement policy interpreter, judging whether the logic of the signature set conforms to the logic syntax tree, extracting a certificate of the endorsement policy requirement in an MSP (mixed signal processor) list hooked with the logic syntax tree in the step (2.2), and checking the signature of the signature set; if the signature of the signature set meets the requirements of the endorsement policy interpreter and the signature passes the verification, the verification is passed, otherwise, the verification fails.
2. The method for validating the Fabric complex endorsement policy in the cross-chain as claimed in claim 1, wherein the step (2.2) is specifically as follows: adopting an abstract syntax tree to perform semantic analysis on the expression of the endorsement policy of the Fabric blockchain registered in the cross-chain network in the step (1) and converting the expression into a tree-shaped data structure to obtain a logic syntax tree, and then mapping the logic syntax tree and an MSP list transmitted into the cross-chain network in the step (1) to generate the endorsement policy interpreter.
3. The method for verifying the Fabric complex endorsement policy in the cross-chain as claimed in claim 1, wherein when the endorsement policy in the Fabric blockchain is updated, the expression of the endorsement policy is synchronously updated into the cross-chain network, and a new endorsement policy interpreter is generated at each transaction verification.
CN202010316330.7A 2020-04-21 2020-04-21 Method for verifying Fabric complex endorsement policy in cross-chain Active CN111563744B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202010316330.7A CN111563744B (en) 2020-04-21 2020-04-21 Method for verifying Fabric complex endorsement policy in cross-chain
CN202310473948.8A CN116582272A (en) 2020-04-21 2020-04-21 Method for verifying Fabric complex endorsement policy in cross-chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010316330.7A CN111563744B (en) 2020-04-21 2020-04-21 Method for verifying Fabric complex endorsement policy in cross-chain

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN202310473948.8A Division CN116582272A (en) 2020-04-21 2020-04-21 Method for verifying Fabric complex endorsement policy in cross-chain

Publications (2)

Publication Number Publication Date
CN111563744A true CN111563744A (en) 2020-08-21
CN111563744B CN111563744B (en) 2023-05-26

Family

ID=72071896

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202310473948.8A Pending CN116582272A (en) 2020-04-21 2020-04-21 Method for verifying Fabric complex endorsement policy in cross-chain
CN202010316330.7A Active CN111563744B (en) 2020-04-21 2020-04-21 Method for verifying Fabric complex endorsement policy in cross-chain

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN202310473948.8A Pending CN116582272A (en) 2020-04-21 2020-04-21 Method for verifying Fabric complex endorsement policy in cross-chain

Country Status (1)

Country Link
CN (2) CN116582272A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112398853A (en) * 2020-11-16 2021-02-23 东软集团股份有限公司 Method, device and system for realizing alliance chain cross-chain communication
CN112508563A (en) * 2020-12-01 2021-03-16 浙商银行股份有限公司 Cross-chain transaction credibility verification method and device and computer equipment
CN112783877A (en) * 2020-12-30 2021-05-11 北京百度网讯科技有限公司 Cross-link data verification method, device, equipment and storage medium

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017057323A (en) * 2015-09-17 2017-03-23 Jxエネルギー株式会社 Thermoplastic elastomer composition and manufacturing method therefor
CN108256864A (en) * 2018-02-13 2018-07-06 中链科技有限公司 Between a kind of block chain across the foundation of chain alliance and communication means, system
CN108269190A (en) * 2018-01-17 2018-07-10 深圳四方精创资讯股份有限公司 Across chain method and its system based on across chain relaying platform
CN108288159A (en) * 2018-03-07 2018-07-17 物数(上海)信息科技有限公司 Across chain method of commerce, system, equipment and storage medium based on multi-tiling chain
CN108416578A (en) * 2018-03-14 2018-08-17 郑杰骞 A kind of block catenary system and data processing method
CN109146490A (en) * 2018-10-11 2019-01-04 北京京东尚科信息技术有限公司 block generation method, device and system
CN109214818A (en) * 2017-06-30 2019-01-15 华为技术有限公司 Across the chain method of commerce of one kind and device
EP3540628A1 (en) * 2018-03-13 2019-09-18 NEC Laboratories Europe GmbH Mechanism for efficient validation of finality proof in lightweight distributed ledger clients
CN110266655A (en) * 2019-05-30 2019-09-20 中国工商银行股份有限公司 A kind of across chain interconnected method, equipment and system based on block chain
US20190340267A1 (en) * 2018-05-01 2019-11-07 International Business Machines Corporation Blockchain implementing cross-chain transactions
CN110751475A (en) * 2019-10-24 2020-02-04 杭州趣链科技有限公司 Cross-chain method, system, equipment and storage medium for blockchain transaction
CN110766408A (en) * 2019-10-24 2020-02-07 杭州趣链科技有限公司 Cross-chain transaction verification method, engine, equipment and storage medium for heterogeneous block chain
CN110855565A (en) * 2019-11-22 2020-02-28 广州大学 Verifiable inter-domain route verification method based on block chain

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017057323A (en) * 2015-09-17 2017-03-23 Jxエネルギー株式会社 Thermoplastic elastomer composition and manufacturing method therefor
CN109214818A (en) * 2017-06-30 2019-01-15 华为技术有限公司 Across the chain method of commerce of one kind and device
CN108269190A (en) * 2018-01-17 2018-07-10 深圳四方精创资讯股份有限公司 Across chain method and its system based on across chain relaying platform
CN108256864A (en) * 2018-02-13 2018-07-06 中链科技有限公司 Between a kind of block chain across the foundation of chain alliance and communication means, system
CN108288159A (en) * 2018-03-07 2018-07-17 物数(上海)信息科技有限公司 Across chain method of commerce, system, equipment and storage medium based on multi-tiling chain
EP3540628A1 (en) * 2018-03-13 2019-09-18 NEC Laboratories Europe GmbH Mechanism for efficient validation of finality proof in lightweight distributed ledger clients
CN108416578A (en) * 2018-03-14 2018-08-17 郑杰骞 A kind of block catenary system and data processing method
US20190340267A1 (en) * 2018-05-01 2019-11-07 International Business Machines Corporation Blockchain implementing cross-chain transactions
CN109146490A (en) * 2018-10-11 2019-01-04 北京京东尚科信息技术有限公司 block generation method, device and system
CN110266655A (en) * 2019-05-30 2019-09-20 中国工商银行股份有限公司 A kind of across chain interconnected method, equipment and system based on block chain
CN110751475A (en) * 2019-10-24 2020-02-04 杭州趣链科技有限公司 Cross-chain method, system, equipment and storage medium for blockchain transaction
CN110766408A (en) * 2019-10-24 2020-02-07 杭州趣链科技有限公司 Cross-chain transaction verification method, engine, equipment and storage medium for heterogeneous block chain
CN110855565A (en) * 2019-11-22 2020-02-28 广州大学 Verifiable inter-domain route verification method based on block chain

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
HARISH SUKHWANI等: "Performance Modeling of Hyperledger Fabric (Permissioned Blockchain Network)" *
路爱同等: "区块链跨链技术研究" *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112398853A (en) * 2020-11-16 2021-02-23 东软集团股份有限公司 Method, device and system for realizing alliance chain cross-chain communication
CN112508563A (en) * 2020-12-01 2021-03-16 浙商银行股份有限公司 Cross-chain transaction credibility verification method and device and computer equipment
CN112783877A (en) * 2020-12-30 2021-05-11 北京百度网讯科技有限公司 Cross-link data verification method, device, equipment and storage medium
CN112783877B (en) * 2020-12-30 2024-06-07 北京百度网讯科技有限公司 Cross-chain data verification method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN111563744B (en) 2023-05-26
CN116582272A (en) 2023-08-11

Similar Documents

Publication Publication Date Title
CN112508566B (en) Cross-link privacy transaction method and device based on alliance links
KR101962686B1 (en) System and method for electronic voting
CN110569658B (en) User information processing method and device based on blockchain network, electronic equipment and storage medium
CN108881187A (en) A kind of across chain data transferring method and equipment suitable for permitting chain scene
CN108769173A (en) The block chain implementation method and equipment of the intelligent contract of operation
CN107786547A (en) A kind of auth method based on block chain, device and computer-readable recording medium
CN107844704A (en) One kind is based on block chain believable intelligent contract reinforcement means
CN106899570A (en) The processing method of Quick Response Code, apparatus and system
CN106533696A (en) Block chain-based identity authentication methods, authentication server and user terminal
CN110071808A (en) A kind of the secure digital identity verification method and device of block chain user
CN110535648A (en) Electronic certificate is generated and verified and key controlling method, device, system and medium
CN106341233A (en) Authentication method for client to log into server, device, system and electronic device
EP4216077A1 (en) Blockchain network-based method and apparatus for data processing, and computer device
CA3106936A1 (en) Centralized threat intelligence
KR20220093198A (en) Execution of transactions using dedicated and open blockchains
CN113992360A (en) Block chain cross-chain-based federated learning method and equipment
CN111563744B (en) Method for verifying Fabric complex endorsement policy in cross-chain
CN111967061B (en) Block chain-based trusted account transfer transaction method and device
CN108022090A (en) Virtual account management method, equipment, system and readable storage medium storing program for executing
CN110400217A (en) The regular changing process method and device of intelligent contract
CN109919614A (en) A kind of method for protecting intelligent contract privacy using zero-knowledge proof in block chain
CN109862006A (en) A kind of block catenary system cut-in method, apparatus and system
CN112202564A (en) Transaction transfer method and device, electronic equipment and readable storage medium
CN108093000A (en) A kind of information query method based on eID authentications, apparatus and system
US20070100854A1 (en) Method of providing a validatable data structure

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