CN109492382A - A kind of single input frame login validation method - Google Patents

A kind of single input frame login validation method Download PDF

Info

Publication number
CN109492382A
CN109492382A CN201811231477.5A CN201811231477A CN109492382A CN 109492382 A CN109492382 A CN 109492382A CN 201811231477 A CN201811231477 A CN 201811231477A CN 109492382 A CN109492382 A CN 109492382A
Authority
CN
China
Prior art keywords
account
password
separator
login
input frame
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
CN201811231477.5A
Other languages
Chinese (zh)
Other versions
CN109492382B (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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CN201811231477.5A priority Critical patent/CN109492382B/en
Priority to PCT/CN2018/112872 priority patent/WO2020082403A1/en
Publication of CN109492382A publication Critical patent/CN109492382A/en
Application granted granted Critical
Publication of CN109492382B publication Critical patent/CN109492382B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • 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/31User authentication

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a kind of single input frame login validation method, the input frame of validation information when login interface includes for logging in, input frame one and only one;Login validation method are as follows: S1: verification information is inputted input frame and verification information is sent to server by user;S2: the data in verification information and database are compared verifying by server;If there is the information data that the verification information inputted with user matches in server, login successfully;If there is no the information data that the verification information inputted with user matches, login failures in server;Single input frame inputs account simultaneously and the efficiency of user's login can be improved in password, and the attribute and parameter setting of an input frame are reduced in login interface design, the efficiency of interface is improved, reduces the difficulty of interface.

Description

A kind of single input frame login validation method
Technical field
The present invention relates to Information Authentication technical fields, and in particular to a kind of single input frame login validation method.
Background technique
Login authentication is the verification mode of user internet or enterprise management system, and existing login interface includes two inputs Frame, one of input frame for inputting account, another input frame for inputting password, user input account and password it Afterwards, two character strings of input are sent to server by system, are stored when server is by the account of input and password and registration Account and password comparison judge whether unanimously, the login failure if different logins successfully if they are the same.
User needs to be clicked with mouse or chooses another input frame to input password by tab key after inputting account.It is logging in It in the design at interface, needs to design two input frames, is set using attribute and parameter of the code to two input frames, because This, two input frames, which reduce, logs in efficiency and interface efficiency, increases the difficulty of interface.
Summary of the invention
The embodiment of the present invention is designed to provide a kind of single input frame login validation method, to improve log in efficiency and Design efficiency reduces interface difficulty.
To achieve the above object, the technical solution of the embodiment of the present invention are as follows:
A kind of single input frame login validation method, the input frame of validation information when login interface includes for logging in, Input frame one and only one;
Login validation method are as follows:
S1: verification information is inputted input frame and verification information is sent to server by user;
S2: the data in verification information and database are compared verifying by server;If existing in server and user The information data that the verification information of input matches, then login successfully;If there is no the verifyings inputted with user to believe in server The matched information data of manner of breathing, then login failure.
The embodiment of the present invention is further arranged to: the verification information is continuous account character string and continuous cipher word Symbol string is combined the combining characters string to be formed;
Verification method in the S2 are as follows:
A1: combining characters string is split as account and password;
A2: the account stored when splitting and registering in obtained account and database is compared, is judged whether identical by verifying;
A3: it if it is different from the account stored when registering in database to split obtained account, prompts login failure or mentions Show login account mistake;If it is identical as the account stored when registering in database to split obtained account, fractionation is obtained The password stored when registering in password and database compares, and judges whether identical;
A4: it if it is different from the password stored when registering in database to split obtained password, prompts login failure or mentions Show login password mistake;If it is identical as the password stored when registering in database to split obtained password, login successfully.
The embodiment of the present invention is further arranged to: the method for splitting in the A1 are as follows: combining characters string includes blank character, is used Separator (such as space) is inserted at family between the account and password of input, and the account and password of registration do not include separator;It logs in The information inputted in input frame is sent to server by system, and server parses the information in input frame, analytic method Are as follows: with separator position be split site, by before separator character string and subsequent character string mutually split work It is verified for account and password, the character string obtained after fractionation does not include separator.
The embodiment of the present invention is further arranged to: combining characters string includes identifier, and user inserts before the account of input Inlet identity symbol, the account and password of registration and the separator of insertion do not include identifier;
The information inputted in input frame is sent to server by login system, and server solves the information in input frame Analysis, analytic method are as follows:
With separator position be split site, by before separator character string and subsequent character string mutually split It opens, then judge identifier reference is account or password;
Identification, using the character string between identifier and separator as account, will divide if identifier reference is account It as password and is verified every the subsequent character string of symbol;
If what identifier referred to is password, using the subsequent character of separator as account, by identifier and separator it Between character string as account and verified;
The character string obtained after fractionation does not include separator, and the character string by identification does not include identifier.
The embodiment of the present invention is further arranged to: separator has identification function, for referring to the character before separator The attribute of subsequent character string is gone here and there or refers to, the character string before determined property separator that server is identified according to separator is Account or password.
The embodiment of the present invention is further arranged to: Server Default is using the character string before separator as account, separator Subsequent character string is password;The sequence of user's input are as follows: first input account, then input separator, input password afterwards.
The embodiment of the present invention is further arranged to: Server Default is using the subsequent character string of separator as account, separator The character string of front is password;The sequence of user's input are as follows: first input password, then input separator, input account afterwards.
The embodiment of the present invention is further arranged to: the account that is arranged and close when the verification information does not include user's registration Code, verification information generate or are customized by the user at random setting by login system.
The advantages of embodiment of the present invention is: single input frame inputs account simultaneously and the effect that user logs in can be improved in password Rate reduces the attribute and parameter setting of an input frame in login interface design, improves the efficiency of interface, reduce The difficulty of interface.
Detailed description of the invention
Fig. 1 is login validation method flow diagram in embodiment 1;
Fig. 2 is the flow diagram that the specific verification method of S2 is embodied in embodiment 1.
Specific embodiment
The following examples are used to illustrate the present invention, but are not intended to limit the scope of the present invention..
Embodiment 1
A kind of single input frame login validation method, as shown in Figure 1, validation information when login interface includes for logging in Input frame, input frame one and only one, login validation method are as follows:
S1: verification information is inputted input frame and verification information is sent to server by user;
S2: the data in verification information and database are compared verifying by server;If existing in server and user The information data that the verification information of input matches, then login successfully;If there is no the verifyings inputted with user to believe in server The matched information data of manner of breathing, then login failure.
In conjunction with Fig. 2, verification information is that continuous account character string and continuous password string are combined the combination to be formed Character string, the verification method in S2 are as follows:
A1: combining characters string is split as account and password;
A2: the account stored when splitting and registering in obtained account and database is compared, is judged whether identical by verifying;
A3: it if it is different from the account stored when registering in database to split obtained account, prompts login failure or mentions Show login account mistake;If it is identical as the account stored when registering in database to split obtained account, fractionation is obtained The password stored when registering in password and database compares, and judges whether identical;
A4: it if it is different from the password stored when registering in database to split obtained password, prompts login failure or mentions Show login password mistake;If it is identical as the password stored when registering in database to split obtained password, login successfully.
Single input frame inputs account simultaneously and the efficiency of user's login can be improved in password, reduces in login interface design The attribute and parameter setting of one input frame, improves the efficiency of interface, reduces the difficulty of interface.
Method for splitting in A1 are as follows: combining characters string includes blank character, and user is inserted between the account and password of input Separator (such as space or particular letter), the account and password of registration do not include separator, and therefore, account is arranged in user's registration Separator, system prompt " cannot include separator " are contained when with password;Login system sends out the information inputted in input frame Send to server, server parses the information in input frame, analytic method are as follows: with separator position be split position Point, by before separator character string and subsequent character string mutually split and verified as account and password, after fractionation Obtained character string does not include separator.
For Server Default using the character string before separator as account, the subsequent character string of separator is password;User is defeated The sequence entered are as follows: first input account, then input separator, input password afterwards.
Embodiment 2
A kind of single input frame login validation method, difference from example 1 is that, combining characters string includes mark Symbol, user are previously inserted into identifier in the account of input, and the account and password of registration and the separator of insertion do not include mark Symbol.
The information inputted in input frame is sent to server by login system, and server solves the information in input frame Analysis, analytic method are as follows:
With separator position be split site, by before separator character string and subsequent character string mutually split It opens, then judge identifier reference is account or password;
Identification, using the character string between identifier and separator as account, will divide if identifier reference is account It as password and is verified every the subsequent character string of symbol;
If what identifier referred to is password, using the subsequent character of separator as account, by identifier and separator it Between character string as account and verified;
The character string obtained after fractionation does not include separator, and the character string by identification does not include identifier.
Embodiment 3
A kind of single input frame login validation method, difference from example 1 is that, separator has identification function, For referring to the character string before separator or referring to the attribute of subsequent character string, the attribute that server is identified according to separator Judge that the character string before separator is account or password.
Embodiment 4
A kind of single input frame login validation method, difference from example 1 is that, after Server Default is with separator The character string in face is account, and the character string before separator is password;The sequence of user's input are as follows: first input password, then input Separator inputs account afterwards.
Embodiment 5
A kind of single input frame login validation method, difference from example 1 is that, verification information is infused not comprising user The account and password, verification information being arranged when volume generate or are customized by the user at random setting by login system.Server is not required to The register account number and password that store in the verification information of user's input and database are compared, operation efficiency is improved, also contracts The string length of short user's memory, improves and logs in efficiency, it is more convenient to log in.
Although above having used general explanation and specific embodiment, the present invention is described in detail, at this On the basis of invention, it can be made some modifications or improvements, this will be apparent to those skilled in the art.Therefore, These modifications or improvements without departing from theon the basis of the spirit of the present invention are fallen within the scope of the claimed invention.

Claims (8)

1. a kind of single input frame login validation method, the input frame of validation information when login interface includes for logging in, Be characterized in: input frame one and only one;
Login validation method are as follows:
S1: verification information is inputted input frame and verification information is sent to server by user;
S2: the data in verification information and database are compared verifying by server;It is inputted if existing in server with user The information data that matches of verification information, then login successfully;If there is no the verification information phases inputted with user in server Matched information data, then login failure.
2. a kind of single input frame login validation method according to claim 1, characterized in that the verification information is continuous Account character string and continuous password string be combined the combining characters string to be formed;
Verification method in the S2 are as follows:
A1: combining characters string is split as account and password;
A2: the account stored when splitting and registering in obtained account and database is compared, is judged whether identical by verifying;
A3: if it is different from the account stored when registering in database to split obtained account, login failure or prompt is prompted to step on Record account mistake;If it is identical as the account stored when registering in database to split obtained account, the password that fractionation is obtained It compares, judges whether identical with the password stored when being registered in database;
A4: if it is different from the password stored when registering in database to split obtained password, login failure or prompt is prompted to step on Record password mistake;If it is identical as the password stored when registering in database to split obtained password, login successfully.
3. a kind of single input frame login validation method according to claim 2, characterized in that the method for splitting in the A1 Are as follows: combining characters string includes blank character, and user is inserted into separator, the account and password of registration between the account and password of input Not comprising separator;The information inputted in input frame is sent to server by login system, and server is to the information in input frame Parsed, analytic method are as follows: with separator position be split site, by before separator character string and subsequent word Symbol string is mutually split to be verified as account and password, and the character string obtained after fractionation does not include separator.
4. a kind of single input frame login validation method according to claim 3, it is characterized in that: combining characters string includes mark Symbol, user are previously inserted into identifier in the account of input, and the account and password of registration and the separator of insertion do not include mark Symbol;
The information inputted in input frame is sent to server by login system, and server parses the information in input frame, Analytic method are as follows:
With separator position be split site, by before separator character string and subsequent character string mutually split, Then judge identifier reference is account or password;
Identification, if identifier reference is account, using the character string between identifier and separator as account, by separator Subsequent character string is as password and is verified;
If what identifier referred to is password, will be between identifier and separator using the subsequent character of separator as account Character string is as account and is verified;
The character string obtained after fractionation does not include separator, and the character string by identification does not include identifier.
5. a kind of single input frame login validation method according to claim 3, it is characterized in that: separator has mark function Can, for referring to the character string before separator or referring to the attribute of subsequent character string, server is identified according to separator Character string before determined property separator is account or password.
6. a kind of single input frame login validation method according to claim 3, it is characterized in that: Server Default is with separator The character string of front is account, and the subsequent character string of separator is password;The sequence of user's input are as follows: first input account, then defeated Enter separator, inputs password afterwards.
7. a kind of single input frame login validation method according to claim 3, it is characterized in that: Server Default is with separator Subsequent character string is account, and the character string before separator is password;The sequence of user's input are as follows: first input password, then defeated Enter separator, inputs account afterwards.
8. a kind of single input frame login validation method according to claim 1, it is characterized in that: the verification information does not include The account and password being arranged when user's registration, verification information generate or are customized by the user at random setting by login system.
CN201811231477.5A 2018-10-22 2018-10-22 Single input box login verification method Active CN109492382B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201811231477.5A CN109492382B (en) 2018-10-22 2018-10-22 Single input box login verification method
PCT/CN2018/112872 WO2020082403A1 (en) 2018-10-22 2018-10-31 Single input box login verification method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811231477.5A CN109492382B (en) 2018-10-22 2018-10-22 Single input box login verification method

Publications (2)

Publication Number Publication Date
CN109492382A true CN109492382A (en) 2019-03-19
CN109492382B CN109492382B (en) 2022-08-23

Family

ID=65692526

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811231477.5A Active CN109492382B (en) 2018-10-22 2018-10-22 Single input box login verification method

Country Status (2)

Country Link
CN (1) CN109492382B (en)
WO (1) WO2020082403A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110099070A (en) * 2019-05-20 2019-08-06 黄超 A kind of single input frame login validation method and device
CN110147658A (en) * 2019-04-16 2019-08-20 平安科技(深圳)有限公司 User information encipher-decipher method, system and computer equipment
CN110557400A (en) * 2019-09-16 2019-12-10 平安科技(深圳)有限公司 Login control method and device
CN112231723A (en) * 2020-10-10 2021-01-15 湖南皖湘科技有限公司 Encryption and decryption method for digital picture
CN114120457A (en) * 2021-09-07 2022-03-01 重庆畅停智慧停车服务有限公司 Parking self-service payment method and vehicle query method based on mobile phone terminal
CN114499973A (en) * 2021-12-28 2022-05-13 重庆医药高等专科学校 Safety protection system for asset management system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103139162A (en) * 2011-11-29 2013-06-05 阿里巴巴集团控股有限公司 Login method and equipment of network account
CN104869127A (en) * 2015-06-24 2015-08-26 郑州悉知信息技术有限公司 Website login method, code-scanning client and server
CN105450658A (en) * 2015-11-26 2016-03-30 广州多益网络科技有限公司 System login method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103546287A (en) * 2012-07-17 2014-01-29 联想(北京)有限公司 Password verification method and electronic equipment
CN104182680B (en) * 2014-08-27 2018-01-16 上海斐讯数据通信技术有限公司 A kind of user name Password Management, input method and system
CN105722183A (en) * 2016-03-18 2016-06-29 深圳市轱辘软件开发有限公司 Sharing method and apparatus for Wi-Fi (wireless fidelity) link information

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103139162A (en) * 2011-11-29 2013-06-05 阿里巴巴集团控股有限公司 Login method and equipment of network account
CN104869127A (en) * 2015-06-24 2015-08-26 郑州悉知信息技术有限公司 Website login method, code-scanning client and server
CN105450658A (en) * 2015-11-26 2016-03-30 广州多益网络科技有限公司 System login method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
: "", 《URL:HTTPS://WWW.ZHIHU.COM/QUESTION/20911945/ANSWER/16583278》 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110147658A (en) * 2019-04-16 2019-08-20 平安科技(深圳)有限公司 User information encipher-decipher method, system and computer equipment
CN110099070A (en) * 2019-05-20 2019-08-06 黄超 A kind of single input frame login validation method and device
CN110099070B (en) * 2019-05-20 2021-04-30 黄超 Single input box login verification method and device
CN110557400A (en) * 2019-09-16 2019-12-10 平安科技(深圳)有限公司 Login control method and device
CN110557400B (en) * 2019-09-16 2022-11-15 平安科技(深圳)有限公司 Login control method and device
CN112231723A (en) * 2020-10-10 2021-01-15 湖南皖湘科技有限公司 Encryption and decryption method for digital picture
CN114120457A (en) * 2021-09-07 2022-03-01 重庆畅停智慧停车服务有限公司 Parking self-service payment method and vehicle query method based on mobile phone terminal
CN114120457B (en) * 2021-09-07 2024-05-14 重庆亿连信息科技有限公司 Parking self-service payment method and vehicle inquiring method based on mobile phone end
CN114499973A (en) * 2021-12-28 2022-05-13 重庆医药高等专科学校 Safety protection system for asset management system
CN114499973B (en) * 2021-12-28 2023-09-01 重庆医药高等专科学校 Safety protection system for asset management system

Also Published As

Publication number Publication date
WO2020082403A1 (en) 2020-04-30
CN109492382B (en) 2022-08-23

Similar Documents

Publication Publication Date Title
CN109492382A (en) A kind of single input frame login validation method
US20160014120A1 (en) Method, server, client and system for verifying verification codes
US11811952B2 (en) Authentication system and working method thereof
WO2020181809A1 (en) Data processing method and system based on interface checking, and computer device
CN102281138B (en) Method and system for improving safety of verification code
KR101424569B1 (en) Time based authentication system and method thereof
WO2019232868A1 (en) User information authentication method and apparatus, and computer device and storage medium
CN109005140A (en) Safe account registration and login method
CN106534119A (en) Method and device for prompting client software login information
US20210312023A1 (en) Agent Login Method, Electronic Device And Storage Medium Based On Voiceprint Identification
CN104821882A (en) Network security verification method based on voice biometric features
US20190081794A1 (en) Systems and methods for user identity
US10986084B1 (en) Authentication data migration
US8984599B2 (en) Real time password generation apparatus and method
CN102456102A (en) Method for carrying out identity recertification on particular operation of information system by using Usb key technology
WO2016107415A1 (en) Auxiliary identity authentication method based on user network behavior feature
CN111124421A (en) Abnormal contract data detection method and device for intelligent contracts of block chains
SE540649C2 (en) Method and system for secure password storage
CN104618112A (en) Method for verifying dynamic password of dynamic token
US20060136738A1 (en) System and method for password validation
CN103401869A (en) Automatic account logging method
CN111949952A (en) Method for processing verification code request and computer-readable storage medium
KR101056307B1 (en) Multiline Reliability Support Hybrid Online Signature Verification System and Its Method for Various Applications
CN110099070B (en) Single input box login verification method and device
US10579889B2 (en) Verification with error tolerance for secure product identifiers

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