WO2019237580A1 - Password input display method and device and computer readable storage medium - Google Patents

Password input display method and device and computer readable storage medium Download PDF

Info

Publication number
WO2019237580A1
WO2019237580A1 PCT/CN2018/108393 CN2018108393W WO2019237580A1 WO 2019237580 A1 WO2019237580 A1 WO 2019237580A1 CN 2018108393 W CN2018108393 W CN 2018108393W WO 2019237580 A1 WO2019237580 A1 WO 2019237580A1
Authority
WO
WIPO (PCT)
Prior art keywords
sequence
password
preset
input
preset sequence
Prior art date
Application number
PCT/CN2018/108393
Other languages
French (fr)
Chinese (zh)
Inventor
蔡锦升
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2019237580A1 publication Critical patent/WO2019237580A1/en

Links

Images

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
    • G06F21/46Structures or tools for the administration of authentication by designing passwords or checking the strength of passwords
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2133Verifying human interaction, e.g., Captcha
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Definitions

  • the present application relates to the field of data security technology, and in particular, to a method and device for displaying and inputting a password, and a computer-readable storage medium.
  • the current password input generally uses the keyboard input method, that is, the user enters the password through the keyboard, and the entered password is displayed on the interface in a "******" manner.
  • the display interface will display the password entered by the user in the form of "******". In this way, if there is a peeper, he will usually stare at the user's keyboard, leading to the leakage of the user's password.
  • the purpose of this application is to provide a method and device for displaying and inputting a password, and a computer-readable storage medium, so as to solve the problems that the existing password is easily leaked and the security is not high.
  • a method for displaying a password input including the following steps:
  • the first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password
  • the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
  • a password input display device including:
  • a determining module configured to determine whether a password sequence input by a user is a correct password sequence
  • a first display module configured to display a first preset sequence in a password input box if the entered password sequence is a correct password sequence
  • a second display module configured to display a second preset sequence in the password input box when the entered password sequence is an incorrect password sequence
  • the first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password
  • the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
  • a computer device including: a memory and a processor, where the processor is configured to perform the following steps:
  • the first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password
  • the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
  • a computer-readable storage medium on which computer instructions are stored, and when the instructions are executed, the following steps are implemented:
  • the first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password
  • the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
  • the positive progress effect of the present application lies in: setting the first preset sequence to be a preset sequence different from the correct password sequence to characterize the correct input of the password, and the second preset sequence to be a preset and correct password sequence Different sequences used to characterize password input errors.
  • the first preset sequence is displayed in the password input box.
  • the input password sequence is the wrong password sequence
  • a second preset sequence is displayed in the password input box. Because the password input display method that has a correspondence relationship between the display sequence and the input password is correct, the problem of password leakage can be effectively avoided, and the technical effect of improving password security is achieved.
  • FIG. 1 is an optional flowchart of a password input and display method according to an embodiment of the present application
  • FIG. 2 is a schematic diagram of an optional program module of a password input display system according to an embodiment of the present application
  • FIG. 3 is a schematic diagram of another optional program module of a password input display system according to an embodiment of the present application.
  • FIG. 4 is a schematic diagram of an optional hardware architecture of an electronic device according to an embodiment of the present application.
  • a string of characters is displayed in the password input box (this character is different from the character sequence entered by the user), thereby causing confusion to the peeper to avoid password leakage.
  • the first preset sequence to be a preset sequence different from the correct password sequence to characterize the correct input of the password
  • the second preset sequence to be a preset and correct password Sequences with different sequences to characterize incorrect password input. If the entered password sequence is the correct password sequence, the first preset sequence is displayed in the password input box; if the entered password sequence is the wrong password sequence The second preset sequence is displayed in the password input box. In this way, the security of the password is effectively improved, and password leakage is avoided.
  • a method and a device for displaying a password input are provided, which are suitable for unlocking a terminal device, unlocking software in a terminal device, or inputting a password for a counter service.
  • the following is a detailed description of the password input and display method and device:
  • FIG. 1 is a schematic diagram of an optional process of a password input and display method of the present application. As shown in FIG. 1, the method may include the following steps S01-S04:
  • displaying the first preset sequence in the password input box may include: determining a position of the current input operation in the password sequence. For example, if 32 has been entered, then the third position is currently to be entered. The 3 previously entered is the first order, and the 2 is the second order; the content corresponding to the order in the first preset sequence is extracted from the database; and the extracted content is displayed in the password input box.
  • a second preset sequence is displayed in the password input box; wherein the first preset sequence is a preset password sequence that is different from the correct password sequence.
  • a sequence that characterizes a correct password input, and the second preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize a wrong password input.
  • displaying the second preset sequence in the password input box may include:
  • the first preset sequence and the second preset sequence may be strings that differ only by the last digit.
  • the correct password is 654321
  • the first preset sequence is 334561
  • the second preset sequence is 334560.
  • 654321, 334561 can be displayed in the password input box.
  • 654321, 334560 is displayed in the password input box.
  • the password input box is displayed to a person who sees the illusion of the currently input password sequence. Because the last digit is different (0 or 1), the difference between the last digit 0/1 indicates whether the password entered by the user is correct. In this way, for the password input person, when entering the last digit, he can know whether he has completed the password input correctly.
  • a sequence setting interface may be set, and the input setting of the first preset sequence, the second preset sequence, and the password sequence may be implemented through operations on the interface.
  • the sequence setting process may include:
  • S1 displaying an interface for inputting the first preset sequence, and the interface displaying the number of bits required for the first preset sequence, wherein the number of bits required for the number of bits required is equal to the number of bits of the correct password sequence;
  • S4 displaying an interface for inputting a second preset sequence, wherein the interface for inputting the second preset sequence prompts the user to enter only one character;
  • S6 A sequence generated by replacing the last character of the first preset sequence with the one-bit character is used as the second preset sequence.
  • the first preset sequence and the second preset sequence may also be a randomly generated sequence in the process of inputting a password by a user, and a last bit of the randomly generated sequence is preset. That is, only the last bit is used to indicate whether the password sequence entered by the user is correct.
  • the rules are ***** x, ***** y; ***** x indicates an error, ***** y indicates correct; assuming the user setting 965681 indicates correct, 965682 indicates an error; the user no longer displays ****** when entering the real password, but instead displays 965681/965682.
  • the user displays 9 when the first password number is entered, 6 when the second password number is entered, 5 when the third password number is entered, 6 when the fourth password number is entered, and enters the first 8 is displayed for five password digits.
  • the user enters the sixth password number if the user enters the sixth number is 356986, the user enters the sixth password number and displays 1; when the user enters the sixth password number, if the user enters the sixth number other than 356986, The sixth password digit is displayed as 2.
  • the first preset sequence is set to be different from the correct password sequence in order to characterize the correct input of the password
  • the second preset sequence is set to be different from the correct password sequence in advance.
  • the first preset sequence is displayed in the password input box; if the entered password sequence is the wrong password sequence, the password input is The frame displays a second preset sequence. Because the password input display method in which there is a correspondence between the display sequence and the input password is correct, the problem of password leakage can be effectively avoided, and the technical effect of improving password security is achieved.
  • FIG. 2 and FIG. 3 show an optional structural block diagram of the password input display system.
  • the input display system is divided into one or more program modules, and the one or more program modules are stored in a storage medium and executed by one or more processors to complete the present application.
  • the program module referred to in this application refers to a series of computer program instruction segments capable of performing specific functions, and is more suitable than the program itself to describe the execution process of the password input display system in a storage medium.
  • the following description will specifically introduce the program modules of this embodiment The function:
  • the password input display system 20 includes:
  • An obtaining module 21 configured to obtain a password sequence input by a user
  • a determining module 22 configured to determine whether a password sequence input by a user is a correct password sequence
  • a first display module 23, configured to display a first preset sequence in a password input box if the input password sequence is a correct password sequence;
  • a second display module 24 configured to display a second preset sequence in the password input box if the entered password sequence is an incorrect password sequence
  • the first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password
  • the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
  • the first display module 23 may include: a determining unit 231, configured to determine a position of the current input operation in the password sequence; and an extraction unit 232, configured to extract a first preset sequence from a database Content corresponding to the rank; a display unit 233, configured to display the extracted content in the password input box.
  • the above device may further include: a third display module, configured to display an interface for inputting the first preset sequence, and the interface displays a digit requirement of the first preset sequence, wherein the digit requirement The required number of bits is equal to the number of bits of the correct password sequence; a first receiving module is configured to receive a preset password entered by a user; a first generating module is configured to use the preset password entered by the user as the first A preset sequence; a fourth display module for displaying an interface for inputting the second preset sequence, wherein the interface for inputting the second preset sequence prompts the user to input only one character; the second display module, A second character generating module is configured to receive a character input by a user; a second generating module is configured to replace the character generated by the last character of the first preset sequence with the one character as the second preset sequence.
  • a third display module configured to display an interface for inputting the first preset sequence, and the interface displays a digit requirement of the first preset sequence, wherein the digit
  • the first preset sequence is displayed in the password input box, and if the entered password sequence is an incorrect password sequence, the first preset sequence is displayed in the password input box.
  • the second preset sequence may include: determining whether the current input operation is the last bit of the input password sequence; and in the case where the current input operation is not the last bit of the input password sequence, obtaining the current input in the first preset sequence and the current input The content corresponding to the position of the operation in the password sequence is displayed in the password input box; if the current input operation is the last digit of the password sequence, determine whether the password sequence entered by the user is The correct password sequence, if it is the correct password sequence, the first preset sequence is displayed; if it is not the correct password sequence, the second preset sequence is displayed in the password input box, wherein the first preset sequence is It is assumed that the sequence is different from the second preset sequence by only the last bit.
  • the above-mentioned first preset sequence and the second preset sequence may be sequences randomly generated during a process of inputting a password by a user, wherein a last bit of the randomly generated sequence is preset.
  • a standard configuration item is made to constrain and manage agents to more efficiently and accurately complete various index tasks. For agents that do not handle high-priority tasks as required, The system will pop out corresponding reminders and perform real-time monitoring to prompt agents to deal with high-priority tasks first, so that agents can complete various tasks quickly, efficiently and accurately, solve problems for customers in a timely and accurate manner, and recommend customers in a timely manner Good products that are beneficial to customers, so that customers can go online as soon as possible.
  • FIG. 4 is a schematic diagram of a hardware architecture of an electronic device according to an embodiment of the present application.
  • the electronic device 2 is a device capable of automatically performing numerical calculation and / or information processing in accordance with an instruction set or stored in advance.
  • it can be a smart phone, a tablet computer, a notebook computer, a desktop computer, a rack server, a blade server, a tower server, or a rack server (including an independent server or a server cluster composed of multiple servers).
  • the electronic device 2 includes at least, but is not limited to, a memory 21, a processor 22, a network interface 23, and a password input display system 20 that can communicate with each other through a system bus. among them:
  • the memory 21 includes at least one type of computer-readable storage medium.
  • the readable storage medium includes a flash memory, a hard disk, a multimedia card, a card-type memory (for example, SD or DX memory, etc.), a random access memory (RAM), and a static random access memory.
  • SRAM static random access memory
  • ROM read-only memory
  • EEPROM electrically erasable programmable read-only memory
  • PROM programmable read-only memory
  • magnetic memory magnetic disks, optical disks, etc.
  • the memory 21 may be an internal storage module of the electronic device 2, such as a hard disk or a memory of the electronic device 2.
  • the memory 21 may also be an external storage device of the electronic device 2, such as a plug-in hard disk, a smart memory card (SMC), and a secure digital (Secure Digital, SD) card, Flash card, etc.
  • the memory 21 may also include both an internal storage module of the electronic device 2 and an external storage device thereof.
  • the memory 21 is generally used to store an operating system and various application software installed in the electronic device 2, such as a program code for a password input display system 20.
  • the memory 21 may also be used to temporarily store various types of data that have been output or are to be output.
  • the processor 22 may be a central processing unit (CPU), a controller, a microcontroller, a microprocessor, or other data processing chip in some embodiments.
  • the processor 22 is generally used to control the overall operation of the electronic device 2, for example, to perform control and processing related to data interaction or communication with the electronic device 2.
  • the processor 22 is configured to run program codes or process data stored in the memory 21, such as a running password input display system 20 and the like.
  • the network interface 23 may include a wireless network interface or a wired network interface.
  • the network interface 23 is generally used to establish a communication connection between the electronic device 2 and other electronic devices.
  • the network interface 23 is used to connect the electronic device 2 with an external terminal through a network, and establish a data transmission channel and a communication connection between the electronic device 2 and the external terminal.
  • the network can be an intranet, the Internet, a Global System for Mobile Communication (GSM), a Wideband Code Division Multiple Access (WCDMA), a 4G network, a 5G network, Wireless or wired networks such as Bluetooth and Wi-Fi.
  • GSM Global System for Mobile Communication
  • WCDMA Wideband Code Division Multiple Access
  • FIG. 4 only shows the electronic device with components 21-23, but it should be understood that it is not required to implement all the illustrated components, and more or fewer components may be implemented instead.
  • the password input display system 20 stored in the memory 21 may also be divided into one or more program modules, and the one or more program modules are stored in the memory 21 and processed by one or more processors. (This embodiment is executed by the processor 22) to complete this application.
  • This embodiment also provides a computer-readable storage medium.
  • the computer-readable storage medium stores a password input display system, and the password input display system can be executed by at least one processor, so that the at least one processor executes the same as the first embodiment. The steps of the password input display method.
  • the computer-readable storage medium includes a flash memory, a hard disk, a multimedia card, a card-type memory (eg, SD or DX memory, etc.), a random access memory (RAM), a static random access memory (SRAM), and a read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), programmable read-only memory (PROM), magnetic memory, magnetic disks, optical disks, etc.
  • the computer-readable storage medium may be an internal storage unit of a computer device, such as a hard disk or a memory of the computer device.
  • the computer-readable storage medium may also be an external storage device of a computer device, such as a plug-in hard disk, a smart media card (SMC), and a secure digital , SD) card, flash memory card (Flash card) and so on.
  • the computer-readable storage medium may also include both the internal storage unit of the computer device and its external storage device.
  • the computer-readable storage medium is generally used to store an operating system and various types of application software installed on a computer device, such as program code of the customer assurance analysis system of the second embodiment.
  • the computer-readable storage medium can also be used to temporarily store various types of data that have been output or will be output.
  • modules or steps of the embodiments of the present application may be implemented by a general-purpose computing device, and they may be centralized on a single computing device or distributed to multiple computing devices.
  • they can be implemented with program code executable by the computing device, so that they can be stored in a storage device and executed by the computing device, and in some cases, can be different from here
  • the steps shown or described are performed in sequence, or they are separately made into individual integrated circuit modules, or multiple modules or steps in them are made into a single integrated circuit module for implementation. In this way, the embodiments of the present application are not limited to any specific combination of hardware and software.

