CN108365949B - Client real-name system information management method, device and system - Google Patents

Client real-name system information management method, device and system Download PDF

Info

Publication number
CN108365949B
CN108365949B CN201810198086.1A CN201810198086A CN108365949B CN 108365949 B CN108365949 B CN 108365949B CN 201810198086 A CN201810198086 A CN 201810198086A CN 108365949 B CN108365949 B CN 108365949B
Authority
CN
China
Prior art keywords
information
client
data string
node
client information
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
CN201810198086.1A
Other languages
Chinese (zh)
Other versions
CN108365949A (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.)
Beijing Arxan Fintech Co ltd
Original Assignee
Beijing Arxan Fintech 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 Beijing Arxan Fintech Co ltd filed Critical Beijing Arxan Fintech Co ltd
Priority to CN201810198086.1A priority Critical patent/CN108365949B/en
Publication of CN108365949A publication Critical patent/CN108365949A/en
Application granted granted Critical
Publication of CN108365949B publication Critical patent/CN108365949B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/06Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
    • H04L9/0643Hash functions, e.g. MD5, SHA, HMAC or f9 MAC
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2255Hash tables
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0876Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint

Abstract

The invention provides a method, a device and a system for managing client real-name system information, which relate to the technical field of information management, and the method comprises the following steps: acquiring client information, and performing arrangement operation on the client information to generate a client information data string; extracting information of a current decentralized network node, wherein the node information comprises a public key sequence number and network time; performing hash operation on the client information data string according to the extracted information to generate data string index information matched with the client information data string; the data string index information is stored in the node and broadcast within the decentralized network. According to the client real-name system information management method, device and system, the index information of the data string is stored and broadcasted in the decentralized network, so that the storage space of plaintext information in a database is reduced, the risk of information leakage induced when the plaintext information of the client information is directly broadcasted is reduced, and the efficiency and the safety of information management are improved.

Description

