CN109636622B - Block chain-based fund data sharing method and system and electronic equipment - Google Patents

Block chain-based fund data sharing method and system and electronic equipment Download PDF

Info

Publication number
CN109636622B
CN109636622B CN201910004444.5A CN201910004444A CN109636622B CN 109636622 B CN109636622 B CN 109636622B CN 201910004444 A CN201910004444 A CN 201910004444A CN 109636622 B CN109636622 B CN 109636622B
Authority
CN
China
Prior art keywords
node
transaction data
verification
fund transaction
fund
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910004444.5A
Other languages
Chinese (zh)
Other versions
CN109636622A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201910004444.5A priority Critical patent/CN109636622B/en
Publication of CN109636622A publication Critical patent/CN109636622A/en
Application granted granted Critical
Publication of CN109636622B publication Critical patent/CN109636622B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/06Asset management; Financial planning or analysis

Abstract

The invention relates to the technical field of blockchains, and discloses a method, a system and electronic equipment for sharing fund data based on blockchains. The method comprises the following steps: the reporting node acquires the changed fund transaction data and broadcasts the fund transaction data to the blockchain; the verification node receives and verifies the fund transaction data; if the fund transaction data is successfully verified, the verification node broadcasts a notice of the successful verification of the fund transaction data to the blockchain, so that each node in the blockchain records the fund transaction data into each account book maintained after receiving the notice; the query node detects a query request; if the query node detects the query request, extracting target fund transaction data queried by the query request from an account book maintained by the query node, so that real-time synchronous sharing of the fund transaction data can be realized without occupying excessive labor cost; and the credibility of the sharing of the fund transaction data is improved, and the method is true and reliable.

Description

