CN114186282B - Block chain certification system, method and electronic equipment - Google Patents

Block chain certification system, method and electronic equipment Download PDF

Info

Publication number
CN114186282B
CN114186282B CN202010967955.XA CN202010967955A CN114186282B CN 114186282 B CN114186282 B CN 114186282B CN 202010967955 A CN202010967955 A CN 202010967955A CN 114186282 B CN114186282 B CN 114186282B
Authority
CN
China
Prior art keywords
information
certification
blockchain
request
storage
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
CN202010967955.XA
Other languages
Chinese (zh)
Other versions
CN114186282A (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.)
China Mobile Communications Group Co Ltd
China Mobile Internet Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Internet 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 China Mobile Communications Group Co Ltd, China Mobile Internet Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN202010967955.XA priority Critical patent/CN114186282B/en
Publication of CN114186282A publication Critical patent/CN114186282A/en
Application granted granted Critical
Publication of CN114186282B publication Critical patent/CN114186282B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Bioethics (AREA)
  • Data Mining & Analysis (AREA)
  • Storage Device Security (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses a blockchain certification system, a blockchain certification method and electronic equipment, which are used for solving the problem that the safety of certification information before uplink cannot be ensured in the prior art. The system comprises: a certification blockchain; the method comprises the steps that a request client sends a blockchain certification storage request through first equipment, wherein the blockchain certification storage request comprises certification storage information and corresponding second equipment information; the certification server acquires the blockchain certification request and sends first equipment information of the blockchain certification request; performing a matching check on the first device information and the second device information; and storing the forensic information to the forensic blockchain when the first device information matches the second device information. According to the scheme, the first equipment information and the second equipment information are subjected to matching verification before the evidence storage information is stored in the blockchain, so that the matching property of equipment corresponding to the evidence storage information and equipment initiating an evidence storage request is ensured, and the safety of the evidence storage information before the uploading is improved.

Description

Block chain certification system, method and electronic equipment
Technical Field
The present application relates to the field of information security, and in particular, to a blockchain certification system, a blockchain certification method, and an electronic device.
Background
Authentication is a way to save data and prevent tampering. Electronic certification is a novel certification way, which comprises the certification by using a blockchain. The blockchain technology utilizes a blockchain data structure to verify and store data, and each participating main body has the same data chain and cannot be tampered unilaterally, so that the blockchain certificate has the advantages of non-tampering, disclosure and transparency.
Although the security of the certificate on the chain is guaranteed, the certificate information needs to be processed and encrypted before being uplinked, and the security of the certificate information before being uplinked cannot be guaranteed in the prior art.
How to improve the information security of the blockchain certification is a technical problem to be solved by the application.
Disclosure of Invention
The embodiment of the application aims to provide a blockchain certification system, a blockchain certification method and electronic equipment, which are used for solving the problem that the security of certification information before uplink cannot be ensured in the prior art.
In a first aspect, there is provided a blockchain certification system, comprising:
a certification blockchain;
the method comprises the steps that a request client sends a blockchain certification storage request through first equipment, wherein the blockchain certification storage request comprises certification storage information and corresponding second equipment information;
the certification server acquires the blockchain certification request and sends first equipment information of the blockchain certification request; performing a matching check on the first device information and the second device information; and storing the forensic information to the forensic blockchain when the first device information matches the second device information.
In a second aspect, a blockchain certification method is provided, including:
acquiring a blockchain certification request and sending first equipment information of the blockchain certification request, wherein the blockchain certification request comprises certification information and corresponding second equipment information;
performing a matching check on the first device information and the second device information;
and storing the certification information to the certification blockchain when the first device information is matched with the second device information.
In a third aspect, an electronic device is provided, comprising:
the system comprises an acquisition module, a storage module and a storage module, wherein the acquisition module acquires a blockchain storage certificate request and first equipment information for transmitting the blockchain storage certificate request, and the blockchain storage certificate request comprises storage certificate information and corresponding second equipment information;
a matching module that performs a matching check on the first device information and the second device information;
and the storage module is used for storing the certification information into the certification blockchain when the first equipment information is matched with the second equipment information.
In a fourth aspect, there is provided an electronic device comprising a processor, a memory and a computer program stored on the memory and executable on the processor, the computer program implementing the steps of the method as in the first aspect when executed by the processor.
In a fifth aspect, there is provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the method as in the first aspect.
In an embodiment of the present application, a system provided in the embodiment of the present application includes: a certification blockchain; the method comprises the steps that a request client sends a blockchain certification storage request through first equipment, wherein the blockchain certification storage request comprises certification storage information and corresponding second equipment information; the certification server acquires the blockchain certification request and sends first equipment information of the blockchain certification request; performing a matching check on the first device information and the second device information; and storing the forensic information to the forensic blockchain when the first device information matches the second device information. According to the scheme, the first equipment information and the second equipment information are subjected to matching verification before the evidence storage information is stored in the blockchain, so that the matching property of equipment corresponding to the evidence storage information and equipment initiating an evidence storage request is ensured, and the safety of the evidence storage information before the uploading is improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this specification, illustrate embodiments of the application and together with the description serve to explain the application and do not constitute a limitation on the application. In the drawings:
FIG. 1a is a block chain certification system according to one embodiment of the present application;
FIG. 1b is a second schematic diagram of a blockchain certification system in accordance with an embodiment of the present application;
FIG. 2 is a third schematic diagram of a blockchain certification system in accordance with an embodiment of the present application;
FIG. 3 is a fourth schematic diagram of a blockchain certification system in accordance with an embodiment of the present application;
FIG. 4 is a schematic diagram of a blockchain certification system in accordance with an embodiment of the present application;
FIG. 5 is a block chain certification flow diagram according to one embodiment of the present application;
FIG. 6 is a second block chain certification flow diagram in accordance with one embodiment of the present application;
FIG. 7 is a flowchart of a blockchain certification method according to an embodiment of the present application;
FIG. 8 is a second flow chart of a blockchain certification method according to an embodiment of the application;
FIG. 9 is one of the structural schematic diagrams of an electronic device of the present application;
fig. 10 is a second schematic structural view of an electronic device according to the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application. The reference numerals in the present application are only used for distinguishing the steps in the scheme, and are not used for limiting the execution sequence of the steps, and the specific execution sequence controls the description in the specification.
With the continuous development of internet technology and the wide popularization of network intelligent devices, the whole social life of people is migrated to the network world. The huge virtual world created by the Internet has no small influence on the original honest system, right proving system and responsibility pursuing system of the society, and the demand of people for proving the authenticity of the Internet environment is more and more prominent. In the past, a large number of internet cases need to carry out evidence preservation of network content, and the network electronic evidence preservation technology and service of the traditional notarization department have low evidence preservation notarization efficiency, complex procedure and high cost, lower cost, simple operation and simple procedure are rapidly developed, and the internet content is huge in quantity, fast in propagation speed, wide in influence and extremely easy to lose.
The electronic evidence-storing service is mainly one-key evidence-obtaining service provided by an electronic evidence-storing platform or step-by-step guiding service provided by an evidence-storing mechanism. From this dimension of the evidence effectiveness guarantee mechanism, current third party evidence preserving tools fall into three forms:
1. the front-end certificate storage application and the back-end authority endorsement, namely the certificate storage company and the notarization department/authentication mechanism, have high acceptance and complex operation, have excessive properties and are not truly electronic certificate storage modes;
2. the front-end certification application and the third party certification authority verify by themselves, and the key point in the form is that the court needs to know the product principle of the certification authority;
3. the anti-centralization algorithm is in a evidence storage form (blockchain evidence), the blockchain evidence storage is developed most rapidly in the three types, and a large number of core bottom technologies such as hash encryption security assurance measures, consensus mechanisms, anti-centralization and the like are used for solidifying electronic data contents.
Although the security of the certificate on the chain is guaranteed, the certificate information needs to be processed and encrypted before being uplinked, and the security of the certificate information before being uplinked cannot be guaranteed in the prior art.
In order to solve the problems in the prior art, an embodiment of the present application provides a blockchain certification system, as shown in fig. 1a, including:
a certification blockchain 11;
the request client 12 sends a blockchain certification request through the first device, wherein the blockchain certification request comprises certification information and corresponding second device information;
the certification server 13 acquires the blockchain certification request and sends first equipment information of the blockchain certification request; performing a matching check on the first device information and the second device information; and storing the certification information to the certification blockchain 11 when the first device information matches the second device information.
The certification block chain can be a judicial alliance chain formed by judicial institutions such as courts, arbitrates, notarities and the like, and is in communication connection with a certification server and a request client through preset client equipment.
The requesting client may be, for example, a client installed on an electronic device such as a mobile phone, a computer, etc. used by a user, for providing a user interaction interface. The request client can initiate a blockchain certification storing request through a data network, and can realize functions of one-stop certification storing, verifying and the like of a user through a butt joint certification storing server.
The certificate storage server is a central hub of the system provided by the embodiment of the application, is connected with the request client of the front end and the certificate storage blockchain of the background, can receive the certificate storage request initiated by the request client, and can analyze and verify the information such as the certificate storage request.
The first device in the embodiment of the application can be, for example, an electronic device such as a mobile phone and a computer used by a user.
The blockchain certification request may be determined by the request client through the first device according to the content of the certification actually required. And the second device information may be obtained by the requesting client by initiating a verification request to the gateway device, or the like.
The second device information corresponds to the forensic information, and specifically, the second device information may be information of an electronic device that generates the forensic information, or the second device information may be information of an electronic device that generates a blockchain forensic request including the forensic information.
In this embodiment, the first device and the second device may be the same electronic device.
The forensic server may directly receive a blockchain forensic request sent by the requesting client through the first device. In addition, the certification server may obtain the first device information by requesting the client, or the certification server may obtain the first device information for sending the blockchain certification request by using a gateway device or other devices.
In addition, the device information described in the present embodiment may be information capable of characterizing the device identity, for example, the first device information may be a mobile phone number when the first device is a mobile phone, and the first device information may be an ip address of a computer when the first device is a computer. Of course, the device information may also be other forms of information capable of characterizing the identity of the device, for example, may be in the form of a two-dimensional code, a bar code, or a picture.
The gateway device may be any user plane network element in an operator data network, which is used for implementing a forwarding function of user data, and acquiring source information of a data packet, such as an ip address, a mobile phone number, device information, and the like. The server in the related white list is configured to provide the inserted key information service through the gateway white list.
In this embodiment, as shown in fig. 1b, the system may further include a gateway device connected between the request client and the certificate storing server, where the request client may implement verification of the first device information by communicating with the gateway device, so as to send the first device information to the certificate storing server in parallel when sending the blockchain certificate storing request. Alternatively, the blockchain certification request received by the certification server may be forwarded by the gateway device, and the gateway device may determine, after receiving the blockchain certification request sent by the request client, first device information for sending the blockchain certification request, and then send the blockchain certification request and the first device information to the certification server.
After receiving the blockchain certification request and the first device information, the certification server can analyze the blockchain certification request to obtain second device information therein. And carrying out matching verification on the second equipment information and the first equipment information, and storing the certification information into a certification blockchain when the matching is successful.
By the scheme provided by the embodiment of the application, the certificate storage server can carry out matching verification on the second equipment information corresponding to the certificate storage information and the first equipment information for sending the blockchain certificate storage request, and the certificate storage is carried out under the condition that the first equipment information is matched with the second equipment information.
In practical applications, the second device that generates the forensic information may be the same as the first device that sent the blockchain forensic request. For example, the user generates the certification information through the mobile phone a and sends the blockchain certification request through the mobile phone a, and at this time, the first device information and the second device information are both information of the mobile phone a. When the first equipment information and the second equipment information are matched and checked by the certificate storage server side, judging whether the first equipment information and the second equipment information are consistent, if so, determining that the first equipment information and the second equipment information are matched, and further executing the certificate storage.
In addition, the first device and the second device may be different devices. For example, the user generates the certification information by the computer B, that is, the second device information corresponding to the certification information is information of the computer B. And then the user sends a blockchain certification request through the mobile phone C, namely the first equipment information is information of the mobile phone C.
When the certificate storing server side performs matching verification on the first equipment information and the second equipment information, whether the information of the computer B is matched with the information of the mobile phone C or not can be judged. Specifically, whether the computer B and the mobile phone C belong to the same user or not may be determined, or whether the account registered by the client in the computer B and the account registered in the mobile phone C are consistent or not may be determined, or whether the information of the computer B and the information of the mobile phone C are matched or not may be determined according to the previously acquired matching information.
By the scheme provided by the embodiment of the application, the information of the second device corresponding to the certification information and the information of the first device sending the blockchain certification request can be matched and checked, so that the device corresponding to the certification information and the device sending the blockchain certification request are both known and authorized devices of a user. And further, the authentication information is determined not to be forwarded or tampered by equipment which is unknown to a user and has risk before being uplinked, so that the security of the authentication information before being uplinked is ensured.
Optionally, based on the system provided in the foregoing embodiment, as shown in fig. 2, the system further includes a service blockchain 21, and the certification server is further configured to:
and storing the first equipment information to a service block chain.
The service blockchain chain in this embodiment is a blockchain that realizes the basic storage function of the service, and is composed of a plurality of storage nodes, and can receive and synchronously store the data of the certificate server.
After the certificate storing server stores the certificate storing information in the certificate storing blockchain, the certificate storing server can store the corresponding first device information in the business blockchain so as to store the first device information and the corresponding certificate storing information in an associated mode.
Specifically, the forensic server may send the forensic related information and the first device information to the service blockchain after storing the forensic information in the forensic blockchain. The intelligent contract for realizing the evidence-storing transaction on the business block chain can correlate the evidence-storing hash value of the business block chain with the evidence-storing serial number on the evidence-storing block chain and correlate the first equipment information of the evidence storage, thereby realizing the correlation storage of the first equipment information and the evidence storage information. The certification blockchain can effectively record the association relation between the certification information and the first device.
Optionally, based on the system provided in the foregoing embodiment, as shown in fig. 3, the system further includes a certification client 31, configured to:
after storing the forensic information to the forensic blockchain, a forensic record corresponding to the forensic information is generated and stored to the service blockchain 21.
Wherein the forensic record may include a time of storing the forensic information and a blockchain height of storing the forensic information. The forensic client can store the forensic record to the service blockchain through the forensic server, and concretely, the forensic client can send the forensic record to the forensic server, and the forensic server forwards the forensic record to the service blockchain so that the service blockchain can store the forensic record in association with the first device information.
Optionally, based on the system provided in the foregoing embodiment, the certificate authority 13 is further configured to:
acquiring a blockchain verification request sent by the first device, wherein the blockchain verification request comprises target device information associated with target verification information to be verified;
determining a target certification record corresponding to the target equipment information according to the blockchain certification request;
and verifying the target certification information according to the target certification record.
In this embodiment, the first device may generate a blockchain verification request in response to a user operation, and send the blockchain verification request to the certification server. The blockchain verification request includes target device information, which may be first device information used when verifying target verification information. When the target certification information is certificated, the target certification information and the corresponding target equipment information are stored in a correlated mode, so that the correlated target certification record can be verified according to the target equipment information, and the target certification information can be searched.
For example, the user sends a blockchain certification request through the mobile phone D in advance to certify the certification information. After the certification is completed, the business block chain stores the certification record of the certification information and the corresponding first equipment information. When a user generates and sends a blockchain verification request through a mobile phone D, the verification server can analyze target equipment information in the blockchain verification request, determine a verification record corresponding to the target equipment information through a business blockchain, and the verification record indicates the verification time of the target verification information corresponding to the target equipment information and the blockchain height for storing the verification information, and can determine the target verification information in a verification blockchain according to the verification time and the blockchain height, so that verification is realized.
Optionally, based on the system provided in the foregoing embodiment, as shown in fig. 4, the service blockchain includes a service storage node 41;
the service storage node 41 generates a certification data packet according to the certification information and the first device information and sends the certification data packet to the certification server 12;
the certification service end 12 is configured to perform a matching check on the first device information and the second device information in the certification data packet when the certification data packet accords with a preset certification rule; and if the second matching check result indicates that the first device information and the second device information in the certification data packet are matched, storing the certification data packet into a certification blockchain 11.
The following describes the present solution in connection with an actual application scenario, as shown in fig. 5, in the process of certification:
when the user needs to execute the certification for the certification information, the user firstly fills in the mobile phone number information on the request client, wherein the mobile phone number information is used as second equipment information corresponding to the certification information and is used for generating a blockchain certification request.
Preferably, a mobile phone number checking flow is initiated by a request client of a user mobile phone. The specific flow may be that the user mobile phone sends a verification request to the gateway device, and the verification request reaches the certificate storage server after passing through the gateway device. The gateway device may be a user plane network element device in an operator network, and may obtain information of the user equipment passing through the network element, including a mobile phone number and the like.
When the mobile phone number verification request passes through the gateway equipment, the gateway equipment can acquire the mobile phone number for transmitting the request through the data network, the gateway equipment takes the acquired mobile phone number for transmitting the blockchain certification storage request as first equipment information and transmits the acquired mobile phone number together with the blockchain certification storage request to the certification storage server, the certification storage server analyzes after receiving the blockchain certification storage request and the first equipment information, and the mobile phone number filled by a user obtained through analysis is compared with the mobile phone number acquired by the gateway so as to verify whether the two mobile phone numbers are matched.
After the verification of the certificate storing server determines the matching, the verification passing mark can be sent to the request client, and the verification passing mark is used for representing that the certificate storing server has performed the matching verification and determining that the verification passes.
The requesting client may then send an information storage request to any storage node on the traffic blockchain based on the user authentication data.
The service storage node regulates the user certificate storage information, performs certificate storage data abstract field hash processing, data encryption and data signature, generates a certificate storage data packet and sends the certificate storage data packet to the certificate storage server.
And then, the certification server sends the certification data packet to a certification client on a certification blockchain.
The evidence-storing client verifies whether the evidence-storing data packet meets the data regulation requirement of the evidence-storing blockchain, and indicates the mobile phone number verification flow of the requesting client if the data regulation requirement is met.
The request client sends a mobile phone number verification request to gateway equipment based on the indication of the certificate storage client, the gateway equipment obtains the mobile phone number of the client sending the verification request, and the obtained mobile phone number and the certificate storage data packet I are sent to the certificate storage server side in parallel, so that the certificate storage server side compares the mobile phone number of the certificate storage data packet with the mobile phone number obtained by the gateway, and a structure of matching verification is determined.
And after the verification and matching of the certificate storage server are successful, sending a mobile phone number verification passing mark to the certificate storage client on the certificate storage blockchain.
The certificate storing client stores the certificate storing data packet on the certificate storing block chain and returns the certificate storing number to the certificate storing server.
The certificate storage server returns the certificate storage number to the request client, and simultaneously reminds the user of the block chain certificate storage strong association mobile phone number, and can realize the combined verification and verification through the mobile phone number and the certificate storage number.
Preferably, the service block chain performs two data uplink operations in the authentication process, the corresponding relation between the authentication hash value and the authentication data packet of the service block chain and the specific data value are uplink for the first time, the mobile phone number information of the authentication data packet is stored in advance for the second time, and then the corresponding relation between the mobile phone number and the authentication hash value and the specific data value are uplink.
In the embodiment of the application, the certificate storage client of the certificate storage blockchain is in butt joint with the certificate storage server and the request client, and the certificate storage client has an integrated mobile phone number verification triggering function and can carry out certificate storage based on mobile phone number verification. The certificate storing server can be seamlessly connected to the service blockchain and the certificate storing blockchain, and can also check whether the mobile phone number filled in by the user is matched with the mobile phone number acquired by the gateway.
As shown in fig. 6, during the verification process:
when the user needs to verify the information of the target equipment, the mobile phone number information is filled in the request client, and a blockchain verification request is sent to the gateway equipment.
And then, the gateway equipment acquires the first equipment information after receiving the blockchain verification request, and transmits the acquired first equipment information and the blockchain verification request to the verification server.
And after the verification server receives the blockchain verification request and the first device information, matching and verifying the mobile phone number filled by the user obtained by analyzing the blockchain verification request with the mobile phone number obtained by the gateway.
And after the verification of the matching of the certificate storage server is successful, sending a mobile phone number verification passing mark to the request client.
The request client sends the mobile phone number which is verified successfully to the service storage node through the verification server, and the service storage node searches the verification information associated with the mobile phone number.
And the request client side then sends the certificate number filled in by the user to the service storage node through the certificate storage server side, and the node finds a certificate record corresponding to the certificate number from the screened certificate information.
The service storage node locates to the specific block information and can find and return the corresponding certificate storage time and block height to the request client. In addition, if not found, a prompt "no associated evidence record" may be fed back.
By the system provided by the embodiment of the application, the first equipment information and the second equipment information can be matched and checked before the certification information is stored in the blockchain, so that the matching property of the equipment corresponding to the certification information and the equipment initiating the certification request is ensured, and the safety of the certification information before the uploading is improved. Moreover, the device information and the verification information can be stored in an associated mode, and the associated verification information can be verified through the device information, so that the accuracy and the efficiency of verification are improved.
In order to solve the problems in the prior art, as shown in fig. 7, an embodiment of the present application provides a blockchain certification method, including:
s71: acquiring a blockchain certification request and sending first equipment information of the blockchain certification request, wherein the blockchain certification request comprises certification information and corresponding second equipment information;
s72: performing a matching check on the first device information and the second device information;
s73: and storing the certification information to the certification blockchain when the first device information is matched with the second device information.
By the system provided by the embodiment of the application, the first equipment information and the second equipment information can be matched and checked before the certification information is stored in the blockchain, so that the matching property of the equipment corresponding to the certification information and the equipment initiating the certification request is ensured, and the safety of the certification information before the uploading is improved.
Optionally, based on the method provided in the foregoing embodiment, as shown in fig. 8, the method further includes:
s74: acquiring a blockchain verification request sent by the first device, wherein the blockchain verification request comprises target device information associated with target verification information to be verified;
s75: determining a target certification record corresponding to the target equipment information according to the blockchain certification request;
s76: and verifying the target certification information according to the target certification record.
By the system provided by the embodiment of the application, the first equipment information and the second equipment information can be matched and checked before the certification information is stored in the blockchain, so that the matching property of the equipment corresponding to the certification information and the equipment initiating the certification request is ensured, and the safety of the certification information before the uploading is improved. Moreover, the device information and the verification information can be stored in an associated mode, and the associated verification information can be verified through the device information, so that the accuracy and the efficiency of verification are improved.
In order to solve the problems in the prior art, an embodiment of the present application provides an electronic device, as shown in fig. 9, including:
the acquiring module 91 acquires a blockchain certification request and first equipment information for sending the blockchain certification request, wherein the blockchain certification request comprises certification information and corresponding second equipment information;
a matching module 92 that performs a matching check on the first device information and the second device information;
and a storage module 93 for storing the certification information into the certification blockchain when the first device information is matched with the second device information.
The electronic equipment provided by the embodiment of the application can be used for receiving the mobile phone number verification request and the blockchain certification storage request of the request client, sending the mark for representing the verification success, receiving the certification storage data packet obtained by processing the storage node on the business blockchain, sending the certification storage number and the like for the certification success of the certification blockchain.
In addition, the method can also be used for verifying whether the certificate storage request is initiated by a mobile phone number, the first time the request client sends a mobile phone number verification request to the certificate storage server before sending a blockchain certificate storage request to a business blockchain, and the certificate storage server verifies whether the two numbers are matched after receiving the mobile phone number filled by a user and the mobile phone number acquired by a gateway, and the verification is successful; the certificate storing client of the second certificate storing blockchain triggers the mobile phone number checking request of the requesting client again after receiving the certificate storing data packet, and the certificate storing server checks whether the mobile phone number acquired by the gateway is matched with the mobile phone number of the certificate storing data packet or not, and the certificate storing blockchain certificate storing flow is continued after the verification is successful.
In addition, the certificate storage server can realize the butt joint between the client and the blockchain and the verification of the mobile phone number. The blockchain certificate can be divided into a service blockchain certificate and a certificate-storing blockchain certificate, wherein the service blockchain certificate is synchronized to other nodes on the service blockchain after any storage node receives the certificate-storing information sent by the certificate-storing server. The intelligent contract processing rule of the business block chain is divided into three steps, firstly, original information is hashed to generate a certificate hash value, secondly, the original information is processed into a certificate data packet meeting the requirement of the certificate block chain according to regular data of the business type, then, the mobile phone number information of a user in the certificate data packet is extracted, a corresponding relation table of mobile phone numbers and the certificate hash value of the certificate data packet is established on the chain, meanwhile, the certificate data packet is related to the mobile phone number requesting for certificate, and finally, the certificate data packet encryption signature is synchronized to a block. The certificate storing of the certificate storing blockchain is realized by the butt joint of the certificate storing client, wherein the intelligent contract processing rule of the certificate storing blockchain is divided into three steps, firstly, whether a certificate storing data packet accords with the service specification is checked, secondly, a mobile phone number checking flow of the request client is triggered, finally, the certificate storing data packet is encrypted and signed and synchronized onto a block, the certificate storing number is returned to the certificate storing server, and then the certificate storing data packet is synchronized onto a corresponding certificate storing block on the service blockchain through the certificate storing server and returned to the request client.
Optionally, as shown in fig. 10, the electronic device provided by the present application, the obtaining module 91 is further configured to:
acquiring a blockchain verification request sent by the first device, wherein the blockchain verification request comprises target device information associated with target verification information to be verified;
the electronic device further includes:
a determining module 101, configured to determine a target certification record corresponding to the target device information according to the blockchain certification request;
and a verification module 102 for verifying the target verification information according to the target verification record.
The electronic equipment provided by the embodiment of the application can be used for receiving the mobile phone number verification request and the blockchain verification request of the request client, sending the verification success mark of the verification server, and receiving the verification block information associated with the storage node on the business blockchain according to the mobile phone number and the verification number.
In addition, whether the blockchain verification request is initiated by a mobile phone number can be checked, the request client sends a mobile phone number verification request to the verification server before sending the blockchain verification request to the service blockchain, and the verification server judges whether the two numbers are consistent after receiving the mobile phone number filled by the user and the mobile phone number inserted by the gateway, and the verification is successful.
In addition, the blockchain verification executed by the electronic device provided by the embodiment of the application can be divided into service blockchain verification and storage verification blockchain verification, wherein the service blockchain verification is that after any storage node on the service blockchain receives a blockchain verification request comprising a mobile phone number and a storage verification number, related storage verification information is screened out through the mobile phone number, and then a certain storage verification record is accurately positioned from the storage verification information related to the mobile phone number through the storage verification number.
Preferably, the embodiment of the present application further provides an electronic device, including a processor, a memory, and a computer program stored in the memory and capable of running on the processor, where the computer program when executed by the processor implements each process of the foregoing method embodiment, and the same technical effects can be achieved, and for avoiding repetition, a description is omitted herein.
The embodiment of the application also provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor, implements the processes of the above method embodiment, and can achieve the same technical effects, and in order to avoid repetition, the description is omitted here. Wherein the computer readable storage medium is selected from Read-Only Memory (ROM), random access Memory (Random Access Memory, RAM), magnetic disk or optical disk.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) comprising instructions for causing a terminal (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the method according to the embodiments of the present application.
The embodiments of the present application have been described above with reference to the accompanying drawings, but the present application is not limited to the above-described embodiments, which are merely illustrative and not restrictive, and many forms may be made by those having ordinary skill in the art without departing from the spirit of the present application and the scope of the claims, which are to be protected by the present application.

Claims (8)

1. A blockchain certification system, comprising:
a certification blockchain;
the method comprises the steps that a request client sends a blockchain certification storage request through first equipment, wherein the blockchain certification storage request comprises certification storage information and corresponding second equipment information; the second device information is information of the electronic device generating the certification information, or information of the electronic device generating a blockchain certification request containing the certification information;
the certification server acquires the blockchain certification request and sends first equipment information of the blockchain certification request; performing a matching check on the first device information and the second device information; and storing the forensic information to the forensic blockchain when the first device information matches the second device information;
the certificate storing server is further configured to:
acquiring a blockchain verification request sent by the first device, wherein the blockchain verification request comprises target device information associated with target verification information to be verified;
determining a target certification record corresponding to the target equipment information according to the blockchain certification request;
and verifying the target certification information according to the target certification record.
2. The system of claim 1, further comprising a traffic blockchain, the certification server further configured to:
and storing the first equipment information to a service block chain.
3. The system of claim 2, further comprising a certification client for:
after the forensic information is stored in the forensic blockchain, a forensic record corresponding to the forensic information is generated, and the forensic record is stored in the service blockchain.
4. The system of claim 2, wherein the traffic blockchain includes a traffic storage node;
the service storage node generates a certification storage data packet according to the certification storage information and the first equipment information and sends the certification storage data packet to the certification storage server;
the certification service end is used for executing matching verification on the first equipment information and the second equipment information in the certification data packet when the certification data packet accords with a preset certification rule; and if the second matching check result indicates that the first equipment information and the second equipment information in the certification data packet are matched, storing the certification data packet into a certification blockchain.
5. A blockchain certification method, comprising:
acquiring a blockchain certification request and sending first equipment information of the blockchain certification request, wherein the blockchain certification request comprises certification information and corresponding second equipment information; the second device information is information of the electronic device generating the certification information, or information of the electronic device generating a blockchain certification request containing the certification information;
performing a matching check on the first device information and the second device information;
storing the forensic information to a forensic blockchain when the first device information matches the second device information;
further comprises:
acquiring a blockchain verification request sent by the first device, wherein the blockchain verification request comprises target device information associated with target verification information to be verified;
determining a target certification record corresponding to the target equipment information according to the blockchain certification request;
and verifying the target certification information according to the target certification record.
6. An electronic device, comprising:
the system comprises an acquisition module, a storage module and a storage module, wherein the acquisition module acquires a blockchain storage certificate request and first equipment information for transmitting the blockchain storage certificate request, and the blockchain storage certificate request comprises storage certificate information and corresponding second equipment information; the second device information is information of the electronic device generating the certification information, or information of the electronic device generating a blockchain certification request containing the certification information;
a matching module that performs a matching check on the first device information and the second device information;
the storage module is used for storing the certification information into a certification blockchain when the first equipment information is matched with the second equipment information;
the electronic device is further configured to:
acquiring a blockchain verification request sent by the first device, wherein the blockchain verification request comprises target device information associated with target verification information to be verified;
determining a target certification record corresponding to the target equipment information according to the blockchain certification request;
and verifying the target certification information according to the target certification record.
7. An electronic device, comprising: memory, a processor and a computer program stored on the memory and executable on the processor, which when executed by the processor, performs the steps of the method according to claim 5.
8. A computer readable storage medium, characterized in that it has stored thereon a computer program which, when executed by a processor, implements the steps of the method according to claim 5.
CN202010967955.XA 2020-09-15 2020-09-15 Block chain certification system, method and electronic equipment Active CN114186282B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010967955.XA CN114186282B (en) 2020-09-15 2020-09-15 Block chain certification system, method and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010967955.XA CN114186282B (en) 2020-09-15 2020-09-15 Block chain certification system, method and electronic equipment

Publications (2)

Publication Number Publication Date
CN114186282A CN114186282A (en) 2022-03-15
CN114186282B true CN114186282B (en) 2023-09-19

Family

ID=80539708

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010967955.XA Active CN114186282B (en) 2020-09-15 2020-09-15 Block chain certification system, method and electronic equipment

Country Status (1)

Country Link
CN (1) CN114186282B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106559785A (en) * 2015-09-30 2017-04-05 中国电信股份有限公司 Authentication method, equipment and system and access device and terminal
CN111010367A (en) * 2019-11-07 2020-04-14 深圳市电子商务安全证书管理有限公司 Data storage method and device, computer equipment and storage medium
WO2020143196A1 (en) * 2019-01-11 2020-07-16 平安科技(深圳)有限公司 Communication method and device between blockchain nodes, storage medium and electronic apparatus
CN111552676A (en) * 2020-04-26 2020-08-18 北京众享比特科技有限公司 Block chain based evidence storing method, device, equipment and medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106559785A (en) * 2015-09-30 2017-04-05 中国电信股份有限公司 Authentication method, equipment and system and access device and terminal
WO2020143196A1 (en) * 2019-01-11 2020-07-16 平安科技(深圳)有限公司 Communication method and device between blockchain nodes, storage medium and electronic apparatus
CN111010367A (en) * 2019-11-07 2020-04-14 深圳市电子商务安全证书管理有限公司 Data storage method and device, computer equipment and storage medium
CN111552676A (en) * 2020-04-26 2020-08-18 北京众享比特科技有限公司 Block chain based evidence storing method, device, equipment and medium

Also Published As

Publication number Publication date
CN114186282A (en) 2022-03-15

Similar Documents

Publication Publication Date Title
CN109409122B (en) File storage method, electronic device and storage medium
CN107749848B (en) Internet of things data processing method and device and Internet of things system
CN108595126B (en) Data storage system, query method, query device, server, and storage medium
CN109471865B (en) Offline data management method, system, server and storage medium
US8452962B2 (en) Method and apparatus for simulating a workflow and analyzing the behavior of information assurance attributes through a data providence architecture
CN104767613B (en) Signature verification method, apparatus and system
CN109309685B (en) Information transmission method and device
CN109889469B (en) Short message verification method, device, storage medium, short message verification system and terminal
JP2018501567A (en) Device verification method and equipment
TWI796675B (en) Blockchain-based identity verification method and related hardware
CN102571846A (en) Method and device for forwarding hyper text transport protocol (HTTP) request
CN108347428B (en) Registration system, method and device of application program based on block chain
CN112202705A (en) Digital signature verification generation and verification method and system
CN109714370B (en) HTTP (hyper text transport protocol) -based cloud security communication implementation method
CN105306534A (en) Information verification method based on open platform and open platform
US20110276804A1 (en) Server authentication method and client terminal
CN112487011B (en) Block chain-based Internet of things terminal data uplink method and system
CN106878265A (en) A kind of data processing method and device
CN110768973A (en) Signaling safety evaluation system and method based on GB35114 standard
CN113225324B (en) Block chain anonymous account creation method, system, device and storage medium
CN112000744A (en) Signature method and related equipment
JP2019510314A (en) Message counterfeit prevention implementation method and device
CN112199412B (en) Payment bill processing method based on block chain and block chain bill processing system
CN112699374A (en) Integrity checking vulnerability security protection method and system
CN104618356B (en) Auth method and device

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