Client real-name system information management method, device and system
Technical Field
The invention relates to the technical field of information management, in particular to a method, a device and a system for managing client real-name system information.
Background
In recent years, more and more services require real-name handling by clients, that is, clients need to provide effective certificates or documents for personal identification when handling and performing certain services. With the continuous development of networking, the transaction of various virtual identities becomes increasingly important and becomes a trend, which brings security guarantee to a great extent, but on the other hand, the possible invasion of individual privacy also requires people to explore and research.
Traditional customer real-name system information management is mainly to store complete plaintext customer information in background databases of various systems, and although the method is a universal method, the method has many defects, not only occupies storage space of the databases, but also has risks of inducing information leakage, and is not beneficial to information management.
Disclosure of Invention
In view of the above, an object of the present invention is to provide a method, an apparatus and a system for managing client real-name system information, so as to reduce the risk of inducing information leakage in the conventional client real-name system information management.
In a first aspect, an embodiment of the present invention provides a method for managing client real-name information, where the method is applied to a server in a decentralized network, and the method includes: acquiring client information, wherein the client information is plaintext information containing a client real-name system identifier; performing arrangement operation on the client information to generate a client information data string; extracting node information of the current decentralized network, wherein the node information comprises a public key sequence number and network time; performing hash operation on the client information data string according to the node information to generate data string index information matched with the client information data string; the data string index information is stored and broadcast in the decentralized network.
With reference to the first aspect, an embodiment of the present invention provides a first possible implementation manner of the first aspect, where the performing a hash operation on the client information data string according to the node information includes: extracting public key serial numbers included in the node information; performing hash operation on the client information data string according to the public key sequence number to generate a first hash value; and storing the first hash value, the public key sequence number, the client information and the network time.
With reference to the first possible implementation manner of the first aspect, an embodiment of the present invention provides a second possible implementation manner of the first aspect, where the step of generating data string index information that matches the client information data string includes: acquiring information of a network node for receiving client information in a decentralized network; and generating data string index information matched with the client information data string based on the first hash value, the information of the network node and the public key sequence number.
With reference to the first possible implementation manner of the first aspect, an embodiment of the present invention provides a third possible implementation manner of the first aspect, where the method further includes: receiving an authentication request, wherein the authentication request carries client information to be authenticated; performing hash operation on the client information to be authenticated according to the public key sequence number to generate a second hash value; matching whether the second hash value is consistent with the first hash value; if yes, generating response information passing the authentication; if not, acquiring the index information of the data string, searching a network node for receiving the client information according to the index information of the data string, and matching the client information in the network node with the client information to be authenticated; if the matching is successful, correcting the index information of the data string; and if the matching fails, generating authentication failure information.
With reference to the third possible implementation manner of the first aspect, an embodiment of the present invention provides a fourth possible implementation manner of the first aspect, where after the modifying the data string index information, the method further includes: and sending the corrected data string index information to the network node receiving the authentication request.
With reference to the first aspect, an embodiment of the present invention provides a fifth possible implementation manner of the first aspect, where the performing an orchestration operation on the customer information to generate a customer information data string includes: extracting plaintext information in the client information, and sequencing the plaintext information according to a preset arrangement algorithm to generate an information sequence; and performing bit complement operation on the information sequence to generate a client information data string.
In a second aspect, an embodiment of the present invention further provides a client real-name information management apparatus, which is disposed in a server of a decentralized network, and includes: the system comprises an acquisition module, a storage module and a display module, wherein the acquisition module is used for acquiring client information, and the client information is plaintext information containing a client real-name system identifier; the generating module is used for performing arrangement operation on the client information to generate a client information data string; the extraction module is used for extracting node information of the current decentralized network, wherein the node information comprises a public key sequence number and network time; the operation module is used for carrying out Hash operation on the client information data string according to the node information and generating data string index information matched with the client information data string; and the broadcasting module is used for storing and broadcasting the data string index information in the decentralized network.
With reference to the second aspect, an embodiment of the present invention provides a first possible implementation manner of the second aspect, where the operation module is further configured to: extracting public key serial numbers included in the node information; performing hash operation on the client information data string according to the public key sequence number to generate a first hash value; storing the first hash value, the public key sequence number, the client information and the network time; acquiring information of network nodes for receiving client information in the decentralized network; and generating data string index information matched with the client information data string based on the first hash value, the information of the network node and the public key sequence number.
With reference to the first possible implementation manner of the second aspect, an embodiment of the present invention provides a second possible implementation manner of the second aspect, where the apparatus further includes: an authentication module to: receiving an authentication request, wherein the authentication request carries client information to be authenticated; performing hash operation on the client information to be authenticated according to the public key sequence number to generate a second hash value; matching whether the second hash value is consistent with the first hash value; if yes, generating response information passing the authentication; if not, acquiring the index information of the data string, searching a network node for receiving the client information according to the index information of the data string, and matching the client information in the network node with the client information to be authenticated; if the matching is successful, correcting the index information of the data string; and if the matching fails, generating authentication failure information.
In a third aspect, an embodiment of the present invention further provides a client real-name system information management system, where the system includes a memory and a processor, the memory is used to store a program that supports the processor to execute the method described in the first aspect, and the processor is configured to execute the program stored in the memory.
In a fourth aspect, an embodiment of the present invention further provides a computer storage medium for storing computer software instructions for the apparatus in the second aspect.
The embodiment of the invention has the following beneficial effects:
the embodiment of the invention provides a method, a device and a system for managing client real-name system information, which can acquire client information, perform arrangement operation on the client information and generate a client information data string; further extracting node information of the current decentralized network, carrying out Hash operation on the client information data string according to the node information, and generating data string index information matched with the client information data string; compared with the direct storage and broadcasting of plaintext information, the data string index information is stored and broadcasted in a decentralized network, so that the storage space in a database is reduced, the risk of information leakage induced when the plaintext information of the client information is directly broadcasted is reduced, and the efficiency and the safety of information management are improved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
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, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart of a method for managing client real-name information according to an embodiment of the present invention;
fig. 2 is a flowchart of another client real-name information management method according to an embodiment of the present invention;
fig. 3 is a flowchart of another client real-name information management method according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a client real-name information management apparatus according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of another client real-name information management apparatus according to an embodiment of the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all embodiments of the present invention. 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.
At present, the traditional real-name system information management of clients mainly stores complete plaintext client information in background databases of various systems, so that a large amount of plaintext client information occupies the storage space of the databases, and the risk of information leakage is induced. In addition, because complete plaintext client information needs to be transmitted in a network for information system authentication, certain pressure is brought to network data transmission, the hidden danger of information interception by a third party exists, and the transaction efficiency of information authentication is reduced. Meanwhile, the background of each system stores the plaintext customer information, and the information synchronization after the customer information is modified is not convenient.
Based on this, the method, the device and the system for managing the client real-name system information provided by the embodiments of the present invention alleviate the risk of inducing information leakage in the conventional client real-name system information management.
To facilitate understanding of the embodiment, a detailed description will be given to a client real-name information management method disclosed in the embodiment of the present invention.
The first embodiment is as follows:
an embodiment of the present invention provides a client real-name information management method, which is applied to a server of a decentralized network, and as shown in fig. 1, the method includes the following steps:
step S102, obtaining client information, wherein the client information is plaintext information containing client real-name system identification;
generally, the customer information is a user, such as a bank worker or other workers who manage the customer real-name information, and the input customer information may include one or more of the following information, such as the customer's name (chinese name and/or english name), nationality, certificate type, certificate number, current permanent residence, contact address, unit telephone, home telephone, mobile telephone (including "+" number and country), e-mail, occupation, name of work unit, position of work unit, address of work unit, information registration mechanism, annual wage income, all other income, business management status, and the like.
Step S104, performing arrangement operation on the client information to generate a client information data string;
specifically, the process of orchestrating operations may include: extracting plaintext information in the client information, and sequencing the plaintext information according to a preset arrangement algorithm to generate an information sequence; and performing bit complement operation on the information sequence to generate a client information data string.
For example, the arrangement order may be a Chinese name, an English name, a nationality, a certificate type, a certificate number, a permanent living place, a contact address, a unit telephone, a home telephone, a mobile telephone (including a plus sign and a country), an e-mail, a job, a work unit name, a position, a work unit address, an information registration mechanism, an annual wage income, all other income, a business operation condition, and the like in sequence according to an algorithm established order.
The length of each information sequence can be set to 16 bytes, and the part less than 16 bytes is filled with F; the data is divided by 16 bytes, and the data is filled by 16 bytes of F to realize the bit filling operation, thereby generating the customer information data string.
Step S106, extracting node information of the current decentralized network, wherein the node information comprises a public key sequence number and network time;
step S108, carrying out Hash operation on the client information data string according to the node information to generate data string index information matched with the client information data string;
step S110, storing and broadcasting the index information of the data string in the decentralized network.
Specifically, the decentralized network according To the embodiment of the present invention is a network based on a P2P (peer-To-peer System) network propagation technology. When the network is normal, in the P2P network, all resources and data objects are distributed to each node, so that the resources share data among all nodes.
The embodiment of the invention provides a client real-name system information management method, which can acquire client information, perform arrangement operation on the client information and generate a client information data string; further extracting node information of the current decentralized network, carrying out Hash operation on the client information data string according to the node information, and generating data string index information matched with the client information data string; compared with the direct storage and broadcasting of plaintext information, the data string index information is stored and broadcasted in a decentralized network, so that the storage space in a database is reduced, the risk of information leakage induced when the plaintext information of the client information is directly broadcasted is reduced, and the efficiency and the safety of information management are improved.
In order to facilitate the decentralized network to store and broadcast the client real name information, the hash operation process needs to be performed according to the node information. Specifically, as shown in fig. 2, a flowchart of another client real-name information management method is implemented on the basis of the method shown in fig. 1, and includes the following steps:
the process of step S202 to step S206 is the same as the process of step S102 to step S106 shown in fig. 1, and reference may be specifically made to the process shown in fig. 1, which is not described herein again.
Step S208, extracting a public key sequence number included in the node information, and performing hash operation on the client information data string according to the public key sequence number to generate a first hash value;
step S210, storing the first hash value, the public key sequence number, the client information and the network time;
step S212, obtaining the information of the network node receiving the customer information in the decentralized network;
step S214, generating data string index information matched with the client information data string based on the first hash value, the information of the network node and the public key sequence number;
step S216, the data string index information is stored and broadcasted in the decentralized network.
During specific implementation, the decentralized network may be provided with a plurality of nodes, the process of acquiring the client information may be implemented on one of the nodes, for example, a node P in the decentralized network receives the plaintext information of the client, and after receiving the client information, the node P assembles the client information into a client information data string a according to a certain arrangement sequence; performing bit complementing on the data string A according to a fixed algorithm to form a data string B, and performing hash operation on the data string B by adopting a public key sequence number in a decentralized network to obtain a first hash value K; the method comprises the steps of obtaining network time (specifically to minutes) of a decentralized network, storing a K value, a public key sequence number, client information participating in operation and the network time of the decentralized network, generating data string index information S which is based on the K value and contains node information and the public key sequence number in the decentralized network, and storing and broadcasting the data string index information S at a node P.
In consideration of the fact that the method for managing the client real-name system information according to the embodiment of the present invention is often used in a banking system to manage the client real-name system information of the deposit user, for example, to improve security, the client real-name system information is usually required to be authenticated. Therefore, as shown in fig. 3, another method for managing client real-name information, which implements authentication of client real-name information based on fig. 1 and 2, includes the following steps:
step S302, receiving an authentication request, wherein the authentication request carries client information to be authenticated;
the client information to be authenticated may be an identity of the client, such as part of the client information, which is mainly nationality, certificate type, certificate number, and the like, and the identity is authenticated to determine whether the user is a legal user.
Step S304, carrying out Hash operation on the client information to be authenticated according to the public key serial number to generate a second Hash value;
step S306, whether the second hash value is matched with the first hash value is consistent, if yes, step S312 is executed, and step S308 is executed if no;
step S308, acquiring data string index information, searching a network node for receiving client information according to the data string index information, and matching the client information in the network node with the client information to be authenticated;
step S310, if the matching is successful, correcting the index information of the data string; if the matching fails, generating authentication failure information;
if the matching is successful, the user is indicated to have information updating after the last time of client information creation, but the updated data string index information is not synchronized to the corresponding node. Therefore, the data string index information can be corrected.
Specifically, after the data string index information is corrected, the method further includes: and sending the corrected data string index information to the network node receiving the authentication request.
In step S312, response information that the authentication is passed is generated.
Taking an example that a node Q in the decentralized network receives authentication information of a client as an example, the node Q and the node P are nodes in the same decentralized network.
And the node Q receives the authentication request, performs hash operation on the client information to be authenticated by adopting the same algorithm and public key serial number as the node P to obtain a second hash value M, and compares the M with the K. If M is the same as K, the authentication is successful, and other business processing flows can be continued. And if the M is different from the K, acquiring data string index information S of the K, and sending a second hash value M to the node P for authentication according to the data string index information S, namely, matching the client information in the network node with the client information to be authenticated in the node P. For example, M may be matched based on key information. And if the matching is successful, correcting the index information of the data string, and returning the corrected index information of the data string to the node Q. And if the matching fails, returning the information of authentication failure to the node Q.
The above-mentioned process of correcting the data string index information may be performed in the manner shown in fig. 1 or fig. 2, that is, the client information is broadcasted again.
Further, if the authentication fails, other current business processing flows are rejected, and the condition that the client real-name system information is leaked is avoided.
In summary, according to the method for managing client real-name information provided by the embodiment of the present invention, the storage and broadcasting of the client real-name information may be performed at any node in the decentralized network, and when an authentication request is received at any other node, the client information in the decentralized network is authenticated, considering that the node Q and the node P are nodes in the same decentralized network, so that a decentralized client real-name information management mechanism may be formed in the decentralized network, and in particular, when the decentralized network is implemented, a plurality of nodes are distributed, each node may have a highly autonomous feature, and each node is freely connected to each other, and the nodes may interact through a P2P network, thereby forming an open, flat, and flat system.
Therefore, the client real-name information management method provided by the embodiment of the invention can store, broadcast and authenticate the index information of the data string in the decentralized network through the decentralized client real-name information management mechanism, thereby avoiding the propagation of plaintext information and being beneficial to reducing the risk of leakage of the client real-name information. Compared with the process of transmitting plaintext information, the management process of the data string index information occupies less network resources, reduces network pressure, and meanwhile, can improve authentication efficiency and information synchronization efficiency, and improves the safety of information management.
Example two:
on the basis of the foregoing embodiments, an embodiment of the present invention further provides a client real-name system information management apparatus, which is installed in a server of a decentralized network, and is as shown in fig. 4, where the apparatus includes:
the obtaining module 40 is configured to obtain client information, where the client information is plaintext information that includes a client real-name system identifier;
the generating module 42 is used for performing arrangement operation on the client information to generate a client information data string;
an extracting module 44, configured to extract node information of the current decentralized network, where the node information includes a public key sequence number and network time;
an operation module 46, configured to perform a hash operation on the client information data string according to the node information, and generate data string index information matched with the client information data string;
and a broadcasting module 48, configured to store and broadcast the data string index information in the decentralized network.
Specifically, the operation module 46 is further configured to: extracting public key serial numbers included in the node information; performing hash operation on the client information data string according to the public key sequence number to generate a first hash value; storing the first hash value, the public key sequence number, the client information and the network time; acquiring information of network nodes for receiving client information in the decentralized network; and generating data string index information matched with the client information data string based on the first hash value, the information of the network node and the public key sequence number.
Further, as shown in fig. 5, the other client real-name system information management apparatus includes, in addition to the structure shown in fig. 4: an authentication module 50, the authentication module 50 being configured to:
receiving an authentication request, wherein the authentication request carries client information to be authenticated; performing hash operation on the client information to be authenticated according to the public key sequence number to generate a second hash value; matching whether the second hash value is consistent with the first hash value; if yes, generating response information passing the authentication; if not, acquiring the index information of the data string, searching a network node for receiving the client information according to the index information of the data string, and matching the client information in the network node with the client information to be authenticated; if the matching is successful, correcting the index information of the data string; and if the matching fails, generating authentication failure information.
The client real-name information management device provided by the embodiment of the invention has the same technical characteristics as the client real-name information management method provided by the embodiment, so that the same technical problems can be solved, and the same technical effects can be achieved.
Further, an embodiment of the present invention further provides a client real-name system information management system, where the system includes a memory and a processor, the memory is used for storing a program that supports the processor to execute the method described in the above embodiment, and the processor is configured to execute the program stored in the memory.
Embodiments of the present invention also provide a machine-readable storage medium storing machine-executable instructions, which when invoked and executed by a processor cause the processor to implement the method of the first embodiment.
The computer program product of the client real-name system information management method, device and system provided by the embodiment of the present invention includes a computer readable storage medium storing a program code, where instructions included in the program code may be used to execute the method described in the foregoing method embodiment, and specific implementation may refer to the method embodiment, which is not described herein again.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the system and the apparatus described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Finally, it should be noted that: although the present invention has been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that the following embodiments are merely illustrative of the present invention, and not restrictive, and the scope of the present invention is not limited thereto: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (7)

