CN108347401B - Method and device for processing login information - Google Patents

Method and device for processing login information Download PDF

Info

Publication number
CN108347401B
CN108347401B CN201710047506.1A CN201710047506A CN108347401B CN 108347401 B CN108347401 B CN 108347401B CN 201710047506 A CN201710047506 A CN 201710047506A CN 108347401 B CN108347401 B CN 108347401B
Authority
CN
China
Prior art keywords
login
actual
application program
login information
character string
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
CN201710047506.1A
Other languages
Chinese (zh)
Other versions
CN108347401A (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 Sogou Technology Development Co Ltd
Original Assignee
Beijing Sogou Technology Development 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 Sogou Technology Development Co Ltd filed Critical Beijing Sogou Technology Development Co Ltd
Priority to CN201710047506.1A priority Critical patent/CN108347401B/en
Publication of CN108347401A publication Critical patent/CN108347401A/en
Application granted granted Critical
Publication of CN108347401B publication Critical patent/CN108347401B/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/0815Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations
    • 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/24Querying

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Signal Processing (AREA)
  • Computing Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Computer Security & Cryptography (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention provides a method and a device for processing login information, wherein the method comprises the steps of receiving a character string input by a user under the login environment of a current application program; if the character string is general login information, acquiring actual login information of a current application program corresponding to the general login information, wherein the actual login information is login information registered in the current application program by a user; and displaying the real-time actual login information. According to the embodiment of the invention, the user can log in the accounts under different application program environments only by remembering one set of universal account and password, so that the trouble of memorizing or managing a plurality of account passwords by the user is saved, the time consumption and the system resource consumption caused by mistaken input of the account passwords by the user are avoided, the data processing efficiency of the system is improved, and the user experience is improved.

Description

Method and device for processing login information
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a method and an apparatus for processing login information.
Background
With the development of information technology, many works and entertainment in daily life are performed on various electronic devices in which various applications are installed to provide different services to users.
Generally, the service provided by the application program can be used by registering an account number on the application program, however, if the account number and the password registered by different application programs are different, the cost for the user to accurately remember the account number and the password is greatly increased, and much trouble is brought to the user.
Disclosure of Invention
In view of the above problems, in order to solve the problems that when a user registers different accounts and passwords in different application programs, the user loses different accounts and passwords repeatedly due to a memory error of the accounts or passwords, and sometimes even needs to reset the passwords through a password retrieving process, so that much time and energy of the user are consumed, user experience is reduced, and data processing capacity of a system is reduced, an embodiment of the invention provides a method for processing login information and a corresponding device for processing the login information.
In order to solve the above problem, an embodiment of the present invention discloses a method for processing login information, where the method includes:
receiving a character string input by a user under the login environment of the current application program;
if the character string is general login information, acquiring actual login information of a current application program corresponding to the general login information, wherein the actual login information is login information registered in the current application program by a user;
and displaying the actual login information.
Optionally, before the step of receiving the character string input by the user in the login environment of the application program, the method further includes:
and presetting an association database, wherein the association database stores the association relation between the general login information and the actual login information of at least one application program.
Optionally, the step of presetting the association database includes:
receiving general login information set by a user;
receiving at least one piece of actual login information input by a user, wherein each piece of actual login information has a corresponding application program identifier;
and generating the incidence relation among the general login information, the at least one actual login information and the corresponding application program identifier.
Optionally, the character string comprises a first character string; the actual login information comprises an actual login account;
if the character string is general login information, the step of acquiring the actual login information of the current application program corresponding to the general login information comprises the following steps:
matching the first character string in the association database to obtain at least one matched actual login account;
displaying the matched at least one actual login account in a candidate bar according to a second preset display format;
and when detecting that the user selects one actual login account in the at least one actual login account, taking the selected actual login account as the actual login account of the current application program corresponding to the universal login account.
Optionally, the common login information includes a common login account, the matching the first character string in the association database, and the obtaining of the matched at least one actual login account includes:
identifying an identity of a current application;
and matching the identification of the current application program and the first character string from the association database to obtain at least one matched actual login account.
Optionally, the character string further comprises a second character string; the general login information also comprises a general login password; the actual login information also includes an actual login password,
if the character string is general login information, the step of obtaining the actual login information of the current application program corresponding to the general login information further comprises:
judging whether the second character string is consistent with a general login password corresponding to the general login account;
if the actual login password is consistent with the selected actual login account, acquiring the actual login password corresponding to the selected actual login account, and displaying the actual login password in a candidate bar according to a third preset display format;
and when the fact that the user selects the actual login password is detected, taking the actual login password selected by the user as the actual login password of the current application program.
Optionally, the step of determining whether the second character string is consistent with the universal login password corresponding to the universal login account includes:
judging whether the second character string contains a universal login password corresponding to the universal login account;
if so, judging that the second character string is consistent with the universal login password corresponding to the universal login account;
if not, judging that the second character string is inconsistent with the universal login password corresponding to the universal login account.
Optionally, the step of presenting the actual login information includes:
and adopting a first preset display format specified by the current application program to screen the actual login information to a corresponding position of the current application program.
The embodiment of the invention also discloses a device for processing the login information, which comprises:
the character string receiving module is used for receiving a character string input by a user under the login environment of the current application program;
the login information acquisition module is used for acquiring actual login information of the current application program corresponding to the general login information when the character string is the general login information, wherein the actual login information is login information registered in the current application program by a user;
and the display module is used for displaying the actual login information.
Optionally, the apparatus further comprises:
and the database presetting module is used for presetting an association database, and the association database stores the association relation between the general login information and the actual login information of at least one application program.
Optionally, the database presetting module includes:
the general login information receiving submodule is used for receiving general login information set by a user;
the login information receiving submodule is used for receiving at least one piece of actual login information input by a user, wherein each piece of actual login information has a corresponding application program identifier;
and the incidence relation generation submodule is used for generating the incidence relation among the general login information, the at least one actual login information and the corresponding application program identifier.
Optionally, the character string comprises a first character string; the actual login information comprises an actual login account;
the login information acquisition module comprises:
the character matching sub-module is used for matching the first character string in the association database to obtain at least one matched actual login account;
the account number display sub-module is used for displaying the matched at least one actual login account number in a candidate bar according to a second preset display format;
and the actual login account determining submodule is used for taking the selected actual login account as the actual login account of the current application program corresponding to the universal login account when detecting that the user selects one actual login account in the at least one actual login account.
Optionally, the universal login information includes a universal login account, and the character matching sub-module includes:
the application program identification unit is used for identifying the identification of the current application program;
and the matching unit is used for matching the identifier of the current application program and the first character string from the association database to obtain at least one matched actual login account.
Optionally, the character string further comprises a second character string; the general login information also comprises a general login password; the actual login information also includes an actual login password,
the login information acquisition module further comprises:
the character judgment sub-module is used for judging whether the second character string is consistent with the general login password corresponding to the general login account;
the password display sub-module is used for acquiring an actual login password corresponding to the selected actual login account when the second character string is judged to be consistent with the general login password corresponding to the general login account, and displaying the actual login password in the candidate bar according to a third preset display format;
and the actual login password determining submodule is used for taking the actual login password selected by the user as the actual login password of the current application program when the actual login password selected by the user is detected.
Optionally, the character judgment sub-module is further configured to:
judging whether the second character string contains a universal login password corresponding to the universal login account;
if so, judging that the second character string is consistent with the universal login password corresponding to the universal login account;
if not, judging that the second character string is inconsistent with the universal login password corresponding to the universal login account.
Optionally, the presentation module comprises:
and the screen-loading sub-module is used for loading the actual login information to a corresponding position of the current application program by adopting a first preset display format specified by the current application program.
The embodiment of the invention also discloses a device for processing login information, which comprises a memory and one or more programs, wherein the one or more programs are stored in the memory, and the one or more programs are configured to be executed by one or more processors and comprise instructions for:
receiving a character string input by a user under the login environment of the current application program;
if the character string is general login information, acquiring actual login information of a current application program corresponding to the general login information, wherein the actual login information is login information registered in the current application program by a user;
and displaying the actual login information.
The embodiment of the invention has the following advantages:
in the embodiment of the invention, under the login environment of the application program, when the input method application program receives the character string input by the user, if the character string is judged to be the general login information, the actual login information of the current application program corresponding to the general login information is automatically acquired, and the actual login information is used as a candidate item to be displayed to the user, so that the application program adopts the actual login information to login. Therefore, the user can log in the accounts under different application program environments only by remembering one set of universal account and password, so that the trouble of memorizing or managing a plurality of account passwords by the user is saved, the time consumption and the system resource consumption caused by mistaken input of the account passwords by the user are avoided, the data processing efficiency of the system is improved, and the user experience is improved.
Drawings
FIG. 1 is a flowchart illustrating steps of a first embodiment of a method for processing login information according to the present invention;
FIG. 2 is a flowchart illustrating steps of a second embodiment of a method for processing login information according to the present invention;
3 a-3 d are schematic diagrams of login information processing in a second embodiment of the method for login information processing according to the present invention, respectively;
FIG. 4 is a block diagram of an embodiment of a login information processing apparatus according to the present invention;
fig. 5 is a block diagram of an apparatus for processing login information according to the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
Referring to fig. 1, a flowchart illustrating steps of a first embodiment of a method for processing login information according to the present invention is shown, which may include the following steps:
step 101, receiving a character string input by a user under the login environment of a current application program;
102, if the character string is general login information, acquiring actual login information of a current application program corresponding to the general login information;
and the actual login information is the login information registered in the current application program by the user.
And step 103, displaying the actual login information.
In the embodiment of the invention, under the login environment of the application program, when the input method application program receives the character string input by the user, if the character string is judged to be the general login information, the actual login information of the current application program corresponding to the general login information is automatically acquired, and the actual login information is displayed, so that the application program can be logged in by adopting the actual login information. Therefore, the user can log in the accounts under different application program environments only by remembering one set of universal account and password, so that the trouble of memorizing or managing a plurality of account passwords by the user is saved, the time consumption and the system resource consumption caused by mistaken input of the account passwords by the user are avoided, the data processing efficiency of the system is improved, and the user experience is improved.
Referring to fig. 2, a flowchart of steps of a second embodiment of a method for processing login information according to the present invention is shown, where the second embodiment of the present invention may be applied to a terminal device installed with an input method application program, and the input method application program may implement information input through a program (e.g., a virtual keyboard) embedded in the terminal device, or a physical keyboard, a tablet, a sound collection device, and the like connected to the terminal device.
The terminal device may include a mobile phone, a PDA (Personal Digital Assistant), a laptop computer, a palmtop computer, a desktop computer, a signature terminal for providing an electronic signature for a user, and the like, which is not limited in this embodiment of the present invention.
The terminal can support operating systems such as Windows, Android, IOS and Windows Phone.
The embodiment of the invention specifically comprises the following steps:
step 201, receiving a first character string input by a user under a login environment of a current application program;
the first character string may be a character string input by a user via an input method application.
In a specific implementation, the login environment of the current application program may include a web login page, an APP login interface, and the like, where the login environment at least includes a login account input box and a login password input box, and if the cursor is positioned in the login account input box, when the user performs input, the input method application program receives a first character string input by the user.
Step 202, if the first character string is a universal login account, acquiring a practical login account of a current application program corresponding to the universal login account;
in a preferred embodiment of the present invention, step 202 may comprise the following sub-steps:
substep S11, matching the first character string in the association database to obtain at least one matched actual login account;
when the input method application program receives the first character string, the first character string can be matched in a preset association database to obtain at least one matched actual login account number.
In the embodiment of the present invention, the association database may be a database preset in the input method application program, and the association database stores an association relationship between the general login information and the actual login information of at least one application program.
In a preferred embodiment of the present invention, the association database may be generated as follows:
(1) receiving general login information set by a user;
specifically, the general login information may include at least a general login account and a general login password. The universal login account and the universal login password may be set by the user at will in the input method application, for example, the user may set the login account and the password of a certain application as the universal login account and the universal login password, or the user may set a new account and a new password as the universal login account and the universal login password.
In a specific implementation, the embodiment of the present invention does not limit the setting manner of the general login information. For example, a general login information setting interface can be presented to the user in the setting interface of the input method application program to receive the general login information input by the user through the interface.
For another example, the user may also open the running dialog in the terminal, set the general login information in a manner of inputting a command line in the running dialog, where the command line conforms to a command line in a preset format, and when the input method application detects that the command line in the preset format is input, determine that the command line sets the command line of the general login information, for example, the command line input by the user: u _ account # a # password # x indicates that the general login account is set to a and the general login password is x.
(2) Receiving at least one piece of actual login information input by a user, wherein each piece of actual login information has a corresponding application program identifier;
after the user sets the general login information, the actual login information of at least one application program can be set according to the general login information.
In practice, the actual login information may be login information registered by the user in one or more applications, and the actual login information may include at least an actual login account number and an actual login password. In a specific implementation, the way in which the user sets the actual login information in the input method application is similar to the way in which the general login information is set in (1) above, and the setting can be performed through a setting interface, a command line input, or the like.
When the general registration information is set, at least one application program corresponding to the general registration information may be selected.
For example, in the setting item of the input method application program, the user may select at least one application program identifier for the general login account, and for each application program identifier, respectively input the actual login account and the actual login password of the corresponding application program.
For another example, the user may set the actual login information by means of a command line, for example, if the input command behavior "account # a1# password # X1" indicates that the actual login account number to be set is a1 and the actual login password is X1.
(3) And generating the incidence relation among the general login information, the at least one actual login information and the corresponding application program identifier.
When the input method application program detects that the user sets the actual login information of at least one application program, the incidence relation among the actual login information, the application program identifier corresponding to the actual login information and the general login information can be generated, and the incidence relation is stored in the incidence database.
For example, the mapping relationship may be expressed as: x # A: APP 1: and the triple formats comprise X1# A1 and the like, wherein X # A is general login information, APP1 is application program identification, and X1# A1 is actual login information of the application program.
In the embodiment of the invention, the association database can be stored together with the word stock file in the input method application program or can be stored as a single file, and when the association database is stored, the file of the association database can be encrypted by adopting a specific encryption mode.
The file in which the associated database is located may be stored in a local database, or may be stored in a server side, and when used, the file is loaded into a memory.
In a preferred embodiment of the present invention, the sub-step S11 further includes the following sub-steps:
substep S111, identifying the identity of the current application program;
and a substep S112, matching the identifier of the current application program and the first character string from the association database, and obtaining at least one matched actual login account.
Specifically, after the association database is generated, if the input method application detects that the current page environment is the login environment, the identifier of the application corresponding to the current login environment may be identified, and the general login account corresponding to the identified identifier of the application may be determined.
After receiving a first character string input by a user, an input method application program can judge whether the first character string is matched with a general login account corresponding to an identifier of the application program, and if the first character string is matched with the general login account, at least one actual login account corresponding to the identifier of the application program under the general login account is obtained.
In an implementation, the determination method of whether the first character string matches the general login account corresponding to the identifier of the application program may be:
the first character string is the same as (i.e. completely matched with) the universal login account corresponding to the identifier of the application program;
alternatively, the first and second electrodes may be,
the first string contains the universal login account number corresponding to the identification of the application (i.e., a partial match, in which case the universal login account number is part of the first string).
And if the first character string is unsuccessfully matched with the general login account corresponding to the identifier of the application program, inputting the first character string as a common character, and performing character matching in the other word database.
For example, if the plurality of association relationships matched with the current first character string include the following items:
X#A:APP1:X1#A1;
X#A:APP2:X3#A3;
X#A:APP3:X4#A4;
if the identifier of the current application is APP1, the association relationship including APP1 may be matched from the plurality of association relationships, and the result is:
X#A:APP1:X1#A1。
the actual login account number of the application program extracted from the above-mentioned association relationship is X1.
For another example, the association relationship corresponding to APP1 includes: x # A: APP 1: x1# a 1; x # A: APP 1: x2# A2. The login accounts of the application program extracted from the association relationship are X1 and X2.
In practice, the input method application program may acquire the application program identifier corresponding to the current login page in the following manner:
each software application, which may include a plurality of windows, each of which may have a different name, selects the top window by obtaining all windows of the current screen and analyzing the indicia of each window as to whether it belongs to the top window indicia. For example, in an android system, a process list getreporting tasks currently running in the system may be obtained by a window manager ActivityManager, and then a component name of a top window, task (0). The analysis judges which running application software the name of the window at the uppermost layer belongs to, and the window at the uppermost layer is assumed to belong to the first application software. In the android system, whether the package name getPackageName to which the component name of the topmost window belongs is the same as the package name to which the running process belongs is judged in a circulating manner, and if the package names are the same, the context object of the running process is returned, namely the running application software to which the topmost window name belongs is obtained.
Of course, in addition to the above manners, other manners may be used to detect which application is the current application, and the embodiment of the present invention is not limited thereto.
Substep S12, displaying the matched at least one actual login account in a candidate bar according to a second preset display format;
when the at least one actual login account is matched with the universal login account, the at least one actual login account can be displayed in a candidate bar of the input method application program according to a second preset display format, and the user can select one of the displayed at least one actual login account. The second preset display format may be an account display mode preset in the setting item of the input method application program by the user, and may include full display, partial encryption display and the like, and during partial encryption display, the encrypted display part may be replaced with a symbol such as a symbol.
For example, as shown in fig. 3a, in a login interface of an application, a user inputs a general login account "abc 123", matches the general login account "abc 123" with the identifier of the application in the association database, obtains that the matched login account includes "xyz 01" and "xyz 02", and then displays "xyz 01" and "xyz 02" below "abc 123" in the candidate column. Of course, "xyz 01" and "xyz 02" may also be exhibited at other positions of "abc 123", and the present embodiment does not limit the positions where "xyz 01" and "xyz 02" are exhibited.
And a substep S13, when it is detected that the user selects one of the at least one real login account, taking the selected real login account as the real login account of the current application program corresponding to the universal login account.
After at least one actual login account is presented, the user may select one of the actual login accounts as the actual login account to which the current application needs to login, for example, in the above example, if the login account of an application has "xyz 01" and "xyz 02", and after "xyz 01" and "xyz 02" are presented in the candidate column, when the user selects "xyz 01", then "xyz 01" is used as the actual login account to which the application needs to login, and if the user selects "xyz 02", then "xyz 02" is used as the actual login account to which the application needs to login.
Step 203, adopting a first preset display format specified by the current application program, and displaying the selected actual login account number on a login account number input box corresponding to the current application program;
after determining the actual login account number that the current application program needs to log in, the actual login account number may be displayed on the position where the cursor is located according to a first preset display format specified by the current application program, for example, on the corresponding login account number input box in the login environment.
The first preset presentation format may be a presentation mode preset by a user in a setting item of a current application program, the presentation of the account may include all presentation, partial encrypted presentation and the like, and during partial encrypted presentation, the encrypted presentation may be replaced by a symbol such as "+".
For example, for the example of FIG. 3, when the user selects the actual login account "xyz 01," then "xyz 01" is screened into the login account entry box, as shown in FIG. 3 b.
Step 204, receiving a second character string input by a user;
in a specific implementation, after the actual login account is displayed in the login account input box, the cursor may be moved to the login password input box, and when the user inputs the input, the input method application program receives the second character string input by the user.
Step 205, judging whether the second character string is consistent with a general login password corresponding to the general login account;
after the input method application program receives the second character string input by the user, whether the second character string is the universal login password or not can be further judged.
In one embodiment, the following method may be adopted to determine whether the second character string is a universal login password:
and acquiring a preset general login password matched with the general login account according to the determined general login account, judging whether the second character string is consistent with the general login password, if so, indicating that the input second character string is the general login password, and if not, indicating that the input second character string is not the general login password.
In one embodiment, the step of determining whether the second character string matches the universal login password comprises: judging whether the second character string contains a universal login password corresponding to the universal login account; if so, judging that the second character string is consistent with the universal login password corresponding to the universal login account; if not, judging that the second character string is inconsistent with the universal login password corresponding to the universal login account.
Specifically, when the consistency between the general login password and the second character string is determined, the method may include a complete matching method and a partial matching method.
The complete matching means that the second character string is identical to the general login password only when the second character string is identical to the general login password.
The partial matching means that the second character string is determined to be consistent with the general login password as long as the second character string contains the general login password, wherein the term "contain" means that a part of the character string in the second character string is identical to the general login password. Therefore, the security of the password can be improved, and the password is prevented from being seen and remembered by others when the password is input.
For example, if the universal login password is "ABC 123", and the second character string input by the user is "xyz ABC123456 davefa" which includes one substring "ABC 123", the input second character string may be considered as the universal login password.
Step 206, if the actual login password is consistent with the actual login password, acquiring the actual login password corresponding to the selected actual login account, displaying the actual login password in a candidate bar according to a third preset display format, and when the actual login password selected by the user is detected, taking the actual login password selected by the user as the actual login password of the current application program;
and when the second character string is determined to be the universal login password, obtaining an actual login password corresponding to the selected actual login account from the association relation database, displaying the actual login password in the candidate bar according to a third preset display format, and when the user selects the actual login password in the candidate bar, taking the actual login password as the actual login password of the current application program. The third preset presentation format may be a partially encrypted format.
And step 207, adopting a first preset display format specified by the current application program, and displaying the actual login password of the current application program on a login password input box of the current application program.
After obtaining the actual login password of the current application program, the actual login password may be displayed on the screen to the position where the cursor is located, for example, the actual login password may be displayed on the corresponding login password input box of the login page.
In the login password input box, the actual login password is displayed in a first preset display format specified by the current application program, and the first preset display format can be displayed in a completely encrypted form aiming at the display of the password.
When the login account input box and the login password input box both display corresponding account information and password information in the current login environment, the user can click a login button to trigger the login of the application program.
In the embodiment of the invention, an association database can be set in the input method application program, the association database stores the association relationship between the universal login information and the actual login information of at least one application program, when the input method application program detects that a user inputs a first character string, if the first character string is judged to be a universal login account, the actual login account corresponding to the universal login account is obtained from the association database and is displayed in a login account input box, then, when the input method application program detects that a second character string input by the user is a universal login password, the actual login password corresponding to the actual login account is obtained and is displayed in a login password input box, so that the user only needs to remember a set of universal account and password, and can log in accounts in different APP environments, thereby avoiding the trouble of memorizing a plurality of account passwords by the user, the system resource consumption caused by the wrong password input of the user is avoided, and the data processing efficiency is improved.
In order to enable those skilled in the art to understand the embodiments of the present invention, the following description illustrates the embodiments of the present invention by way of a specific example, but it should be understood that the embodiments of the present invention are not limited thereto.
1) And the user logs in the input method account.
2) The user sets a set of universal account passwords through an input method application program, wherein the universal login account and the universal login passwords are respectively as follows: "abc 123" and "mimaabc";
3) the user sets an application program APP1 through an input method application program to perform login mapping by adopting the universal login account number and the universal login password, wherein the login account numbers corresponding to the APP1 are 'xyz 01' and 'xyz 02', respectively; the corresponding login passwords are "we x 15", "we x 16", respectively;
4) the input method constructs a self-adaptive mapping relation based on the setting of a user: abc123# mimaabc: APP 1: xyz01# well 15; abc123# mimaabc: APP 1: xyz02# well 16;
5) moving a cursor to a login account input box, if a first character string input by a user is 'abc 123', matching the general login account 'abc 123' and the identifier APP1 of the application program in an associated database to obtain a matched actual login account comprising 'xyz 01' and 'xyz 02', and displaying 'xyz 01' and 'xyz 02' below 'abc 123' in a candidate column, as shown in fig. 3 a;
6) when the user selects the actual login account "xyz 01", then "xyz 01" is displayed on the login account input box, as shown in fig. 3 b;
7) when the cursor is moved to the login password input box and the second character string input by the user is "xxxyymimaabc", it is determined that the second character string is the universal login password, the login password "well 15" corresponding to the selected "xyz 01" is obtained, and the login password is partially encrypted, and "well 15" is obtained and displayed in the candidate field, as shown in fig. 3 c.
8) When the user selects the login password "we x 15", the login password is all encrypted and displayed as the actual login password in the login password input box, as shown in fig. 3 d.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
Referring to fig. 4, a block diagram of a structure of an embodiment of the device for processing login information according to the present invention is shown, and may specifically include the following modules:
a character string receiving module 401, configured to receive a character string input by a user in a login environment of a current application program;
a login information obtaining module 402, configured to, when the character string is general login information, obtain actual login information of a current application program corresponding to the general login information, where the actual login information is login information registered by a user in the current application program;
and a display module 403, configured to display the actual login information.
In a preferred embodiment of the embodiments of the present invention, the apparatus further comprises:
and the database presetting module is used for presetting an association database, and the association database stores the association relation between the general login information and the actual login information of at least one application program.
In a preferred embodiment of the present invention, the database presetting module includes the following sub-modules:
the general login information receiving submodule is used for receiving general login information set by a user;
the login information receiving submodule is used for receiving at least one piece of actual login information input by a user, wherein each piece of actual login information has a corresponding application program identifier;
and the incidence relation generation submodule is used for generating the incidence relation among the general login information, the at least one actual login information and the corresponding application program identifier.
In a preferred embodiment of the present invention, the character string comprises a first character string; the actual login information comprises an actual login account;
the login information obtaining module 402 may include the following sub-modules:
the character matching sub-module is used for matching the first character string in the association database to obtain at least one matched actual login account;
the account number display sub-module is used for displaying the matched at least one actual login account number in a candidate bar according to a second preset display format;
and the actual login account determining submodule is used for taking the selected actual login account as the actual login account of the current application program corresponding to the universal login account when detecting that the user selects one actual login account in the at least one actual login account.
In a preferred embodiment of the present invention, the universal login information includes a universal login account, and the character matching sub-module further includes the following units:
the application program identification unit is used for identifying the identification of the current application program;
and the matching unit is used for matching the identifier of the current application program and the first character string from the association database to obtain at least one matched actual login account.
In a preferred embodiment of the present invention, the character string further includes a second character string; the general login information also comprises a general login password; the actual login information also includes an actual login password,
the login information obtaining module 402 may further include the following sub-modules:
the character judgment sub-module is used for judging whether the second character string is consistent with the general login password corresponding to the general login account;
the password display sub-module is used for acquiring an actual login password corresponding to the selected actual login account when the second character string is judged to be consistent with the general login password corresponding to the general login account, and displaying the actual login password in the candidate bar according to a third preset display format;
and the actual login password determining submodule is used for taking the actual login password selected by the user as the actual login password of the current application program when the actual login password selected by the user is detected.
In a preferred embodiment of the present invention, the character determination sub-module is further configured to:
judging whether the second character string contains a universal login password corresponding to the universal login account;
if so, judging that the second character string is consistent with the universal login password corresponding to the universal login account;
if not, judging that the second character string is inconsistent with the universal login password corresponding to the universal login account.
In a preferred embodiment of the present invention, the presentation module 403 may include the following sub-modules:
and the screen-loading sub-module is used for loading the actual login information to a corresponding position of the current application program by adopting a first preset display format specified by the current application program.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Fig. 5 is a block diagram illustrating an apparatus 500 for login information processing according to an example embodiment. For example, the apparatus 500 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 5, the apparatus 500 may include one or more of the following components: processing component 502, memory 504, power component 506, multimedia component 508, audio component 510, input/output (I/O) interface 512, sensor component 514, and communication component 516.
The processing component 502 generally controls overall operation of the device 500, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. The processing elements 502 may include one or more processors 520 to execute instructions to perform all or a portion of the steps of the methods described above. Further, the processing component 502 can include one or more modules that facilitate interaction between the processing component 502 and other components. For example, the processing component 502 can include a multimedia module to facilitate interaction between the multimedia component 508 and the processing component 502.
The memory 504 is configured to store various types of data to support operations at the apparatus 500. Examples of such data include instructions for any application or method operating on device 500, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 504 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
The power supply component 506 provides power to the various components of the device 500. The power components 506 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the apparatus 500.
The multimedia component 508 includes a screen that provides an output interface between the device 500 and the user. In some embodiments, the screen may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation. In some embodiments, the multimedia component 508 includes a front facing camera and/or a rear facing camera. The front-facing camera and/or the rear-facing camera may receive external multimedia data when the device 500 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 510 is configured to output and/or input audio signals. For example, audio component 510 includes a Microphone (MIC) configured to receive external audio signals when apparatus 500 is in an operating mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 504 or transmitted via the communication component 516. In some embodiments, audio component 510 further includes a speaker for outputting audio signals.
The I/O interface 512 provides an interface between the processing component 502 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor assembly 514 includes one or more sensors for providing various aspects of status assessment for the device 500. For example, the sensor assembly 514 may detect an open/closed state of the device 500, the relative positioning of the components, such as a display and keypad of the apparatus 500, the sensor assembly 514 may also detect a change in the position of the apparatus 500 or a component of the apparatus 500, the presence or absence of user contact with the apparatus 500, orientation or acceleration/deceleration of the apparatus 500, and a change in the temperature of the apparatus 500. The sensor assembly 514 may include a proximity sensor configured to detect the presence of a nearby object without any physical contact. The sensor assembly 514 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 514 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 516 is configured to facilitate communication between the apparatus 500 and other devices in a wired or wireless manner. The apparatus 500 may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication section 514 receives a broadcast signal or broadcast associated information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communications component 514 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
In an exemplary embodiment, the apparatus 500 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the above-described methods.
In an exemplary embodiment, a non-transitory computer-readable storage medium comprising instructions, such as the memory 504 comprising instructions, executable by the processor 520 of the apparatus 500 to perform the above-described method is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
A non-transitory computer readable storage medium having instructions therein which, when executed by a processor of a mobile terminal, enable the mobile terminal to perform a method of login information processing, the method comprising:
receiving a character string input by a user under the login environment of the current application program;
if the character string is general login information, acquiring actual login information of a current application program corresponding to the general login information, wherein the actual login information is login information registered in the current application program by a user;
and displaying the actual login information.
Optionally, before the step of receiving the character string input by the user in the login environment of the application program, the method further includes:
and presetting an association database, wherein the association database stores the association relation between the general login information and the actual login information of at least one application program.
Optionally, the step of presetting the association database includes:
receiving general login information set by a user;
receiving at least one piece of actual login information input by a user, wherein each piece of actual login information has a corresponding application program identifier;
and generating the incidence relation among the general login information, the at least one actual login information and the corresponding application program identifier.
Optionally, the character string comprises a first character string; the actual login information comprises an actual login account;
if the character string is general login information, the step of acquiring the actual login information of the current application program corresponding to the general login information comprises the following steps:
matching the first character string in the association database to obtain at least one matched actual login account;
displaying the matched at least one actual login account in a candidate bar according to a second preset display format;
and when detecting that the user selects one actual login account in the at least one actual login account, taking the selected actual login account as the actual login account of the current application program corresponding to the universal login account.
Optionally, the common login information includes a common login account, the matching the first character string in the association database, and the obtaining of the matched at least one actual login account includes:
identifying an identity of a current application;
and matching the identification of the current application program and the first character string from the association database to obtain at least one matched actual login account.
Optionally, the character string further comprises a second character string; the general login information also comprises a general login password; the actual login information also includes an actual login password,
if the character string is general login information, the step of obtaining the actual login information of the current application program corresponding to the general login information further comprises:
judging whether the second character string is consistent with a general login password corresponding to the general login account;
if the actual login password is consistent with the selected actual login account, acquiring the actual login password corresponding to the selected actual login account, and displaying the actual login password in a candidate bar according to a third preset display format;
and when the login password selected by the user is detected, taking the actual login password selected by the user as the actual login password of the current application program.
Optionally, the step of determining whether the second character string is consistent with the universal login password corresponding to the universal login account includes:
judging whether the second character string contains a universal login password corresponding to the universal login account;
if so, judging that the second character string is consistent with the universal login password corresponding to the universal login account;
if not, judging that the second character string is inconsistent with the universal login password corresponding to the universal login account.
Optionally, the step of presenting the actual login information includes:
and adopting a first preset display format specified by the current application program to screen the actual login information to a corresponding position of the current application program.
Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This invention is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the invention and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the invention being indicated by the following claims.
It will be understood that the invention is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the invention is limited only by the appended claims.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.
The embodiment of the invention discloses A1 and a method for processing login information, wherein the method comprises the following steps:
receiving a character string input by a user under the login environment of the current application program;
if the character string is general login information, acquiring actual login information of a current application program corresponding to the general login information, wherein the actual login information is login information registered in the current application program by a user;
and displaying the actual login information.
A2, the method according to A1, wherein before the step of receiving the character string input by the user in the login environment of the application program, the method further comprises:
and presetting an association database, wherein the association database stores the association relation between the general login information and the actual login information of at least one application program.
A3, according to the method of A2, the step of presetting an association database includes:
receiving general login information set by a user;
receiving at least one piece of actual login information input by a user, wherein each piece of actual login information has a corresponding application program identifier;
and generating the incidence relation among the general login information, the at least one actual login information and the corresponding application program identifier.
A4, the method of A3, the character string comprising a first character string; the actual login information comprises an actual login account;
if the character string is general login information, the step of acquiring the actual login information of the current application program corresponding to the general login information comprises the following steps:
matching the first character string in the association database to obtain at least one matched actual login account;
displaying the matched at least one actual login account in a candidate bar according to a second preset display format;
and when detecting that the user selects one actual login account in the at least one actual login account, taking the selected actual login account as the actual login account of the current application program corresponding to the universal login account.
A5, the method according to A4, wherein the common login information includes a common login account number, the matching of the first character string in the association database and the obtaining of the matched at least one actual login account number includes:
identifying an identity of a current application;
and matching the identification of the current application program and the first character string from the association database to obtain at least one matched actual login account.
A6, the method of A4, the character string further comprising a second character string; the general login information also comprises a general login password; the actual login information also includes an actual login password,
if the character string is general login information, the step of obtaining the actual login information of the current application program corresponding to the general login information further comprises:
judging whether the second character string is consistent with a general login password corresponding to the general login account;
if the actual login password is consistent with the selected actual login account, acquiring the actual login password corresponding to the selected actual login account, and displaying the actual login password in a candidate bar according to a third preset display format;
and when the fact that the user selects the actual login password is detected, taking the actual login password selected by the user as the actual login password of the current application program.
A7, according to the method of A6, the step of judging whether the second character string is consistent with the universal login password corresponding to the universal login account comprises:
judging whether the second character string contains a universal login password corresponding to the universal login account;
if so, judging that the second character string is consistent with the universal login password corresponding to the universal login account;
if not, judging that the second character string is inconsistent with the universal login password corresponding to the universal login account.
A8, the method according to any one of A1-A7, the step of presenting the actual login information comprising:
and adopting a first preset display format specified by the current application program to screen the actual login information to a corresponding position of the current application program.
The embodiment of the invention also discloses B9 and a device for processing login information, wherein the device comprises:
the character string receiving module is used for receiving a character string input by a user under the login environment of the current application program;
the login information acquisition module is used for acquiring actual login information of the current application program corresponding to the general login information when the character string is the general login information, wherein the actual login information is login information registered in the current application program by a user;
and the display module is used for displaying the actual login information.
B10, the apparatus according to B9, further comprising:
and the database presetting module is used for presetting an association database, and the association database stores the association relation between the general login information and the actual login information of at least one application program.
B11, the apparatus of B10, the database provisioning module comprising:
the general login information receiving submodule is used for receiving general login information set by a user;
the login information receiving submodule is used for receiving at least one piece of actual login information input by a user, wherein each piece of actual login information has a corresponding application program identifier;
and the incidence relation generation submodule is used for generating the incidence relation among the general login information, the at least one actual login information and the corresponding application program identifier.
B12, the apparatus of B11, the character string comprising a first character string; the actual login information comprises an actual login account;
the login information acquisition module comprises:
the character matching sub-module is used for matching the first character string in the association database to obtain at least one matched actual login account;
the account number display sub-module is used for displaying the matched at least one actual login account number in a candidate bar according to a second preset display format;
and the actual login account determining submodule is used for taking the selected actual login account as the actual login account of the current application program corresponding to the universal login account when detecting that the user selects one actual login account in the at least one actual login account.
B13, the apparatus according to B12, the general login information includes a general login account number, the character matching sub-module includes:
the application program identification unit is used for identifying the identification of the current application program;
and the matching unit is used for matching the identifier of the current application program and the first character string from the association database to obtain at least one matched actual login account.
B14, the apparatus of B12, the character string further comprising a second character string; the general login information also comprises a general login password; the actual login information also includes an actual login password,
the login information acquisition module further comprises:
the character judgment sub-module is used for judging whether the second character string is consistent with the general login password corresponding to the general login account;
the password display sub-module is used for acquiring an actual login password corresponding to the selected actual login account when the second character string is judged to be consistent with the general login password corresponding to the general login account, and displaying the actual login password in the candidate bar according to a third preset display format;
and the actual login password determining submodule is used for taking the actual login password selected by the user as the actual login password of the current application program when the actual login password selected by the user is detected.
B15, the apparatus of B14, the character judgment sub-module further configured to:
judging whether the second character string contains a universal login password corresponding to the universal login account;
if so, judging that the second character string is consistent with the universal login password corresponding to the universal login account;
if not, judging that the second character string is inconsistent with the universal login password corresponding to the universal login account.
B16, the apparatus according to any one of B9-B15, the presentation module comprising:
and the screen-loading sub-module is used for loading the actual login information to a corresponding position of the current application program by adopting a first preset display format specified by the current application program.
The embodiment of the present invention also discloses C17, an apparatus for processing login information, comprising a memory, and one or more programs, wherein the one or more programs are stored in the memory, and the one or more programs configured to be executed by the one or more processors include instructions for:
receiving a character string input by a user under the login environment of the current application program;
if the character string is general login information, acquiring actual login information of a current application program corresponding to the general login information, wherein the actual login information is login information registered in the current application program by a user;
and displaying the actual login information.

