CN110691085A - Login method, login device, password management system and computer readable medium - Google Patents

Login method, login device, password management system and computer readable medium Download PDF

Info

Publication number
CN110691085A
CN110691085A CN201910930002.3A CN201910930002A CN110691085A CN 110691085 A CN110691085 A CN 110691085A CN 201910930002 A CN201910930002 A CN 201910930002A CN 110691085 A CN110691085 A CN 110691085A
Authority
CN
China
Prior art keywords
password
target
party service
login
random
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910930002.3A
Other languages
Chinese (zh)
Other versions
CN110691085B (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.)
Realme Chongqing Mobile Communications Co Ltd
Original Assignee
Realme Chongqing Mobile Communications 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 Realme Chongqing Mobile Communications Co Ltd filed Critical Realme Chongqing Mobile Communications Co Ltd
Priority to CN201910930002.3A priority Critical patent/CN110691085B/en
Publication of CN110691085A publication Critical patent/CN110691085A/en
Application granted granted Critical
Publication of CN110691085B publication Critical patent/CN110691085B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/083Network architectures or network communication protocols for network security for authentication of entities using passwords
    • H04L63/0838Network architectures or network communication protocols for network security for authentication of entities using passwords using one-time-passwords
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • G06F21/46Structures or tools for the administration of authentication by designing passwords or checking the strength of passwords
    • 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/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • H04L9/0861Generation of secret information including derivation or calculation of cryptographic keys or passwords
    • H04L9/0863Generation of secret information including derivation or calculation of cryptographic keys or passwords involving passwords or one-time passwords
    • 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/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • H04L9/0861Generation of secret information including derivation or calculation of cryptographic keys or passwords
    • H04L9/0869Generation of secret information including derivation or calculation of cryptographic keys or passwords involving random numbers or seeds

Abstract

The application discloses a login method, a login device, a password management system and a computer readable medium, and belongs to the technical field of mobile terminals. The method comprises the following steps: sending a third-party service login request to the password management service platform, wherein the third-party service login request comprises third-party service characteristic information and target account information for logging in third-party service; acquiring a target random password sent by the password management service platform based on the third-party service characteristic information and the target account information; acquiring a target local password corresponding to target account information from local passwords input in advance through the electronic equipment; generating a login password based on the target random password and the target local password; and logging in the third-party service through the login password. Therefore, the login password for logging in the third-party service is generated by the random password sent by the password management service platform and the local password pre-entered by the electronic equipment, so that the login password is not easy to crack, and the safety can be improved.

Description