1. A client real-name information management method applied to a server of a decentralized network, the method comprising:
acquiring client information, wherein the client information is plaintext information containing a client real-name system identifier;
performing arrangement operation on the client information to generate a client information data string;
extracting node information of the decentralized network at present, wherein the node information comprises a public key sequence number and network time;
carrying out Hash operation on the client information data string according to the node information to generate data string index information matched with the client information data string;
storing and broadcasting the data string index information in the decentralized network;
wherein the step of performing a hash operation on the customer information data string according to the node information includes:
extracting a public key sequence number included in the node information;
performing hash operation on the client information data string according to the public key sequence number to generate a first hash value;
storing the first hash value, the public key serial number, the client information and the network time;
wherein the step of generating data string index information matched with the customer information data string comprises:
acquiring information of network nodes for receiving the client information in the decentralized network;
and generating data string index information matched with the client information data string based on the first hash value, the information of the network node and the public key sequence number.
2. The method of claim 1, further comprising:
receiving an authentication request, wherein the authentication request carries client information to be authenticated;
performing hash operation on the client information to be authenticated according to the public key sequence number to generate a second hash value;
matching whether the second hash value is consistent with the first hash value;
if yes, generating response information passing the authentication;
if not, acquiring the data string index information, searching a network node receiving the client information according to the data string index information, and matching the client information in the network node with the client information to be authenticated;
if the matching is successful, correcting the index information of the data string;
and if the matching fails, generating authentication failure information.
3. The method of claim 2, wherein after the modifying the data string index information, the method further comprises:
and sending the corrected data string index information to a network node receiving an authentication request.
4. The method of claim 1, wherein performing an orchestration operation on the customer information to generate a customer information data string comprises:
extracting plaintext information in the client information, and sequencing the plaintext information according to a preset arrangement algorithm to generate an information sequence;
and performing bit complement operation on the information sequence to generate a client information data string.
5. A client real-name system information management apparatus provided in a server of a decentralized network, the apparatus comprising:
the system comprises an acquisition module, a storage module and a display module, wherein the acquisition module is used for acquiring client information, and the client information is plaintext information containing a client real-name system identifier;
the generating module is used for performing arrangement operation on the client information to generate a client information data string;
the extraction module is used for extracting node information of the decentralized network at present, wherein the node information comprises a public key sequence number and network time;
the operation module is used for carrying out Hash operation on the client information data string according to the node information and generating data string index information matched with the client information data string;
the broadcasting module is used for storing and broadcasting the data string index information in the decentralized network;
the operation module is further configured to:
extracting a public key sequence number included in the node information;
performing hash operation on the client information data string according to the public key sequence number to generate a first hash value;
storing the first hash value, the public key serial number, the client information and the network time; and the number of the first and second groups,
acquiring information of network nodes for receiving the client information in the decentralized network;
and generating data string index information matched with the client information data string based on the first hash value, the information of the network node and the public key sequence number.
6. The apparatus of claim 5, further comprising: an authentication module to:
receiving an authentication request, wherein the authentication request carries client information to be authenticated; performing hash operation on the client information to be authenticated according to the public key sequence number to generate a second hash value;
matching whether the second hash value is consistent with the first hash value;
if yes, generating response information passing the authentication;
if not, acquiring the data string index information, searching a network node receiving the client information according to the data string index information, and matching the client information in the network node with the client information to be authenticated;
if the matching is successful, correcting the index information of the data string;
and if the matching fails, generating authentication failure information.
7. A client real-name system information management system, characterized in that the system comprises a memory for storing a program enabling a processor to execute the method of any one of claims 1 to 4, and a processor configured to execute the program stored in the memory.
CN201810198086.1A 2018-03-09 2018-03-09 Client real-name system information management method, device and system Active CN108365949B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810198086.1A CN108365949B (en) 2018-03-09 2018-03-09 Client real-name system information management method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810198086.1A CN108365949B (en) 2018-03-09 2018-03-09 Client real-name system information management method, device and system