Claims (19)

1. A method of processing login information, applied to an input method application, the method comprising:
receiving a character string input by a user under the login environment of the current application program;
if the character string is universal login information, acquiring actual login information of a current application program corresponding to the universal login information, wherein the actual login information is login information registered in the current application program by a user, the universal login information comprises a universal login account and a universal login password, and the actual login information comprises an actual login account and an actual login password;
displaying the actual login information;
the character strings comprise a first character string and a second character string; if the character string is general login information, the step of acquiring the actual login information of the current application program corresponding to the general login information comprises the following steps:
matching the first character string in an association database to obtain at least one matched actual login account; the association database stores the association relation between the general login information and the actual login information of the application program;
displaying the matched at least one actual login account in a candidate bar according to a second preset display format;
when detecting that a user selects one actual login account in the at least one actual login account, taking the selected actual login account as the actual login account of the current application program corresponding to the universal login account;
judging whether the second character string is consistent with a general login password corresponding to the general login account;
if the actual login password is consistent with the selected actual login account, acquiring the actual login password corresponding to the selected actual login account, and displaying the actual login password in a candidate bar according to a third preset display format;
and when the fact that the user selects the actual login password is detected, taking the actual login password selected by the user as the actual login password of the current application program.
2. The method of claim 1, further comprising, prior to the step of receiving a string of characters entered by a user in a login context of a current application:
and presetting an association database, wherein the association database stores the association relation between the general login information and the actual login information of at least one application program.
3. The method of claim 2, wherein the step of provisioning an association database comprises:
receiving general login information set by a user;
receiving at least one piece of actual login information input by a user, wherein each piece of actual login information has a corresponding application program identifier;
and generating the incidence relation among the general login information, the at least one actual login information and the corresponding application program identifier.
4. The method of claim 3, wherein the step of matching the first string in the association database to obtain the matched at least one actual login account number comprises:
identifying an identity of a current application;
and matching the identification of the current application program and the first character string from the association database to obtain at least one matched actual login account.
5. The method of claim 1, wherein the step of determining whether the second string is consistent with the universal login password corresponding to the universal login account comprises:
judging whether the second character string contains a universal login password corresponding to the universal login account;
if so, judging that the second character string is consistent with the universal login password corresponding to the universal login account;
if not, judging that the second character string is inconsistent with the universal login password corresponding to the universal login account.
6. The method according to any of claims 1-5, wherein the step of presenting the actual login information comprises:
and adopting a first preset display format specified by the current application program to screen the actual login information to a corresponding position of the current application program.
7. An apparatus for processing login information, applied to an input method application, the apparatus comprising:
the character string receiving module is used for receiving a character string input by a user under the login environment of the current application program;
the login information acquisition module is used for acquiring actual login information of a current application program corresponding to the general login information when the character string is the general login information, wherein the actual login information is login information registered in the current application program by a user, the general login information comprises a general login account and a general login password, and the actual login information comprises an actual login account and an actual login password;
the display module is used for displaying the actual login information;
the character strings comprise a first character string and a second character string; the login information acquisition module comprises:
the character matching sub-module is used for matching the first character string in the association database to obtain at least one matched actual login account; the association database stores the association relation between the general login information and the actual login information of the application program;
the account number display sub-module is used for displaying the matched at least one actual login account number in a candidate bar according to a second preset display format;
the actual login account determining submodule is used for taking the selected actual login account as the actual login account of the current application program corresponding to the universal login account when detecting that the user selects one actual login account in the at least one actual login account;
the character judgment sub-module is used for judging whether the second character string is consistent with the general login password corresponding to the general login account;
the password display sub-module is used for acquiring an actual login password corresponding to the selected actual login account when the second character string is judged to be consistent with the general login password corresponding to the general login account, and displaying the actual login password in the candidate bar according to a third preset display format;
and the actual login password determining submodule is used for taking the actual login password selected by the user as the actual login password of the current application program when the actual login password selected by the user is detected.
8. The apparatus of claim 7, further comprising:
and the database presetting module is used for presetting an association database, and the association database stores the association relation between the general login information and the actual login information of at least one application program.
9. The apparatus of claim 8, wherein the database provisioning module comprises:
the general login information receiving submodule is used for receiving general login information set by a user;
the login information receiving submodule is used for receiving at least one piece of actual login information input by a user, wherein each piece of actual login information has a corresponding application program identifier;
and the incidence relation generation submodule is used for generating the incidence relation among the general login information, the at least one actual login information and the corresponding application program identifier.
10. The apparatus of claim 9, wherein the character matching sub-module comprises:
the application program identification unit is used for identifying the identification of the current application program;
and the matching unit is used for matching the identifier of the current application program and the first character string from the association database to obtain at least one matched actual login account.
11. The apparatus of claim 7, wherein the character determination sub-module is further configured to:
judging whether the second character string contains a universal login password corresponding to the universal login account;
if so, judging that the second character string is consistent with the universal login password corresponding to the universal login account;
if not, judging that the second character string is inconsistent with the universal login password corresponding to the universal login account.
12. The apparatus of any of claims 7-11, wherein the presentation module comprises:
and the screen-loading sub-module is used for loading the actual login information to a corresponding position of the current application program by adopting a first preset display format specified by the current application program.
13. A login information processing device applied to an input method application program comprises a memory and one or more programs, wherein the one or more programs are stored in the memory, and the one or more programs are configured to be executed by one or more processors and comprise instructions for:
receiving a character string input by a user under the login environment of the current application program;
if the character string is universal login information, acquiring actual login information of a current application program corresponding to the universal login information, wherein the actual login information is login information registered in the current application program by a user, the universal login information comprises a universal login account and a universal login password, and the actual login information comprises an actual login account and an actual login password;
displaying the actual login information;
the character strings comprise a first character string and a second character string;
if the character string is general login information, the step of acquiring the actual login information of the current application program corresponding to the general login information comprises the following steps:
matching the first character string in an association database to obtain at least one matched actual login account; the association database stores the association relation between the general login information and the actual login information of the application program;
displaying the matched at least one actual login account in a candidate bar according to a second preset display format;
when detecting that a user selects one actual login account in the at least one actual login account, taking the selected actual login account as the actual login account of the current application program corresponding to the universal login account;
judging whether the second character string is consistent with a general login password corresponding to the general login account;
if the actual login password is consistent with the selected actual login account, acquiring the actual login password corresponding to the selected actual login account, and displaying the actual login password in a candidate bar according to a third preset display format;
and when the fact that the user selects the actual login password is detected, taking the actual login password selected by the user as the actual login password of the current application program.
14. The apparatus of claim 13, further comprising, prior to the step of receiving a string of characters input by a user in a login context of a current application:
and presetting an association database, wherein the association database stores the association relation between the general login information and the actual login information of at least one application program.
15. The apparatus of claim 14, wherein the step of presetting the association database comprises:
receiving general login information set by a user;
receiving at least one piece of actual login information input by a user, wherein each piece of actual login information has a corresponding application program identifier;
and generating the incidence relation among the general login information, the at least one actual login information and the corresponding application program identifier.
16. The apparatus of claim 15, wherein the step of matching the first string in the association database to obtain the matched at least one actual login account number comprises:
identifying an identity of a current application;
and matching the identification of the current application program and the first character string from the association database to obtain at least one matched actual login account.
17. The apparatus of claim 13, wherein the step of determining whether the second string matches a universal login password corresponding to the universal login account comprises:
judging whether the second character string contains a universal login password corresponding to the universal login account;
if so, judging that the second character string is consistent with the universal login password corresponding to the universal login account;
if not, judging that the second character string is inconsistent with the universal login password corresponding to the universal login account.
18. The apparatus according to any of claims 13-17, wherein said step of presenting said actual login information comprises:
and adopting a first preset display format specified by the current application program to screen the actual login information to a corresponding position of the current application program.
19. A storage medium, characterized in that instructions in the storage medium, when executed by a processor of a mobile terminal, enable the mobile terminal to perform a method of login information handling according to one or more of method claims 1-6.
CN201710047506.1A 2017-01-22 2017-01-22 Method and device for processing login information Active CN108347401B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710047506.1A CN108347401B (en) 2017-01-22 2017-01-22 Method and device for processing login information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710047506.1A CN108347401B (en) 2017-01-22 2017-01-22 Method and device for processing login information

