WO2015077968A1 - Method and device for protecting user input - Google Patents
Method and device for protecting user input Download PDFInfo
- Publication number
- WO2015077968A1 WO2015077968A1 PCT/CN2013/088087 CN2013088087W WO2015077968A1 WO 2015077968 A1 WO2015077968 A1 WO 2015077968A1 CN 2013088087 W CN2013088087 W CN 2013088087W WO 2015077968 A1 WO2015077968 A1 WO 2015077968A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- character
- characters
- receiving
- random
- positions
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/606—Protecting data by securing the transmission between two devices or processes
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/31—User authentication
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/03—Indexing scheme relating to G06F21/50, monitoring users, programs or devices to maintain the integrity of platforms
- G06F2221/031—Protect user input by software means
Definitions
- the present invention relates to data processing, and more particularly relates to a method and a device for protecting user input.
- a character refers to any sign or symbol that is able to be outputted by the keyboard, including alphabetic symbol (e.g. A, a, B, b, C ...etc.), digital symbol (e.g. 1 , 2, 3, and 4 ...etc.) and other type of symbols (e.g. @, $, %, & ...etc.).
- alphabetic symbol e.g. A, a, B, b, C ...etc.
- digital symbol e.g. 1 , 2, 3, and 4 ...etc.
- other type of symbols e.g. @, $, %, & ...etc.
- a method for protecting at least one character wherein at the side of a user device comprising the steps of: receiving at least one inserting character and at least one inserting position for the at least one inserting character; receiving the at least one character; determining at least two characters consisting of the at least one character with the at least one inserting character inserted into the at least one inserting position; and transmitting the at least two characters.
- the method comprises: presenting an inputting area, in which the at least one inserting character is entered automatically in the at least one inserting position and vacant positions are left for receiving the at least one character; and presenting the at least one character in the vacant positions sequentially upon reception of the at least one character.
- a user device for protecting at least one character, wherein comprising an inputting module for receiving input of characters; a transceiver for transmitting and receiving data; a processing module for 1 ) receiving at least one inserting character and at least one inserting position for the at least one inserting character via the inputting module or the transceiver; 2) receiving the at least one character via the inputting module; 3) determining at least two characters consisting of the at least one character with the at least one inserting character inserted into the at least one inserting position; and 4) transmitting the at least two characters via the transceiver.
- a storing module 313 it is used to temporarily or permanently store data. It is implemented by using at least one of the following: volatile storage and nonvolatile storage.
- the server 320 comprises the following components:
- ⁇ a storing module 321 it is used to temporarily or permanently store data. It is implemented by using at least one of the following: volatile storage and nonvolatile storage.
- the processing module 314 of the user device transmits the resulting string to the server.
- the processing module 322 of the server determines the characters of password based on the resulting string and the stored information about the scrambling characters and their positions. For example, the server compares the generated scrambled characters with characters located in the generated positions in the resulting string. If all comparisons indicate identical, then the server obtains characters in the remaining positions in the resulting string. Taking the Fig. 5 for example, the server compares characters located in the 3 rd , 5 th , 6 th , 8 th and 9 th positions in the resulting string with the scrambling characters.
- the random positions indicate the positions associated with the characters of the password.
- the random positions indicate positions in the resulting string of characters. Referring to the Fig. 6, positions of the scrambling characters "a", “b", “c", “d” and “e” in the resulting string are 3, 6, 8, 1 1 and 13.
- min (minimum) and max (maximum) length of user password are predefined by the web site (lines 10 and 1 1 in C code). 2. We need define the max position length(line 21 in C code). The max position length must large than the max user password length.
- the server checks the positions and key first. If it is ok, then the server filters out and checks the user password.
- the user password input in step 3 is in plain text form.
- the server delivers the positions and random key to a user by a short message.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Document Processing Apparatus (AREA)
Abstract
It is provided a method for protecting at least one character, wherein at the side of a user device comprising the steps of: receiving at least one inserting character and at least one inserting position for the at least one inserting character; receiving the at least one character; determining at least two characters consisting of the at least one character with the at least one inserting character inserted into the at least one inserting position; and transmitting the at least two characters.
Description
METHOD AND DEVICE FOR PROTECTING USER INPUT
TECHNICAL FIELD
The present invention relates to data processing, and more particularly relates to a method and a device for protecting user input.
BACKGROUND
A password is a secret word or string of characters used for user authentication to prove identity or access approval to gain access to a resource (example: an access code is a type of password), which should be kept secret from those not allowed access.
In modern times, user names and passwords are commonly used by people during a log in process that controls access to protected computer operating systems, mobile phones, cable TV decoders, automated teller machines (ATMs), etc. A typical computer user has passwords for many purposes: logging into accounts, retrieving e-mail, accessing applications, databases, networks, web sites, and even reading the morning newspaper online. In the context of computer, a character refers to any sign or symbol that is able to be outputted by the keyboard, including alphabetic symbol (e.g. A, a, B, b, C ...etc.), digital symbol (e.g. 1 , 2, 3, and 4 ...etc.) and other type of symbols (e.g. @, $, %, & ...etc.).
It is desired a secure way to protect user input. SUMMARY
According to an aspect of the present invention, it is provided a method for protecting at least one character, wherein at the side of a user device comprising the steps of: receiving at least one inserting character and at least one inserting position for the at least one inserting character; receiving the at least one character; determining at least two characters consisting of the at least
one character with the at least one inserting character inserted into the at least one inserting position; and transmitting the at least two characters.
Further, the method comprises: presenting an inputting area, in which the at least one inserting character is entered automatically in the at least one inserting position and vacant positions are left for receiving the at least one character; and presenting the at least one character in the vacant positions sequentially upon reception of the at least one character.
Further, the method comprises: masking the at least one inserting character and the at least one character with a same character.
According to another aspect of the present invention, it is provided a method for protecting at least one character, wherein at the side of a server comprising the steps of: generating at least one inserting character and at least one inserting position for the at least one inserting character; receiving at least two characters; if determining character of the at least two characters located in the at least one inserting position is identical to the at least one inserting character, obtaining the at least one character from the remaining positions of the at least two characters.
Further, in the method, the at least one inserting character and the at least one inserting position vary each time the generating step is carried out.
According to another aspect of the present invention, it is provided a user device for protecting at least one character, wherein comprising an inputting module for receiving input of characters; a transceiver for transmitting and receiving data; a processing module for 1 ) receiving at least one inserting character and at least one inserting position for the at least one inserting character via the inputting module or the transceiver; 2) receiving the at least one character via the inputting module; 3) determining at least two characters consisting of the at least one character with the at least one inserting character inserted into the at least one inserting position; and 4) transmitting the at least two characters via the transceiver.
Further, the user device comprises a displaying module for presenting information; wherein, the processing module is further used for instructing the displaying module to present an inputting area, in which the at least one inserting character is entered automatically in the at least one inserting position and vacant positions are left for receiving the at least one character; and to present the at least one character in the vacant positions sequentially upon reception of the at least one character.
Further, in the user device, the processing module is further used for masking the at least one inserting character and the at least one character with a same character.
According to another aspect of the present invention, it is provided a server for protecting at least one character, wherein comprising a transceiver for transmitting and receiving data; a processing module for generating at least one inserting character and at least one inserting position for the at least one inserting character; receiving at least two characters via the transceiver; and if determining character of the at least two characters located in the at least one inserting position is identical to the at least one inserting character, obtaining the at least one character from the remaining positions of the at least two characters.
Further, in the server, the processing module is further used for generating at least one different inserting character and at least one different inserting position.
It is to be understood that more aspects and advantages of the invention will be found in the following detailed description of the present invention.
BRIEF DESCRIPTION OF THE DRAWINGS
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, will be used to illustrate an embodiment of the invention, as explained by the description. The invention is not limited to the embodiment.
In the drawings:
Fig. 1 is a diagram showing a form for a user to input his account information according to the prior art;
Fig. 2 is a diagram showing the resulting string of characters after insertion of scrambling characters according to an embodiment of the present invention;
Fig. 3 is a diagram showing a system for protecting user input according to the embodiment of the present invention;
Fig. 4 is a flow chart showing a method for protecting the user input according to the embodiment of the present invention;
Fig. 5 is a diagram showing the returned web page after the user sends the request for signing in according to the embodiment of the present invention;
Fig. 6 is a diagram showing the returned web page after the user sends the request for signing in according to the embodiment of the present invention; and
Fig. 7 is a diagram showing that the present invention is applied for protecting characters of the user name according to the embodiment of the present invention.
DETAILED DESCRIPTION
The embodiment of the present invention will now be described in detail in conjunction with the drawings. In the following description, some detailed descriptions of known functions and configurations may be omitted for clarity and conciseness.
In some existing password-protection solutions, the password is transmitted as plain text without encryption. So the password becomes apparent when it is intercepted or snooped. Even if the password is encrypted, the encrypted code is still able to be decrypted to plain text by using a same or corresponding decryption algorithm. Fig. 1 is a diagram showing a form for a user to input his account information according to the prior art. Normally, the inputted characters in the text box of the password are masked with a unified symbol, e.g. asterisk. But the characters are still capable of being detected with some techniques.
In the present invention, the password is scrambled by inserting random characters in random positions. So the password is still kept secret even if the content in the text box of the password is intercepted by other people. Specifically, one or more scrambling characters are randomly generated and assigned with randomly generated positions. The random positions indicate the insertion positions in the password for the scrambling characters. Fig. 2 is a diagram showing the resulting string of characters after insertion of scrambling characters according to an embodiment of the present invention. For the convenience of description, 1 ) the password is "123456789"; 2) all scrambling characters are "a", "b", "c", "d" and "e"; and 3) characters in the text box of the password are not masked with asterisk. As can be seen from the diagram, the random positions for "a", "b", "c", "d" and "e" are 3, 5, 6, 8 and 9, and the resulting string of characters are "12a34b5c67d8e9". Even if the resulting string of characters is intercepted, the hacker can't recover the password of the user.
Fig. 3 is a diagram showing a system for protecting user input according to the embodiment of the present invention. The system comprises a server 320 and a client device 310.
The client device 310 comprises the following components:
--an inputting module 31 1 : it is used to receive user inputs. It is implemented by using at least one of the following: keyboard, remote controller, touch pad and touch screen.
--a displaying module 312: it is used to display or prompt information to the user. It is implemented by using at least one of the following: display or touch screen.
--a storing module 313: it is used to temporarily or permanently store data. It is implemented by using at least one of the following: volatile storage and nonvolatile storage.
~a processing module 314: it is used to process data, access data on the storing module 313, receive data from the inputting module 31 1 and instruct the
displaying module 312 to display data. It is implemented with Central Processing Unit (CPU). And
--a transceiver 315: it is used to transmit and receive data. It is implemented by using at least one of the following: wired interface, e.g. cable and wireless interface, e.g. Wi-Fi, WiMAX etc.
The server 320 comprises the following components:
~a storing module 321 : it is used to temporarily or permanently store data. It is implemented by using at least one of the following: volatile storage and nonvolatile storage.
~a processing module 322: it is used to process data, access data on the storing module 321 . It is implemented with Central Processing Unit (CPU). And
~a transceiver 323: it is used to transmit and receive data. It is implemented by using at least one of the following: wired interface, e.g. cable and wireless interface, e.g. Wi-Fi, WiMAX etc.
Fig. 4 is a flow chart showing a method for protecting the user input according to the embodiment of the present invention. Because the method is described in the context of signing in operation of a user account in a web site, a person skilled in the art knows that some steps below are redundant when the present invention is implemented in other context. The method comprises the following steps.
In the step 401 , the processing module 314 of the user device transmits a request for a signing in web page to the server 320 via transceiver 315. Upon receiving the request, the processing module 322 of the server generates at least one scrambling characters and the same number of positions for all scrambling characters, and transmits the scrambling characters and positions to the user device 310. Meanwhile, the processing module 322 of the server stores the scrambling characters and positions into the storing module 321 for the requesting user device. Besides, the processing module 322 stores the correspondence relationship between the user device and the information about scrambling characters and positions. As an exemplary implementation, it is a
table having two fields. One field is identifier of the user device that uniquely identifies the user device, e.g. device I D, combination of I P address and port number etc. The other field is the scrambling characters and their positions.
In the step 402, the processing module 314 of the user device receives the scrambling characters and their positions via the transceiver 315. It stored the received information in the storing module 313.
In the step 403, the processing module 314 of the user device receives the resulting string of characters, i.e. characters of user password with the scrambling characters inserted into the predetermined positions. Below shows two approaches for inputting the resulting string of characters. The first one is that the information about the scrambling characters and their positions is shown in the signing in web page. Fig. 5 is a diagram showing the returned web page after the user sends the request for signing in. Then the user uses the inputting module 31 1 to input the resulting string manually. The other one is that the scrambling characters are inserted into their predetermined positions before the user inputs the password. Fig. 6 is a diagram showing the returned web page after the user sends the request for signing in. The vacant positions are left for the user to input the password. As can be seen from the diagram, two vacant positions before "a", two vacant positions between "a" and "b", one vacant position between "b" and "c", two vacant positions between "c" and "d", one vacant position between "d" and "e" are reserved. In the above example, the scrambling characters are in the plain text form. In a variant, they are masked with asterisk.
In the step 404, the processing module 314 of the user device transmits the resulting string to the server. Upon receiving the resulting string, the processing module 322 of the server determines the characters of password based on the resulting string and the stored information about the scrambling characters and their positions. For example, the server compares the generated scrambled characters with characters located in the generated positions in the resulting string. If all comparisons indicate identical, then the server obtains characters in
the remaining positions in the resulting string. Taking the Fig. 5 for example, the server compares characters located in the 3rd, 5th, 6th, 8th and 9th positions in the resulting string with the scrambling characters. If the characters located in the 3rd, 5th, 6th, 8th and 9th positions in the resulting string are "a", "b", "c", "d" and "e" (which means identical), then the server obtains the remaining characters located in the remaining position so as to generate the string that is protected.
According to the present embodiment, the present invention is described in the context of password. However, the present invention is not limited to password. It can be used to protect other kinds of character strings by scrambling them with randomly generated characters and positions. Fig. 7 is a diagram showing that the present invention is applied for protecting characters of the user name.
According to the present embodiment, the random positions indicate the positions associated with the characters of the password. In a variant, the random positions indicate positions in the resulting string of characters. Referring to the Fig. 6, positions of the scrambling characters "a", "b", "c", "d" and "e" in the resulting string are 3, 6, 8, 1 1 and 13.
Below shows a source code in C programming language for generating the scrambling characters and positions.
[0001 ] /*
[0002] This is a C example code to demonstrate password protection
[0003] 7
[0004]
[0005] #include "stdio.h"
[0006] #include "stdlib.h"
[0007] #include "string. h"
[0008]
[0009] /*The range of user password length is predefined. The length of user password must inside this range7
[0010] #define MIN PASSWORD LENGTH 8
[001 1 ] #define MAX PASSWORD LENGTH 16
[0012]
[0013] int main(int argc, void* argv)
[0014] {
[0015] char *position_array;
[0016] unsigned int max_position length, random positionjength;
[0017] unsigned int i!available_random_position!random_data! random position;
[0018]
[0019] printf("\n Password Protection DEMO
(%s,%s).\n\n",_DATE_,_TIME_);
[0020]
[0021 ] max_position_length = 25;
[0022] if(max_position_length<MAX_PASSWORD_LENGTH){
[0023] printf("ERROR! max_position length must >=
MAX_PASSWORD_LENGTH\n");
[0024] }
[0025]
[0026] /*The redundant positions between max position length and max user password
[0027] length can be used as max random position length safely*/
[0028] srand( time(NULL) );
[0029] random positionjength = rand()%(max_position length- MAX PASSWORD LENGTH);
[0030]
[0031 ] printf("MIN_PASSWORD_LENGTH
= %d.\n",MIN_PASSWORD_LENGTH);
[0032] printf("MAX_PASSWORD_LENGTH
= %d.\n",MAX_PASSWORD_LENGTH);
[0033] printf("MAX_POSITION_LENGTH
= %d.\n",max_position_length);
[0034] printf("RANDOM_POSITION_LENGTH
= %d.\n\n"!random_position_length);
[0035] printf ("Generate random position with random characterAn");
[0036]
[0037] position array = malloc(max_position_length) ;
[0038] memset(position_array,0,max_position_length);
[0039]
[0040] available_random_position = random position length +
MIN PASSWORD LENGTH;
[0041 ] if (available_random_position>max_position_length)
available_random_position=max_position_length;
[0042]
[0043] srand( time(NULL) );
[0044] for(i=0; i<random_position_length; i++){
[0045] for(;;){
[0046] random_position
rand()%available_random_position;
[0047] if(position_array[random_position]==0){
[0048] for(;;){ /*Generate a random character*/
[0049] random_data = rand()%126; /* In ASCI I table, 126='-' is the max printable ASCII*/
[0050] if(random_data>=33) break; /* In ASCII table, 33='!' is the min printable ASCI I (except space)*/
[0051 ] }
[0052] position_array[random_position] (char)random data;
[0053] break;
[0054] }
[0055] }
[0056] }
[0057]
[0058]
[0059] for(i=0;i<max_position_length;i++){ printff ");}
[0060] printff \nRESULT: ");
[0061 ]
[0062] for(i=0;i<max_position_length;i++){
[0063] if(position_array[i]){
[0064] printf("[%c]!",position_array[i]);
[0065] } else {
[0066] printf ("[ ],",position_array[i]) ;
[0067] }
[0068] }
[0069] printf("\nlNDEX : ");
[0070]
[0071 ] for(i=0;kmax_position_length;i++){ printff %02d!",i+1 );}
[0072] printf ("\n");
[0073]
[0074] for(i=0;i<max_position_length;i++){ printff— -") ; }
[0075] printff \n");
[0076]
[0077] free(position_array);
[0078]
[0079] }
Below is the explanation of the source code.
1 . Normally the min (minimum) and max (maximum) length of user password are predefined by the web site (lines 10 and 1 1 in C code). 2. We need define the max position length(line 21 in C code).
The max position length must large than the max user password length.
3. Then we can generate the random position length(line 29 in C code).
The redundant positions between max position length and max user password length can be used as random position length safely.
4. We can allocate a character array as the data structure to store the random position and random character(line 37 in C code).
5. Then we can generate the random position(line 44/45/46/47/52 in C code).
5.1 Generate a random number(line 46 in C code).
5.2 Get the modulus of the random number and the random position length, (line 46 in C code).
Then we can get a number between 0 and random position length, and we can take this number as the random position.
5.3 Check if the new position generated is available(line 47 in C code).
5.4 If the new position is not available, repeat from 5.1 (line 45 in C code).
5.5 If the new position is available, generate a random character and fill this position(line 48/49/50/52).
6. Generate the random character(line 48/49/50)
6.1 Generate a random number(line 49 in C code).
6.2Get the modulus of the random number and number 126. (line 49 in C code).
Number 126 is the number of max printable ASCII.
We can get a number between 0 and max printable ASCII number in this step.
6.3 Check if the new number generated is equal or large than 33 (line 50 in C code).
If it is equal or large than 33, that means we find an available random character, otherwise we need repeat from 6.1 .
Number 33 is the number of min printable ASCII.
According to a variant of the present embodiment, the present invention is applied to other technical fields, for example, in electric security token, mobile phone short message validation etc.
According to another embodiment of the present invention, it is used in electric security token.
Traditionally, the electric security token works in the following manner.
1. A server and the token generate a pseudo random key (consisting of characters) independently.
2. The token provides the random key to a user.
3. The user is required to input their password as well as the random key.
4. The server checks the random key first. If it is ok, then the server checks the user password.
In the above process, the user password input in step 3 is in plain text form.
The process is improved by applying the present invention in the following manner.
1 . A sever and a token generate pseudo random positions and key independently.
2. The token provides the positions and random key to a user.
3. The user is required to input their password in the format provided by token.
4. The server checks the positions and key first. If it is ok, then the server filters out and checks the user password.
In the process, the user password input in step 3 is scrambled.
According to another embodiment, the present invention is applied to short message validation.
Currently the application of short message validation code is in this process:
1 . A sever generates a random key.
2. The sever delivers the random key to a user by a short message.
3. The user is required to input their password together with the random key.
4. The server checks the random key and the user password.
In this process, the user password input in step 3 is in plain text form.
The improved process after applying the present invention is as follow.
1. A sever generate positions and random key.
2. The server delivers the positions and random key to a user by a short message.
3. The user is required to input the password in the format provided by the short message.
4. The server checks the positions and random key first. If it is ok, then the server filters out and checks the user password.
In this process, the user password input in step 3 is scrambled.
A number of implementations have been described. Nevertheless, it will be understood that various modifications may be made. For example, elements of different implementations may be combined, supplemented, modified, or removed to produce other implementations. Additionally, one of ordinary skill will understand that other structures and processes may be substituted for those disclosed and the resulting implementations will perform at least substantially the same function(s), in at least substantially the same way(s), to achieve at least substantially the same result(s) as the implementations disclosed. Accordingly, these and other implementations are contemplated by this application and are within the scope of the invention as defined by the appended claims.
Claims
1 . A method for protecting at least one character, wherein at the side of a user device comprising:
receiving at least one inserting character and at least one inserting position for the at least one inserting character;
receiving the at least one character;
determining at least two characters consisting of the at least one character with the at least one inserting character inserted into the at least one inserting position; and
transmitting the at least two characters.
2. The method of the claim 1 , wherein further comprising
presenting an inputting area, in which the at least one inserting character is entered automatically in the at least one inserting position and vacant positions are left for receiving the at least one character; and
presenting the at least one character in the vacant positions sequentially upon reception of the at least one character.
3. The method of the claim 1 , wherein further comprising
masking the at least one inserting character and the at least one character with a same character.
4. A method for protecting at least one character, wherein at the side of a server comprising:
generating at least one inserting character and at least one inserting positi for the at least one inserting character;
receiving at least two characters;
if determining character of the at least two characters located in the at least one inserting position is identical to the at least one inserting character, obtaining the at least one character from the remaining positions in the at least two characters.
5. The method of the claim 4, wherein the at least one inserting character and the at least one inserting position vary each time the generating step is carried out.
6. A user device for protecting at least one character, wherein comprising
an inputting module for receiving input of characters;
a transceiver for transmitting and receiving data;
a processing module for 1 ) receiving at least one inserting character and at least one inserting position for the at least one inserting character via the inputting module or the transceiver; 2) receiving the at least one character via the inputting module; 3) determining at least two characters consisting of the at least one character with the at least one inserting character inserted into the at least one inserting position; and 4) transmitting the at least two characters via the transceiver.
7. The user device of the claim 6, wherein further comprising
a displaying module for presenting information;
wherein, the processing module is further used for instructing the displaying module to present an inputting area, in which the at least one inserting character is entered automatically in the at least one inserting position and vacant positions are left for receiving the at least one character; and to present the at least one character in the vacant positions sequentially upon reception of the at least one character.
8. The user device of the claim 6, wherein the processing module is further used for masking the at least one inserting character and the at least one character with a same character.
9. A server for protecting at least one character, wherein comprising
a transceiver for transmitting and receiving data;
a processing module for generating at least one inserting character and at least one inserting position for the at least one inserting character; receiving at least two characters via the transceiver; and if determining character of the at least two characters located in the at least one inserting position is identical to the at least one inserting character, obtaining the at least one character from the remaining positions in the at least two characters.
10. The server of the claim 9, wherein the processing module is further used for generating at least one different inserting character and at least one different inserting position.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2013/088087 WO2015077968A1 (en) | 2013-11-28 | 2013-11-28 | Method and device for protecting user input |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2013/088087 WO2015077968A1 (en) | 2013-11-28 | 2013-11-28 | Method and device for protecting user input |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2015077968A1 true WO2015077968A1 (en) | 2015-06-04 |
Family
ID=53198215
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2013/088087 Ceased WO2015077968A1 (en) | 2013-11-28 | 2013-11-28 | Method and device for protecting user input |
Country Status (1)
| Country | Link |
|---|---|
| WO (1) | WO2015077968A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2016018743A1 (en) * | 2014-07-30 | 2016-02-04 | Alibaba Group Holding Limited | Password configuration and login |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1719370A (en) * | 2004-07-09 | 2006-01-11 | 中国民生银行股份有限公司 | Method of computer keyboard information interference to realize password protection |
| CN1848726A (en) * | 2005-04-15 | 2006-10-18 | 王岳 | Dynamic identifying method |
| CN101123454A (en) * | 2007-09-21 | 2008-02-13 | 北京交通大学 | Method and system for data transmission of mobile UnionPay card based on bluetooth |
| US20080077978A1 (en) * | 2006-09-26 | 2008-03-27 | Rolf Repasi | Abstract password and input method |
| CN101702191A (en) * | 2009-10-31 | 2010-05-05 | 浙江德施曼机电有限公司 | Device and method for verifying passwords |
-
2013
- 2013-11-28 WO PCT/CN2013/088087 patent/WO2015077968A1/en not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1719370A (en) * | 2004-07-09 | 2006-01-11 | 中国民生银行股份有限公司 | Method of computer keyboard information interference to realize password protection |
| CN1848726A (en) * | 2005-04-15 | 2006-10-18 | 王岳 | Dynamic identifying method |
| US20080077978A1 (en) * | 2006-09-26 | 2008-03-27 | Rolf Repasi | Abstract password and input method |
| CN101123454A (en) * | 2007-09-21 | 2008-02-13 | 北京交通大学 | Method and system for data transmission of mobile UnionPay card based on bluetooth |
| CN101702191A (en) * | 2009-10-31 | 2010-05-05 | 浙江德施曼机电有限公司 | Device and method for verifying passwords |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2016018743A1 (en) * | 2014-07-30 | 2016-02-04 | Alibaba Group Holding Limited | Password configuration and login |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN107453862B (en) | Scheme for generating, storing and using private key | |
| CN109587162B (en) | Login verification method, device, terminal, password server and storage medium | |
| US10635835B2 (en) | Decentralized token table generation | |
| CN108965222B (en) | Identity authentication method, system and computer readable storage medium | |
| KR101381789B1 (en) | Method for web service user authentication | |
| CN109756446B (en) | Access method and system for vehicle-mounted equipment | |
| CN105516948B (en) | Device control method and device | |
| US20130111582A1 (en) | Security access method for automotive electronic control units | |
| CN102868702B (en) | System login device and system login method | |
| CN104426659A (en) | Dynamic password generating method, authentication method, authentication system and corresponding equipment | |
| US20230300125A1 (en) | Password authentication system | |
| US20170310487A1 (en) | Method for updating seed data in dynamic token | |
| CN104424409A (en) | Application unlocking method and device | |
| CN105791282A (en) | Private information protection method, mobile terminal and wearable device | |
| US11968202B2 (en) | Secure authentication in adverse environments | |
| KR20160063250A (en) | Network authentication method using a card device | |
| JP4256361B2 (en) | Authentication management method and system | |
| US20140250499A1 (en) | Password based security method, systems and devices | |
| CN109412799B (en) | System and method for generating local key | |
| CN109472121B (en) | User identity verification method, device, system and terminal equipment | |
| KR102053993B1 (en) | Method for Authenticating by using Certificate | |
| CN113421085B (en) | Smart card dynamic password authentication method and system | |
| KR100877593B1 (en) | Authentication security method using randomly mapped variable password | |
| CN104135482A (en) | Authentication method and device as well as server | |
| CN114117404A (en) | User authentication method, device, equipment, system and 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: 13898200 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 13898200 Country of ref document: EP Kind code of ref document: A1 |