CN111901335A - Block chain data transmission management method and system based on middle station - Google Patents

Block chain data transmission management method and system based on middle station Download PDF

Info

Publication number
CN111901335A
CN111901335A CN202010733249.9A CN202010733249A CN111901335A CN 111901335 A CN111901335 A CN 111901335A CN 202010733249 A CN202010733249 A CN 202010733249A CN 111901335 A CN111901335 A CN 111901335A
Authority
CN
China
Prior art keywords
user
sdk module
block chain
client
module
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
CN202010733249.9A
Other languages
Chinese (zh)
Other versions
CN111901335B (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.)
Zhejiang Yongqi Blockchain Technology Co Ltd
Original Assignee
Zhejiang Yongqi Blockchain 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 Zhejiang Yongqi Blockchain Technology Co Ltd filed Critical Zhejiang Yongqi Blockchain Technology Co Ltd
Priority to CN202010733249.9A priority Critical patent/CN111901335B/en
Publication of CN111901335A publication Critical patent/CN111901335A/en
Application granted granted Critical
Publication of CN111901335B publication Critical patent/CN111901335B/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
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
    • H04L63/0442Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload wherein the sending and receiving network entities apply asymmetric encryption, i.e. different keys for encryption and decryption
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]

Abstract

The invention discloses a block chain data transmission management method and a block chain data transmission management system based on a middle station, which relate to the technical field of block chains, and the method comprises the steps that a client sends transaction information of a user to a client side SDK module; the client side SDK module encrypts the user transaction information after receiving the user transaction information, and the encrypted transaction data is transmitted to the middle station through the exclusive user channel; the middle station receives the encrypted transaction data, decrypts the encrypted transaction data and transmits the decrypted transaction information to the middle station side SDK module; the SDK module at the central station side receives the transaction information and sends the transaction information to the block chain network through an asymmetric cryptography exclusive channel between the SDK module at the central station side and the block chain network; the blockchain network is used for correspondingly processing the transaction information. The method and the system can conveniently combine complex service logic and a block chain system in the block chain, and conveniently achieve the consistency of transactions on the premise of high performance and high safety.

Description