Abstract

A password input display method and device and a computer readable storage medium, wherein the method comprises: acquiring a password sequence input by a user (S01); determining whether the password sequence input by a user is a correct password sequence (S02); when the input password sequence is a correct password sequence, displaying a first preset sequence in a password input box (S03); when the input password sequence is an incorrect password sequence, displaying a second preset sequence in a password input box (S04); the first preset sequence is a preset sequence different from the correct password sequence and used for representing the correct password input, and the second preset sequence is a preset sequence different from the correct password sequence and used for representing the incorrect password input. Since the password input display mode, in which the display sequence and the correctness or incorrectness of the input password are in a corresponding relationship, is used, the problem of password leakage can be effectively avoided, and the technical effect of improving password security is achieved.

Description

密码输入显示方法和装置及计算机可读存储介质Password input display method and device, and computer-readable storage medium
本申请申明享有2018年06月12日递交的申请号为CN 201810598411.3、名称为“密码输入显示方法和装置及计算机可读存储介质”的中国专利申请的优先权,该中国专利申请的整体内容以参考的方式结合在本申请中。This application claims the priority of a Chinese patent application filed on June 12, 2018 with the application number of CN201810598411.3 and the name "Password Input Display Method and Device and Computer-readable Storage Medium". The entire content of the Chinese patent application is based on The reference is incorporated in this application.
技术领域Technical field
本申请涉及数据安全技术领域,具体涉及一种密码输入显示方法和装置及计算机可读存储介质。The present application relates to the field of data security technology, and in particular, to a method and device for displaying and inputting a password, and a computer-readable storage medium.
背景技术Background technique
随着互联网技术的不断发展,越来越多的人通过互联网完成生活中的诸多需求,鉴于互联网的开放性和不安全性,因此,许多涉及到私密的内容,都会设置密码才能进入。With the continuous development of Internet technology, more and more people fulfill many needs in life through the Internet. In view of the openness and insecurity of the Internet, many private content will require a password to enter.
目前的密码输入,一般还是采用键盘输入的方式,即,用户通过键盘输入密码,在界面上会采用“******”的方式显示输入的密码。在用户输入密码的过程中,因为显示界面会以“******”的方式显示用户输入的密码,这样如果有偷窥者的话,一般会盯着用户的键盘,导致用户密码泄露。The current password input generally uses the keyboard input method, that is, the user enters the password through the keyboard, and the entered password is displayed on the interface in a "******" manner. During the process of entering the password by the user, the display interface will display the password entered by the user in the form of "******". In this way, if there is a peeper, he will usually stare at the user's keyboard, leading to the leakage of the user's password.
针对上述问题,目前尚未提出有效的解决方案。In view of the above problems, no effective solution has been proposed.
发明内容Summary of the Invention
本申请的目的在于提供一种密码输入显示方法和装置及计算机可读存储介质,进而解决现有的密码容易泄露、安全性不高的问题。The purpose of this application is to provide a method and device for displaying and inputting a password, and a computer-readable storage medium, so as to solve the problems that the existing password is easily leaked and the security is not high.
本申请是通过下述技术方案来解决上述技术问题:This application solves the above technical problems through the following technical solutions:
根据本申请的一个方面,提供了密码输入显示方法,包括如下步骤:According to an aspect of the present application, a method for displaying a password input is provided, including the following steps:
S01,获取用户输入的密码序列;S01: Obtain a password sequence input by a user;
S02,确定用户输入的密码序列是否为正确的密码序列;S02. Determine whether the password sequence entered by the user is a correct password sequence;
S03,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;S03. If the input password sequence is a correct password sequence, display the first preset sequence in the password input box;
S04,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列;S04. If the input password sequence is an incorrect password sequence, display a second preset sequence in the password input box;
其中,所述第一预设序列为预先设定的与正确的密码序列不同的用于表征密码输入正确的序列,所述第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列。The first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password, and the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
根据本申请的另一个方面,提供了一种密码输入显示装置,包括:According to another aspect of the present application, a password input display device is provided, including:
获取模块,用于获取用户输入的密码序列;An acquisition module for acquiring a password sequence input by a user;
确定模块,用于确定用户输入的密码序列是否为正确的密码序列;A determining module, configured to determine whether a password sequence input by a user is a correct password sequence;
第一显示模块,用于在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;A first display module, configured to display a first preset sequence in a password input box if the entered password sequence is a correct password sequence;
第二显示模块,用于在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列;A second display module, configured to display a second preset sequence in the password input box when the entered password sequence is an incorrect password sequence;
其中,所述第一预设序列为预先设定的与正确的密码序列不同的用于表征密码输入正确的序列,所述第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列。The first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password, and the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
根据本申请的又一个方面,提供了一种计算机设备,包括:存储器和处理器,其中,所述处理器用于执行如下步骤:According to another aspect of the present application, a computer device is provided, including: a memory and a processor, where the processor is configured to perform the following steps:
S01,获取用户输入的密码序列;S01: Obtain a password sequence input by a user;
S02,确定用户输入的密码序列是否为正确的密码序列;S02. Determine whether the password sequence entered by the user is a correct password sequence;
S03,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;S03. If the input password sequence is a correct password sequence, display the first preset sequence in the password input box;
S04,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列;S04. If the input password sequence is an incorrect password sequence, display a second preset sequence in the password input box;
其中,所述第一预设序列为预先设定的与正确的密码序列不同的用于表征密码输入正确的序列,所述第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列。The first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password, and the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
根据本申请的又一个方面,提供了一种计算机可读存储介质,其上存储有计算机指令,所述指令被执行时实现如下步骤:According to yet another aspect of the present application, a computer-readable storage medium is provided, on which computer instructions are stored, and when the instructions are executed, the following steps are implemented:
S01,获取用户输入的密码序列;S01: Obtain a password sequence input by a user;
S02,确定用户输入的密码序列是否为正确的密码序列;S02. Determine whether the password sequence entered by the user is a correct password sequence;
S03,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;S03. If the input password sequence is a correct password sequence, display the first preset sequence in the password input box;
S04,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列;S04. If the input password sequence is an incorrect password sequence, display a second preset sequence in the password input box;
其中,所述第一预设序列为预先设定的与正确的密码序列不同的用于表征密码输入正确的序列,所述第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列。The first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password, and the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
本申请的积极进步效果在于:设置第一预设序列为预先设定的与正确的密码序列不同的用于表征密码输入正确的序列,第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列。因为采用显示序列与输入密码对错存在对应关系的密码输入显示方式,可以有效 避免密码泄露的问题,达到了提高密码安全性的技术效果。The positive progress effect of the present application lies in: setting the first preset sequence to be a preset sequence different from the correct password sequence to characterize the correct input of the password, and the second preset sequence to be a preset and correct password sequence Different sequences used to characterize password input errors. When the input password sequence is the correct password sequence, the first preset sequence is displayed in the password input box. When the input password sequence is the wrong password sequence, A second preset sequence is displayed in the password input box. Because the password input display method that has a correspondence relationship between the display sequence and the input password is correct, the problem of password leakage can be effectively avoided, and the technical effect of improving password security is achieved.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
图1是根据本申请实施例的密码输入显示方法的一种可选的流程示意图;FIG. 1 is an optional flowchart of a password input and display method according to an embodiment of the present application; FIG.
图2是根据本申请实施例的密码输入显示系统的一种可选的程序模块示意图;2 is a schematic diagram of an optional program module of a password input display system according to an embodiment of the present application;
图3是根据本申请实施例的密码输入显示系统的另一种可选的程序模块示意图;以及3 is a schematic diagram of another optional program module of a password input display system according to an embodiment of the present application; and
图4是根据本申请实施例的电子装置的一种可选的硬件架构示意图。FIG. 4 is a schematic diagram of an optional hardware architecture of an electronic device according to an embodiment of the present application.
具体实施方式detailed description
为了使本申请的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处所描述的具体实施例仅用以解释本申请,并不用于限定本申请。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。In order to make the purpose, technical solution, and advantages of the present application clearer, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are only used to explain the application, and are not used to limit the application. Based on the embodiments in the present application, all other embodiments obtained by a person of ordinary skill in the art without creative efforts shall fall within the protection scope of the present application.
考虑到现有的密码输入界面都是按照“******”的方式显示,对于希望看到密码的人因为界面显示的问题,会盯着用户的键盘以确定用户的密码,容易导致密码泄露。Considering that the existing password input interface is displayed in a "******" manner, people who want to see the password will stare at the user's keyboard to determine the user's password because of the problem of the interface display, which may easily lead to Password leaked.
如果在这种情况下,在密码输入框显示一串字符(该字符与用户输入的字符序列不同),从而对偷窥者造成混淆的效果,以避免密码泄露。基于此,在本例中,通过设置第一预设序列为预先设定的与正确的密码序列不同的用于表征密码输入正确的序列,第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;在输入的密码序列为错误的密 码序列的情况下,在密码输入框显示第二预设序列。通过上述方式使得密码的安全性得到有效提升,避免了密码泄露。If in this case, a string of characters is displayed in the password input box (this character is different from the character sequence entered by the user), thereby causing confusion to the peeper to avoid password leakage. Based on this, in this example, by setting the first preset sequence to be a preset sequence different from the correct password sequence to characterize the correct input of the password, and the second preset sequence to be a preset and correct password Sequences with different sequences to characterize incorrect password input. If the entered password sequence is the correct password sequence, the first preset sequence is displayed in the password input box; if the entered password sequence is the wrong password sequence The second preset sequence is displayed in the password input box. In this way, the security of the password is effectively improved, and password leakage is avoided.
为此,在本例中提供了一种密码输入显示方法和装置,适用于终端设备的解锁,终端设备中软件的解锁,或者柜台业务的密码输入。下面对该密码输入显示方法和装置进行具体说明如下:For this reason, in this example, a method and a device for displaying a password input are provided, which are suitable for unlocking a terminal device, unlocking software in a terminal device, or inputting a password for a counter service. The following is a detailed description of the password input and display method and device:
实施例一Example one
下面结合附图对本申请提供的密码输入显示方法进行说明。The password input and display method provided in the present application will be described below with reference to the drawings.
图1为本申请密码输入显示方法的一种可选的流程示意图,如图1所示,该方法可以包括以下步骤S01-S04:FIG. 1 is a schematic diagram of an optional process of a password input and display method of the present application. As shown in FIG. 1, the method may include the following steps S01-S04:
S01,获取用户输入的密码序列;S01: Obtain a password sequence input by a user;
S02,确定用户输入的密码序列是否为正确的密码序列;S02. Determine whether the password sequence entered by the user is a correct password sequence;
S03,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;S03. If the input password sequence is a correct password sequence, display the first preset sequence in the password input box;
具体的,在密码输入框显示第一预设序列,可以包括:确定当前的输入操作在密码序列中所处的位次,例如,已经输入了32,那么当前要输入的就是第三位次,前面输入的3为第一位次,2为第二位次;从数据库中提取第一预设序列中与该位次对应的内容;在密码输入框中显示提取的内容。Specifically, displaying the first preset sequence in the password input box may include: determining a position of the current input operation in the password sequence. For example, if 32 has been entered, then the third position is currently to be entered. The 3 previously entered is the first order, and the 2 is the second order; the content corresponding to the order in the first preset sequence is extracted from the database; and the extracted content is displayed in the password input box.
S04,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列;其中,所述第一预设序列为预先设定的与正确的密码序列不同的用于表征密码输入正确的序列,所述第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列。S04. If the entered password sequence is an incorrect password sequence, a second preset sequence is displayed in the password input box; wherein the first preset sequence is a preset password sequence that is different from the correct password sequence. A sequence that characterizes a correct password input, and the second preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize a wrong password input.
在实现的时候,确定用户输入的密码序列是否为正确的密码序列,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列,可以包括:During implementation, it is determined whether the password sequence entered by the user is the correct password sequence. If the entered password sequence is the correct password sequence, the first preset sequence is displayed in the password input box, and the entered password sequence is incorrect. In the case of a password sequence, displaying the second preset sequence in the password input box may include:
S1:确定当前输入操作是否是输入密码序列的最后一位;S1: Determine whether the current input operation is the last digit of the input password sequence;
S2:在当前输入操作不是输入密码序列的最后一位的情况下,获取第一预设序列中与当前的输入操作在密码序列中所处的位次对应的内容,在所述密码输入框中显示获取的内容;S2: if the current input operation is not the last digit of the input password sequence, obtain the content corresponding to the position of the current input operation in the password sequence in the first preset sequence, in the password input box Display the acquired content;
S3:在当前输入操作是输入密码序列的最后一位的情况下,确定用户输入的密码序列是否为正确的密码序列,若是正确的密码序列,则显示第一预设序列,若不是正确的密码序列,则在所述密码输入框中显示所述第二预设序列,其中,所述第一预设序列与所述第二预设序列仅最后一位不同。S3: In the case where the current input operation is the last digit of the password sequence, determine whether the password sequence entered by the user is the correct password sequence. If it is the correct password sequence, the first preset sequence is displayed, if it is not the correct password Sequence, the second preset sequence is displayed in the password input box, wherein the first preset sequence is different from the second preset sequence by only the last digit.
即,在实现的时候,第一预设序列和第二预设序列可以是仅最后一位不同的字符串,例如,正确密码为654321,第一预设序列为334561,第二预设序列为334560。那么当用户输入的是654321的时候,可以在密码输入框中显示334561,如果用户输入的不是654321,那么在密码输入框中显示334560。具体的,在显示的时候,可以是每输入一位密码,则显示一位数字,即,给看的人造成密码输入框显示的就是当前输入的密码序列的假象。因为最后一位是不同的(0或者1),通过最后一位0/1的差别,表征用户输入的密码是否正确。这样对于密码输入者而言,在输入到最后一位的时候,就可以知道自己是否正确的完成密码的输入。That is, at the time of implementation, the first preset sequence and the second preset sequence may be strings that differ only by the last digit. For example, the correct password is 654321, the first preset sequence is 334561, and the second preset sequence is 334560. Then when the user enters 654321, 334561 can be displayed in the password input box. If the user does not enter 654321, 334560 is displayed in the password input box. Specifically, when displaying a password, a digit is displayed for each password input, that is, the password input box is displayed to a person who sees the illusion of the currently input password sequence. Because the last digit is different (0 or 1), the difference between the last digit 0/1 indicates whether the password entered by the user is correct. In this way, for the password input person, when entering the last digit, he can know whether he has completed the password input correctly.
为了实现上述目的,可以设置一个序列设置界面,通过在该界面上的操作可以实现对第一预设序列、第二预设序列和密码序列的输入设置。具体的,序列设置的过程可以包括:In order to achieve the above purpose, a sequence setting interface may be set, and the input setting of the first preset sequence, the second preset sequence, and the password sequence may be implemented through operations on the interface. Specifically, the sequence setting process may include:
S1:显示用于输入第一预设序列的界面,且该界面上显示第一预设序列的位数要求,其中,位数要求所要求的位数等于所述正确的密码序列的位数;S1: displaying an interface for inputting the first preset sequence, and the interface displaying the number of bits required for the first preset sequence, wherein the number of bits required for the number of bits required is equal to the number of bits of the correct password sequence;
S2:接收用户输入的预设密码;S2: receiving a preset password input by the user;
S3:将用户输入的预设密码作为所述第一预设序列;S3: using the preset password input by the user as the first preset sequence;
S4:显示用于输入第二预设序列的界面,其中,该用于输入第二预设序列的界面上提示用户仅输入一位字符;S4: displaying an interface for inputting a second preset sequence, wherein the interface for inputting the second preset sequence prompts the user to enter only one character;
S5:接收用户输入的一位字符;S5: Receive a single character entered by the user;
S6:将该一位字符取代所述第一预设序列的最后一位字符生成的序列,作为所述第二预设序列。S6: A sequence generated by replacing the last character of the first preset sequence with the one-bit character is used as the second preset sequence.
即,在进行第一预设序列和第二预设序列设置的时候,可以设置第一预设序列和第二预设序列仅最后一位不同的方式。上述第一预设序列和第二预设序列也可以是用户输入密码的过程中随机生成的序列,随机生成的序列的最后一位为预先设定的。也就是说,仅通过最后一位来表征用户输入的密码序列是否正确。That is, when the first preset sequence and the second preset sequence are set, a manner in which only the last bit of the first preset sequence and the second preset sequence are different may be set. The first preset sequence and the second preset sequence may also be a randomly generated sequence in the process of inputting a password by a user, and a last bit of the randomly generated sequence is preset. That is, only the last bit is used to indicate whether the password sequence entered by the user is correct.
以一个具体实例进行说明:Take a specific example to illustrate:
例如:用户设置两串显示数字,规则是*****x,*****y;*****x表示错误,*****y表示正确;假设用户设置965681表示正确,965682表示错误;用户输入真正密码时候不再显示******,而是显示965681/965682。For example: the user sets two strings to display numbers, the rules are ***** x, ***** y; ***** x indicates an error, ***** y indicates correct; assuming the user setting 965681 indicates correct, 965682 indicates an error; the user no longer displays ****** when entering the real password, but instead displays 965681/965682.
假设用户密码是356986,则用户输入第一个密码数字时显示9,输入第二个密码数字时显示6,输入第三个密码数字时显示5,输入第四个密码数字时显示6,输入第五个密码数字时显示8。Assuming the user password is 356986, the user displays 9 when the first password number is entered, 6 when the second password number is entered, 5 when the third password number is entered, 6 when the fourth password number is entered, and enters the first 8 is displayed for five password digits.
当用户输入第六个密码数字时,如果用户输入的六个数字是356986,输入第六个密码数字时显示1,当用户输入第六个密码数字时候,如果用户输入的六个数字不是356986,第六个密码数字时显示2。When the user enters the sixth password number, if the user enters the sixth number is 356986, the user enters the sixth password number and displays 1; when the user enters the sixth password number, if the user enters the sixth number other than 356986, The sixth password digit is displayed as 2.
通过这种方式,使得用户可以基于最后一位字符清楚的知道自己输入的密码是否正确,而显示965681/965682的障眼法,又成功的吸引住了偷窥密码者的眼睛,从而可以有效提升密码的安全性。In this way, the user can clearly know whether the password they entered is correct based on the last character, and the obstructive method of showing 965681/965682 successfully attracts the eyes of the peeper, which can effectively improve the security of the password. Sex.
在上例中,设置第一预设序列为预先设定的与正确的密码序列不同的用于表征密码输入正确的序列,第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列。因为采用显示序列与输入密码对错存在对应关系的密码输入显示方式,可以有效避免密码泄露的问 题,达到了提高密码安全性的技术效果。In the above example, the first preset sequence is set to be different from the correct password sequence in order to characterize the correct input of the password, and the second preset sequence is set to be different from the correct password sequence in advance. For characterizing the wrong password input sequence, if the entered password sequence is the correct password sequence, the first preset sequence is displayed in the password input box; if the entered password sequence is the wrong password sequence, the password input is The frame displays a second preset sequence. Because the password input display method in which there is a correspondence between the display sequence and the input password is correct, the problem of password leakage can be effectively avoided, and the technical effect of improving password security is achieved.
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。Through the description of the above embodiments, those skilled in the art can clearly understand that the methods in the above embodiments can be implemented by means of software plus a necessary universal hardware platform, and of course, also by hardware, but in many cases the former is better. Implementation.
实施例二Example two
基于上述实施例一中提供的密码输入显示方法,本实施例中提供一种密码输入显示系统,具体地,图2和图3示出了该密码输入显示系统的可选的结构框图,该密码输入显示系统被分割成一个或多个程序模块,一个或者多个程序模块被存储于存储介质中,并由一个或多个处理器所执行,以完成本申请。本申请所称的程序模块是指能够完成特定功能的一系列计算机程序指令段,比程序本身更适合描述密码输入显示系统在存储介质中的执行过程,以下描述将具体介绍本实施例各程序模块的功能:Based on the password input display method provided in the first embodiment, a password input display system is provided in this embodiment. Specifically, FIG. 2 and FIG. 3 show an optional structural block diagram of the password input display system. The input display system is divided into one or more program modules, and the one or more program modules are stored in a storage medium and executed by one or more processors to complete the present application. The program module referred to in this application refers to a series of computer program instruction segments capable of performing specific functions, and is more suitable than the program itself to describe the execution process of the password input display system in a storage medium. The following description will specifically introduce the program modules of this embodiment The function:
如图2所示,密码输入显示系统20包括:As shown in FIG. 2, the password input display system 20 includes:
获取模块21,用于获取用户输入的密码序列;An obtaining module 21, configured to obtain a password sequence input by a user;
确定模块22,用于确定用户输入的密码序列是否为正确的密码序列;A determining module 22, configured to determine whether a password sequence input by a user is a correct password sequence;
第一显示模块23,用于在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;A first display module 23, configured to display a first preset sequence in a password input box if the input password sequence is a correct password sequence;
第二显示模块24,用于在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列;A second display module 24, configured to display a second preset sequence in the password input box if the entered password sequence is an incorrect password sequence;
其中,所述第一预设序列为预先设定的与正确的密码序列不同的用于表征密码输入正确的序列,所述第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列。The first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password, and the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
如图3所示,第一显示模块23可以包括:确定单元231,用于确定当前的输入操作在密码序列中所处的位次;提取单元232,用于从数据库中提取第一预设序列中与该位次对应的内容;显示单元233,用于在所述密码输入框中 显示提取的内容。As shown in FIG. 3, the first display module 23 may include: a determining unit 231, configured to determine a position of the current input operation in the password sequence; and an extraction unit 232, configured to extract a first preset sequence from a database Content corresponding to the rank; a display unit 233, configured to display the extracted content in the password input box.
具体的,上述装置还可以包括:第三显示模块,用于显示用于输入第一预设序列的界面,且该界面上显示第一预设序列的位数要求,其中,所述位数要求所要求的位数等于所述正确的密码序列的位数;第一接收模块,用于接收用户输入的预设密码;第一生成模块,用于将用户输入的预设密码作为所述第一预设序列;第四显示模块,用于显示用于输入第二预设序列的界面,其中,该用于输入第二预设序列的界面上提示用户仅输入一位字符;第二显示模块,用于接收用户输入的一位字符;第二生成模块,用于将该一位字符取代所述第一预设序列的最后一位字符生成的序列,作为所述第二预设序列。Specifically, the above device may further include: a third display module, configured to display an interface for inputting the first preset sequence, and the interface displays a digit requirement of the first preset sequence, wherein the digit requirement The required number of bits is equal to the number of bits of the correct password sequence; a first receiving module is configured to receive a preset password entered by a user; a first generating module is configured to use the preset password entered by the user as the first A preset sequence; a fourth display module for displaying an interface for inputting the second preset sequence, wherein the interface for inputting the second preset sequence prompts the user to input only one character; the second display module, A second character generating module is configured to receive a character input by a user; a second generating module is configured to replace the character generated by the last character of the first preset sequence with the one character as the second preset sequence.
在一个实施方式中,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列,可以包括:确定当前输入操作是否是输入密码序列的最后一位;在当前输入操作不是输入密码序列的最后一位的情况下,获取第一预设序列中与当前的输入操作在密码序列中所处的位次对应的内容,在所述密码输入框中显示获取的内容;在当前输入操作是输入密码序列的最后一位的情况下,确定用户输入的密码序列是否为正确的密码序列,若是正确的密码序列,则显示第一预设序列,若不是正确的密码序列,则在所述密码输入框中显示所述第二预设序列,其中,所述第一预设序列与所述第二预设序列仅最后一位不同。In one embodiment, if the entered password sequence is a correct password sequence, the first preset sequence is displayed in the password input box, and if the entered password sequence is an incorrect password sequence, the first preset sequence is displayed in the password input box. The second preset sequence may include: determining whether the current input operation is the last bit of the input password sequence; and in the case where the current input operation is not the last bit of the input password sequence, obtaining the current input in the first preset sequence and the current input The content corresponding to the position of the operation in the password sequence is displayed in the password input box; if the current input operation is the last digit of the password sequence, determine whether the password sequence entered by the user is The correct password sequence, if it is the correct password sequence, the first preset sequence is displayed; if it is not the correct password sequence, the second preset sequence is displayed in the password input box, wherein the first preset sequence is It is assumed that the sequence is different from the second preset sequence by only the last bit.
上述的第一预设序列和所述第二预设序列可以是用户输入密码的过程中随机生成的序列,其中,随机生成的序列的最后一位为预先设定的。The above-mentioned first preset sequence and the second preset sequence may be sequences randomly generated during a process of inputting a password by a user, wherein a last bit of the randomly generated sequence is preset.
关于上述实施例中的装置,其中各个单元、模块执行操作的具体方式已经在有关该方法的实施例中进行了详细描述,此处将不做详细阐述说明。Regarding the device in the above embodiment, the specific manner in which each unit and module performs operations has been described in detail in the embodiment of the method, and will not be described in detail here.
在本实施例的各个实施方式中,通过统一定义优先级标准,做成一个标准配置项来约束和管理坐席更有效精准地完成各项指标任务,对于没有按照要求处理高优先级任务的坐席,系统会跳出相应的提醒,并进行实时的监控, 以提示坐席先处理高优先级的任务,从而使得坐席可以快速高效精准地完成各种任务,及时准确地为客户解决问题,及时的为客户推荐对客户有益的好的产品,以使得客户可以尽快上线成交。In various implementations of this embodiment, by uniformly defining priority standards, a standard configuration item is made to constrain and manage agents to more efficiently and accurately complete various index tasks. For agents that do not handle high-priority tasks as required, The system will pop out corresponding reminders and perform real-time monitoring to prompt agents to deal with high-priority tasks first, so that agents can complete various tasks quickly, efficiently and accurately, solve problems for customers in a timely and accurate manner, and recommend customers in a timely manner Good products that are beneficial to customers, so that customers can go online as soon as possible.
实施例三Example three
在本申请优选的实施例三中提供一种电子装置。图4是根据本申请电子装置一实施例的硬件架构示意图。本实施例中,电子装置2是一种能够按照事先设定或者存储的指令,自动进行数值计算和/或信息处理的设备。例如,可以是智能手机、平板电脑、笔记本电脑、台式计算机、机架式服务器、刀片式服务器、塔式服务器或机柜式服务器(包括独立的服务器,或者多个服务器所组成的服务器集群)等。如图所示,电子装置2至少包括但不限于:可通过系统总线相互通信连接存储器21、处理器22、网络接口23、以及密码输入显示系统20。其中:An electronic device is provided in a third preferred embodiment of the present application. FIG. 4 is a schematic diagram of a hardware architecture of an electronic device according to an embodiment of the present application. In this embodiment, the electronic device 2 is a device capable of automatically performing numerical calculation and / or information processing in accordance with an instruction set or stored in advance. For example, it can be a smart phone, a tablet computer, a notebook computer, a desktop computer, a rack server, a blade server, a tower server, or a rack server (including an independent server or a server cluster composed of multiple servers). As shown in the figure, the electronic device 2 includes at least, but is not limited to, a memory 21, a processor 22, a network interface 23, and a password input display system 20 that can communicate with each other through a system bus. among them:
存储器21至少包括一种类型的计算机可读存储介质,可读存储介质包括闪存、硬盘、多媒体卡、卡型存储器(例如,SD或DX存储器等)、随机访问存储器(RAM)、静态随机访问存储器(SRAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、可编程只读存储器(PROM)、磁性存储器、磁盘、光盘等。在一些实施例中,存储器21可以是电子装置2的内部存储模块,例如该电子装置2的硬盘或内存。在另一些实施例中,存储器21也可以是电子装置2的外部存储设备,例如该电子装置2上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。当然,存储器21还可以既包括电子装置2的内部存储模块也包括其外部存储设备。本实施例中,存储器21通常用于存储安装于电子装置2的操作系统和各类应用软件,例如密码输入显示系统20的程序代码等。此外,存储器21还可以用于暂时地存储已经输出或者将要输出的各类数据。The memory 21 includes at least one type of computer-readable storage medium. The readable storage medium includes a flash memory, a hard disk, a multimedia card, a card-type memory (for example, SD or DX memory, etc.), a random access memory (RAM), and a static random access memory. (SRAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), programmable read-only memory (PROM), magnetic memory, magnetic disks, optical disks, etc. In some embodiments, the memory 21 may be an internal storage module of the electronic device 2, such as a hard disk or a memory of the electronic device 2. In other embodiments, the memory 21 may also be an external storage device of the electronic device 2, such as a plug-in hard disk, a smart memory card (SMC), and a secure digital (Secure Digital, SD) card, Flash card, etc. Of course, the memory 21 may also include both an internal storage module of the electronic device 2 and an external storage device thereof. In this embodiment, the memory 21 is generally used to store an operating system and various application software installed in the electronic device 2, such as a program code for a password input display system 20. In addition, the memory 21 may also be used to temporarily store various types of data that have been output or are to be output.
处理器22在一些实施例中可以是中央处理器(Central Processing Unit,CPU)、控制器、微控制器、微处理器、或其他数据处理芯片。该处理器22通常用于控制电子装置2的总体操作,例如执行与电子装置2进行数据交互或者通信相关的控制和处理等。本实施例中,处理器22用于运行存储器21中存储的程序代码或者处理数据,例如运行的密码输入显示系统20等。The processor 22 may be a central processing unit (CPU), a controller, a microcontroller, a microprocessor, or other data processing chip in some embodiments. The processor 22 is generally used to control the overall operation of the electronic device 2, for example, to perform control and processing related to data interaction or communication with the electronic device 2. In this embodiment, the processor 22 is configured to run program codes or process data stored in the memory 21, such as a running password input display system 20 and the like.
网络接口23可包括无线网络接口或有线网络接口,该网络接口23通常用于在电子装置2与其他电子装置之间建立通信连接。例如,网络接口23用于通过网络将电子装置2与外部终端相连,在电子装置2与外部终端之间的建立数据传输通道和通信连接等。网络可以是企业内部网(Intranet)、互联网(Internet)、全球移动通讯系统(Global System of Mobile communication,GSM)、宽带码分多址(Wideband Code Division Multiple Access,WCDMA)、4G网络、5G网络、蓝牙(Bluetooth)、Wi-Fi等无线或有线网络。The network interface 23 may include a wireless network interface or a wired network interface. The network interface 23 is generally used to establish a communication connection between the electronic device 2 and other electronic devices. For example, the network interface 23 is used to connect the electronic device 2 with an external terminal through a network, and establish a data transmission channel and a communication connection between the electronic device 2 and the external terminal. The network can be an intranet, the Internet, a Global System for Mobile Communication (GSM), a Wideband Code Division Multiple Access (WCDMA), a 4G network, a 5G network, Wireless or wired networks such as Bluetooth and Wi-Fi.
需要指出的是,图4仅示出了具有部件21-23的电子装置,但是应理解的是,并不要求实施所有示出的部件,可以替代的实施更多或者更少的部件。It should be noted that FIG. 4 only shows the electronic device with components 21-23, but it should be understood that it is not required to implement all the illustrated components, and more or fewer components may be implemented instead.
在本实施例中,存储于存储器21中的密码输入显示系统20还可以被分割为一个或者多个程序模块,一个或者多个程序模块被存储于存储器21中,并由一个或多个处理器(本实施例为处理器22)所执行,以完成本申请。In this embodiment, the password input display system 20 stored in the memory 21 may also be divided into one or more program modules, and the one or more program modules are stored in the memory 21 and processed by one or more processors. (This embodiment is executed by the processor 22) to complete this application.
实施例四Example 4
本实施例还提供一种计算机可读存储介质,计算机可读存储介质内存储有密码输入显示系统,密码输入显示系统可被至少一个处理器所执行,以使至少一个处理器执行如实施例一的密码输入显示方法的步骤。This embodiment also provides a computer-readable storage medium. The computer-readable storage medium stores a password input display system, and the password input display system can be executed by at least one processor, so that the at least one processor executes the same as the first embodiment. The steps of the password input display method.
本实施例中,计算机可读存储介质包括闪存、硬盘、多媒体卡、卡型存储器(例如,SD或DX存储器等)、随机访问存储器(RAM)、静态随机访问存储器(SRAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、可编程只读存储器(PROM)、磁性存储器、磁盘、光盘等。在一些实施例中,计算机可读存储介质可以是计算机设备的内部存储单元,例如该计算机设备 的硬盘或内存。在另一些实施例中,计算机可读存储介质也可以是计算机设备的外部存储设备,例如该计算机设备上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。当然,计算机可读存储介质还可以既包括计算机设备的内部存储单元也包括其外部存储设备。本实施例中,计算机可读存储介质通常用于存储安装于计算机设备的操作系统和各类应用软件,例如实施例二的客户保障分析系统的程序代码等。此外,计算机可读存储介质还可以用于暂时地存储已经输出或者将要输出的各类数据。In this embodiment, the computer-readable storage medium includes a flash memory, a hard disk, a multimedia card, a card-type memory (eg, SD or DX memory, etc.), a random access memory (RAM), a static random access memory (SRAM), and a read-only memory ( ROM), electrically erasable programmable read-only memory (EEPROM), programmable read-only memory (PROM), magnetic memory, magnetic disks, optical disks, etc. In some embodiments, the computer-readable storage medium may be an internal storage unit of a computer device, such as a hard disk or a memory of the computer device. In other embodiments, the computer-readable storage medium may also be an external storage device of a computer device, such as a plug-in hard disk, a smart media card (SMC), and a secure digital , SD) card, flash memory card (Flash card) and so on. Of course, the computer-readable storage medium may also include both the internal storage unit of the computer device and its external storage device. In this embodiment, the computer-readable storage medium is generally used to store an operating system and various types of application software installed on a computer device, such as program code of the customer assurance analysis system of the second embodiment. In addition, the computer-readable storage medium can also be used to temporarily store various types of data that have been output or will be output.
显然,本领域的技术人员应该明白,上述的本申请实施例的各模块或各步骤可以用通用的计算装置来实现,它们可以集中在单个的计算装置上,或者分布在多个计算装置所组成的网络上,可选地,它们可以用计算装置可执行的程序代码来实现,从而,可以将它们存储在存储装置中由计算装置来执行,并且在某些情况下,可以以不同于此处的顺序执行所示出或描述的步骤,或者将它们分别制作成各个集成电路模块,或者将它们中的多个模块或步骤制作成单个集成电路模块来实现。这样,本申请实施例不限制于任何特定的硬件和软件结合。Obviously, those skilled in the art should understand that the above-mentioned modules or steps of the embodiments of the present application may be implemented by a general-purpose computing device, and they may be centralized on a single computing device or distributed to multiple computing devices. On the network, optionally, they can be implemented with program code executable by the computing device, so that they can be stored in a storage device and executed by the computing device, and in some cases, can be different from here The steps shown or described are performed in sequence, or they are separately made into individual integrated circuit modules, or multiple modules or steps in them are made into a single integrated circuit module for implementation. In this way, the embodiments of the present application are not limited to any specific combination of hardware and software.
以上仅为本申请的优选实施例,并非因此限制本申请的专利范围,凡是利用本申请说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本申请的专利保护范围内。The above are only preferred embodiments of the present application, and thus do not limit the patent scope of the present application. Any equivalent structure or equivalent process transformation made using the contents of the description and drawings of the application, or directly or indirectly used in other related technical fields Are included in the scope of patent protection of this application.

Claims (20)

  1. 一种密码输入显示方法,其特征在于,包括如下步骤:A method for displaying a password input, which comprises the following steps:
    S01,获取用户输入的密码序列;S01: Obtain a password sequence input by a user;
    S02,确定用户输入的密码序列是否为正确的密码序列;S02. Determine whether the password sequence entered by the user is a correct password sequence;
    S03,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;S03. If the input password sequence is a correct password sequence, display the first preset sequence in the password input box;
    S04,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列;S04. If the input password sequence is an incorrect password sequence, display a second preset sequence in the password input box;
    其中,所述第一预设序列为预先设定的与正确的密码序列不同的用于表征密码输入正确的序列,所述第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列。The first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password, and the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
  2. 根据权利要求1所述的方法,其特征在于,在密码输入框显示第一预设序列,包括:The method according to claim 1, wherein displaying the first preset sequence in the password input box comprises:
    确定当前的输入操作在密码序列中所处的位次;Determine the position of the current input operation in the password sequence;
    从数据库中提取第一预设序列中与该位次对应的内容;Extracting content corresponding to the rank in the first preset sequence from the database;
    在所述密码输入框中显示提取的内容。The extracted content is displayed in the password input box.
  3. 根据权利要求1所述的方法,其特征在于,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列,包括:The method according to claim 1, wherein when the input password sequence is a correct password sequence, a first preset sequence is displayed in the password input box, and when the input password sequence is an incorrect password sequence Next, the second preset sequence is displayed in the password input box, including:
    确定当前输入操作是否是输入密码序列的最后一位;Determine whether the current input operation is the last digit of the input password sequence;
    在当前输入操作不是输入密码序列的最后一位的情况下,获取第一预设序列中与当前的输入操作在密码序列中所处的位次对应的内容,在所述密码输入框中显示获取的内容;When the current input operation is not the last digit of the input password sequence, content corresponding to the position of the current input operation in the password sequence in the first preset sequence is acquired, and the acquisition is displayed in the password input box. Content;
    在当前输入操作是输入密码序列的最后一位的情况下,确定用户输入的密码序列是否为正确的密码序列,若是正确的密码序列,则显示第一预设序 列,若不是正确的密码序列,则在所述密码输入框中显示所述第二预设序列,其中,所述第一预设序列与所述第二预设序列仅最后一位不同。When the current input operation is the last digit of the password sequence, determine whether the password sequence entered by the user is the correct password sequence. If the password sequence is correct, the first preset sequence is displayed. If it is not the correct password sequence, Then the second preset sequence is displayed in the password input box, wherein the first preset sequence is different from the second preset sequence by only the last digit.
  4. 根据权利要求1所述的方法,其特征在于,还包括:The method according to claim 1, further comprising:
    显示用于输入第一预设序列的界面,且该界面上显示第一预设序列的位数要求,其中,所述位数要求所要求的位数等于所述正确的密码序列的位数;Displaying an interface for inputting the first preset sequence, and displaying the number of bits required for the first preset sequence on the interface, wherein the number of bits required by the number of bits required is equal to the number of bits of the correct password sequence;
    接收用户输入的预设密码;Receiving a preset password input by the user;
    将用户输入的预设密码作为所述第一预设序列;Using the preset password input by the user as the first preset sequence;
    显示用于输入第二预设序列的界面,其中,该用于输入第二预设序列的界面上提示用户仅输入一位字符;Displaying an interface for entering a second preset sequence, wherein the interface for entering the second preset sequence prompts the user to enter only one character;
    接收用户输入的一位字符;Receive a single character entered by the user;
    将该一位字符取代所述第一预设序列的最后一位字符生成的序列,作为所述第二预设序列。A sequence generated by replacing the last character of the first preset sequence with the one-bit character is used as the second preset sequence.
  5. 根据权利要求1所述的方法,其特征在于,所述第一预设序列和所述第二预设序列为用户输入密码的过程中随机生成的序列,其中,所述随机生成的序列的最后一位为预先设定的。The method according to claim 1, wherein the first preset sequence and the second preset sequence are randomly generated sequences in a process of inputting a password by a user, and the last of the randomly generated sequences is One bit is preset.
  6. 一种密码输入显示装置,其特征在于,包括:A password input display device, comprising:
    获取模块,用于获取用户输入的密码序列;An acquisition module for acquiring a password sequence input by a user;
    确定模块,用于确定用户输入的密码序列是否为正确的密码序列;A determining module, configured to determine whether a password sequence input by a user is a correct password sequence;
    第一显示模块,用于在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;A first display module, configured to display a first preset sequence in a password input box if the entered password sequence is a correct password sequence;
    第二显示模块,用于在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列;A second display module, configured to display a second preset sequence in the password input box when the entered password sequence is an incorrect password sequence;
    其中,所述第一预设序列为预先设定的与正确的密码序列不同的用于表征密码输入正确的序列,所述第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列。The first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password, and the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
  7. 根据权利要求6所述的装置,其特征在于,所述第一显示模块包括:The device according to claim 6, wherein the first display module comprises:
    确定单元,用于确定当前的输入操作在密码序列中所处的位次;A determining unit, configured to determine the position of the current input operation in the password sequence;
    提取单元,用于从数据库中提取第一预设序列中与该位次对应的内容;An extraction unit, configured to extract from the database the content corresponding to the rank in the first preset sequence;
    显示单元,用于在所述密码输入框中显示提取的内容。A display unit, configured to display the extracted content in the password input box.
  8. 根据权利要求6所述的装置,其特征在于,还包括:The apparatus according to claim 6, further comprising:
    第三显示模块,用于显示用于输入第一预设序列的界面,且该界面上显示第一预设序列的位数要求,其中,所述位数要求所要求的位数等于所述正确的密码序列的位数;The third display module is configured to display an interface for inputting the first preset sequence, and the interface displays a digit requirement of the first preset sequence, wherein the required number of digits is equal to the correct The number of digits in the password sequence;
    第一接收模块,用于接收用户输入的预设密码;A first receiving module, configured to receive a preset password input by a user;
    第一生成模块,用于将用户输入的预设密码作为所述第一预设序列;A first generating module, configured to use a preset password input by a user as the first preset sequence;
    第四显示模块,用于显示用于输入第二预设序列的界面,其中,该用于输入第二预设序列的界面上提示用户仅输入一位字符;A fourth display module, configured to display an interface for inputting the second preset sequence, wherein the interface for inputting the second preset sequence prompts the user to enter only one character;
    第二显示模块,用于接收用户输入的一位字符;A second display module, configured to receive a single character input by a user;
    第二生成模块,用于将该一位字符取代所述第一预设序列的最后一位字符生成的序列,作为所述第二预设序列。A second generating module is configured to replace the one-bit character with the sequence generated by the last-bit character of the first preset sequence as the second preset sequence.
  9. 根据权利要求6所述的装置,其特征在于,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列,包括:The device according to claim 6, wherein when the input password sequence is a correct password sequence, the first preset sequence is displayed in the password input box, and when the input password sequence is an incorrect password sequence Next, the second preset sequence is displayed in the password input box, including:
    确定当前输入操作是否是输入密码序列的最后一位;Determine whether the current input operation is the last digit of the input password sequence;
    在当前输入操作不是输入密码序列的最后一位的情况下,获取第一预设序列中与当前的输入操作在密码序列中所处的位次对应的内容,在所述密码输入框中显示获取的内容;When the current input operation is not the last digit of the input password sequence, content corresponding to the position of the current input operation in the password sequence in the first preset sequence is acquired, and the acquisition is displayed in the password input box. Content;
    在当前输入操作是输入密码序列的最后一位的情况下,确定用户输入的密码序列是否为正确的密码序列,若是正确的密码序列,则显示第一预设序列,若不是正确的密码序列,则在所述密码输入框中显示所述第二预设序列,其中,所述第一预设序列与所述第二预设序列仅最后一位不同。When the current input operation is the last digit of the password sequence, determine whether the password sequence entered by the user is the correct password sequence. If the password sequence is correct, the first preset sequence is displayed. Then the second preset sequence is displayed in the password input box, wherein the first preset sequence is different from the second preset sequence by only the last digit.
  10. 根据权利要求6所述的装置,其特征在于,所述第一预设序列和所 述第二预设序列为用户输入密码的过程中随机生成的序列,其中,所述随机生成的序列的最后一位为预先设定的。The device according to claim 6, wherein the first preset sequence and the second preset sequence are randomly generated sequences in a process in which a user enters a password, and the last of the randomly generated sequences is One bit is preset.
  11. 一种计算机设备,包括:存储器和处理器,其中,所述处理器用于执行如下步骤:A computer device includes: a memory and a processor, wherein the processor is configured to perform the following steps:
    S01,获取用户输入的密码序列;S01: Obtain a password sequence input by a user;
    S02,确定用户输入的密码序列是否为正确的密码序列;S02. Determine whether the password sequence entered by the user is a correct password sequence;
    S03,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;S03. If the input password sequence is a correct password sequence, display the first preset sequence in the password input box;
    S04,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列;S04. If the input password sequence is an incorrect password sequence, display a second preset sequence in the password input box;
    其中,所述第一预设序列为预先设定的与正确的密码序列不同的用于表征密码输入正确的序列,所述第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列。The first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct input of the password, and the second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
  12. 根据权利要求11所述的计算机设备,其特征在于,在密码输入框显示第一预设序列,包括:The computer device according to claim 11, wherein displaying the first preset sequence in the password input box comprises:
    确定当前的输入操作在密码序列中所处的位次;Determine the position of the current input operation in the password sequence;
    从数据库中提取第一预设序列中与该位次对应的内容;Extracting content corresponding to the rank in the first preset sequence from the database;
    在所述密码输入框中显示提取的内容。The extracted content is displayed in the password input box.
  13. 根据权利要求11所述的计算机设备,其特征在于,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列,包括:The computer device according to claim 11, wherein when the input password sequence is a correct password sequence, the first preset sequence is displayed in a password input box, and the input password sequence is a wrong password sequence. In the case, the second preset sequence is displayed in the password input box, including:
    确定当前输入操作是否是输入密码序列的最后一位;Determine whether the current input operation is the last digit of the input password sequence;
    在当前输入操作不是输入密码序列的最后一位的情况下,获取第一预设序列中与当前的输入操作在密码序列中所处的位次对应的内容,在所述密码输入框中显示获取的内容;When the current input operation is not the last digit of the input password sequence, content corresponding to the position of the current input operation in the password sequence in the first preset sequence is acquired, and the acquisition is displayed in the password input box. Content;
    在当前输入操作是输入密码序列的最后一位的情况下,确定用户输入的密码序列是否为正确的密码序列,若是正确的密码序列,则显示第一预设序列,若不是正确的密码序列,则在所述密码输入框中显示所述第二预设序列,其中,所述第一预设序列与所述第二预设序列仅最后一位不同。When the current input operation is the last digit of the password sequence, determine whether the password sequence entered by the user is the correct password sequence. If the password sequence is correct, the first preset sequence is displayed. If the password sequence is not correct, Then the second preset sequence is displayed in the password input box, wherein the first preset sequence is different from the second preset sequence by only the last digit.
  14. 根据权利要求11所述的计算机设备,其特征在于,还包括:The computer device according to claim 11, further comprising:
    显示用于输入第一预设序列的界面,且该界面上显示第一预设序列的位数要求,其中,所述位数要求所要求的位数等于所述正确的密码序列的位数;Displaying an interface for inputting the first preset sequence, and displaying the number of bits required for the first preset sequence on the interface, wherein the number of bits required by the number of bits required is equal to the number of bits of the correct password sequence;
    接收用户输入的预设密码;Receiving a preset password input by the user;
    将用户输入的预设密码作为所述第一预设序列;Using the preset password input by the user as the first preset sequence;
    显示用于输入第二预设序列的界面,其中,该用于输入第二预设序列的界面上提示用户仅输入一位字符;Displaying an interface for entering a second preset sequence, wherein the interface for entering the second preset sequence prompts the user to enter only one character;
    接收用户输入的一位字符;Receive a single character entered by the user;
    将该一位字符取代所述第一预设序列的最后一位字符生成的序列,作为所述第二预设序列。A sequence generated by replacing the last character of the first preset sequence with the one-bit character is used as the second preset sequence.
  15. 根据权利要求11所述的计算机设备,其特征在于,所述第一预设序列和所述第二预设序列为用户输入密码的过程中随机生成的序列,其中,所述随机生成的序列的最后一位为预先设定的。The computer device according to claim 11, wherein the first preset sequence and the second preset sequence are randomly generated sequences in a process of inputting a password by a user, and wherein the randomly generated sequences are The last digit is preset.
  16. 一种计算机可读存储介质,其上存储有计算机指令,所述指令被执行时实现如下步骤:A computer-readable storage medium stores computer instructions thereon. When the instructions are executed, the following steps are implemented:
    S01,获取用户输入的密码序列;S01: Obtain a password sequence input by a user;
    S02,确定用户输入的密码序列是否为正确的密码序列;S02. Determine whether the password sequence entered by the user is a correct password sequence;
    S03,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列;S03. If the input password sequence is a correct password sequence, display the first preset sequence in the password input box;
    S04,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列;S04. If the input password sequence is an incorrect password sequence, display a second preset sequence in the password input box;
    其中,所述第一预设序列为预先设定的与正确的密码序列不同的用于表 征密码输入正确的序列,所述第二预设序列为预先设定的与正确的密码序列不同的用于表征密码输入错误的序列。The first preset sequence is a preset sequence that is different from the correct password sequence and is used to characterize the correct password input. The second preset sequence is a preset sequence that is different from the correct password sequence. Used to characterize the wrong password input sequence.
  17. 根据权利要求16所述的存储介质,其特征在于,在密码输入框显示第一预设序列,包括:The storage medium according to claim 16, wherein displaying the first preset sequence in the password input box comprises:
    确定当前的输入操作在密码序列中所处的位次;Determine the position of the current input operation in the password sequence;
    从数据库中提取第一预设序列中与该位次对应的内容;Extracting content corresponding to the rank in the first preset sequence from the database;
    在所述密码输入框中显示提取的内容。The extracted content is displayed in the password input box.
  18. 根据权利要求16所述的存储介质,其特征在于,在输入的密码序列为正确的密码序列的情况下,在密码输入框显示第一预设序列,在输入的密码序列为错误的密码序列的情况下,在密码输入框显示第二预设序列,包括:The storage medium according to claim 16, wherein when the input password sequence is a correct password sequence, the first preset sequence is displayed in a password input box, and the input password sequence is a wrong password sequence. In the case, the second preset sequence is displayed in the password input box, including:
    确定当前输入操作是否是输入密码序列的最后一位;Determine whether the current input operation is the last digit of the input password sequence;
    在当前输入操作不是输入密码序列的最后一位的情况下,获取第一预设序列中与当前的输入操作在密码序列中所处的位次对应的内容,在所述密码输入框中显示获取的内容;When the current input operation is not the last digit of the input password sequence, content corresponding to the position of the current input operation in the password sequence in the first preset sequence is acquired, and the acquisition is displayed in the password input box. Content;
    在当前输入操作是输入密码序列的最后一位的情况下,确定用户输入的密码序列是否为正确的密码序列,若是正确的密码序列,则显示第一预设序列,若不是正确的密码序列,则在所述密码输入框中显示所述第二预设序列,其中,所述第一预设序列与所述第二预设序列仅最后一位不同。When the current input operation is the last digit of the password sequence, determine whether the password sequence entered by the user is the correct password sequence. If the password sequence is correct, the first preset sequence is displayed. If the password sequence is not correct, Then the second preset sequence is displayed in the password input box, wherein the first preset sequence is different from the second preset sequence by only the last digit.
  19. 根据权利要求16所述的存储介质,其特征在于,还包括:The storage medium according to claim 16, further comprising:
    显示用于输入第一预设序列的界面,且该界面上显示第一预设序列的位数要求,其中,所述位数要求所要求的位数等于所述正确的密码序列的位数;Displaying an interface for inputting the first preset sequence, and displaying the number of bits required for the first preset sequence on the interface, wherein the number of bits required by the number of bits required is equal to the number of bits of the correct password sequence;
    接收用户输入的预设密码;Receiving a preset password input by the user;
    将用户输入的预设密码作为所述第一预设序列;Using the preset password input by the user as the first preset sequence;
    显示用于输入第二预设序列的界面,其中,该用于输入第二预设序列的界面上提示用户仅输入一位字符;Displaying an interface for entering a second preset sequence, wherein the interface for entering the second preset sequence prompts the user to enter only one character;
    接收用户输入的一位字符;Receive a single character entered by the user;
    将该一位字符取代所述第一预设序列的最后一位字符生成的序列,作为所述第二预设序列。A sequence generated by replacing the last character of the first preset sequence with the one-bit character is used as the second preset sequence.
  20. 根据权利要求16所述的存储介质,其特征在于,所述第一预设序列和所述第二预设序列为用户输入密码的过程中随机生成的序列,其中,所述随机生成的序列的最后一位为预先设定的。The storage medium according to claim 16, wherein the first preset sequence and the second preset sequence are randomly generated sequences in a process in which a user enters a password, and wherein the randomly generated sequences are The last digit is preset.
PCT/CN2018/108393 2018-06-12 2018-09-28 Password input display method and device and computer readable storage medium WO2019237580A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810598411.3 2018-06-12
CN201810598411.3A CN108830074A (en) 2018-06-12 2018-06-12 Password Input display methods and device and computer readable storage medium

Publications (1)

Publication Number Publication Date
WO2019237580A1 true WO2019237580A1 (en) 2019-12-19

Family

ID=64144531

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/108393 WO2019237580A1 (en) 2018-06-12 2018-09-28 Password input display method and device and computer readable storage medium

Country Status (2)

Country Link
CN (1) CN108830074A (en)
WO (1) WO2019237580A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130127725A1 (en) * 2011-11-18 2013-05-23 Konica Minolta Business Technologies, Inc. Operation input system and operation input method
CN103455740A (en) * 2013-08-30 2013-12-18 深圳创维数字技术股份有限公司 Cipher processing method, device and terminal
CN104717064A (en) * 2013-12-13 2015-06-17 中国移动通信集团公司 Password peep-prevention method and user terminal
CN107563177A (en) * 2017-09-05 2018-01-09 深圳天珑无线科技有限公司 Cipher processing method, device and computer-readable recording medium

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103297391A (en) * 2012-02-27 2013-09-11 成都谛听科技有限公司 Graphical dynamic password inputting and verifying method
CN103971048B (en) * 2014-04-30 2017-12-15 宇龙计算机通信科技(深圳)有限公司 A kind of method and its password input system for inputting password
WO2016088974A1 (en) * 2014-12-03 2016-06-09 박경미 Method for unlocking lock screen by user terminal, user terminal for performing unlocking of lock screen, and computer-readable recording medium and computer program for performing lock screen unlocking method
CN107292205A (en) * 2016-03-31 2017-10-24 阿里巴巴集团控股有限公司 A kind of input method and device, electronic equipment
CN105929974B (en) * 2016-04-14 2018-01-23 广东欧珀移动通信有限公司 A kind of Password Input management method and mobile terminal
CN107944303A (en) * 2017-11-13 2018-04-20 苏州亿科赛卓电子科技有限公司 A kind of smart mobile phone cipher-code input method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130127725A1 (en) * 2011-11-18 2013-05-23 Konica Minolta Business Technologies, Inc. Operation input system and operation input method
CN103455740A (en) * 2013-08-30 2013-12-18 深圳创维数字技术股份有限公司 Cipher processing method, device and terminal
CN104717064A (en) * 2013-12-13 2015-06-17 中国移动通信集团公司 Password peep-prevention method and user terminal
CN107563177A (en) * 2017-09-05 2018-01-09 深圳天珑无线科技有限公司 Cipher processing method, device and computer-readable recording medium

Also Published As

Publication number Publication date
CN108830074A (en) 2018-11-16

Similar Documents

Publication Publication Date Title
WO2019091103A1 (en) Resume screening method, electronic device, and readable storage medium
US8407581B2 (en) Reverse mapping method and apparatus for form filling
CN111813963B (en) Knowledge graph construction method and device, electronic equipment and storage medium
EP3343411A1 (en) Sql auditing method and apparatus, server and storage device
WO2019062191A1 (en) Electronic device, method and system for extracting data in data table, and storage medium
WO2019080420A1 (en) Method for customer service of human-robot collaboration, electronic device, and storage medium
WO2019153589A1 (en) Message data processing method and apparatus, and computer device and storage medium
CN109377369A (en) Checking method, device and the computer readable storage medium of transaction data
CN111932562A (en) Image identification method and device based on CT sequence, electronic equipment and medium
CN110580284A (en) Entity disambiguation method and device, computer equipment and storage medium
WO2019140850A1 (en) Test case recommendation method, electronic apparatus and readable storage medium
CN112905805A (en) Knowledge graph construction method and device, computer equipment and storage medium
WO2019041525A1 (en) Method, electronic apparatus, and computer readable storage medium for identifying entities having identical name
CN111625567A (en) Data model matching method, device, computer system and readable storage medium
WO2019192101A1 (en) Customer protection analysis method, electronic device, and computer readable storage medium
US20160147634A1 (en) Method and apparatus for obtaining constraints on events
CN113627160A (en) Text error correction method and device, electronic equipment and storage medium
CN113627894A (en) Method and device for guiding college graduate employment selection based on big data and artificial intelligence
CN112395401A (en) Adaptive negative sample pair sampling method and device, electronic equipment and storage medium
WO2019237580A1 (en) Password input display method and device and computer readable storage medium
US20230144949A1 (en) Virtual-machine cold migration method and apparatus, electronic device and storage medium
WO2019019671A1 (en) Webpage data processing method, device, computer apparatus and storage medium
CN114492370A (en) Webpage identification method and device, electronic equipment and medium
CN113961672A (en) Information labeling method and device, electronic equipment and storage medium
CN110601894A (en) Alarm processing method and device, electronic equipment and readable storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18922307

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 25/03/2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18922307

Country of ref document: EP

Kind code of ref document: A1