Publications (2)

Publication Number Publication Date
CN108365949A CN108365949A (en) 2018-08-03
CN108365949B true CN108365949B (en) 2021-03-23

Family

ID=63003900

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810198086.1A Active CN108365949B (en) 2018-03-09 2018-03-09 Client real-name system information management method, device and system

Country Status (1)

Country Link
CN (1) CN108365949B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108985765A (en) * 2018-08-13 2018-12-11 中国联合网络通信集团有限公司 Enterprise user information processing method, equipment and storage medium
CN109067551A (en) * 2018-09-26 2018-12-21 深圳壹账通智能科技有限公司 A kind of real name identification method, computer readable storage medium and terminal device
CN111866193B (en) * 2020-09-24 2021-03-16 绿漫科技有限公司 System and method for receiving and sending information without network for property personnel

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7757270B2 (en) * 2005-11-17 2010-07-13 Iron Mountain Incorporated Systems and methods for exception handling
CN106992871A (en) * 2017-04-01 2017-07-28 中国人民武装警察部队工程大学 A kind of broadcast encryption method towards many groups
CN107181765A (en) * 2017-07-25 2017-09-19 光载无限(北京)科技有限公司 Network digital identity identifying method based on block chain technology
CN107196966A (en) * 2017-07-05 2017-09-22 北京信任度科技有限公司 The identity identifying method and system of multi-party trust based on block chain

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7757270B2 (en) * 2005-11-17 2010-07-13 Iron Mountain Incorporated Systems and methods for exception handling
CN106992871A (en) * 2017-04-01 2017-07-28 中国人民武装警察部队工程大学 A kind of broadcast encryption method towards many groups
CN107196966A (en) * 2017-07-05 2017-09-22 北京信任度科技有限公司 The identity identifying method and system of multi-party trust based on block chain
CN107181765A (en) * 2017-07-25 2017-09-19 光载无限(北京)科技有限公司 Network digital identity identifying method based on block chain technology