Block chain-based fund data sharing method and system and electronic equipment
Technical Field
The present invention relates to the field of blockchain technologies, and in particular, to a blockchain-based fund data sharing method, a blockchain-based fund data sharing system, and electronic devices.
Background
As the financial investment market becomes more active, the rate of updating the fund data is also increasing in frequent trading activities. Therefore, in order to ensure that the trading participants can follow up with changes in the fund data, it is necessary to share constantly changing fund data in real time between the trading participants.
In the current fund management system, the fund data sharing synchronization is mainly carried out among all transaction participants through the modes of files or data sharing tools and the like. However, in practice, it is found that this way of sharing the fund data is largely dependent on manual monitoring and management, and a large time delay usually occurs when the sharing of the fund data is synchronized, so that the real-time performance of the sharing synchronization of the fund data is greatly reduced.
Disclosure of Invention
In order to solve the problem of low real-time synchronization of fund data sharing in the related art, the invention provides a method, a system and electronic equipment for sharing fund data based on a blockchain.
The first aspect of the embodiment of the invention discloses a block chain-based fund data sharing method, which comprises the following steps:
the reporting node acquires the changed fund transaction data and broadcasts the fund transaction data to the blockchain; the reporting node is a node corresponding to any one of a plurality of fund transaction participants, and the fund transaction participants are accessed into the blockchain through a blockchain gateway;
A verification node receives and verifies the fund transaction data; if the fund transaction data is successfully verified, the verification node broadcasts a notice of the successful verification of the fund transaction data to the blockchain, so that each node in the blockchain records the fund transaction data into each maintained account book after receiving the notice; the verification node is any node except the reporting node in the blockchain;
the query node detects a query request; if the query node detects the query request, extracting target fund transaction data queried by the query request from an account book maintained by the query node; wherein the query node is any node in the blockchain.
The second aspect of the embodiment of the invention discloses a block chain-based fund data sharing system, which comprises nodes corresponding to a plurality of fund transaction participants in the block chain, wherein:
the reporting node is used for acquiring the changed fund transaction data and broadcasting the fund transaction data to the blockchain; the reporting node is a node corresponding to any one of the plurality of fund transaction participants, and the fund transaction participant is accessed into the blockchain through a blockchain gateway;
A verification node for receiving and verifying the fund transaction data; and broadcasting a notification of successful verification of the fund transaction data to the blockchain when the verification of the fund transaction data is successful, so that each node in the blockchain records the fund transaction data into each maintained ledger after receiving the notification; the verification node is any node except the reporting node among nodes corresponding to the multiple fund transaction participants;
the query node is used for detecting a query request; when the query request is detected, extracting target fund transaction data queried by the query request from an account book maintained by the query node; the query node is a node corresponding to any one of the plurality of fund transaction participants.
A third aspect of the embodiment of the present invention discloses an electronic device, including:
a processor;
and the memory is stored with computer readable instructions, and when the computer readable instructions are executed by the processor, the method for sharing the fund data based on the blockchain disclosed by the first aspect of the embodiment of the invention is realized.
A fourth aspect of the embodiments of the present invention discloses a computer-readable storage medium storing a computer program that causes a computer to execute the blockchain-based fund data sharing method disclosed in the first aspect of the embodiments of the present invention.
The technical scheme provided by the embodiment of the invention can comprise the following beneficial effects:
the invention provides a block chain-based fund data sharing method, which comprises the following steps: based on a mechanism of the blockchain, when any node forming the blockchain changes the fund transaction data, the changed fund transaction data is broadcasted to the whole blockchain, so that other nodes in the blockchain can acquire the changed fund transaction data, thereby realizing real-time synchronous sharing of the fund transaction data without occupying excessive labor cost; in addition, the changed fund transaction data can be formally recorded into the account book corresponding to each node on the blockchain after verification and confirmation, so that the credibility of sharing the fund transaction data is improved, and the system is real and reliable.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention as claimed.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
Fig. 1 is a schematic structural diagram of an electronic device according to an embodiment of the present invention;
FIG. 2 is a flow chart of a blockchain-based fund data sharing method in accordance with an embodiment of the present invention;
FIG. 3 is a flow chart of another blockchain-based fund data sharing method in accordance with embodiments of the present invention;
FIG. 4 is a flow chart of yet another blockchain-based fund data sharing method in accordance with embodiments of the present invention;
FIG. 5 is a block chain based fund data sharing system according to an embodiment of the present invention;
FIG. 6 is a block chain based fund data sharing system according to an embodiment of the present invention.
Detailed Description
Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples do not represent all implementations consistent with the invention. Rather, they are merely examples of apparatus and methods consistent with aspects of the invention as detailed in the accompanying claims.
The implementation environment of the invention can be an electronic device, such as a smart phone, a tablet computer, a desktop computer.
Fig. 1 is a schematic structural view of an apparatus according to an embodiment of the present invention. The apparatus 100 may be the electronic device described above. As shown in fig. 1, the apparatus 100 may include one or more of the following components: a processing component 102, a memory 104, a power supply component 106, a multimedia component 108, an audio component 110, a sensor component 114, and a communication component 116.
The processing component 102 generally controls overall operation of the device 100, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations, among others. The processing component 102 may include one or more processors 118 to execute instructions to perform all or part of the steps of the methods described below. Further, the processing component 102 can include one or more modules to facilitate interactions between the processing component 102 and other components. For example, the processing component 102 may include a multimedia module for facilitating interaction between the multimedia component 108 and the processing component 102.
The memory 104 is configured to store various types of data to support operations at the apparatus 100. Examples of such data include instructions for any application or method operating on the device 100. The Memory 104 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, such as static random access Memory (Static Random Access Memory, SRAM), electrically erasable Programmable Read-Only Memory (Electrically Erasable Programmable Read-Only Memory, EEPROM), erasable Programmable Read-Only Memory (Erasable Programmable Read Only Memory, EPROM), programmable Read-Only Memory (PROM), read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk, or optical disk. Also stored in the memory 104 are one or more modules configured to be executed by the one or more processors 118 to perform all or part of the steps in the methods shown below.
The power supply assembly 106 provides power to the various components of the device 100. The power components 106 may include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for the device 100.
The multimedia component 108 includes a screen between the device 100 and the user that provides an output interface. In some embodiments, the screen may include a liquid crystal display (Liquid Crystal Display, LCD for short) and a touch panel. If the screen includes a touch panel, the screen may be implemented as a touch screen to receive input signals from a user. The touch panel includes one or more touch sensors to sense touches, swipes, and gestures on the touch panel. The touch sensor may sense not only the boundary of a touch or sliding action, but also the duration and pressure associated with the touch or sliding operation. The screen may also include an organic electroluminescent display (Organic Light Emitting Display, OLED for short).
The audio component 110 is configured to output and/or input audio signals. For example, the audio component 110 includes a Microphone (MIC) configured to receive external audio signals when the device 100 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may be further stored in the memory 104 or transmitted via the communication component 116. In some embodiments, the audio component 110 further comprises a speaker for outputting audio signals.
The sensor assembly 114 includes one or more sensors for providing status assessment of various aspects of the device 100. For example, the sensor assembly 114 may detect an on/off state of the device 100, a relative positioning of the assemblies, the sensor assembly 114 may also detect a change in position of the device 100 or a component of the device 100, and a change in temperature of the device 100. In some embodiments, the sensor assembly 114 may also include a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 116 is configured to facilitate communication between the apparatus 100 and other devices in a wired or wireless manner. The device 100 may access a Wireless network based on a communication standard, such as WiFi (Wireless-Fidelity). In an embodiment of the present invention, the communication component 116 receives a broadcast signal or broadcast-related information from an external broadcast management system via a broadcast channel. In an embodiment of the present invention, the communication component 116 further includes a near field communication (Near Field Communication, abbreviated as NFC) module for facilitating short range communications. For example, the NFC module may be implemented based on radio frequency identification (Radio Frequency Identification, RFID) technology, infrared data association (Infrared Data Association, irDA) technology, ultra Wideband (UWB) technology, bluetooth technology, and other technologies.
In an exemplary embodiment, the apparatus 100 may be implemented by one or more application specific integrated circuits (Application Specific Integrated Circuit, abbreviated ASIC), digital signal processors, digital signal processing devices, programmable logic devices, field programmable gate arrays, controllers, microcontrollers, microprocessors or other electronic components for executing the methods described below.
Referring to fig. 2, fig. 2 is a flow chart of a block chain-based fund data sharing method according to an embodiment of the invention. The blockchain-based fund data sharing method as shown in fig. 2 may include the steps of:
201. the reporting node acquires the changed fund transaction data and broadcasts the fund transaction data to the blockchain; the reporting node is a node corresponding to any one of a plurality of fund transaction participants, and the fund transaction participants are accessed into a blockchain through a blockchain gateway.
In the embodiment of the invention, the blockchain is a decentralized distributed database, and the characteristics of collective maintenance by a plurality of fund transaction participants added to the blockchain are represented. The data blocks are stored in the database in time sequence, a plurality of fund transaction records are stored in each block, and the non-tamper property, the non-forgery property and the verifiability of the data in the block are ensured by using a cryptography method; using a consensus algorithm to enable all nodes (theoretically all nodes) of the whole network to finish approval of the block; and exchanging data between different nodes through Peer-to-Peer (P2P).
In embodiments of the present invention, the fund transaction participants may include sales systems (e.g., sales sites, personal users, and other third party sales systems), funds systems, and share registration systems (e.g., open fund registration transit systems), among others; the fund transaction data may include user data, transaction data, asset data, and fund product data, etc., wherein the user data includes account opening, sales, customer profile changes, account registration data, etc.; transaction data including underwriting, claims, redemption, escrow, fund conversion, non-transaction passes, share freeze/thaw and share force/subtract data, etc.; asset data includes hosted fund asset and user asset data, etc.; the fund product data includes product establishment, product release, product temporary opening, product inventory, product distribution data, and the like.
As an alternative embodiment, after the reporting node obtains the altered fund transaction data and before the reporting node broadcasts the fund transaction data to the blockchain, the method may include the following steps:
the reporting node judges whether the reporting node has reporting authority for the transaction data type of the fund transaction data; if the reporting node has reporting authority, broadcasting the fund transaction data to a blockchain; if the reporting node does not have reporting authority, the fund transaction data is not broadcast to the blockchain.
202. The verification node receives and verifies the fund transaction data; if the fund transaction data is successfully verified, the verification node broadcasts a notice of the successful verification of the fund transaction data to the blockchain, so that each node in the blockchain records the fund transaction data into each account book maintained after receiving the notice; the verification node is any node except the reporting node in the block chain.
As an alternative embodiment, after the verifying node receives the fund transaction data and before the verifying node verifies the fund transaction data, the method may include the steps of:
the verification node judges whether the verification node has verification authority for the transaction data type of the fund transaction data; if the verification node has verification authority, executing verification of the fund transaction data; if the verification node does not have the verification authority, the fund transaction data is not verified.
In the embodiment of the present invention, optionally, a manner in which each node in the blockchain records the fund transaction data into each maintained ledger after receiving the notification may specifically be:
for any node in the blockchain, the node judges whether the node has recording authority of the transaction data type of the fund transaction data after receiving the notification; if the node has the recording authority, the node records the fund transaction data into an account book maintained by the node; if the node does not have the recording authority, the node does not record the fund transaction data into an account book maintained by the node.
As an optional implementation manner, a plurality of specific fund transaction participants can be selected, and nodes corresponding to the fund transaction participants form a alliance chain; the alliance chain refers to a blockchain with the consensus process controlled by a preselected node, only transaction member nodes belonging to the inside of the alliance have rights to access, when data change occurs to the transaction member nodes forming the alliance chain, the change data is broadcasted to the whole alliance chain, for example, 10 financial institution systems participating in a certain fund transaction project together form the alliance chain. The transaction members forming the alliance chain can jointly negotiate and confirm the rule of joining the alliance chain, and optionally, a designated alliance link point identifier can be added for each transaction member node in the alliance chain; alternatively, a digital certificate is generated for verifying the identity of the federation chain node.
Specifically, optionally, after any transaction member node in the federation chain receives the change data, the method may include the following steps:
the node identifies alliance chain node identification information/digital certificate information of the node to be verified broadcasting the change data;
the node judges whether the alliance chain node identification information/digital certificate information of the node to be verified is matched with the alliance chain node identification information/digital certificate information of the node to be verified;
If the nodes are matched, judging that the node to be verified belongs to the alliance chain node, and executing verification or recording operation on the changed data; if the nodes do not match, the node to be verified is judged not to belong to the alliance chain node, and further processing operation on the modified data is not executed.
Therefore, by implementing an alternative implementation manner, through one alliance chain operated by a plurality of specific fund transaction participants, only authorized nodes in the alliance chain can be ensured to access shared data in the alliance chain, so that the problem of privacy disclosure of the nodes is avoided, and meanwhile, the efficiency of processing the fund transaction is improved.
203. The query node detects a query request; if the query node detects the query request, extracting target fund transaction data queried by the query request from an account book maintained by the query node; the query node is any node in the blockchain.
In the embodiment of the invention, the account book maintained by any node in the blockchain stores the fund transaction data in a connected data block structure. Each data block includes a block header and a block body, the block body stores a plurality of fund transaction data records and a binary merck tree formed by hash values of each record, and the block header generally includes a version number, a hash value (hash pointer) of a previous data block connected with the data block, and the like. The block header/body data item and block chain structure (e.g., single-chain and double-chain structure) may also vary according to the application requirements.
As an alternative embodiment, the query request may include a hash value and an index number of the target fund transaction data. The query node extracts the target fund transaction data queried by the query request from the account book maintained by the query node specifically comprises the following steps:
the query node obtains a hash value and an index number of target fund transaction data included in the query request;
the query node finds out a block corresponding to the hash value from an account book maintained by the query node according to the hash value of the target fund transaction data;
the query node extracts the target fund transaction data corresponding to the index number from the block according to the index number of the target fund transaction data.
Therefore, when implementing the method described in fig. 2, when any node forming the blockchain changes the fund transaction data, the modified fund transaction data is broadcasted to the whole blockchain, so that other nodes in the blockchain can acquire the modified fund transaction data, thereby realizing real-time synchronous sharing of the fund transaction data without occupying excessive labor cost; in addition, the changed fund transaction data can be formally recorded into the account book corresponding to each node on the blockchain after verification and confirmation, so that the credibility of sharing the fund transaction data is improved, and the system is real and reliable.
Referring to fig. 3, fig. 3 is a flowchart illustrating another exemplary blockchain-based fund data sharing method according to an embodiment of the present invention. As shown in fig. 3, the blockchain-based fund data sharing method may include the steps of:
301. the reporting node obtains the changed fund transaction data.
302. The reporting node judges whether the reporting node has reporting authority for the transaction data type of the fund transaction data; if the reporting node has reporting authority, executing the steps 303-305; if the reporting node does not have reporting authority, ending the flow.
303. The reporting node encrypts the fund transaction data by using the stored first encryption parameter corresponding to the transaction data type of the fund transaction data, and broadcasts the encrypted fund transaction data to the blockchain.
304. The verification node receives the encrypted fund transaction data, and decrypts the encrypted fund transaction data by using the stored first decryption parameters so as to judge whether the verification node has verification authority for the transaction data type of the fund transaction data.
305. If the decryption is successful, the verification node determines that the verification node has verification authority, and obtains the decrypted fund transaction data.
In the embodiment of the invention, if the decryption fails, the verification node determines that the verification node does not have the verification authority, and the fund transaction data is not verified.
306. The verification node verifies the fund transaction data; if the verification of the fund transaction data is successful, the verification node encrypts the notice of the successful verification of the fund transaction data by using the stored first encryption parameter, and broadcasts the encrypted notice to the blockchain.
As an alternative implementation, a preset standard is set, and only when the verification result after the verification node in the blockchain verifies the fund transaction data meets the preset standard, the fund transaction data can be issued to the blockchain. Specifically, if the preset standard is a bayer fault tolerance standard, the bayer fault tolerance standard is that the number of verification nodes for successfully verifying the data of the foundation trade is greater than two thirds of the total number of verification nodes. For example, for one account registration data, if the total number of verification nodes is 12 and the number of verification nodes for successfully verifying the account registration data is 9, the verification result of the account registration data satisfies the bayer fault tolerance standard, and the notification for successfully verifying the account registration data may be broadcasted to the blockchain after being encrypted.
307. For any node in the blockchain, after receiving the encrypted notification, the node decrypts the encrypted notification by using the stored second decryption parameter to judge whether the node has recording authority of the transaction data type of the fund transaction data; if the decryption is successful, the node determines that the node has recording authority, obtains decrypted fund transaction data, and records the fund transaction data into an account book maintained by the node; if the decryption fails, the node determines that the node does not have recording authority, and the node does not record the fund transaction data into an account book maintained by the node.
In the embodiment of the invention, the verification/recording authority can be granted to the appointed node aiming at the transaction data types of different fund transaction data. And, each node granted authentication/recording authority for the transaction data type stores encryption/decryption parameters corresponding to the transaction data type. For example, for a piece of user asset data that is newly generated at the completion of a transaction, only the node corresponding to the specified asset registration system can verify the piece of user asset data and issue it onto the blockchain where the node corresponding to the asset registration system is located.
It can be seen that by implementing the embodiment of the invention, the fund transaction data can be sent to the node with verification/recording authority for the transaction data type according to the type of the transaction data type; and by encrypting the fund transaction data, the privacy of the data published on the blockchain can be ensured.
308. The query node detects a query request; if the query node detects the query request, extracting target fund transaction data queried by the query request from an account book maintained by the query node.
Therefore, when implementing the method described in fig. 3, when any node forming the blockchain changes the fund transaction data, the modified fund transaction data is broadcasted to the whole blockchain, so that other nodes in the blockchain can acquire the modified fund transaction data, thereby realizing real-time synchronous sharing of the fund transaction data without occupying excessive labor cost; in addition, the changed fund transaction data can be formally recorded into the account book corresponding to each node on the blockchain after verification and confirmation, so that the credibility of sharing the fund transaction data is improved, and the system is real and reliable; in addition, the fund transaction data can be transmitted to the node with verification/recording authority for the transaction data type according to the type of the transaction data type; and by encrypting the fund transaction data, the privacy of the data published on the blockchain can be ensured.
Referring to fig. 4, fig. 4 is a flowchart illustrating another exemplary blockchain-based fund data sharing method according to an embodiment of the present invention. As shown in fig. 4, the blockchain-based fund data sharing method may include the steps of:
401. the reporting node obtains the changed fund transaction data.
402. The reporting node judges whether the reporting node has reporting authority for the transaction data type of the fund transaction data; if the reporting node has reporting authority, executing the steps 403 to 405; if the reporting node does not have reporting authority, ending the flow.
403. The reporting node encrypts the fund transaction data by using the stored first encryption parameter corresponding to the transaction data type of the fund transaction data, and signs the encrypted fund transaction data by using the node identification of the reporting node.
404. The reporting node broadcasts the encrypted fund transaction data signed by the reporting node to a blockchain.
405. The verification node receives the encrypted and reporting node signed fund transaction data, and identifies the node identification of the reporting node in the encrypted and reporting node signed fund transaction data.
406. The verification node judges whether the reporting node is a trusted reporting node according to the node identification of the reporting node, if so, the stored first decryption parameter is utilized to decrypt the encrypted and signed fund transaction data to judge whether the verification node has verification authority for the transaction data type of the fund transaction data.
407. If the decryption is successful, the verification node determines that the verification node has verification authority, and obtains decrypted fund transaction data.
In the embodiment of the invention, besides limiting the verification/record authority of the nodes in the blockchain to the specific transaction data type through encryption/decryption parameters, the node identification can be used for identifying whether the source node of any fund transaction data is a trusted reporting/verification node.
Specifically, as an optional implementation manner, the mode that the verification node judges whether the reporting node is a trusted reporting node according to the node identifier of the reporting node is specifically as follows:
the verification node judges whether the node identification can be searched in the stored white list according to the node identification of the reporting node; if yes, judging that the reporting node is a trusted reporting node; if not, judging that the reporting node is not the trusted reporting node.
Further, each node in the blockchain stores a paired public key and a secret key in advance, the secret key is used for encrypting the node identifier from plaintext to ciphertext, and the public key is used for decrypting the ciphertext to plaintext, so as to obtain the node identifier, therefore, the manner that the reporting node broadcasts the encrypted and signed fund transaction data to the blockchain can be as follows:
the reporting node encrypts the node identifier by using the stored key to obtain the encrypted node identifier;
the reporting node broadcasts the encrypted node identification and the encrypted and signed fund transaction data to the blockchain.
Correspondingly, the verification node receives the encrypted and reporting node signed fund transaction data, and identifies the node identification of the reporting node in the encrypted and reporting node signed fund transaction data, comprising:
the verification node receives the encrypted node identification and the encrypted and reported node signed fund transaction data, and identifies the node identification of the reported node in the encrypted and reported node signed fund transaction data;
the verification node decrypts the encrypted node identification by using the stored public key, and judges whether the decrypted node identification is consistent with the identified node identification; if the report nodes are consistent, judging whether the report nodes are trusted report nodes according to the node identification of the report nodes.
Thus, the node identification can be prevented from being maliciously tampered, and the integrity of verification information is ensured.
408. The verification node verifies the fund transaction data; if the verification of the fund transaction data is successful, the verification node encrypts the notice of the successful verification of the fund transaction data by using the stored first encryption parameter, and signs the encrypted notice by using the node identification of the verification node.
409. The authentication node broadcasts the encrypted and authenticated node signed notification to the blockchain.
410. For any node in the blockchain, after receiving the notification after encryption and verification node signature, the node identifies the node identification of the verification node in the notification after encryption and verification node signature; the node judges whether the verification node is a trusted verification node according to the node identification of the verification node, if so, the stored second decryption parameters are utilized to decrypt the notification after encryption and signature of the verification node; if the decryption is successful, the node determines that the node has recording authority, obtains decrypted fund transaction data, and records the fund transaction data into an account book maintained by the node; if the decryption fails, the node determines that the node does not have recording authority, and the node does not record the fund transaction data into an account book maintained by the node.
It can be seen that, by implementing the embodiment of the invention, besides defining the verification/recording authority of the node by the data type, the verification/recording authority of the node can be defined by the node type (trust degree), so that the fund transaction data can be directionally issued to the designated node, but the credibility of the fund transaction data is not influenced at the same time.
411. The query node detects a query request; if the query node detects the query request, extracting target fund transaction data queried by the query request from an account book maintained by the query node.
Therefore, when implementing the method described in fig. 4, when any node forming the blockchain changes the fund transaction data, the modified fund transaction data is broadcasted to the whole blockchain, so that other nodes in the blockchain can acquire the modified fund transaction data, thereby realizing real-time synchronous sharing of the fund transaction data without occupying excessive labor cost; in addition, the changed fund transaction data can be formally recorded into the account book corresponding to each node on the blockchain after verification and confirmation, so that the credibility of sharing the fund transaction data is improved, and the system is real and reliable; in addition, besides the verification/recording authority of the node is limited by the data type, the verification/recording authority of the node can be limited by the node type (trust degree), so that the fund transaction data can be directionally issued to the designated node, but the credibility of the fund transaction data is not influenced at the same time.
Referring to fig. 5, fig. 5 is a schematic diagram illustrating a block chain-based fund data sharing system according to an embodiment of the present invention. As shown in FIG. 5, the blockchain-based fund data sharing system may include nodes corresponding to a plurality of fund transaction participants in a blockchain, wherein:
a reporting node 501, configured to obtain the changed fund transaction data, and broadcast the altered fund transaction data to the blockchain; the reporting node is a node corresponding to any one of a plurality of fund transaction participants, and the fund transaction participants are accessed into a blockchain through a blockchain gateway.
In this embodiment of the present invention, optionally, the reporting node 501 is further configured to determine whether the reporting node has reporting authority for a transaction data type of the fund transaction data after acquiring the modified fund transaction data and before broadcasting the fund transaction data to the blockchain; if the reporting node has reporting authority, broadcasting the fund transaction data to a blockchain; if the reporting node does not have reporting authority, the fund transaction data is not broadcast to the blockchain.
A verification node 502 for receiving and verifying the fund transaction data; and broadcasting a notice of successful verification of the fund transaction data to the blockchain when the verification of the fund transaction data is successful, so that each node in the blockchain records the fund transaction data into each account book maintained after receiving the notice; the verification node is any node except any reporting node among nodes corresponding to a plurality of fund transaction participants.
In this embodiment of the present invention, optionally, the verification node 502 is further configured to determine, after receiving the fund transaction data and before verifying the fund transaction data, whether the verification node has a verification authority for a transaction data type of the fund transaction data; if the verification node has verification authority, executing verification of the fund transaction data; if the verification node does not have the verification authority, the fund transaction data is not verified.
In this embodiment of the present invention, optionally, for any node in the blockchain, the recording node 503 is further configured to determine whether it has a recording authority for the transaction data type of the fund transaction data after receiving the notification; if the node has the recording authority, the node records the fund transaction data into an account book maintained by the node; if the node does not have the recording authority, the node does not record the fund transaction data into an account book maintained by the node.
In the embodiment of the present invention, optionally, a manner in which each node in the blockchain records the fund transaction data into each maintained ledger after receiving the notification may specifically be:
for any node in the blockchain, the node judges whether the node has recording authority of the transaction data type of the fund transaction data after receiving the notification; if the node has the recording authority, the node records the fund transaction data into an account book maintained by the node; if the node does not have the recording authority, the node does not record the fund transaction data into an account book maintained by the node.
As an optional implementation manner, a plurality of specific fund transaction participants can be selected, and nodes corresponding to the fund transaction participants form a alliance chain; the alliance chain refers to a blockchain with the consensus process controlled by a preselected node, only transaction member nodes belonging to the inside of the alliance have rights to access, when data change occurs to the transaction member nodes forming the alliance chain, the change data is broadcasted to the whole alliance chain, for example, 10 financial institution systems participating in a certain fund transaction project together form the alliance chain. The transaction members forming the alliance chain can jointly negotiate and confirm the rule of joining the alliance chain, and optionally, a designated alliance link point identifier can be added for each transaction member node in the alliance chain; alternatively, a digital certificate is generated for verifying the identity of the federation chain node.
Specifically, optionally, after any transaction member node in the federation chain receives the change data, the method may include the following steps:
the node identifies alliance chain node identification information/digital certificate information of the node to be verified broadcasting the change data;
the node judges whether the alliance chain node identification information/digital certificate information of the node to be verified is matched with the alliance chain node identification information/digital certificate information of the node to be verified;
If the nodes are matched, judging that the node to be verified belongs to the alliance chain node, and executing verification or recording operation on the changed data; if the nodes do not match, the node to be verified is judged not to belong to the alliance chain node, and further processing operation on the modified data is not executed.
A query node 503, configured to detect a query request; when the query request is detected, extracting target fund transaction data queried by the query request from a maintained account book; the query node is a node corresponding to any one of the plurality of fund transaction participants.
As an alternative embodiment, the query request may include a hash value and an index number of the target fund transaction data. The query node 503 extracts the target fund transaction data queried by the query request from the ledger maintained by the query node, specifically:
the query node 503 obtains a hash value and an index number of target fund transaction data included in the query request;
the query node 503 finds out the block corresponding to the hash value from the account book maintained by the query node 503 according to the hash value of the target fund transaction data;
the query node 503 extracts the target fund transaction data corresponding to the index number from the block according to the index number of the target fund transaction data.
Therefore, implementing the blockchain-based fund data sharing system described in fig. 5 can broadcast the altered fund transaction data to the entire blockchain when any node constituting the blockchain alters the fund transaction data, so that the other nodes in the blockchain can acquire the altered fund transaction data, thereby realizing real-time synchronous sharing of the fund transaction data without occupying excessive labor cost; in addition, the changed fund transaction data can be formally recorded into the account book corresponding to each node on the blockchain after verification and confirmation, so that the credibility of sharing the fund transaction data is improved, and the system is real and reliable.
Referring to fig. 6, fig. 6 is a schematic diagram illustrating a block chain-based fund data sharing system according to another embodiment of the present invention. As shown in fig. 6, the blockchain-based fund data sharing system may include nodes corresponding to a plurality of fund transaction participants in a blockchain, wherein:
a reporting node 601, configured to obtain changed fund transaction data; judging whether the reporting node has reporting authority for the transaction data type of the fund transaction data or not; and when the reporting node has the reporting right, encrypting the fund transaction data by using the stored first encryption parameter corresponding to the transaction data type of the fund transaction data, and broadcasting the encrypted fund transaction data to the blockchain.
A verification node 602, configured to receive the encrypted fund transaction data, decrypt the encrypted fund transaction data using the stored first decryption parameter, so as to determine whether the verification node has a verification authority for a transaction data type of the fund transaction data; when the decryption is successful, the verification node is judged to have verification authority, and decrypted fund transaction data is obtained; and verifying the fund transaction data; when the verification of the fund transaction data is successful, the notice of the successful verification of the fund transaction data is encrypted by utilizing the stored first encryption parameter, and the encrypted notice is broadcasted to the blockchain.
In the embodiment of the present invention, if the decryption fails, the verification node 602 determines that the verification node does not have the verification authority, and does not verify the fund transaction data.
As an alternative embodiment, a predetermined criterion is set, and the fund transaction data may be published to the blockchain only if the verification result after the verification node 602 in the blockchain verifies the fund transaction data meets the predetermined criterion. Specifically, if the preset standard is a bayer fault tolerance standard, the bayer fault tolerance standard is that the number of verification nodes for successfully verifying the data of the foundation trade is greater than two thirds of the number of verification nodes. For example, for one account registration data, if the number of verification nodes is 12 and the number of verification nodes for successfully verifying the account registration data is 9, the verification result of the account registration data satisfies the bayer fault tolerance standard, and the notification of successful verification of the account registration data may be encrypted and then broadcast to the blockchain.
A recording node 603, configured to decrypt the encrypted notification by using a stored second decryption parameter after receiving the encrypted notification, so as to determine whether the recording node 603 has a recording authority for a transaction data type of the fund transaction data; and when the decryption is successful, determining that the recording node 603 has recording authority, obtaining decrypted fund transaction data, and recording the fund transaction data into an account book maintained by the node; when the decryption fails, if the record node 603 is judged to have no record authority, the fund transaction data is not recorded in an account book maintained by the node; wherein record node 603 is any node in the blockchain.
A query node 604 for detecting a query request; when the query request is detected, extracting target fund transaction data queried by the query request from a maintained account book; the query node is a node corresponding to any one of the plurality of fund transaction participants.
Therefore, implementing the blockchain-based fund data sharing system described in fig. 6 can broadcast the altered fund transaction data to the entire blockchain when any node constituting the blockchain alters the fund transaction data, so that the other nodes in the blockchain can acquire the altered fund transaction data, thereby realizing real-time synchronous sharing of the fund transaction data without occupying excessive labor cost; in addition, the changed fund transaction data can be formally recorded into the account book corresponding to each node on the blockchain after verification and confirmation, so that the credibility of sharing the fund transaction data is improved, and the system is real and reliable; in addition, the fund transaction data can be transmitted to the node with verification/recording authority for the transaction data type according to the type of the transaction data type; and by encrypting the fund transaction data, the privacy of the data published on the blockchain can be ensured.
Referring to fig. 6, fig. 6 is a schematic diagram illustrating a block chain-based fund data sharing system according to another embodiment of the present invention. As shown in fig. 6, in the blockchain-based fund data sharing system:
the reporting unit 601 is configured to encrypt the fund transaction data by using a stored first encryption parameter corresponding to a transaction data type of the fund transaction data, and broadcast the encrypted fund transaction data to a blockchain in the following manner:
a reporting node 601, configured to encrypt the fund transaction data by using a stored first encryption parameter corresponding to a transaction data type of the fund transaction data, and sign the encrypted fund transaction data by using a node identifier of the reporting node; and broadcasting the encrypted and signed fund transaction data to a blockchain.
The verification node 602 is configured to receive the encrypted data of the fund transaction, and decrypt the encrypted data of the fund transaction by using the stored first decryption parameter, so as to determine whether the verification node has a verification authority for the transaction data type of the data of the fund transaction, where the verification node specifically includes:
the verification node 602 is configured to receive the encrypted and signed fund transaction data, and identify a node identifier of a reporting node in the encrypted and signed fund transaction data; and judging whether the reporting node is a trusted reporting node according to the node identification of the reporting node, if so, decrypting the encrypted and signed fund transaction data by using the stored first decryption parameter to judge whether the verification node has verification authority for the transaction data type of the fund transaction data.
The verification node 602 is configured to encrypt the notification of successful verification of the fund transaction data by using the stored first encryption parameter, and broadcast the encrypted notification to the blockchain in the following manner:
a verification node 602, configured to encrypt a notification that verification of the fund transaction data is successful using the stored first encryption parameter, and sign the encrypted notification using a node identifier of the verification node; and broadcasting the notice after encryption and verification node signature to the blockchain.
Specifically, as an optional implementation manner, the mode that the verification node 602 determines whether the reporting node is a trusted reporting node according to the node identifier of the reporting node is specifically:
the verification node 602 judges whether the node identification can be searched in the stored white list according to the node identification of the reporting node; if yes, judging that the reporting node is a trusted reporting node; if not, judging that the reporting node is not the trusted reporting node.
Further, each node in the blockchain stores a paired public key and a secret key in advance, the secret key is used for encrypting the node identifier from plaintext to ciphertext, and the public key is used for decrypting the ciphertext to plaintext, so as to obtain the node identifier, therefore, the manner in which the reporting node 601 broadcasts the encrypted and signed fund transaction data to the blockchain can be as follows:
The reporting node 601 encrypts the node identifier by using the stored key to obtain an encrypted node identifier;
reporting node 601 broadcasts the encrypted node identification and encrypted and reporting node signed fund transaction data to the blockchain.
Correspondingly, the verification node 602 receives the encrypted and signed fund transaction data, and identifies the node identifier of the reporting node in the encrypted and signed fund transaction data, including:
the verification node 602 receives the encrypted node identifier and the encrypted and reported node signed fund transaction data, and identifies the node identifier of the reporting node in the encrypted and reported node signed fund transaction data;
the verification node 602 decrypts the encrypted node identifier by using the stored public key, and judges whether the decrypted node identifier is consistent with the identified node identifier; if the report nodes are consistent, judging whether the report nodes are trusted report nodes according to the node identification of the report nodes.
The method for the recording node 603 to decrypt the encrypted notification by using the stored second decryption parameter after receiving the encrypted notification, so as to determine whether the recording node 603 has the recording authority of the transaction data type of the fund transaction data is specifically as follows:
A record node 603, configured to identify a node identifier of the verification node in the notification after the encryption and the verification node signature after receiving the notification after the encryption and the verification node signature; and judging whether the verification node is a trusted verification node according to the node identification of the verification node, if so, decrypting the notification after encryption and signature of the verification node by using the stored second decryption parameter to judge whether the record node 603 has record authority of the transaction data type of the fund transaction data.
Therefore, implementing the blockchain-based fund data sharing system described in fig. 6 can broadcast the altered fund transaction data to the entire blockchain when any node constituting the blockchain alters the fund transaction data, so that the other nodes in the blockchain can acquire the altered fund transaction data, thereby realizing real-time synchronous sharing of the fund transaction data without occupying excessive labor cost; in addition, the changed fund transaction data can be formally recorded into the account book corresponding to each node on the blockchain after verification and confirmation, so that the credibility of sharing the fund transaction data is improved, and the system is real and reliable; in addition, besides the verification/recording authority of the node is limited by the data type, the verification/recording authority of the node can be limited by the node type (trust degree), so that the fund transaction data can be directionally issued to the designated node, but the credibility of the fund transaction data is not influenced at the same time.
It is to be understood that the invention is not limited to the precise arrangements and instrumentalities shown in the drawings, which have been described above, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the invention is limited only by the appended claims.