Login method, login device, password management system and computer readable medium
Technical Field
The present application relates to the field of mobile terminal technologies, and in particular, to a login method, a login device, a password management system, and a computer-readable medium.
Background
When the mobile terminal accesses the third-party service, an access password needs to be input, when the third-party service acquires the access password, if the access password is verified to be accurate, the mobile terminal is determined to have access authority, and the mobile terminal can access the third-party service successfully.
Disclosure of Invention
The application provides a login method, a login device, a password management system and a computer readable medium, so as to overcome the defects.
In a first aspect, an embodiment of the present application provides a login method, which is applied to an electronic device of a password management system, where the password management system further includes a password management service platform. The method comprises the following steps: sending a third-party service login request to the password management service platform, wherein the third-party service login request comprises third-party service characteristic information and target account information for logging in third-party service; acquiring a target random password sent by the password management service platform based on the third-party service characteristic information and the target account information; acquiring a target local password corresponding to the target account information from local passwords input in advance through the electronic equipment; generating a login password based on the target random password and the target local password; and logging in the third-party service through the login password.
In a second aspect, an embodiment of the present application provides a login method, which is applied to a password management service platform of a password management system, where the password management system further includes an electronic device. The method comprises the following steps: acquiring a third-party service login request sent by the electronic equipment, wherein the third-party service login request comprises third-party service characteristic information and target account information for logging in third-party service; acquiring a target random password based on the third-party service characteristic information and the target account information; and sending the target random password to the electronic equipment to indicate that the electronic equipment obtains a target local password corresponding to the target account information from a local password which is input in advance through the electronic equipment, generating a login password based on the target random password and the target local password, and logging in the third-party service through the login password.
In a third aspect, an embodiment of the present application further provides a login device, which is applied to an electronic device of a password management system, where the password management system further includes a password management service platform. The device includes: the device comprises a request sending unit, an obtaining unit, a determining unit, a password generating unit and a login unit. And the request sending unit is used for sending a third-party service login request to the password management service platform, wherein the third-party service login request comprises third-party service characteristic information and target account information for logging in third-party service. And the acquisition unit is used for acquiring the target random password sent by the password management service platform based on the third-party service characteristic information and the target account information. And the determining unit is used for acquiring a target local password corresponding to the target account information from the local passwords input by the electronic equipment in advance. And the password generating unit is used for generating a login password based on the target random password and the target local password. And the login unit is used for logging in the third-party service through the login password.
In a fourth aspect, an embodiment of the present application further provides a login device, which is applied to a password management service platform of a password management system, where the password management system further includes an electronic device, and the login device includes: the password identification device comprises a request acquisition unit, a password determination unit and a password sending unit. The request acquisition unit is used for acquiring a third-party service login request sent by the electronic equipment, wherein the third-party service login request comprises third-party service characteristic information and target account information for logging in third-party service. And the password determining unit is used for acquiring a target random password based on the third-party service characteristic information and the target account information. And the password sending unit is used for sending the target random password to the electronic equipment so as to indicate the electronic equipment to obtain a target local password corresponding to the target account information from local passwords input by the electronic equipment in advance, generate a login password based on the target random password and the target local password, and log in the third-party service through the login password.
In a fifth aspect, an embodiment of the present application further provides a password management system, which includes an electronic device and a password management service platform. The electronic equipment is used for sending a third-party service login request to the password management service platform, wherein the third-party service login request comprises third-party service characteristic information and target account information used for logging in third-party service. The password management service platform is used for acquiring a target random password based on the third-party service characteristic information and the target account information and sending the target random password to the electronic equipment. The electronic equipment is further used for obtaining a target local password corresponding to the target account information from local passwords input in advance through the electronic equipment, generating a login password based on the target random password and the target local password, and logging in the third-party service through the login password.
In a sixth aspect, the present application also provides a computer-readable medium having program code executable by a processor, where the program code causes the processor to execute the above method.
According to the login method, the login device, the password management system and the computer readable medium, when the electronic equipment accesses the third-party service, the third-party service login request is sent to the password management service platform. And the password management service platform analyzes the third-party service access request to obtain third-party service characteristic information and target account information for logging in third-party service, and sends a target random password based on the third-party service characteristic information and the target account information. The electronic equipment acquires a target local password corresponding to the target account information from local passwords input by the electronic equipment in advance; and generating a login password based on the target random password and the target local password, and logging in the third-party service through the login password. Therefore, the login password for logging in the third-party service is generated by the random password sent by the password management service platform and the local password pre-entered by the electronic equipment, so that the login password is not easy to crack, and the safety can be improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a schematic diagram illustrating a third-party service login system provided by an embodiment of the present application;
FIG. 2 is a schematic diagram of a password management system provided by an embodiment of the present application;
FIG. 3 is a flowchart illustrating a method of a login method according to an embodiment of the present application;
FIG. 4 is a flow chart of a method of login provided by another embodiment of the present application;
FIG. 5 is a flow chart of a method of login provided by a further embodiment of the present application;
FIG. 6 is a flow chart of a method of logging in according to a further embodiment of the present application;
fig. 7 shows a flowchart of a method of step S630 in fig. 6 according to an embodiment of the present application;
FIG. 8 is a flow chart of a method of login provided by yet another embodiment of the present application;
FIG. 9 is a block diagram illustrating a login device provided in an embodiment of the present application;
FIG. 10 is a block diagram of a login device according to another embodiment of the present application;
FIG. 11 shows a block diagram of an electronic device provided by an embodiment of the present application;
fig. 12 shows a storage unit for storing or carrying program codes for implementing a login method according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application.
Referring to fig. 1, a schematic diagram of a third party service login system according to an embodiment of the present application is shown. As shown in fig. 1, the electronic device 100 and the third-party server are located in a wireless network or a wired network, and the electronic device 100 and the third-party server perform data interaction through the wireless network or the wired network.
In the embodiment of the present application, the electronic device 100 may be a mobile terminal device, and may include, for example, a smart phone, a tablet computer, an e-book reader, a laptop portable computer, a car-mounted computer, a wearable mobile terminal, and so on.
In some embodiments, the client is installed in the electronic device 100, for example, the client may be an application installed in the user terminal 1. As an embodiment, the client may be an application installed on the electronic device 100, the client is associated with a plurality of third-party services, and the user can access the third-party services through the client, and specifically, the third-party services may be a third-party application associated with the client and a fast application of the third party, and when the client accesses the third-party services, the client sends an access request to a third-party server corresponding to the third-party services.
As shown in fig. 1, the electronic device 100 is respectively connected to a third-party server 200A, a third-party server 200B, and a third-party server 200C. The user can access the third-party server 200A, the third-party server 200B, and the third-party server 200C through the client of the electronic device 100, specifically, when the electronic device 100 accesses the third-party server 200A, the third-party server 200B, and the third-party server 200C, the electronic device 100 needs to send a corresponding login request to the third-party server, and when the third-party server is successfully verified, the electronic device 100 has the right to access the third-party server.
For example, when the electronic device 100 accesses the third-party server 200A, an access password needs to be input, and when the third-party server 200A acquires the access password, if the access password is verified to be accurate, it is determined that the electronic device has an access right, that is, the electronic device 100 is allowed to use the scheme.
At present, the access password of the third-party service can be set by the user. For example, the user sets two types of passwords, namely a base password and a platform code, and the passwords of the third-party services of the user are calculated by the base password and the platform code through an algorithm. The user can also store the account password of each third-party service in the cloud service platform, and when the user needs to log in the third-party service, the user returns the account password information of the third-party service through the verification of the registration password and the biological information of the password service.
However, the inventor finds in research that the access passwords of different third-party services may be different, and the user needs to remember the different access passwords when accessing the different third-party services, and the security is insufficient. Specifically, the target password is obtained through the algorithm by the base password and the platform password, so that a user does not need to record a plurality of third-party service account passwords. However, the platform code is used as the platform password, so that the security is insufficient, and the user still needs to memorize the platform code and is still inconvenient. For another example, the key and the encrypted information are both on the server, and if the service provider has a security problem, the password information of the user may be stolen, and the security is insufficient. The user passwords are set manually by the user, and the set passwords manually have regularity and insufficient safety.
Therefore, in order to overcome the above-mentioned drawbacks, an embodiment of the present application provides a password management system as shown in fig. 2.
As shown in fig. 2, the password management system 10 includes an electronic device 100, a third-party server 200, and a password management service platform 300, where the password management server platform 300 may be a server, and a password client for accessing the password management server platform 300 is installed in the electronic device 100, and the password client may be an application with a user interaction interface, a service running in the background, or an interface for accessing each third-party service by the electronic device 100.
The electronic device 100 is configured to send a third-party service login request to the password management service platform, where the third-party service login request includes third-party service feature information and target account information for logging in a third-party service.
The password management service platform 300 is configured to obtain a target random password based on the third-party service feature information and the target account information, and send the target random password to the electronic device.
The electronic device 100 is further configured to obtain a target local password corresponding to the target account information from local passwords previously entered through the electronic device, generate a login password based on the target random password and the target local password, and log in the third-party service through the login password.
Specifically, the functions of the electronic device 100 and the password management service platform 300 are described in detail in the following embodiments.
As shown in fig. 3, an embodiment of the present application provides a login method, which is applied to the above password management system, and specifically, an execution subject of the method of the embodiment of the present application is an electronic device. The method comprises the following steps: s301 to S305.
S301: and sending a third-party service login request to the password management service platform.
The third-party service login request comprises third-party service characteristic information and target account information for logging in the third-party service.
In particular, the third-party service characteristic information may be an identifier of the third-party service, for example, a name of the third-party service, and identity information of a service requested to be accessed by the current third-party service login request is characterized by the user. The target account information may be an account number of a user currently requesting to access the third-party service corresponding to the third-party service feature information, and specifically, the account information may be identity information of the electronic device, for example, an equipment number of the electronic device, or identity information of the user, for example, an account name set by the user in the process of registering the third-party service.
The sending, by the electronic device, the third-party service request to the password management server platform may be generating a third-party service access request when the electronic device obtains a request for accessing the third-party service. Specifically, when the electronic device is running, and when a third-party service needs to be used when processing certain data, a third-party service access request may be initiated, for example, when the electronic device plays video data, the electronic device requests to access the third-party service having a function of playing the audio data, or of course, a user operates the electronic device to send an access request for accessing the third-party service, for example, the user requests to jump to another client in a client of the electronic device, that is, requests to invoke a third-party application, and at this time, the electronic device may generate a third-party service access request.
S302: and acquiring a target random password sent by the password management service platform based on the third-party service characteristic information and the target account information.
Specifically, the password management service platform is used for generating a random password, and the random password is used for generating a login password for logging in the third-party service. The random password generation rules may correspond to third-party services, specifically, a plurality of random password generation rules are provided in the password management service platform, and each random password generation rule corresponds to one piece of third-party service feature information, that is, the random password generation rules of different third-party services may be different, so that different third-party services can be prevented from obtaining the same random password.
The target account information is used as a password management platform to determine whether the electronic device sending the third-party service login request has the qualification of acquiring the random password, specifically, the target account information may be verified, when the verification is passed, a random password generation rule corresponding to the third-party service feature information is determined, and then the random password is generated according to the random password generation rule. The random password may be a random arrangement of a certain number of digits and english, and the different rules may be that the positions of english and digits are different, for example, one rule is that the first three digits are digits after english, and the other rule is that the first three digits are digits and the last five digits are english. But different rules may also differ in the number of bits.
In one embodiment, the target random password may be generated by the password management service platform each time the electronic device sends a third-party service login request to the password management service platform. As another implementation manner, the registration information may also be generated in advance when the user registers, specifically, please refer to the following embodiments.
S303: and acquiring a target local password corresponding to the target account information from the local passwords input by the electronic equipment in advance.
The local password is a password which is input by a user through electronic equipment in advance, specifically, the local password may be a text password or biometric information, and specifically, the biometric information may be fingerprint information, face information, iris information, and the like. Specifically, the process of entering the local password is described in the subsequent embodiment.
The local password may thus be stored in the electronic device after successful entry of the local password by the electronic device, and as an embodiment may be stored in a non-clear manner, i.e. by means of encryption. The electronic equipment sends a third-party service login request to the password management service platform, acquires target account information input by a user, and searches a target local password corresponding to the target account information after acquiring a target random password sent by the password management service platform based on the third-party service characteristic information and the target account information.
S304: and generating a login password based on the target random password and the target local password.
Specifically, the target random password and the target local password may generate the login password by combining the target random password and the target local password into a new password, for example, if the login password is a text password, the front part of the login password is the target random password, and the rear part of the login password is the target local password, or the target random password and the target local password may obtain the new password by weighted summation, which is recorded as the login password, where the weighted summation may be a 2-bit operation, and then convert the operation result into a password in text format to obtain the login password.
S305: and logging in the third-party service through the login password.
As an implementation manner, a login password of the third-party service may be set in the password login service platform in advance, specifically, a login password may be generated by a user through a random password and a local password at a stage of registering the third-party service, the login password is stored in the password login service platform, when the user logs in, the electronic device generates the login password, and sends an authentication request to the password login service platform, where the authentication request includes the login password. The password login service platform analyzes the verification request, acquires a login password, determines whether the login password is consistent with the registration password, and if so, informs a third party service of successful verification, and can establish data connection with the electronic equipment, namely, allow the electronic equipment to access the third party service.
The registration password may be stored in a third-party server corresponding to the third-party service, the electronic device sends an authentication request to the third-party server, the third-party server parses the authentication request, obtains the login password, determines whether the login password is consistent with the registration password, and if so, establishes a data connection with the electronic device, that is, allows the electronic device to access the third-party service.
In addition, the password login service platform can judge whether the format of the login password meets the specified requirements after acquiring the login password, if so, the third-party service is judged to be successfully verified, and data connection with the electronic equipment can be established, namely, the electronic equipment is allowed to access the third-party service.
It should be noted that the third-party service refers to an application or a plug-in provided by a developer other than a developer of a certain client, that is, an application or a plug-in developed by a developer other than a developer of a certain client, in this embodiment of the present application, a client in the electronic device, which accesses the third-party service, may be a software center of the electronic device, that is, may be software developed by a manufacturer of the electronic device to manage an account of the electronic device and provide downloading, updating, or installing other applications for the account of the electronic device, for example, the client may be a user center or the like. The third party service may be an application or plug-in developed by a developer other than the developer of the client.
As shown in fig. 4, an embodiment of the present application provides a login method, which is applied to the above password management system, and specifically, an execution subject of the method of the embodiment of the present application is an electronic device. The method comprises the following steps: s401 to S407.
S401: and acquiring the biological characteristic information input by the user when registering the password management service platform.
Specifically, be provided with biological characteristic collection system in the electronic equipment, for example, this biological characteristic collection system can be the camera that is used for gathering the face image, also can be the fingerprint module that is used for gathering the fingerprint can also be the camera that is used for gathering the iris. A password management service platform registration button is displayed on an interface of a client of the electronic device, and a user can invoke the biological characteristic acquisition device to acquire biological characteristic information input by the user by clicking the button, and when the biological characteristic information is successfully acquired, a password management service platform registration request is generated and sent to the password management service platform. The password management service platform registration request comprises biological characteristic information.
S402: and setting a local password according to the biological characteristic information.
And the user registers in the password management service platform, uploads human body biological characteristic (such as fingerprints and human faces) information through the terminal, and sets a group of local passwords.
As an embodiment, the execution subject for generating the local password may be an electronic device, or may be a password management service platform, and the local password is generated by the password management service platform.
After the password management service platform acquires the password management service platform registration request, the password management service platform registration request is analyzed to obtain the biometric information uploaded by the user, and then the biometric information is sensed to generate a local password.
As an embodiment, it may be determined whether the biometric information satisfies a predetermined requirement. The biometric information meeting the specified requirements refers to identity information conforming to the identity of the user.
Specifically, when the user registers the password management service platform, the user name information is further input, and the user name information includes at least one of a user name or an identity ID, where the user name may be a name of the user, the identity ID may be an identity number of the user, and the password management service platform registration request further includes the user name information. After obtaining the registration request of the password management service platform, the password management service platform verifies the biological characteristic information according to the user name information, if the verification is passed, a local password is set according to the biological characteristic information, if the verification is not passed, the operation returns to S401, and the biological characteristic information is collected again.
The verification process of the biometric information may be to determine the biometric information corresponding to the user name information, then compare the biometric information uploaded through the registration request with the biometric information corresponding to the user name information, and if the two are consistent, determine that the verification is passed, otherwise, determine that the verification is not passed.
After the local password is set, the local password is sent to the electronic equipment, and the electronic equipment correspondingly stores the local password and the biological characteristic information, so that the registration of the password management service platform is completed. Specifically, the electronic device may store the local password and the biometric information in a non-plaintext form.
S403: and sending a third-party service login request to the password management service platform.
S404: and acquiring a target random password sent by the password management service platform based on the third-party service characteristic information and the target account information.
S405: and searching a local password corresponding to the target biological characteristic information in the pre-entered local passwords to be used as a target local password corresponding to the target account information.
The target account information comprises target biological characteristic information, and each local password corresponds to one piece of biological characteristic information in the local passwords input by the electronic equipment in advance. The biometric information may be fingerprint information, face information, iris information, and the like, and the biometric information may be used as identity information corresponding to the local password, that is, identity information representing the user, or may be used as the password itself. Specifically, the electronic device is provided with a biometric acquisition device, and the biometric acquisition device can acquire biometric information input by a user and process the biometric information to obtain a local password.
S406: and generating a login password based on the target random password and the target local password.
S407: and logging in the third-party service through the login password.
As shown in fig. 5, an embodiment of the present application provides a login method, which is applied to the above password management system, and specifically, an execution subject of the method of the embodiment of the present application is a password management service platform. The method comprises the following steps: s501 to S503.
S501: and acquiring a third-party service login request sent by the electronic equipment.
The third party service login request comprises third party service characteristic information and target account information for logging in the third party service.
S502: and acquiring a target random password based on the third-party service characteristic information and the target account information.
S503: and sending the target random password to the electronic equipment.
And sending the target random password to the electronic equipment to indicate that the electronic equipment obtains a target local password corresponding to the target account information from a local password which is input in advance through the electronic equipment, generating a login password based on the target random password and the target local password, and logging in the third-party service through the login password.
Specifically, in the specific implementation of steps S501 to S503, reference may be made to the foregoing method embodiment, which is not described herein again.
As shown in fig. 6, an embodiment of the present application provides a login method, which is applied to the above password management system, and specifically, an execution subject of the method of the embodiment of the present application is a password management service platform. The method comprises the following steps: s610 to S640.
S610: and acquiring a third-party service login request sent by the electronic equipment.
The third party service login request comprises third party service characteristic information and target account information for logging in the third party service.
S620: and acquiring a plurality of random passwords corresponding to the pre-acquired third-party service characteristic information, wherein each random password corresponds to one account information.
Specifically, because the password management service platform can manage login passwords of a plurality of third-party services, a plurality of random password sets are arranged in the password management service platform, each random password set comprises a plurality of random passwords, each random password set corresponds to one third-party service feature information, and therefore each third-party service corresponds to one random password set. And, in a plurality of random passwords in a random password set, each random password corresponds to an account information.
S630: and searching a random password corresponding to the target account information in the plurality of random passwords to be used as the target random password.
After the random password set corresponding to the third-party service characteristic information is determined, a random password corresponding to target account information for logging in the third-party service is determined according to the corresponding relation between the random password and the account information in the random password set.
As an implementation manner, the target account information may also be verified, and if the verification is passed, the random password corresponding to the target account information is searched in the plurality of random passwords as the target random password.
Specifically, as shown in fig. 7, step S630 may include: s631 and S632.
S631: and verifying the target account information.
As an embodiment, the target account information includes a target account name, and the verification of the target account information may be to verify whether the target account name is an account successfully registered by the third-party service, and if so, determine that the target account information is verified, and if not, determine that the verification is not verified.
As another embodiment, the target account information includes a target account name and target biometric information, and specifically, the specific implementation and collection method of the target biometric information may refer to the foregoing embodiment, and are not described herein again.
As another embodiment, if the account name is a login account number set by the user when registering the third-party service, specifically, the user also inputs biometric information when registering, so that when the registration is successful, the account name is stored in correspondence with the biometric information, and then a specific implementation of verifying the target account information may be to verify whether the target account name and the target biometric information are in correspondence, and if so, determine that the verification is passed, otherwise, determine that the verification is not passed. Specifically, the target account name and the target biometric information correspond to each other in the meaning that the password management service platform determines biometric information corresponding to the target account name in a correspondence relationship between the account name and the biometric information acquired in advance, determines whether the determined biometric information is consistent with the target biometric information, determines that the target account name is corresponding to the target biometric information if the determined biometric information is consistent with the target biometric information, and otherwise determines that the target account name is not corresponding to the target biometric information.
S632: and if the target account information passes the verification, searching a random password corresponding to the target account information in the plurality of random passwords to be used as the target random password.
In one embodiment, the target account information includes a target account name and target biometric information, and each of the plurality of random passwords corresponding to the pre-acquired third-party service feature information corresponds to one account name.
And after the target account information is determined to pass the verification, searching a random password corresponding to the target account name in the plurality of random passwords to be used as the target random password.
S640: and sending the target random password to the electronic equipment.
And sending the target random password to the electronic equipment to indicate that the electronic equipment obtains a target local password corresponding to the target account information from a local password which is input in advance through the electronic equipment, generating a login password based on the target random password and the target local password, and logging in the third-party service through the login password.
As shown in fig. 8, an embodiment of the present application provides a login method, which is applied to the above password management system, and specifically, an execution subject of the method of the embodiment of the present application is a password management service platform. The method comprises the following steps: s801 to S807.
S801: and acquiring a third-party service registration request sent by the electronic equipment, wherein the third-party service registration request comprises third-party service characteristic information and account information.
Specifically, the specified client may not be a client of the third-party service, for example, if the third-party service is a social platform, the specified client may not be the social software, and as an embodiment, the specified client may be the user center described above.
As another embodiment, the specified client may be a client of a third party service, e.g., where the third party service is a social platform, the specified client may be the social software. It should be noted that the client sending the third party service login request may also be the designated client.
S802: and generating a random password according to the third-party service characteristic information.
Specifically, the generation policies of the random password corresponding to different third-party services are different, as shown in the following table:
TABLE 1
Third party services Random password generation strategy
Service 1 Strategy 1
Service 2 Strategy 2
Service 3 Strategy 3
Service 4 Strategy 4
And different third-party services correspond to different random password generation strategies, after the third-party service characteristic information is obtained, the random password generation strategy corresponding to the third-party service characteristic information is determined and used as a target strategy, and a random password is generated for the account information according to the target strategy. And if the account information comprises the account name and the biological characteristic information, the generated random password is bound with the third-party service characteristic information and the account name.
S803: and storing the random password and the account information in a matching way, and sending the random password to the electronic equipment so as to instruct the electronic equipment to generate a registration password according to the random password and a local password which is acquired when the password management service platform is registered and corresponds to the account information.
The random password and the account information may be stored in a paired manner, where the random password is stored in a binding manner with the third-party service feature information and the account name, and specifically, the above manner may be referred to, that is, the random password corresponds to the account name and is stored in a random password set corresponding to the third-party service feature information.
After the electronic device acquires the random password, a registration password is generated according to the random password and the local password, where the acquisition mode of the local password may refer to the foregoing embodiment, it should be noted that the password management service platform may be registered first to set the local password, then the third-party service is registered to obtain the random password, and then the registration password of the third-party service is obtained according to the local password and the random password, that is, the implementation mode is: the method comprises the steps that electronic equipment obtains biological characteristic information input by a user when registering a password management service platform, the electronic equipment sets a local password according to the biological characteristic information, the password management service platform obtains a third-party service registration request sent by the electronic equipment, the password management service platform generates a random password according to the third-party service characteristic information, the electronic equipment generates a registration password according to the random password and the local password corresponding to account information obtained when registering the password management service platform, sends a third-party service login request to the password management service platform, obtains a target random password sent by the password management service platform based on the third-party service characteristic information and target account information, then obtains a login password based on the target random password and the local password, and then logs in.
In addition, it may also be that the random password is obtained by registration first, and then the local password is obtained by registration, and the specific implementation manner is as follows: the method comprises the steps that a password management service platform obtains a third-party service registration request sent by the electronic equipment, the password management service platform generates a random password according to third-party service characteristic information, the electronic equipment obtains biological characteristic information input by a user when registering the password management service platform, the electronic equipment sets a local password according to the biological characteristic information, the electronic equipment generates a registration password according to the random password and the local password corresponding to account information obtained when registering the password management service platform, sends a third-party service login request to the password management service platform, obtains a target random password sent by the password management service platform based on the third-party service characteristic information and the target account information, and then obtains a login password based on the target random password and the local password and then logs in.
When a user registers a third-party service account at a terminal, the user uploads third-party service characteristic information, account name information and human body biological characteristics (such as fingerprints and human faces) of the user to a password management service platform, the platform compares the human body biological characteristics of the user and generates a group of passwords randomly after passing confirmation, the passwords and the third-party service characteristic information are stored in a server after being associated with the account name information and return the random passwords to the user terminal, and the terminal generates passwords for registering the third-party service account for the registration of the third-party service account based on local passwords and random passwords returned by the platform through a fixed algorithm.
S804: and acquiring a third-party service login request sent by the electronic equipment.
8805: and acquiring a plurality of random passwords corresponding to the pre-acquired third-party service characteristic information, wherein each random password corresponds to one account information.
S806: and searching a random password corresponding to the target account information in the plurality of random passwords to be used as the target random password.
S807: and sending the target random password to the electronic equipment.
When a user logs in a third-party service account from a terminal, the user uploads third-party service characteristic information, account name information and human body biological characteristics (such as fingerprints and human faces) of the user to a password management service platform from the terminal, the platform compares the human body biological characteristics of the user, after the user passes the verification, the account name information returns a previously stored random password to the user terminal by matching the third-party service characteristic information, and the terminal generates a password of the third-party service account for logging in the third-party service account based on a local password and the platform returned random password through a fixed algorithm.
And the password management service platform sends the target random password to the electronic equipment so as to indicate the electronic equipment to obtain a target local password corresponding to the target account information from a local password which is input in advance through the electronic equipment, generates a login password based on the target random password and the target local password, and logs in the third-party service through the login password. Specifically, when the electronic device sends the login password to log in the third-party service, the electronic device logs in through matching with the registration password, and specifically, reference may be made to the foregoing embodiment.
Therefore, the login method has the following advantages:
1) safety: the third party service account password information is generated based on a random password and a local password of the password management service platform. Random passwords of password management service platforms corresponding to different third-party services are different, and the password of the leaked third-party service is not regular and can be pushed to other third-party service passwords of the user. In addition, if a security accident happens to the password management service platform, the password security of the user is not directly influenced.
2) Convenience: the user does not need to set the account password of the third-party service by himself, and the password is generated by the system. The user does not need to record the third party service account password. The user only needs to remember the local password of the user when replacing the used terminal.
It should be noted that, in some embodiments, when the electronic device registers the password management service platform, the client initiating the registration request to register the password management service platform may be a password client in the electronic device, and the client where the user registers and logs in the third-party service may be a third-party service client, where the password client may be a client installed in the electronic device and used for accessing the password management service platform, and therefore, when the user logs in all the third-party services and uses the biometric information, the login passwords of all the third-party services may use the same local password, that is, the local password corresponding to the biometric information of the user, so that the complexity of the user recording the third-party password may be reduced, and the user only needs to log in a certain third-party service by using the biometric information, and the difference of the login passwords of each third-party service is different from the random code corresponding to each third-party service And the result is the same. The password is split and the cloud and the terminal are saved, so that the safety is improved; and the online biological characteristic information is verified, so that the use convenience is improved.
Referring to fig. 9, a block diagram of a login apparatus 900 according to an embodiment of the present application is shown, where the apparatus is applied to an electronic device of a password management system, where the password management system further includes a password management service platform, and the apparatus may include: the device comprises a request sending unit, an obtaining unit, a determining unit, a password generating unit and a login unit.
And the request sending unit is used for sending a third-party service login request to the password management service platform, wherein the third-party service login request comprises third-party service characteristic information and target account information for logging in third-party service.
And the acquisition unit is used for acquiring the target random password sent by the password management service platform based on the third-party service characteristic information and the target account information.
And the determining unit is used for acquiring a target local password corresponding to the target account information from the local passwords input by the electronic equipment in advance.
Specifically, the target account information includes target biometric information, and each local password corresponds to one piece of biometric information in the local passwords entered in advance through the electronic device. The determining unit is further configured to search a local password corresponding to the target biometric information in the pre-entered local passwords, and use the local password as a target local password corresponding to the target account information.
And the password generating unit is used for generating a login password based on the target random password and the target local password.
And the login unit is used for logging in the third-party service through the login password.
The password management service platform further comprises a password registration unit used for acquiring the biological characteristic information input by the user when registering the password management service platform; sending a registration request to the password management service platform, wherein the registration request comprises the biological characteristic information input by the user, and the registration request is used for indicating the password management service platform to generate a local password corresponding to the biological characteristic information so as to complete the registration operation of the user on the password management service platform.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses and modules may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, the coupling between the modules may be electrical, mechanical or other type of coupling.
In addition, functional modules in the embodiments of the present application may be integrated into one processing module, or each of the modules may exist alone physically, or two or more modules are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode.
Referring to fig. 10, a block diagram of a login apparatus 1000 according to an embodiment of the present application is shown, where the login apparatus is applied to a password management service platform of a password management system, where the password management system further includes an electronic device, and the login apparatus includes: the password identification device comprises a request acquisition unit, a password determination unit and a password sending unit.
The request acquisition unit is used for acquiring a third-party service login request sent by the electronic equipment, wherein the third-party service login request comprises third-party service characteristic information and target account information for logging in third-party service.
And the password determining unit is used for acquiring a target random password based on the third-party service characteristic information and the target account information.
Specifically, the password determination unit is further configured to obtain a plurality of random passwords corresponding to the pre-acquired third-party service feature information, where each random password corresponds to one account information; and searching a random password corresponding to the target account information in the plurality of random passwords to be used as the target random password.
Further, the password determination unit is specifically configured to, if the target account information passes verification, search for a random password corresponding to the target account information from the multiple random passwords, as the target random password. The target account information includes a target account name and target biometric information, and if each of the plurality of random passwords corresponding to the pre-acquired third-party service feature information corresponds to one account name, the password determination unit is specifically configured to verify whether the target account name and the target biometric information correspond to each other; if so, searching a random password corresponding to the target account name from the plurality of random passwords to be used as the target random password.
And the password sending unit is used for sending the target random password to the electronic equipment so as to indicate the electronic equipment to obtain a target local password corresponding to the target account information from local passwords input by the electronic equipment in advance, generate a login password based on the target random password and the target local password, and log in the third-party service through the login password.
The system further comprises a third party registration unit, which is used for acquiring a third party service registration request sent by the electronic equipment, wherein the third party service registration request comprises third party service characteristic information and account information; generating a random password according to the third-party service characteristic information; and storing the random password and the account information in a matching way, and sending the random password to the electronic equipment to instruct the electronic equipment to generate a registration password according to the random password and a local password corresponding to the account information, which is acquired when the password management service platform is registered, wherein the registration password is used for matching with the login password so as to log in the third-party service.
Referring to fig. 11, a block diagram of an electronic device according to an embodiment of the present application is shown. The electronic device 100 may be a smart phone, a tablet computer, an electronic book, or other electronic devices capable of running an application. The electronic device 100 in the present application may include one or more of the following components: a processor 110, a memory 120, and one or more applications, wherein the one or more applications may be stored in the memory 120 and configured to be executed by the one or more processors 110, the one or more programs configured to perform a method as described in the aforementioned method embodiments.
Processor 110 may include one or more processing cores. The processor 110 connects various parts within the overall electronic device 100 using various interfaces and lines, and performs various functions of the electronic device 100 and processes data by executing or executing instructions, programs, code sets, or instruction sets stored in the memory 120 and calling data stored in the memory 120. Alternatively, the processor 110 may be implemented in hardware using at least one of Digital Signal Processing (DSP), Field-Programmable Gate Array (FPGA), and Programmable Logic Array (PLA). The processor 110 may integrate one or more of a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), a modem, and the like. Wherein, the CPU mainly processes an operating system, a user interface, an application program and the like; the GPU is used for rendering and drawing display content; the modem is used to handle wireless communications. It is understood that the modem may not be integrated into the processor 110, but may be implemented by a communication chip.
The Memory 120 may include a Random Access Memory (RAM) or a Read-Only Memory (Read-Only Memory). The memory 120 may be used to store instructions, programs, code sets, or instruction sets. The memory 120 may include a stored program area and a stored data area, wherein the stored program area may store instructions for implementing an operating system, instructions for implementing at least one function (such as a touch function, a sound playing function, an image playing function, etc.), instructions for implementing various method embodiments described below, and the like. The data storage area may also store data created by the electronic device 100 during use (e.g., phone book, audio-video data, chat log data), and the like.
Referring to fig. 12, a block diagram of a computer-readable storage medium according to an embodiment of the present application is shown. The computer-readable medium 800 has stored therein a program code that can be called by a processor to execute the method described in the above-described method embodiments.
The computer-readable storage medium 800 may be an electronic memory such as a flash memory, an EEPROM (electrically erasable programmable read only memory), an EPROM, a hard disk, or a ROM. Alternatively, the computer-readable storage medium 800 includes a non-volatile computer-readable storage medium. The computer readable storage medium 800 has storage space for program code 810 to perform any of the method steps of the method described above. The program code can be read from or written to one or more computer program products. The program code 810 may be compressed, for example, in a suitable form.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present application, and not to limit the same; although the present application has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not necessarily depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (12)