Also Published As

Publication number Publication date
CN108365949A (en) 2018-08-03

Similar Documents

Publication Publication Date Title
US10181168B2 (en) Personal safety verification system and similarity search method for data encrypted for confidentiality
US11838425B2 (en) Systems and methods for maintaining decentralized digital identities
CN108989346B (en) Third-party valid identity escrow agile authentication access method based on account hiding
CN108365949B (en) Client real-name system information management method, device and system
CN106534164B (en) Effective virtual identity depicting method based on cyberspace user identifier
US20210349988A1 (en) Systems and methods for decentralized recovery of identity attributes
CN110336786B (en) Message sending method, device, computer equipment and storage medium
CN110209691B (en) Data processing method and device
WO2015106728A1 (en) Data processing method and system
CN110602114A (en) Block chain-based identity authentication method and device, storage medium and electronic equipment
CN112988667A (en) Data storage method and device based on block chain network
CN112184444A (en) Method, apparatus, device and medium for processing information based on information characteristics
CN114239072B (en) Block chain node management method and block chain network
US20220131868A1 (en) Indirect Service-To-Service Role Mapping Systems and Methods
CN110618989B (en) Information processing method, information processing device and related products
WO2021142338A1 (en) Systems and methods for provably fair atomic swaps of private digital assets
CN117056981A (en) Digital identity management method and device
CN111371555A (en) Signature authentication method and system
US8249945B2 (en) Method and system of enabling electronic communication without knowledge of receiving party's electronic contact information
KR102517001B1 (en) System and method for processing digital signature on a blockchain network
CN111556148B (en) Data sharing method, data sharing platform and device
CN114818001A (en) Data processing method, device and medium
CN110598426A (en) Data communication method, device, equipment and storage medium based on information security
US10320764B2 (en) Magnetic strip modification
US11204894B2 (en) Information read/write method and apparatus based on blockchain

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