Block chain data transmission management method and system based on middle station
Technical Field
The present invention relates to the field of blockchain technologies, and in particular, to a middlebox-based blockchain data transmission management method and system.
Background
Currently, in a large complex service system, a complex service logic and a large amount of network communication data traffic are generally required for a block chain scenario. In this context, typically a portion of the data is uplinked, or hashed uplink, while a majority of the data is not uplinked. When the traditional distributed storage system or database storage is adopted, a middle station server cluster for processing service logic is indispensable, so that a scheme of adding a block chain to a middle station is formed.
Since the blockchain is completely decentralized and only the user has the operation authority of the related data on the chain, all the development kits provided by blockchain manufacturers are also directly directed to the client. However, transmission in the internet is not secure, and in order to improve transmission security, there are three general solutions:
the first, complete decentralized scheme, namely the client side directly operates the block chain, and all complex business logic is realized on the intelligent contract chain. The performance of the scheme is constrained by the performance of a block chain main network, and the scene is limited, so that the client requirement of the current internet service scene cannot be met.
And secondly, the client is a center, on one hand, a client operation block chain submits data on the chain, on the other hand, the client initiates an instruction to the server, and the high-concurrency service cluster performs service logic processing. On one hand, the performance of the scheme is influenced by the main network performance of the block chain, and on the other hand, the transaction consistency is difficult to guarantee.
And thirdly, the client accesses the middle station, the middle station performs service logic processing, the middle station allocates an account for the user, and a block chain account mapping relation is established for the user in a middle station database. The client submits the service instruction to the service server central station cluster, and the central station cluster performs data uplink instead of the user after complex service logic processing. The method has the advantages of high performance, reliability, transaction consistency and the like which can be effectively solved. Is also the preferred scheme of many large-scale complex business systems at present.
However, such a solution has a serious problem that it breaks the root of trust of the block chain, and the authority of data on the chain is moved from the user end to the middle service cluster. In addition, according to the account mapping scheme, once the middle database is attacked, all the information on the user chain is attacked, all the data management rights on the chain are completely transferred to an attacker, and potential safety hazards are introduced.
Disclosure of Invention
The embodiment of the invention provides a block chain data transmission management method and system based on a middle station, which can solve the problems in the prior art.
The invention provides a block chain data transmission management method based on a middle station, which comprises the following steps:
the client calls an API (application program interface) of the client side SDK module and sends the transaction information of the user to the client side SDK module;
after receiving the data, the API interface sends an internal message to an encryption module in the SDK module at the client side;
the encryption module encrypts transaction information transmitted by a user, and the encrypted data is transmitted to the middle station through a special user channel between the client side SDK module and the middle station;
after receiving the user transaction data, the middle station decrypts the transaction data, and after decryption, the middle station calls a non-encryption interface in the SDK module at the middle station side to transmit the decrypted transaction data to the SDK module at the middle station side;
after receiving the data, the non-encryption interface sends an internal message to a non-encryption module in the SDK module at the central station side;
the non-encryption module sends the transaction information to the block chain network through an asymmetric cryptography exclusive channel between the console side SDK module and the block chain network;
and the block chain network correspondingly processes the transaction information.
The invention also provides a block chain data transmission management system based on the middleboxes, which comprises: the system comprises a client, a client side SDK module, a middle station side SDK module and a block chain network; a dedicated user channel is arranged between the client side SDK module and the middle station, and an asymmetric cryptography dedicated channel is arranged between the middle station side SDK module and the block chain network;
the client is used for calling an API (application programming interface) of the client side SDK module and sending the transaction information of the user to the client side SDK module;
the client side SDK module is used for encrypting user transaction information after receiving the user transaction information, and the encrypted transaction data is transmitted to the middle station through a special user channel;
the central station is used for decrypting the encrypted transaction data after receiving the encrypted transaction data, and the central station calls a non-encrypted interface of the central station side SDK module to transmit the decrypted transaction information to the central station side SDK module;
the system comprises a console side SDK module, a block chain network and a data processing module, wherein the console side SDK module is used for receiving transaction information and sending the transaction information to the block chain network through an asymmetric cryptography exclusive channel between the console side SDK module and the block chain network;
the block chain network is used for correspondingly processing the transaction information.
The invention relates to a block chain data transmission management method and a system based on a middle station, wherein the method comprises the steps that a client sends transaction information of a user to a client side SDK module; the client side SDK module encrypts the user transaction information after receiving the user transaction information, and the encrypted transaction data is transmitted to the middle station through the exclusive user channel; the middle station receives the encrypted transaction data, decrypts the encrypted transaction data and transmits the decrypted transaction information to the middle station side SDK module; the SDK module at the central station side receives the transaction information and sends the transaction information to the block chain network through an asymmetric cryptography exclusive channel between the SDK module at the central station side and the block chain network; the blockchain network is used for correspondingly processing the transaction information. The method and the system can conveniently combine complex service logic and a block chain system in the block chain, and conveniently achieve the consistency of transactions on the premise of high performance and high safety. For the user, the key data information, all uplink, and all data authority are owned by the individual.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a middlebox-based blockchain data transmission management method according to the present invention.
Fig. 2 is a flow chart of user registration.
Fig. 3 is a diagram of a middlebox-based blockchain data transmission management system.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The block chain data transmission management method based on the middle station can realize the application of the block chain in the industry of large-scale complex systems. The method mainly comprises the following steps: the client side calls the client side SDK module to establish an exclusive user channel between the client side SDK module and the middle station according to a key file generated during user registration, and then establishes an asymmetric cryptography exclusive channel between the middle station SDK module and the block chain network. Therefore, eavesdropping, malicious tampering and the like in the data transmission process are avoided. Then the operation instruction of the client is transmitted to the exclusive user channel through the client side SDK module, the channel sends data to the middle station, and the middle station processes and arranges the service logic. After the relevant logic is completed, on one hand, data which need to be uplinked and are signed by a user are directly uploaded to a block chain network through an asymmetric cryptography exclusive channel by an SDK module at the middle station side, and on the other hand, other data which need to be stored persistently are stored in a traditional distributed storage system, so that the complexity of services is met.
The method of the present invention is described in detail below with reference to fig. 1, and comprises the following steps:
step 1: and the client calls an API (application programming interface) of the client side SDK module and sends the transaction information, the user key and the permanent flag super ledger key information of the user to the client side SDK module.
Step 2: after receiving the data, the API interface sends an internal message to an encryption module in the SDK module at the client side. The specific format of the message is as follows:
<MsgBody>
< SessionId > session number </SessionId >
< Proposal > user transaction information </Proposal >
< UserCryptKey > user Key and permanent flag SuperAccount Key </UserCryptKey >
</MsgBody>
And step 3: the encryption module calculates a user specific key for encryption according to a user key transmitted by the client and the permanent flag super account book key, then encrypts transaction information transmitted by a user by using the user specific key, and transmits encrypted data to the middle station through a specific user channel between the client side SDK module and the middle station. The specific format of the message is as follows:
<MsgBody>
< SessionId > session number </SessionId >
< UserId > user Id </UserId > initiating a transaction
< encrypted transaction information of Proposal >
</MsgBody>
And 4, step 4: after receiving the user transaction data, the middlebox calculates a decryption key according to a user public key and a server private key transmitted during user registration, and then decrypts the transaction data sent by the user by using the decryption key. And the central station calls a non-encryption interface in the central station side SDK module and transmits the decrypted transaction data to the central station side SDK module.
And 5: and after receiving the data, the non-encryption interface sends an internal message to a non-encryption module in the SDK module at the central station side. The specific format of the message is as follows:
<MsgBody>
< SessionId > session number </SessionId >
< Proposal > user transaction information </Proposal >
</MsgBody>
Step 6: the non-encryption module sends the transaction information to the block chain network through an asymmetric cryptography exclusive channel between the console side SDK module and the block chain network. The specific format of the message is as follows:
<MsgBody>
< SessionId > session number </SessionId >
< UserId > user Id </UserId > initiating a transaction
< Signature > of user initiating transaction >
< Proposal > user transaction information </Proposal >
</MsgBody>
And 7: after the block chain network processes the transaction information, the block chain network sends a transaction completion message to a non-encryption module in the SDK module at the middle desk side. The message carries the transaction result, the session number and the transaction KEY value generated by the system for the transaction. The specific format of the message is as follows:
<MsgBody>
< Return code > transaction result </Return code >
< SessionId > session number </SessionId >
Key value generated by TransKey system for this transaction >
</MsgBody>
And 8: and after receiving the message, the non-encryption module sends an internal message to inform a non-encryption interface of the SDK module at the central station side. The message content is as above.
And step 9: and the non-encrypted interface informs the central station of the transaction result through callback.
Step 10: after receiving the transaction result, the middle station encrypts the transaction result, and the encrypted data is sent to an encryption module in the client side SDK module through an exclusive user channel between the client side SDK module and the middle station. The specific format of the message is as follows:
<MsgBody>
< Return code > transaction result </Return code >
< SessionId > session number </SessionId >
< UserData > encryption </UserData > is carried out on the KEY value generated by the system for the transaction
</MsgBody>
Step 11: and after receiving the message, the encryption module decrypts the transaction result, and the decrypted data is sent to the API of the SDK module at the client side through the internal message. The specific format of the message is as follows:
<MsgBody>
< Return code > transaction result </Return code >
< SessionId > session number </SessionId >
Key value generated by TransKey system for this transaction >
</MsgBody>
Step 12: and the API interface informs the client of the transaction result through callback.
Before the method is executed, the user needs to perform registration operation. As shown in fig. 2, the registration method is:
1. intelligent contracts are deployed in a blockchain network.
2. The user invokes the client side SDK module on the client side page to generate the key pair (public and private) needed to register the user.
3. Carrying the public key generated in the first step, and sending an IDCRegisterReq registration request to the middle station.
4. The middle station performs related logic processing, such as checking the validity of the user information and organizing the user information to prepare uplink.
5. The middlebox calls Fastsdk register req to initiate a registration request to the blockchain network.
6. And the block chain network verifies the legality of the received user registration original information, creates a user on the chain, and distributes an asymmetric cryptography exclusive channel and a permanent flag super account book key for the user.
7. The blockchain network calls Fastsdk that the register rsp responds with the result to the middlebox.
8. After the middle station completes the relevant logic, relevant table information is initialized according to the user information and recorded in a traditional database, such as a MySQL database.
9. And the database responds to finish creating the initial information of the user.
10. And the middle station sends the IDCRegisterRsp registration result to the client to complete the user registration.
Based on the same inventive concept, the invention also provides a block chain data transmission management system based on the middle station, and the implementation of the system can refer to the implementation of the method, and repeated parts are not described again. The system comprises a client, a client side SDK module, a middle station side SDK module and a block chain network. An exclusive user channel is arranged between the client side SDK module and the middle station, and an asymmetric cryptography exclusive channel is arranged between the middle station side SDK module and the block chain network.
The client is used for calling an API (application programming interface) of the client side SDK module and sending the transaction information of the user to the client side SDK module.
And the client side SDK module is used for encrypting the user transaction information after receiving the user transaction information, and the encrypted transaction data is transmitted to the middle station through a special user channel.
The central station is used for decrypting the encrypted transaction data after receiving the encrypted transaction data, and the central station calls a non-encrypted interface of the central station side SDK module to transmit the decrypted transaction information to the central station side SDK module.
The SDK module at the central station side is used for receiving the transaction information and sending the transaction information to the block chain network through an asymmetric cryptography exclusive channel between the SDK module at the central station side and the block chain network.
The block chain network is used for correspondingly processing the transaction information.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (8)