Publications (2)

Publication Number Publication Date
CN108347401A CN108347401A (en) 2018-07-31
CN108347401B true CN108347401B (en) 2021-09-03

Family

ID=62974446

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710047506.1A Active CN108347401B (en) 2017-01-22 2017-01-22 Method and device for processing login information

Country Status (1)

Country Link
CN (1) CN108347401B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113472747A (en) * 2021-05-31 2021-10-01 珠海大横琴科技发展有限公司 Login method and device for application program
CN116401654A (en) * 2023-06-07 2023-07-07 深圳奥联信息安全技术有限公司 Password security management system and method

Also Published As

Publication number Publication date
CN108347401A (en) 2018-07-31

Similar Documents

Publication Publication Date Title
EP3076646B1 (en) Methods and devices for labeling a number
US20170185988A1 (en) Mpayment method and apparatus
US11004163B2 (en) Terminal-implemented method, server-implemented method and terminal for acquiring certification document
US10242678B2 (en) Friend addition using voiceprint analysis method, device and medium
CN103914337B (en) Service calling method, device and terminal
US20180121057A1 (en) Method and device for hiding application icon
CN108347401B (en) Method and device for processing login information
CN111338971A (en) Application testing method and device, electronic equipment and storage medium
CN116069612A (en) Abnormality positioning method and device and electronic equipment
CN107360322B (en) Information prompting method and device
CN110213062B (en) Method and device for processing message
CN109842688B (en) Content recommendation method and device, electronic equipment and storage medium
CN109885360B (en) Data processing method, device and storage medium
CN106354595B (en) Mobile terminal, hardware component state detection method and device
CN107147633B (en) Password input method and device
CN109992937B (en) Identity authentication method and identity authentication device
CN107526683B (en) Method and device for detecting functional redundancy of application program and storage medium
CN112800442A (en) Encrypted file detection method, device and medium
CN111814797A (en) Picture character recognition method and device and computer readable storage medium
CN106484261B (en) Information acquisition method and device, information transmission method and device, and terminal
CN112068793A (en) Voice input method and device
CN112667852B (en) Video-based searching method and device, electronic equipment and storage medium
CN112363917B (en) Application program debugging exception processing method and device, electronic equipment and medium
CN114020505B (en) Data processing method and device, electronic equipment and storage medium
CN114554283B (en) Target object display method and device, electronic equipment and storage medium

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