Claims (8)

1. A blockchain-based fund data sharing method, the method comprising:
the reporting node acquires the changed fund transaction data and judges whether the reporting node has reporting authority for the transaction data type of the fund transaction data; if the reporting node has the reporting authority, the reporting node broadcasts the fund transaction data to the blockchain; the reporting node is a node corresponding to any one of a plurality of fund transaction participants, the fund transaction participants are accessed into the blockchain through a blockchain gateway, the fund transaction data comprise user data, transaction data, asset data and fund product data, and the blockchain is a alliance chain;
a verification node receives the fund transaction data; the verification node judges whether the verification node has verification authority for the transaction data type of the fund transaction data; if the verification node does not have the verification authority, not verifying the fund transaction data; if the verification node has the verification authority, the verification node verifies the fund transaction data according to the fact that the alliance chain node identification information/digital certificate information of the reporting node broadcasting the fund transaction data is matched with the alliance chain node identification information/digital certificate information of the reporting node, and the reporting node is judged to belong to the alliance chain node; if the verification result of the fund transaction data is that the number of verification nodes with verification success is greater than two thirds of the total number of verification nodes, broadcasting a notification of the success of the verification of the fund transaction data to the blockchain by the verification nodes, so that after each node in the blockchain receives the notification, according to the matching of the alliance chain node identification information/digital certificate information of the reporting node broadcasting the fund transaction data and the alliance chain node identification information/digital certificate information of the reporting node, the reporting node belongs to the alliance chain node and records the fund transaction data into the account book maintained by the following steps: for any node in the blockchain, judging whether the node has recording authority of the transaction data type of the fund transaction data or not after receiving the notification; if the node has the recording authority, the node records the fund transaction data into an account book maintained by the node; if the node does not have the recording authority, the node does not record the fund transaction data into an account book maintained by the node; the verification node is any node except the reporting node in the blockchain;
The query node detects a query request; if the query node detects the query request, extracting target fund transaction data queried by the query request from an account book maintained by the query node; wherein the query node is any node in the blockchain.
2. The method of claim 1, wherein if the reporting node has the reporting authority, performing the broadcasting of the fund transaction data to the blockchain comprises:
if the reporting node has the reporting authority, the reporting node encrypts the fund transaction data by using a stored first encryption parameter corresponding to the transaction data type of the fund transaction data, and broadcasts the encrypted fund transaction data to the blockchain;
the verifying node receives the fund transaction data, and judges whether the verifying node has verifying authority for the transaction data type of the fund transaction data, including:
the verification node receives the encrypted fund transaction data, decrypts the encrypted fund transaction data by using the stored first decryption parameters so as to judge whether the verification node has verification authority for the transaction data type of the fund transaction data;
If the decryption is successful, the verification node determines that the verification node has the verification authority, and obtains the decrypted fund transaction data; and if the decryption fails, the verification node determines that the verification node does not have the verification authority.
3. The method of claim 2, wherein if the fund transaction data verification is successful, the verification node broadcasts a notification to the blockchain that the fund transaction data verification is successful, comprising:
if the decrypted fund transaction data is successfully verified, the verification node encrypts a notification of the successful verification of the fund transaction data by using the stored first encryption parameter, and broadcasts the encrypted notification to the blockchain;
for any node in the blockchain, determining, by the node after receiving the notification, whether it has recording authority for a transaction data type of the fund transaction data, including:
for any node in the blockchain, after receiving the encrypted notification, the node decrypts the encrypted notification by utilizing a stored second decryption parameter so as to judge whether the node has recording authority of the transaction data type of the fund transaction data;
If the decryption is successful, the node determines that the node has the recording authority, and obtains the decrypted fund transaction data; and if the decryption fails, the node judges that the node does not have the recording authority.
4. A method according to claim 3, wherein the reporting node encrypts the fund transaction data using a stored first encryption parameter corresponding to a transaction data type of the fund transaction data and broadcasts the encrypted fund transaction data to the blockchain, comprising:
the reporting node encrypts the fund transaction data by using a stored first encryption parameter corresponding to the transaction data type of the fund transaction data, and signs the encrypted fund transaction data by using a node identifier of the reporting node;
the reporting node broadcasts the encrypted fund transaction data signed by the reporting node to the blockchain;
the verification node receives the encrypted fund transaction data, decrypts the encrypted fund transaction data by using the stored first decryption parameter to judge whether the verification node has verification authority for the transaction data type of the fund transaction data, and comprises the following steps:
The verification node receives the encrypted and signed fund transaction data by the reporting node, and identifies the node identification of the reporting node in the encrypted and signed fund transaction data by the reporting node;
and the verification node judges whether the reporting node is a trusted reporting node according to the node identification of the reporting node, if so, the stored first decryption parameter is utilized to decrypt the encrypted and signed fund transaction data to judge whether the verification node has verification authority for the transaction data type of the fund transaction data.
5. The method of claim 4, wherein the verifying node encrypting a notification of successful verification of the fund transaction data using the stored first encryption parameter and broadcasting the encrypted notification to the blockchain comprises:
the verification node encrypts a notice of successful verification of the fund transaction data by using the stored first encryption parameter, and signs the encrypted notice by using a node identifier of the verification node;
the verification node broadcasts the notice after encryption and signature by the verification node to the blockchain;
For any node in the blockchain, after receiving the encrypted notification, the node decrypts the encrypted notification by using a stored second decryption parameter to determine whether the node has recording authority for a transaction data type of the fund transaction data, including:
for any node in the blockchain, after receiving the notification encrypted and signed by the verification node, the node identifier of the verification node in the notification encrypted and signed by the verification node is identified by the node;
judging whether the verification node is a trusted verification node or not by the node according to the node identification of the verification node, and if so, decrypting the encrypted notification and the notification signed by the verification node by using the stored second decryption parameter to judge whether the node has recording authority of the transaction data type of the fund transaction data or not.
6. A blockchain-based fund data sharing system, the system comprising nodes corresponding to a plurality of fund transaction participants in the blockchain, wherein:
the reporting node is used for acquiring the changed fund transaction data and judging whether the reporting node has reporting authority for the transaction data type of the fund transaction data or not; if the reporting node has the reporting authority, the reporting node broadcasts the fund transaction data to the blockchain; the reporting node is a node corresponding to any one of the plurality of fund transaction participants, the fund transaction participant is accessed into the blockchain through a blockchain gateway, the fund transaction data comprises user data, transaction data, asset data and fund product data, and the blockchain is a alliance chain;
A verification node for receiving the fund transaction data; the verification node judges whether the verification node has verification authority for the transaction data type of the fund transaction data; if the verification node does not have the verification authority, not verifying the fund transaction data; if the verification node has the verification authority, the verification node verifies the fund transaction data according to the fact that the alliance chain node identification information/digital certificate information of the reporting node broadcasting the fund transaction data is matched with the alliance chain node identification information/digital certificate information of the reporting node, and the reporting node is judged to belong to the alliance chain node; and broadcasting a notice of successful verification of the fund transaction data to the blockchain when the verification result of the fund transaction data is that the number of verification nodes with successful verification is greater than two thirds of the total number of verification nodes, so that after each node in the blockchain receives the notice, according to the matching of the alliance chain node identification information/digital certificate information of the reporting node broadcasting the fund transaction data and the alliance chain node identification information/digital certificate information of the reporting node, the reporting node belongs to the alliance chain node and records the fund transaction data into the account book maintained by the following steps: for any node in the blockchain, judging whether the node has recording authority of the transaction data type of the fund transaction data or not after receiving the notification; if the node has the recording authority, the node records the fund transaction data into an account book maintained by the node; if the node does not have the recording authority, the node does not record the fund transaction data into an account book maintained by the node; the verification node is any node except the reporting node among nodes corresponding to the multiple fund transaction participants;
The query node is used for detecting a query request; when the query request is detected, extracting target fund transaction data queried by the query request from an account book maintained by the query node; the query node is a node corresponding to any one of the plurality of fund transaction participants.
7. An electronic device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any one of claims 1-5 when the computer program is executed.
8. A computer-readable storage medium storing a computer program that causes a computer to execute the blockchain-based fund data sharing method of any of claims 1-5.
CN201910004444.5A 2019-01-03 2019-01-03 Block chain-based fund data sharing method and system and electronic equipment Active CN109636622B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910004444.5A CN109636622B (en) 2019-01-03 2019-01-03 Block chain-based fund data sharing method and system and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910004444.5A CN109636622B (en) 2019-01-03 2019-01-03 Block chain-based fund data sharing method and system and electronic equipment