1. The block chain data transmission management method based on the middle station is characterized by comprising the following steps:
the client calls an API (application program interface) of the client side SDK module and sends the transaction information of the user to the client side SDK module;
after receiving the data, the API interface sends an internal message to an encryption module in the SDK module at the client side;
the encryption module encrypts transaction information transmitted by a user, and the encrypted data is transmitted to the middle station through a special user channel between the client side SDK module and the middle station;
after receiving the user transaction data, the middle station decrypts the transaction data, and after decryption, the middle station calls a non-encryption interface in the SDK module at the middle station side to transmit the decrypted transaction data to the SDK module at the middle station side;
after receiving the data, the non-encryption interface sends an internal message to a non-encryption module in the SDK module at the central station side;
the non-encryption module sends the transaction information to the block chain network through an asymmetric cryptography exclusive channel between the console side SDK module and the block chain network;
and the block chain network correspondingly processes the transaction information.
2. The method for managing middlebox-based block chain data transmission according to claim 1, further comprising:
after the block chain network processes the transaction information, the block chain network sends a transaction completion message to a non-encryption module in the SDK module at the middle desk side;
after receiving the message, the non-encryption module sends an internal message to inform a non-encryption interface of the SDK module at the central station side;
the non-encryption interface informs the central station of the transaction result through callback;
after receiving the transaction result, the middle station encrypts the transaction result, and the encrypted data is sent to an encryption module in the client side SDK module through an exclusive user channel between the client side SDK module and the middle station;
after receiving the data, the encryption module decrypts the transaction result, and the decrypted data is sent to an API (application program interface) of the SDK module at the client side through internal information;
and the API interface informs the client of the transaction result through callback.
3. The staging-based blockchain data transmission management method according to claim 1, wherein when the client sends the current transaction information of the user to the client-side SDK module, the client also sends the user key and the permanent flag super ledger key information to the client-side SDK module;
the encryption module calculates a user specific key for encryption according to a user key and a permanent flag super ledger key transmitted from the client, and then encrypts transaction information transmitted from the user by using the user specific key.
4. The method as claimed in claim 3, wherein the middlebox receives the transaction data of the user, and then obtains a decryption key by calculation according to a public key of the user and a private key of the server, which are transmitted during registration of the user, and then decrypts the transaction data sent by the user by using the decryption key.
5. The method as claimed in claim 4, wherein the user registration method comprises:
deploying an intelligent contract in a blockchain network;
calling a client side SDK module on a client side page to generate a key pair required by a registered user, wherein the key pair comprises a user public key and a user private key;
carrying the user public key generated in the first step, and sending a registration request to the middle station;
the middle station performs related logic processing to prepare uplink;
the middle station calls Fastdk, and the register Req sends a registration request to the block chain network;
the block chain network verifies the validity of the received user registration information, creates a user on the chain and distributes an asymmetric cryptography exclusive channel for the user;
the block chain network calls Fastsdk, and the RegisterRsp responds the result to the middle station;
after the middle station completes the relevant logic, initializing relevant table information according to the user information, and recording the relevant table information into a traditional database;
the database responds to complete the creation of the initial information of the user;
the middle station sends the registration result to the client to complete the user registration.
6. The system for managing data transmission in a middlebox-based blockchain according to claim 1, wherein the system comprises: the system comprises a client, a client side SDK module, a middle station side SDK module and a block chain network; a dedicated user channel is arranged between the client side SDK module and the middle station, and an asymmetric cryptography dedicated channel is arranged between the middle station side SDK module and the block chain network;
the client is used for calling an API (application programming interface) of the client side SDK module and sending the transaction information of the user to the client side SDK module;
the client side SDK module is used for encrypting user transaction information after receiving the user transaction information, and the encrypted transaction data is transmitted to the middle station through a special user channel;
the central station is used for decrypting the encrypted transaction data after receiving the encrypted transaction data, and the central station calls a non-encrypted interface of the central station side SDK module to transmit the decrypted transaction information to the central station side SDK module;
the system comprises a console side SDK module, a block chain network and a data processing module, wherein the console side SDK module is used for receiving transaction information and sending the transaction information to the block chain network through an asymmetric cryptography exclusive channel between the console side SDK module and the block chain network;
the block chain network is used for correspondingly processing the transaction information.
7. The system as claimed in claim 6, wherein when the client sends the transaction information of the user to the client side SDK module, the client further sends the user key and the permanent flag super ledger key information to the client side SDK module;
and the client side SDK module calculates a user specific key for encryption according to the user key and the permanent flag super account book key transmitted from the client side, and then encrypts the transaction information transmitted from the user by using the user specific key.
8. The system as claimed in claim 7, wherein the central station receives the transaction data of the user, calculates a decryption key according to a public key of the user and a private key of the server, and then decrypts the transaction data sent by the user using the decryption key.
CN202010733249.9A 2020-07-27 2020-07-27 Block chain data transmission management method and system based on middle station Active CN111901335B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010733249.9A CN111901335B (en) 2020-07-27 2020-07-27 Block chain data transmission management method and system based on middle station

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010733249.9A CN111901335B (en) 2020-07-27 2020-07-27 Block chain data transmission management method and system based on middle station