1. A login method is applied to an electronic device of a password management system, the password management system further comprises a password management service platform, and the method comprises the following steps:
sending a third-party service login request to the password management service platform, wherein the third-party service login request comprises third-party service characteristic information and target account information for logging in third-party service;
acquiring a target random password sent by the password management service platform based on the third-party service characteristic information and the target account information;
acquiring a target local password corresponding to the target account information from local passwords input in advance through the electronic equipment;
generating a login password based on the target random password and the target local password;
and logging in the third-party service through the login password.
2. The method according to claim 1, wherein the target account information includes target biometric information, and each local password entered in advance through the electronic device corresponds to one piece of biometric information; the obtaining of the target local password corresponding to the target account information from the local passwords entered in the electronic device in advance includes:
and searching a local password corresponding to the target biological characteristic information in the pre-entered local passwords to serve as a target local password corresponding to the target account information.
3. The method according to claim 2, wherein before the local password corresponding to the target biometric information is searched for in the pre-entered local passwords as the target local password corresponding to the target account information, the method further comprises:
acquiring biological characteristic information input by a user when registering the password management service platform;
sending a registration request to the password management service platform, wherein the registration request comprises the biological characteristic information input by the user, and the registration request is used for indicating the password management service platform to generate a local password corresponding to the biological characteristic information so as to complete the registration operation of the user on the password management service platform.
4. A login method is applied to a password management service platform of a password management system, the password management system further comprises electronic equipment, and the method comprises the following steps:
acquiring a third-party service login request sent by the electronic equipment, wherein the third-party service login request comprises third-party service characteristic information and target account information for logging in third-party service;
acquiring a target random password based on the third-party service characteristic information and the target account information;
and sending the target random password to the electronic equipment to indicate that the electronic equipment obtains a target local password corresponding to the target account information from a local password which is input in advance through the electronic equipment, generating a login password based on the target random password and the target local password, and logging in the third-party service through the login password.
5. The method of claim 4, wherein obtaining the target random password based on the third party service feature information and account information comprises:
acquiring a plurality of random passwords corresponding to the pre-acquired third-party service characteristic information, wherein each random password corresponds to one account information;
and searching a random password corresponding to the target account information in the plurality of random passwords to be used as the target random password.
6. The method according to claim 5, wherein the searching for the random password corresponding to the target account information from the plurality of random passwords as the target random password comprises:
and if the target account information passes the verification, searching a random password corresponding to the target account information in the plurality of random passwords to be used as the target random password.
7. The method according to claim 6, wherein the target account information includes a target account name and target biometric information, and each of the plurality of random passwords corresponding to the pre-acquired third-party service feature information corresponds to one account name;
if the target account information passes the verification, searching a random password corresponding to the target account information in the plurality of random passwords as the target random password, including:
verifying whether the target account name corresponds to the target biological characteristic information;
if so, searching a random password corresponding to the target account name from the plurality of random passwords to be used as the target random password.
8. The method according to claim 5, wherein before acquiring the plurality of random passwords corresponding to the pre-acquired third-party service feature information, the method further comprises:
acquiring a third-party service registration request sent by the electronic equipment, wherein the third-party service registration request comprises third-party service characteristic information and account information;
generating a random password according to the third-party service characteristic information;
and storing the random password and the account information in a matching way, and sending the random password to the electronic equipment to instruct the electronic equipment to generate a registration password according to the random password and a local password corresponding to the account information, which is acquired when the password management service platform is registered, wherein the registration password is used for matching with the login password so as to log in the third-party service.
9. A login device, applied to an electronic device of a password management system, the password management system further comprising a password management service platform, the device comprising:
the password management service platform comprises a request sending unit, a password management service platform and a password management unit, wherein the request sending unit is used for sending a third-party service login request to the password management service platform, and the third-party service login request comprises third-party service characteristic information and target account information for logging in third-party service;
the acquisition unit is used for acquiring a target random password sent by the password management service platform based on the third-party service characteristic information and the target account information;
the determining unit is used for acquiring a target local password corresponding to the target account information from local passwords input by the electronic equipment in advance;
the password generating unit is used for generating a login password based on the target random password and the target local password;
and the login unit is used for logging in the third-party service through the login password.
10. A login device, which is applied to a password management service platform of a password management system, wherein the password management system further comprises an electronic device, and the login device comprises:
the request acquisition unit is used for acquiring a third-party service login request sent by the electronic equipment, wherein the third-party service login request comprises third-party service characteristic information and target account information for logging in third-party service;
the password determining unit is used for acquiring a target random password based on the third-party service characteristic information and the target account information;
and the password sending unit is used for sending the target random password to the electronic equipment so as to indicate the electronic equipment to obtain a target local password corresponding to the target account information from local passwords input by the electronic equipment in advance, generate a login password based on the target random password and the target local password, and log in the third-party service through the login password.
11. A password management system is characterized by comprising an electronic device and a password management service platform;
the electronic equipment is used for sending a third-party service login request to the password management service platform, wherein the third-party service login request comprises third-party service characteristic information and target account information for logging in third-party service;
the password management service platform is used for acquiring a target random password based on the third-party service characteristic information and the target account information and sending the target random password to the electronic equipment;
the electronic equipment is further used for obtaining a target local password corresponding to the target account information from local passwords input in advance through the electronic equipment, generating a login password based on the target random password and the target local password, and logging in the third-party service through the login password.
12. A computer-readable storage medium storing program code executable by a processor, wherein a plurality of instructions in the program code, when executed by the processor, cause the processor to perform the method of any one of claims 1-3.
CN201910930002.3A 2019-09-21 2019-09-21 Login method, login device, password management system and computer readable medium Active CN110691085B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910930002.3A CN110691085B (en) 2019-09-21 2019-09-21 Login method, login device, password management system and computer readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910930002.3A CN110691085B (en) 2019-09-21 2019-09-21 Login method, login device, password management system and computer readable medium