Publications (2)

Publication Number Publication Date
CN109636622A CN109636622A (en) 2019-04-16
CN109636622B true CN109636622B (en) 2024-03-29

Family

ID=66056690

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910004444.5A Active CN109636622B (en) 2019-01-03 2019-01-03 Block chain-based fund data sharing method and system and electronic equipment

Country Status (1)

Country Link
CN (1) CN109636622B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113379542B (en) * 2021-05-28 2024-01-09 中邮信息科技(北京)有限公司 Block chain transaction query method, device, medium and electronic equipment
CN114202427B (en) * 2022-02-18 2022-06-03 深圳市金斧子网络科技有限公司 Block chain-based private fund raising method, system and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106504089A (en) * 2016-10-14 2017-03-15 平安科技(深圳)有限公司 Method of commerce and system are applied to purchase based on the fund of block chain
WO2018076762A1 (en) * 2016-10-27 2018-05-03 上海亿账通区块链科技有限公司 Block chain-based transaction verification method and system, electronic device, and medium
WO2018090331A1 (en) * 2016-11-18 2018-05-24 深圳前海达闼云端智能科技有限公司 Blockchain network, article transaction method and apparatus, and node device
WO2018192931A1 (en) * 2017-04-19 2018-10-25 Calastone Limited Delivery versus payment mechanism
CN108769171A (en) * 2018-05-18 2018-11-06 百度在线网络技术(北京)有限公司 The copy of distributed storage keeps verification method, device, equipment and storage medium
CN108764797A (en) * 2018-05-31 2018-11-06 腾讯科技(深圳)有限公司 Circulation information querying method, device, equipment, system and storage medium
CN108805585A (en) * 2018-05-28 2018-11-13 广州中国科学院软件应用技术研究所 Distributed commodity data storage system, circulation and source tracing method based on block chain
CN108876331A (en) * 2018-05-25 2018-11-23 全链通有限公司 Block chain transaction reconciliation agent node and its information synchronization method

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106504089A (en) * 2016-10-14 2017-03-15 平安科技(深圳)有限公司 Method of commerce and system are applied to purchase based on the fund of block chain
WO2018076762A1 (en) * 2016-10-27 2018-05-03 上海亿账通区块链科技有限公司 Block chain-based transaction verification method and system, electronic device, and medium
WO2018090331A1 (en) * 2016-11-18 2018-05-24 深圳前海达闼云端智能科技有限公司 Blockchain network, article transaction method and apparatus, and node device
WO2018192931A1 (en) * 2017-04-19 2018-10-25 Calastone Limited Delivery versus payment mechanism
CN108769171A (en) * 2018-05-18 2018-11-06 百度在线网络技术(北京)有限公司 The copy of distributed storage keeps verification method, device, equipment and storage medium
CN108876331A (en) * 2018-05-25 2018-11-23 全链通有限公司 Block chain transaction reconciliation agent node and its information synchronization method
CN108805585A (en) * 2018-05-28 2018-11-13 广州中国科学院软件应用技术研究所 Distributed commodity data storage system, circulation and source tracing method based on block chain
CN108764797A (en) * 2018-05-31 2018-11-06 腾讯科技(深圳)有限公司 Circulation information querying method, device, equipment, system and storage medium