Publications (2)

Publication Number Publication Date
CN111901335A true CN111901335A (en) 2020-11-06
CN111901335B CN111901335B (en) 2022-08-30

Family

ID=73189261

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010733249.9A Active CN111901335B (en) 2020-07-27 2020-07-27 Block chain data transmission management method and system based on middle station

Country Status (1)

Country Link
CN (1) CN111901335B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112905965A (en) * 2021-02-01 2021-06-04 胡文旭 Financial big data processing system based on block chain

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107493162A (en) * 2017-07-25 2017-12-19 中国联合网络通信集团有限公司 The implementation method and device of block chain node
CN108876587A (en) * 2018-01-03 2018-11-23 上海指旺信息科技有限公司 Supply chain financial platform and method based on block chain
CN109447647A (en) * 2018-11-19 2019-03-08 上海趣链信息科技有限公司 A kind of safety payment system based on block chain
CN109801159A (en) * 2019-01-24 2019-05-24 中国农业银行股份有限公司 Internet electric business financing management method and system based on block chain
CN110046890A (en) * 2019-04-02 2019-07-23 安徽省沃昇机电科技有限公司 A kind of block chain Rights Management System and method
CN110351185A (en) * 2019-06-28 2019-10-18 太原理工大学 A kind of distributed electronic mailbox system based on block chain technology
US20190369721A1 (en) * 2003-03-03 2019-12-05 Arjuna Indraeswaran Rajasingham Occupant supports and virtual visualization and navigation
US20200117823A1 (en) * 2018-10-16 2020-04-16 International Business Machines Corporation Selective exchange of transaction data
CN111177275A (en) * 2020-01-02 2020-05-19 肖光昱 Block chain-based management method, terminal, device and storage medium
CN111371562A (en) * 2020-02-27 2020-07-03 华信咨询设计研究院有限公司 Super book Fabric-SDK (Standard software development kit) cryptographic algorithm expansion and transformation method

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190369721A1 (en) * 2003-03-03 2019-12-05 Arjuna Indraeswaran Rajasingham Occupant supports and virtual visualization and navigation
CN107493162A (en) * 2017-07-25 2017-12-19 中国联合网络通信集团有限公司 The implementation method and device of block chain node
CN108876587A (en) * 2018-01-03 2018-11-23 上海指旺信息科技有限公司 Supply chain financial platform and method based on block chain
US20200117823A1 (en) * 2018-10-16 2020-04-16 International Business Machines Corporation Selective exchange of transaction data
CN109447647A (en) * 2018-11-19 2019-03-08 上海趣链信息科技有限公司 A kind of safety payment system based on block chain
CN109801159A (en) * 2019-01-24 2019-05-24 中国农业银行股份有限公司 Internet electric business financing management method and system based on block chain
CN110046890A (en) * 2019-04-02 2019-07-23 安徽省沃昇机电科技有限公司 A kind of block chain Rights Management System and method
CN110351185A (en) * 2019-06-28 2019-10-18 太原理工大学 A kind of distributed electronic mailbox system based on block chain technology
CN111177275A (en) * 2020-01-02 2020-05-19 肖光昱 Block chain-based management method, terminal, device and storage medium
CN111371562A (en) * 2020-02-27 2020-07-03 华信咨询设计研究院有限公司 Super book Fabric-SDK (Standard software development kit) cryptographic algorithm expansion and transformation method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112905965A (en) * 2021-02-01 2021-06-04 胡文旭 Financial big data processing system based on block chain