Publications (2)

Publication Number Publication Date
CN110691085A true CN110691085A (en) 2020-01-14
CN110691085B CN110691085B (en) 2022-04-19

Family

ID=69110853

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910930002.3A Active CN110691085B (en) 2019-09-21 2019-09-21 Login method, login device, password management system and computer readable medium

Country Status (1)

Country Link
CN (1) CN110691085B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111310142A (en) * 2020-02-14 2020-06-19 江苏赛诺格兰医疗科技有限公司 Service password authorization method based on face recognition, intranet network and system
CN111310140A (en) * 2020-02-05 2020-06-19 Tcl移动通信科技(宁波)有限公司 Application login authentication method, electronic equipment, mobile terminal and storage medium
CN112784254A (en) * 2020-12-28 2021-05-11 深圳恒芯安全信息技术有限公司 Password management method and device, terminal equipment and storage medium
CN113377302A (en) * 2021-06-16 2021-09-10 苏州博瑞凯德信息技术有限公司 Passive login method and device for printer, storage medium and electronic equipment
CN113792272A (en) * 2021-09-09 2021-12-14 北京安天网络安全技术有限公司 Method and device for managing and controlling password library, storage medium and electronic equipment
CN114143029A (en) * 2021-10-29 2022-03-04 航天信息股份有限公司 User personal account password generating system and method capable of being repeatedly generated

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101651546A (en) * 2009-09-11 2010-02-17 福建天晴在线互动科技有限公司 Method for off-line generation of dynamic password and debarkation authentication and synchronization of server
US20100199336A1 (en) * 2009-02-04 2010-08-05 Data Security Systems Solutions Pte. Ltd. Transforming static password systems to become 2-factor authentication
US20110265160A1 (en) * 2008-09-23 2011-10-27 Peer1 Network Enterprise, Inc. Password management systems and methods
CN104184701A (en) * 2013-05-21 2014-12-03 腾讯科技(深圳)有限公司 Third-party application log-in method, device and terminal
CN105391721A (en) * 2015-11-23 2016-03-09 兰玉杰 Unified authentication management open system based on cloud computing
WO2018009471A1 (en) * 2016-07-08 2018-01-11 Microsoft Technology Licensing, Llc Access control using a static password or a one-time password
US20180212956A1 (en) * 2017-01-24 2018-07-26 Ca, Inc. Anonymous token authentication
CN109639728A (en) * 2019-01-16 2019-04-16 深圳市识指生物网络技术有限公司 User logs in the method and its system of heterogeneous networks platform by bio-identification mode

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110265160A1 (en) * 2008-09-23 2011-10-27 Peer1 Network Enterprise, Inc. Password management systems and methods
US20100199336A1 (en) * 2009-02-04 2010-08-05 Data Security Systems Solutions Pte. Ltd. Transforming static password systems to become 2-factor authentication
CN102308515A (en) * 2009-02-04 2012-01-04 数码安信有限公司 Transforming static password systems to become 2-factor authentication
CN101651546A (en) * 2009-09-11 2010-02-17 福建天晴在线互动科技有限公司 Method for off-line generation of dynamic password and debarkation authentication and synchronization of server
CN104184701A (en) * 2013-05-21 2014-12-03 腾讯科技(深圳)有限公司 Third-party application log-in method, device and terminal
CN105391721A (en) * 2015-11-23 2016-03-09 兰玉杰 Unified authentication management open system based on cloud computing
WO2018009471A1 (en) * 2016-07-08 2018-01-11 Microsoft Technology Licensing, Llc Access control using a static password or a one-time password
US20180212956A1 (en) * 2017-01-24 2018-07-26 Ca, Inc. Anonymous token authentication
CN109639728A (en) * 2019-01-16 2019-04-16 深圳市识指生物网络技术有限公司 User logs in the method and its system of heterogeneous networks platform by bio-identification mode

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111310140A (en) * 2020-02-05 2020-06-19 Tcl移动通信科技(宁波)有限公司 Application login authentication method, electronic equipment, mobile terminal and storage medium
CN111310142A (en) * 2020-02-14 2020-06-19 江苏赛诺格兰医疗科技有限公司 Service password authorization method based on face recognition, intranet network and system
CN112784254A (en) * 2020-12-28 2021-05-11 深圳恒芯安全信息技术有限公司 Password management method and device, terminal equipment and storage medium
CN113377302A (en) * 2021-06-16 2021-09-10 苏州博瑞凯德信息技术有限公司 Passive login method and device for printer, storage medium and electronic equipment
CN113792272A (en) * 2021-09-09 2021-12-14 北京安天网络安全技术有限公司 Method and device for managing and controlling password library, storage medium and electronic equipment
CN114143029A (en) * 2021-10-29 2022-03-04 航天信息股份有限公司 User personal account password generating system and method capable of being repeatedly generated
CN114143029B (en) * 2021-10-29 2024-03-08 航天信息股份有限公司 User personal account password generation system and method capable of repeatedly generating