Also Published As

Publication number Publication date
CN109636622A (en) 2019-04-16

Similar Documents

Publication Publication Date Title
CN109862041B (en) Digital identity authentication method, equipment, device, system and storage medium
US10595201B2 (en) Secure short message service (SMS) communications
EP3610606B1 (en) Managing sensitive data elements in a blockchain network
KR101974452B1 (en) Methods and system for managing personal information based on programmable blockchain and one-id
US20210083872A1 (en) Systems, methods, and devices for secure blockchain transaction and subnetworks
US10652736B2 (en) Session protocol for backward security between paired devices
CN109858262B (en) Process approval method, device and system based on block chain system and storage medium
CN111970129B (en) Data processing method and device based on block chain and readable storage medium
CN108418680B (en) Block chain key recovery method and medium based on secure multi-party computing technology
US10079880B2 (en) Automatic identification of invalid participants in a secure synchronization system
US20200244658A1 (en) Method and System for Associating a Unique Device Identifier with a Potential Security Threat
CN111464500B (en) Method, device, equipment and storage medium for sharing protocol data
TW201914254A (en) Method, apparatus and system for data encryption and decryption
EP3526721A1 (en) Method, device and system for validating sensitive user data transactions within trusted circle
US10680805B2 (en) Data encryption control using multiple controlling authorities
CN1939028A (en) Accessing protected data on network storage from multiple devices
CN106330858A (en) Method and apparatus for realizing data cloud storage
CN107547203B (en) Anti-counterfeiting tracing method and system
CN109636622B (en) Block chain-based fund data sharing method and system and electronic equipment
JP2010231404A (en) System, method, and program for managing secret information
CN113438205B (en) Block chain data access control method, node and system
CN112651049B (en) Privacy data sharing method and system based on block chain
CN111914270A (en) Programmable authentication service method and system based on block chain technology
CN115118426A (en) Data processing method, device and equipment of block chain system and storage medium
CN109859041B (en) Block chain-based fund transaction real-time updating method and system and electronic equipment

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