Also Published As

Publication number Publication date
CN111901335B (en) 2022-08-30

Similar Documents

Publication Publication Date Title
JP7119040B2 (en) Data transmission method, device and system
EP3742696B1 (en) Identity management method, equipment, communication network, and storage medium
CN108810029B (en) Authentication system and optimization method between micro-service architecture services
CN110380852B (en) Bidirectional authentication method and communication system
CN111431713B (en) Private key storage method and device and related equipment
CN113612605B (en) Method, system and equipment for enhancing MQTT protocol identity authentication by using symmetric cryptographic technology
CN111130803B (en) Method, system and device for digital signature
US11134069B2 (en) Method for authorizing access and apparatus using the method
US20030081774A1 (en) Method and apparatus for dynamic generation of symmetric encryption keys and exchange of dynamic symmetric key infrastructure
CN109800588B (en) Dynamic bar code encryption method and device and dynamic bar code decryption method and device
CN111756529B (en) Quantum session key distribution method and system
CN102970135B (en) For finding method and apparatus of the shared secret without leaking non-shared secret
CN112351037B (en) Information processing method and device for secure communication
CN113572795B (en) Vehicle safety communication method, system and vehicle-mounted terminal
CN110519222B (en) External network access identity authentication method and system based on disposable asymmetric key pair and key fob
CN114154181A (en) Privacy calculation method based on distributed storage
CN110430203A (en) A kind of improved safety JSON transmission method towards sensitive data
CN111901335B (en) Block chain data transmission management method and system based on middle station
CN111225001B (en) Block chain decentralized communication method, electronic equipment and system
CN113141333B (en) Communication method, device, server, system and storage medium of network access device
JP2003234734A (en) Mutual authentication method, server device, client device, mutual authentication program and storage medium stored with mutual authentication program
CN114650181B (en) E-mail encryption and decryption method, system, equipment and computer readable storage medium
CN113839786B (en) Key distribution method and system based on SM9 key algorithm
CN111311412B (en) Decentralized transaction confirmation method and device and server
CN113034140A (en) Method, system, equipment and storage medium for realizing intelligent contract encryption

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
PP01 Preservation of patent right

Effective date of registration: 20231026

Granted publication date: 20220830

PP01 Preservation of patent right
PD01 Discharge of preservation of patent

Date of cancellation: 20240307

Granted publication date: 20220830

PD01 Discharge of preservation of patent