Also Published As

Publication number Publication date
CN110691085B (en) 2022-04-19

Similar Documents

Publication Publication Date Title
CN110691085B (en) Login method, login device, password management system and computer readable medium
CN104902028B (en) A kind of a key login authentication method, apparatus and system
CN105516133B (en) User identity verification method, server and client
JP6514721B2 (en) Dual channel identification and authentication
CN106453205B (en) identity verification method and device
CN112559993B (en) Identity authentication method, device and system and electronic equipment
CN111176794A (en) Container management method and device and readable storage medium
US11240230B2 (en) Automatic authentication processing method and system using dividing function
CN105141427A (en) Login authentication method, device and system based on voiceprint recognition
CN110247898B (en) Identity verification method, identity verification device, identity verification medium and electronic equipment
CN113132404B (en) Identity authentication method, terminal and storage medium
CN112448956B (en) Authority processing method and device of short message verification code and computer equipment
CN115102792B (en) Multi-system synchronous login method and system
CN111291345A (en) Voiceprint data processing method and device, computer equipment and storage medium
CN105830079A (en) Authentication information management system, authentication information management device, program, recording medium, and authentication information management method
CN114339755A (en) Registration verification method and device, electronic equipment and computer readable storage medium
CN111371755B (en) Voiceprint data processing method and device, computer equipment and storage medium
CN108574658B (en) Application login method and device
CN113114623B (en) Data connection method, device, terminal equipment and computer readable storage medium
CN105025482B (en) Communication information processing method and equipment thereof
EP3926992A1 (en) Electronic device, and authentication method in electronic device
CN110532742B (en) Identity authentication method, identity authentication device, secret key equipment and storage medium
CN113904816A (en) Information security input method and information security device
CN115941217A (en) Method for secure communication and related product
CN112580009A (en) Method and device for authenticating user identity in big data system and related products

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