WO2017213416A1 - Method for providing simple password service and apparatus therefor - Google Patents
Method for providing simple password service and apparatus therefor Download PDFInfo
- Publication number
- WO2017213416A1 WO2017213416A1 PCT/KR2017/005909 KR2017005909W WO2017213416A1 WO 2017213416 A1 WO2017213416 A1 WO 2017213416A1 KR 2017005909 W KR2017005909 W KR 2017005909W WO 2017213416 A1 WO2017213416 A1 WO 2017213416A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- keypad
- word
- key
- password
- sentence
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0487—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
- G06F3/0488—Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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; CALCULATING OR 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/45—Structures or tools for the administration of authentication
- G06F21/46—Structures or tools for the administration of authentication by designing passwords or checking the strength of passwords
Definitions
- the present invention relates to a method for providing a simple password service that can easily input a relatively long sentence password, and an apparatus therefor.
- a password authentication method is used as a general method for user authentication.
- the password authentication method stores the password initially input from the user, and compares the password input from the user with the previously stored password whenever necessary, and determines that the password authentication is successful.
- a technology for authenticating a user by using a touch pattern set by the user has been disclosed.
- Korean Patent Laid-Open No. 10-2009-0013432 discloses a portable terminal for authenticating a user using a pattern and a method of locking and releasing the same.
- the present invention has been proposed to solve such a conventional problem, and an object of the present invention is to provide a simple password service providing method and an apparatus therefor for authenticating through a sentence password that improves convenience and security.
- At least one processor for achieving the above object; Memory; And at least one program stored in the memory and configured to be executed by the at least one processor, the program comprising: a simple keypad on which words concealed in each key are matched and word association information is expressed; A keypad management module for storing and displaying the simple keypad; A password generation module for generating a sentence password by extracting and combining a hidden word matching the input value when an input value is received through the simple keypad; And an authentication processing module for transmitting the generated sentence password to the external server as authentication information of the user.
- a method for providing a simple password service in a communication device including a simple keypad matched with a word concealed in each key, the word concealed in each key is matched and Displaying a simple keypad displaying word association information and receiving a plurality of keys arranged on the simple keypad; Generating a sentence password by extracting and combining words that are hidden from the input key; And transmitting the generated sentence password to an external server as user authentication information.
- At least one processor for achieving the above object; Memory; And at least one program stored in the memory and configured to be executed by the at least one processor, the program comprising: a keypad management module displaying a simple keypad on which word association information is expressed; And an authentication processing module for authenticating access by analyzing the input key when a key is input from the simple keypad.
- the program may further include a password generation module for extracting and combining hidden words that match the input key to generate a sentence password.
- the authentication processing module may verify whether the generated sentence password is correct to authenticate the access.
- the authentication processing module may verify the key input order of the simple keypad and authenticate whether the key input order matches a key input order stored in advance.
- At least one processor for achieving the above object; Memory; And one or more programs stored in the memory and configured to be executed by the one or more processors, wherein the programs decompose the sentence password into a plurality of words, whereby the decomposed words in each key are concealed.
- a keypad management module for generating a simple keypad that is matched and displays word association information, and displays the simple keypad;
- a password generation module configured to generate a sentence password by extracting and combining a word matching the input value when the input value is received through the simple keypad.
- the present invention has the advantage of improving the security of the password by using a sentence password in a fairly long sentence as the authentication information of the user.
- the present invention eliminates the inconvenience of the user caused when a long password is input by allowing a sentence password to be conveniently input through a simple keypad matched with a word association information and a word hidden. It has the advantage of making it easy to remember.
- the present invention since the present invention generates a sentence password through a word matched with the simple keypad, even if the simple keypad is exposed to the outside, the actual sentence password can not be confirmed by others, there is an advantage of protecting the user's actual password more secure .
- FIG. 1 is a diagram illustrating a communication environment to which a user terminal generating a sentence password is applied according to an embodiment of the present invention.
- FIG. 2 is a diagram illustrating a configuration of a user terminal according to an embodiment of the present invention.
- FIG. 3 is a diagram showing the configuration of a simple password program according to an embodiment of the present invention.
- FIG. 4 is a flowchart illustrating a method in which a user terminal registers with a simple password service according to a first embodiment of the present invention.
- 5 is a diagram illustrating a word keypad in Korean.
- FIG. 6 is a diagram illustrating a simple keypad corresponding to the word keypad of FIG. 5.
- FIG. 7 is a diagram illustrating a word keypad in English.
- FIG. 8 is a diagram illustrating a simple keypad corresponding to the word keypad of FIG. 7.
- FIG. 9 is a flowchart illustrating a method for registering a simple password service by a user terminal according to a second embodiment of the present invention.
- FIG. 10 is a diagram illustrating a state in which a disassembled word is matched to a ten keypad.
- FIG. 11 is a flowchart illustrating a method for registering a simple password service by a user terminal according to a third embodiment of the present invention.
- FIG. 12 is a flowchart illustrating a method of generating authentication information in a user terminal registered to a simple password service according to an embodiment of the present invention.
- FIG. 13 is a flowchart illustrating a method of performing access authentication using a simple keypad in a user terminal according to another embodiment of the present invention.
- FIG. 1 is a diagram illustrating a communication environment to which a user terminal generating a sentence password is applied according to an embodiment of the present invention.
- the user terminal 100 communicates with various servers through the network 300.
- the user terminal 100 is a communication device that can be connected to the network 300, and interoperates with the service server 200 to obtain a simple keypad. Words are concealed to be matched to the keys arranged on the simple keypad, so that even if the simple keypad is displayed on the screen, the words matched to the keys are hidden without being exposed on the screen. Further, in order to remind the user of the sentence password, each key of the simple keypad is displayed with word association information capable of associating a hidden word. When a plurality of keys are input from the simple keypad, the user terminal 100 may extract a hidden word matching the input key value, generate a sentence password, and use the sentence password as authentication information.
- the sentence password may be a grammatically correct string or a string having no grammatical meaning.
- a word decomposed through a sentence password may be a word listed in a dictionary or a string which is not listed in the dictionary and thus has no meaning in itself.
- the user terminal 100 may perform its own authentication (ie, local authentication) via the simple keypad. That is, the user terminal 100 may receive a key through a simple keypad to allow internal access, such as screen unlocking, application access, secure folder access, and the like, and may authenticate itself by the input key. .
- the user terminal 100 is a smartphone, a tablet PC, or the like, and any device capable of communicating with various servers through the network 300 can be adopted without limitation.
- the service server 200 is a server providing a simple password service in cooperation with the user terminal 100, and performs a function of providing a word keypad or a simple keypad to the user terminal 100.
- the service server 200 receives a sentence password input through a general keypad, the service password is decomposed into a plurality of words, and then the word keypad on which the decomposed word is recorded is transmitted to the user terminal 100 or the decomposed word.
- the simple keypad matched with the key may be transmitted to the user terminal 100.
- the service server 200 when the service server 200 receives a simple keypad reset request from the user terminal 100, receives and receives a previously registered sentence password from the user terminal 100, and if the sentence password matches, the word keypad or The simple keypad may be regenerated and provided to the user terminal 100.
- FIG. 2 is a diagram illustrating a configuration of a user terminal according to an embodiment of the present invention.
- the user terminal 100 may include a memory 110, a memory controller 121, one or more processors 122, a peripheral interface 123, Input / output (I / O) subsystem 130, display device 141, input device 142, and communication circuitry 150. These components communicate via one or more communication buses or signal lines.
- the various components shown in FIG. 2 may be implemented in hardware, software or a combination of both hardware and software, including one or more signal processing and / or application specific integrated circuits.
- the memory 110 may include fast random access memory, and may also include one or more magnetic disk storage devices, nonvolatile memory such as flash memory devices, or other nonvolatile semiconductor memory devices.
- memory 110 is a storage device located remote from one or more processors 122, such as communication circuitry 150, the Internet, an intranet, a local area network (LAN), and a wide area network (WLAN).
- processors 122 such as communication circuitry 150, the Internet, an intranet, a local area network (LAN), and a wide area network (WLAN).
- LAN local area network
- WLAN wide area network
- Network attached storage devices that are accessed through a communication network, such as a storage area network (SAN), or any suitable combination thereof. Access to memory 110 by other components of user terminal 100, such as processor 122 and peripheral interface 123, may be controlled by memory controller 121.
- the peripheral interface 123 connects the input / output peripheral of the device with the processor 122 and the memory 110.
- One or more processors 122 execute a set of instructions stored in various software programs and / or memories 110 to perform various functions for the user terminal 100 and to process data.
- peripheral interface 123, processor 122, and memory controller 121 may be implemented on a single chip, such as chip 120. In some other embodiments, they may be implemented in separate chips.
- the I / O subsystem 130 provides an interface between the input / output peripheral of the user terminal 100, such as the display device 141, the input device 142, and the peripheral interface 123.
- the display device 141 may use a liquid crystal display (LCD) technology, a light emitting polymer display (LPD) technology, or a light emitting diode (LED) technology, and the display device 141 may be a capacitive type, a resistive type, an infrared type, or the like. It may be a touch display.
- the touch display provides an output interface and an input interface between the device and the user.
- the touch display presents visual output to the user.
- the visual output may include text, graphics, video, and combinations thereof. Some or all of the visual output may correspond to user interface objects.
- the touch display forms a touch sensing surface that accepts user input, and a simple keypad, a word keypad or a general keypad according to the present invention can be displayed.
- the input device 142 is an input means such as a keyboard, a mouse, and the like, and receives a user input signal.
- the processor 122 is a processor configured to perform operations associated with the user terminal 100 and to perform instructions, for example, input and output between components of the user terminal 100 using instructions retrieved from the memory 110. Receive and manipulate data can be controlled.
- the communication circuit 150 transmits and receives wireless electromagnetic waves through an antenna or transmits and receives data through a wired cable.
- the communication circuit 150 converts an electrical signal into an electromagnetic wave and vice versa and can communicate with the communication network, another mobile gateway device, and the communication device through the electromagnetic wave.
- Communications circuit 150 includes, but is not limited to, for example, an antenna system, an RF transceiver, one or more amplifiers, tuners, one or more oscillators, digital signal processors, CODEC chipsets, subscriber identity module (SIM) cards, memory, and the like. It may include, but is not limited to, known circuitry for performing this function.
- the communication circuit 150 may be via a wired or wireless network such as the Internet, intranet and network and / or mobile communication network, wireless LAN and / or metropolitan area network (MAN), called the World Wide Web (WWW). Communicate with other devices.
- Operating system 111 may be an embedded operating system and includes various software components and / or devices that control and manage general system tasks (eg, memory management, storage device control, power management, etc.). can do.
- general system tasks eg, memory management, storage device control, power management, etc.
- Graphics module 112 includes various well-known software components for presenting and displaying graphics on display device 141.
- graphics includes all objects that can be displayed to the user, including, without limitation, text, web pages, key buttons, digital images, videos, animations, and the like.
- the simple password program 113 is a program that conveniently generates and manages a sentence password, and displays a simple keypad in which characters are secretly matched to keys.
- the password management program 113 may be mounted in the memory 110 when the simple password application according to the present invention is installed.
- FIG. 3 is a diagram showing the configuration of a simple password program according to an embodiment of the present invention.
- the simple password program 113 includes a keypad acquisition module 31, a keypad management module 32, a password generation module 33, and an authentication processing module 34. It includes.
- the keypad acquisition module 31 acquires and stores a simple keypad in cooperation with the service server 200.
- the keypad obtaining module 31 may obtain a simple keypad when the simple password service is registered with the service server 200.
- the keypad acquisition module 31 transmits the sentence password input through the general keypad to the service server 200, and receives the word keypad from the service server 200.
- the keypad acquisition module 31 may receive the simple keypad matched with words from the service server 200.
- the keypad management module 32 performs a function of storing and managing a simple keypad matched with words. When the user performs authentication, the keypad management module 32 outputs the simple keypad so that the authentication information is input through the simple keypad. Depending on the embodiment, keypad management module 32 may generate a simple keypad.
- the password generation module 33 detects an input of the simple keypad, and conveniently generates a relatively long sentence password by identifying and combining a hidden word matching the input key.
- the authentication processing module 34 uses the sentence password generated by the password generation module 33 as authentication information to perform user authentication.
- the authentication processing module 34 may transmit the sentence password as authentication information to the service server 200 or another external server to perform user authentication.
- the authentication processing module 34 may store the sentence password and then perform its own authentication. That is, the authentication processing module 34 may use the sentence password as internal access authentication information such as unlocking an application.
- the authentication processing module 34 stores, in advance, the key sequence into which the sentence password is input, as access authentication information, instead of storing the actual sentence password, and inputs a key when the key is input from the simple keypad. You can also authenticate yourself by checking whether the key sequence is correct.
- FIG. 4 is a flowchart illustrating a method in which a user terminal registers with a simple password service according to a first embodiment of the present invention.
- the keypad acquisition module 31 when the keypad acquisition module 31 receives a request for registration of a simple password service from a user, the keypad acquisition module 31 outputs a general keypad to the display device 141 (S401). Prompt the user for a sentence password.
- the general keypad is a conventional keypad, such as a QWERTY keypad and a full keyboard.
- the keypad obtaining module 31 transmits the sentence password to the service server 200 (S405).
- the service server 200 temporarily stores the sentence password, and decomposes the sentence password into a plurality of words (S407).
- the service server 200 may decompose the sentence password into a meaningful word (ie, a word listed in the dictionary), and may decompose the sentence password into a certain digit letter (for example, a three digit letter) and decompose it into a word.
- a meaningful word ie, a word listed in the dictionary
- a certain digit letter for example, a three digit letter
- the service server 200 may decompose the sentence password into 'you', 'always', 'I miss you'.
- the service server 200 may decompose the sentence password into 'The', 'Beatles', 'Is', 'My' and 'Best'.
- the service server 200 selects a plurality of spoof word keys, and then generates a word keypad in which a plurality of disassembled word keys and the plurality of spoof word keys are mixed with each other (S407).
- the service server 200 may select a disguised word key so that the keys do not overlap in the simple keypad.
- 5 is a diagram illustrating a word keypad in Korean.
- the structure of the word keypad will be described again.
- the disassembled word keys 51, 52, and 53 are arranged.
- the service server 200 decomposes the sentence password into 'you', 'always' and 'I miss you', and then decomposes the word key to input the decomposed word.
- a word keypad arranged with (51, 52, 53) and a camouflage word key.
- the service server 200 transmits the generated word keypad to the user terminal 100 (S411).
- the keypad acquisition module 31 of the user terminal 100 outputs the word keypad to the display device 141 (S413), and requests the user to re-enter the sentence password through the word keypad. Subsequently, when the user inputs a sentence password through the word keypad (S415), the keypad obtaining module 31 transmits the sentence password to the service server 200 (S417). For example, assuming that the word keypad is the same as that of FIG. 5, and the user sequentially inputs the 51 key word key, the 52 key word key, and the 53 key word key, the sentence password is 'I want to see you'. do.
- the service server 200 checks whether the sentence password received from the user terminal 100 matches the sentence password previously stored (S419). That is, the service server 200 checks whether the sentence password entered by the user through the general keypad and the sentence password input by the user through the word keypad match. If the two sentence passwords do not match, the service server 200 transmits a service registration failure message to the user terminal 100, so that the registration of the sentence password is performed again. When the sentence password registration is again performed, the user terminal 100 discards the word keypad received in step S411 and proceeds again after S401.
- the service server 200 if the two sentence passwords match the authentication is successful, the sentence password is stored and registered with the user information (S421), and transmits the service registration notification message to the user terminal (100) (S423) ).
- the keypad acquisition module 31 acquires the word keypad, and the keypad management module 32 stores the word keypad (S425).
- the keypad management module 32 converts the word keypad into a simple keypad by forming a simple key by removing a letter of a certain place from the word keys arranged on the word keypad (S427). That is, the keypad management module 32 removes a certain letter from the word so that the word displayed on the word keypad can be associated with the shortcut key, and the removed word is part of the word association information (ie, the word key).
- the simple keypad is configured to be displayed as information with letters removed.
- the keypad management module 32 conceals and matches the words of the word keypad and the simple keys of the simple keypad, respectively.
- the word matched with this softkey becomes the input information of the password.
- the keypad management module 32 may generate a shortcut key by removing only the first letter (for example, one letter or two letters) from the word keys arranged on the word keypad and removing the remaining letters.
- a simple key may be generated by removing only the last letter or two letters after the second letter and removing the remaining letters.
- FIG. 6 is a diagram illustrating a simple keypad corresponding to the word keypad of FIG. 5.
- the simple keypad of FIG. 6 is converted by removing only the first letter of the first digit from the word key arranged in the word keypad of FIG. 5. That is, the word key of 'always' is converted into a shortcut key of 'un', the word key is converted into 'bar' shortcut key, and when 'un' is input from the shortcut key, 'always' is actually a string of sentence password. Is entered.
- the shortcut key 'un' is expressed as word association information of 'always'
- the shortcut key 'bar' is expressed as word association information of 'baro'.
- FIG. 7 is a diagram illustrating a word keypad in English
- FIG. 8 is a diagram illustrating a simple keypad corresponding to the word keypad of FIG. 7.
- the keypad management module 32 may request the service server 200 to regenerate the word keypad.
- the simple keys arranged on the simple keypad may collide (ie, overlap).
- the keypad management module 32 may make a request to the regeneration service server 200 of the word keypad.
- the service server 200 reselects the spoofed word or decomposes the sentence password in another manner, and regenerates the word keypad in which the disassembled word key and the spoof word key are arranged, and regenerates the regenerated word keypad into the user terminal ( 100).
- the user terminal 100 proceeds again after step S413.
- the keypad management module 32 may match a plurality of words to a single shortcut key, and in this case, different words are input according to the number of pressing of the shortcut key.
- the soft key 'A' may be matched with 'AIGO', 'Father', and 'DAD'.
- 'AIGO' is entered as a string of sentence passwords.
- the second time, ' father' is input as the sentence password string, and the softkey is input the third time, 'dad' is input as the sentence password string.
- the service server 200 omits the transmission of the word keypad to the user terminal 100, generates a simple keypad in which a secret key word or secret word is hidden and matched, and some letters are expressed as word association information. May be transmitted to the user terminal 100.
- the service server 200 decomposes the sentence password into a plurality of words and selects a spoof word.
- the service server 200 removes some letters from the decomposed word and removes some letters from the disguised word to generate associative information for each word, and then generates a simple keypad for displaying the word associative information on a simple key.
- the service server 200 conceals and matches a word (that is, a decomposed word or a spoof word) to each shortcut key.
- the service server 200 transmits word association information to each convenience key and conceals a word, and transmits the matched convenience keypad to the user terminal 100.
- the keypad acquisition module 31 of the user terminal 100 outputs the simple keypad to the display device 141 to request the user to re-enter the sentence password through the simple keypad.
- the password generation module 33 checks the hidden word matching the simple key, and then generates a sentence password combining the hidden word, and the authentication processing module 34 generates the sentence.
- the password is transmitted to the service server 200.
- the service server 200 checks whether or not the sentence password received from the user terminal 100 matches the previously stored sentence password, and transmits a service registration notification message to the user terminal 100.
- the keypad management module 32 then stores the simple keypad in which the words hidden in each key match and the word association information is expressed.
- the simple keypad may be configured using keys arranged on the ten keypad or the image keypad.
- FIG. 9 is a flowchart illustrating a method for registering a simple password service by a user terminal according to a second embodiment of the present invention.
- the keypad acquisition module 31 when the keypad acquisition module 31 receives a request for registration of a simple password service from a user, the keypad acquisition module 31 outputs a general keypad to the display device 141 (S901), and then, for example, a predetermined length or more (eg, 15 characters or more).
- the sentence password is input from the user (S903).
- the keypad obtaining module 31 transmits the sentence password to the service server 200 (S905).
- the service server 200 temporarily stores the sentence password, and decomposes the sentence password into a plurality of words (S907).
- the service server 200 conceals and matches each word decomposed with the numeric keys of the ten keypad (S909).
- the service server 200 conceals and matches each decomposed word to a numeric key corresponding to the first letter of the decomposed word.
- the English alphabet or the Korean consonant / vowels are recorded in each number of the ten keypad, and the service server 200 checks the English alphabet or the Korean consonant / vowels corresponding to the first letter of the decomposed word, and decomposes them. Matches a word by hiding it in the corresponding numeric key.
- the service server 200 uses consonants (alphabet) recorded on the ten keypad as word association information.
- the service server 200 may generate a spoof word, and conceal and match the spoof word to a numeric key that does not match a decomposition word.
- the service server 200 may match a plurality of words to a single numeric key, and the words overlap.
- the simple keypad may be configured to input different words according to the input order of the matched numeric keys.
- FIG. 10 is a diagram illustrating a disassembled word matched to a ten keypad.
- the sentence password is 'TheBeatlesIsMyBest'
- the disassembled words are 'The', 'Beatles', 'Is', 'My', and the like.
- 'Best' 'The' is the 8th key with the word association 't'
- 'Beatles' is the 2nd key with the word association 'b'
- 'Is' is the word association 'i' '4' key including '
- ' 'my' is the sixth key containing the word association information 'm'
- 'Best' is matched to the second key containing the word association information 'b', respectively.
- 'Beatles' and 'Best' are duplicated and matched with key 2.
- key 2 is first entered, 'Beatles' is recorded as a string of the actual sentence password, and key 2 is entered with 'Best'
- the simple keypad can be configured such that 'is recorded in the sentence password.
- the service server 200 transmits the ten keypad matched with the decomposed word to the user terminal 100 (S911).
- the keypad acquisition module 31 outputs the ten keypad received from the service server 200 to the display device 141 (S913), and requests the user to reenter the sentence password through the ten keypad. Subsequently, when the keypad obtaining module 31 inputs a numeric key in the ten keypad (S915), the password generating module 33 checks a matching word hidden with the numeric key to generate a sentence password combining the words. . Then, the authentication processing module 34 transmits the generated sentence password to the service server 200 (S917). For example, assuming that the ten keypad is the same as that of FIG. 10, when the user sequentially inputs the eighth key, the second key, the fourth key, the sixth key, and the second key, the sentence password becomes 'TheBeatlesIsMyBest'.
- the service server 200 checks whether the sentence password received from the user terminal 100 matches the sentence password temporarily stored previously (S919). That is, the service server 200 checks whether the sentence password input by the user through the general keypad and the sentence password input by the user are identical. If authentication is successful because the two sentence passwords match, the service server 200 stores and registers the sentence password with the user information (S921), and transmits a service registration notification message to the user terminal 100 (S923).
- the keypad acquiring module 31 acquires a ten keypad in which hidden words are matched and consonants / vowels are expressed as word association information, and the keypad management module 32 stores the ten keypad as a simple keypad (S925). ).
- FIG. 11 is a flowchart illustrating a method for registering a simple password service by a user terminal according to a third embodiment of the present invention.
- the keypad acquisition module 31 when the keypad acquisition module 31 receives a request for registration of a simple password service from a user, the keypad acquisition module 31 outputs a general keypad to the display device 141 (S1101), and then, has a predetermined length or more (eg, 15 characters or more).
- the sentence password is input from the user (S1103). Subsequently, the keypad obtaining module 31 transmits the sentence password to the service server 200 (S1105).
- the service server 200 temporarily stores the sentence password, and decomposes the sentence password into a plurality of words (S1107).
- the service server 200 selects a plurality of candidate images capable of associating each decomposed word, and transmits the selected candidate images to the user terminal 100 (S1109 and S1111). In this case, the service server 200 transmits the decomposed words to the user terminal 100 together. If the decomposed word cannot associate an image, the service server 200 may image the front letter of the decomposed word and use the image as a candidate image.
- the keypad acquisition module 31 of the user terminal 100 outputs each of the decomposed words and a plurality of candidate images, requests the user to select the decomposed words, and selects the image for each decomposed word from the user. (S1113). Subsequently, the keypad acquisition module 31 transmits the selected decomposition word-specific image to the service server 200 (S1115).
- the service server 200 selects a camouflage image, and generates an image keypad in which a plurality of camouflage images and decomposed word-specific images are arranged as keys (S1117).
- the service server 200 conceals and matches the decomposed word and the image, but matches an arbitrary word with the camouflage image to generate an image keypad.
- the image included in the image keypad is expressed as word association information, and the word is concealed and matched with the image key.
- the service server 200 transmits the image keypad matched with the hidden word to the user terminal 100 (S1119).
- the keypad obtaining module 31 outputs the image keypad received from the service server 200 to the display device 141 (S1121), and requests the user to re-enter the sentence password through the image keypad. Subsequently, when the image key is selected through the image keypad (S1123), the keypad acquiring module 31 checks a word that is secretly matched with the image key, and then inputs a sentence password combining the words. Create The authentication processing module 34 transmits the generated sentence password to the service server 200 (S1125).
- the service server 200 checks whether the sentence password received from the user terminal 100 matches the sentence password temporarily stored previously (S1127). That is, the service server 200 checks whether the sentence password entered by the user through the general keypad and the sentence password input by the user through the image keypad match. If authentication is successful because the two sentence passwords match, the service server 200 stores and registers the sentence password with the user information (S1129), and transmits a service registration notification message to the user terminal 100 (S1131).
- the keypad acquiring module 31 acquires an image keypad in which hidden words are matched and an image is expressed as word association information, and the keypad management module 32 stores the image keypad as a simple keypad (S1133).
- the service server 200 receives a simple keypad reset request from the user terminal 100, after receiving and receiving a previously registered sentence password to the user terminal 100, if the sentence password matches, the word keypad or The simple keypad may be regenerated and provided to the user terminal 100.
- the user terminal 100 may perform authentication for keypad regeneration by transmitting a sentence password to the service server 200 using a general keypad.
- the service server 200 regenerates the sentence keypad, the ten keypad, or the image keypad as in the above-described embodiment, and transmits them to the user terminal 100.
- the user terminal 100 may generate a simple keypad by itself.
- the user terminal 100 performs its own word decomposition without being provided with a keypad to the service server 200.
- the keypad management module 32 of the user terminal 100 receives a sentence password through a general keypad
- the keypad management module 32 decomposes the sentence password into a plurality of words.
- the keypad management module 32 selects a plurality of camouflage words, generates word association information capable of associating each word, the word association information is displayed on a shortcut key, and a word (i.e., camouflage on each shortcut key) Words or decomposed words) to create a simple keypad that is hiddenly matched.
- the user terminal 100 includes a simple keypad (see FIGS. 6 and 8) in which a character string from which some characters are removed is displayed as associative information, and a ten key based simple keypad in which the first letter of the hidden word is displayed as character association information. (See FIG. 10)
- a simple keypad see FIGS. 6 and 8
- a ten key based simple keypad in which the first letter of the hidden word is displayed as character association information.
- an image-based simple keypad may be generated in which an image reminiscent of the hidden word is displayed.
- the keypad management module 32 displays the generated simple keypad and requests the user to re-enter the sentence password via the simple keypad.
- the keypad acquiring module 31 checks the hidden word matching the input key, and then generates a sentence password combining the words.
- the authentication processing module 34 authenticates whether or not the generated sentence password (ie, the sentence password entered through the simple keypad) matches the sentence password entered through the general keypad. If the authentication management module 32 fails to authenticate, the keypad management module 32 requests re-entry through the simple keypad or removes the generated simple keypad. On the other hand, when the authentication processing module 34 succeeds in authentication, the keypad management module 32 stores the simple keypad and outputs the simple keypad to the display device 141 when authentication is required.
- the generated sentence password ie, the sentence password entered through the simple keypad
- FIG. 12 is a flowchart illustrating a method of generating authentication information in a user terminal registered to a simple password service according to an embodiment of the present invention.
- the keypad management module 32 outputs the simple keypad on which the word association information is expressed on each key and the hidden word is matched to the display apparatus 141 ( S1201).
- the password generation module 33 checks the word matched with the key on the simple keypad, and generates a sentence password combining the hidden words according to the input order. (S1205).
- the authentication processing module 34 transmits the sentence password generated through key input of the simple keypad to the server as authentication information (S1207), and the server authenticates whether the sentence password is correct. Accordingly, the user can easily input the long sentence password through the word association information through the simple keypad.
- the user terminal 100 may perform internal access authentication such as screen unlocking, folder unlocking, application unlocking, etc. using the simple keypad.
- FIG. 13 is a flowchart illustrating a method of performing access authentication using a simple keypad in a user terminal according to another embodiment of the present invention.
- the keypad management module 32 when a user tries to access an application, a folder, or the like that is blocked from access, the keypad management module 32 outputs the stored simple keypad to the display device 141 (S1301).
- the authentication processing module 34 starts user authentication when a simple key is input through the simple keypad (S1303).
- the password generation module 33 generates a sentence password by confirming a word that is hidden from the key of the simple keypad, and the authentication processing module 34 checks whether the sentence password is correct with the previously stored sentence password. By determining whether or not, authentication can be performed.
- the authentication processing module 34 stores, in advance, the correct key sequence in which the sentence password is input, as access authentication information, instead of storing the actual sentence password, and inputs a key when the key is input from the simple keypad. Authentication can be performed by checking in the access authentication information whether the key order is correct.
- the authentication processing module 34 authenticates the user based on the accuracy of the simple key input order or the sentence password. If the user authentication is successful, the authentication processing module 34 allows access to the corresponding application or folder (S1307). On the other hand, if the user authentication fails, the authentication processing module 34 continuously blocks access to the corresponding application or folder (S1309).
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Software Systems (AREA)
- Human Computer Interaction (AREA)
- Telephone Function (AREA)
Abstract
The present invention relates to a method for providing a simple password service, which enables a user to simply and easily input a relatively long sentence password, and an apparatus therefor. A communication device according to an embodiment of the present invention comprises: at least one processor; a memory; and at least one program stored in the memory and configured to be executed by the at least one processor, wherein the program comprises: a keypad management module for storing a simple keypad having keys, each of which matches a concealed word and presents word association information, and displaying the simple keypad; a password generation module for generating a sentence password by extracting and combining concealed words matching an input value when the input value is received through the simple keypad; and an authentication processing module for transmitting the generated sentence password, as authentication information of a user, to an external server.
Description
본 출원은 2016년 6월 7일에 출원된 한국특허출원 제10-2016-0070388호, 2016년 6월 22일에 출원된 한국특허출원 제10-2016-0077758호, 2016년 7월 8일에 출원된 한국특허출원 제10-2016-0086523호, 2016년 7월 16일에 출원된 한국특허출원 제10-2016-0090368호 및 2017년 6월 5일에 출원된 한국특허출원 제10-2017-0069522에 기초한 우선권을 주장하며, 해당 출원의 명세서 및 도면에 개시된 모든 내용은 본 출원에 원용된다.The present application is filed in Korean Patent Application No. 10-2016-0070388 filed on June 7, 2016, Korean Patent Application No. 10-2016-0077758 filed on June 22, 2016, and July 8, 2016. Korean Patent Application No. 10-2016-0086523 filed, Korean Patent Application No. 10-2016-0090368 filed July 16, 2016 and Korean Patent Application No. 10-2017- filed June 5, 2017 Claiming priority based on 0069522, all the contents disclosed in the specification and drawings of that application are incorporated into this application.
본 발명은 비교적 긴 문장 패스워드를 간편하게 입력할 수 있는 간편 패스워드 서비스 제공 방법 및 이를 위한 장치에 관한 것이다. The present invention relates to a method for providing a simple password service that can easily input a relatively long sentence password, and an apparatus therefor.
사용자 인증을 위한 보편적인 방법으로서 패스워드 인증 방식이 이용되고 있다. 패스워드 인증 방식은 사용자로부터 초기 입력받은 패스워드를 저장한 후, 필요시마다 사용자로부터 입력된 패스워드를 기 저장된 패스워드와 비교하여 일치할 경우 패스워드 인증의 성공으로 판단하는 것이다. 또한, 기존의 패스워드 인증 방식에서 더 나아가 사용자가 설정한 터치 패턴을 이용하여 사용자를 인증하는 기술이 개시되었다. 한국공개특허 제10-2009-0013432호는 패턴을 이용하여 사용자를 인증하는 휴대 단말기 및 그의 잠금 및 해제방법에 대해서 개시한다.A password authentication method is used as a general method for user authentication. The password authentication method stores the password initially input from the user, and compares the password input from the user with the previously stored password whenever necessary, and determines that the password authentication is successful. In addition, a technology for authenticating a user by using a touch pattern set by the user has been disclosed. Korean Patent Laid-Open No. 10-2009-0013432 discloses a portable terminal for authenticating a user using a pattern and a method of locking and releasing the same.
한편, 사용자들은 기억하기 쉬운 정보의 조합을 통해 패스워드를 생성하는 것이 일반적이다. 그런데 이러한 패스워드는 상기 사용자의 정보(예컨대, 생일, 전화번호 등)를 인지한 타 사용자에 의해서 쉽게 파악되는 문제점이 있다.On the other hand, it is common for users to generate a password through a combination of information that is easy to remember. However, such a password has a problem of being easily grasped by another user who has recognized the user's information (eg, birthday, telephone number, etc.).
이에 따라, 보안 전문가들은 이러한 문제점을 극복하기 위하여 긴 형태의 패스워드를 이용하는 것을 권장하나, 패스워드가 길어지면 사용자들이 패스워드를 입력하는데 불편함을 느끼게 되고, 긴 패스워드를 외우기도 어려운 문제점이 있다.Accordingly, security experts recommend using a long password in order to overcome this problem. However, if the password is long, users may feel uncomfortable to input the password, and it may be difficult to memorize the long password.
본 발명은 이러한 종래의 문제점을 해결하기 위하여 제안된 것으로, 편의성과 보안성을 향상시키는 문장 패스워드를 통해 인증이 이루어지게 하는 간편 패스워드 서비스 제공 방법 및 이를 위한 장치를 제공하는데 그 목적이 있다.The present invention has been proposed to solve such a conventional problem, and an object of the present invention is to provide a simple password service providing method and an apparatus therefor for authenticating through a sentence password that improves convenience and security.
본 발명의 다른 목적 및 장점들은 하기의 설명에 의해서 이해될 수 있으며, 본 발명의 실시예에 의해 보다 분명하게 알게 될 것이다. 또한, 본 발명의 목적 및 장점들은 특허 청구 범위에 나타낸 수단 및 그 조합에 의해 실현될 수 있음을 쉽게 알 수 있을 것이다.Other objects and advantages of the present invention can be understood by the following description, and will be more clearly understood by the embodiments of the present invention. Also, it will be readily appreciated that the objects and advantages of the present invention may be realized by the means and combinations thereof indicated in the claims.
상기 목적을 달성하기 위한 본 발명의 제1측면에 따른, 하나 이상의 프로세서; 메모리; 및 상기 메모리에 저장되어 있으며 상기 하나 이상의 프로세서에 의하여 실행되도록 구성되는 하나 이상의 프로그램을 포함하는 통신 장치에 있어서, 상기 프로그램은, 각 키에 은닉된 단어가 매칭되고 단어 연상 정보가 표출되는 간편 키패드를 저장하고, 상기 간편 키패드를 디스플레이하는 키패드 관리 모듈; 상기 간편 키패드를 통해서 입력값이 수신되면, 상기 입력값과 매칭되는 은닉된 단어를 추출하고 조합하여 문장 패스워드를 생성하는 패스워드 생성 모듈; 및 상기 생성한 문장 패스워드를 사용자의 인증정보로서 외부 서버로 전송하는 인증 처리 모듈을 포함하는 것을 특징으로 한다. At least one processor, according to a first aspect of the present invention for achieving the above object; Memory; And at least one program stored in the memory and configured to be executed by the at least one processor, the program comprising: a simple keypad on which words concealed in each key are matched and word association information is expressed; A keypad management module for storing and displaying the simple keypad; A password generation module for generating a sentence password by extracting and combining a hidden word matching the input value when an input value is received through the simple keypad; And an authentication processing module for transmitting the generated sentence password to the external server as authentication information of the user.
상기 목적을 달성하기 위한 본 발명의 제2측면에 따른, 각 키에 은닉된 단어가 매칭된 간편 키패드를 포함하는 통신 장치에서 간편 패스워드 서비스를 제공하는 방법은, 각 키에 은닉된 단어가 매칭되고 단어 연상 정보가 표출되는 간편 키패드를 디스플레이하여, 상기 간편 키패드에 배열된 다수의 키를 입력받는 단계; 입력받은 키와 은닉하게 매칭되는 단어를 추출하고 조합하여 문장 패스워드를 생성하는 단계; 및 상기 생성한 문장 패스워드를 사용자 인증정보로서 외부 서버로 전송하는 단계를 포함하는 것을 특징으로 한다. According to a second aspect of the present invention for achieving the above object, a method for providing a simple password service in a communication device including a simple keypad matched with a word concealed in each key, the word concealed in each key is matched and Displaying a simple keypad displaying word association information and receiving a plurality of keys arranged on the simple keypad; Generating a sentence password by extracting and combining words that are hidden from the input key; And transmitting the generated sentence password to an external server as user authentication information.
상기 목적을 달성하기 위한 본 발명의 제3측면에 따른, 하나 이상의 프로세서; 메모리; 및 상기 메모리에 저장되어 있으며 상기 하나 이상의 프로세서에 의하여 실행되도록 구성되는 하나 이상의 프로그램을 포함하는 통신 장치에 있어서, 상기 프로그램은, 단어 연상 정보가 표출된 간편 키패드를 디스플레이하는 키패드 관리 모듈; 및 상기 간편 키패드에서 키가 입력되면, 입력된 키를 분석하여 액세스를 인증하는 인증 처리 모듈을 특징으로 한다.At least one processor, according to a third aspect of the present invention for achieving the above object; Memory; And at least one program stored in the memory and configured to be executed by the at least one processor, the program comprising: a keypad management module displaying a simple keypad on which word association information is expressed; And an authentication processing module for authenticating access by analyzing the input key when a key is input from the simple keypad.
상기 프로그램은, 입력된 키와 매칭되는 은닉된 단어를 추출하고 조합하여 문장 패스워드를 생성하는 패스워드 생성 모듈을 더 포함할 수 있다. 상기 인증 처리 모듈은 상기 생성한 문장 패스워드가 정확한지 여부를 확인하여 상기 액세스를 인증할 수 있다. The program may further include a password generation module for extracting and combining hidden words that match the input key to generate a sentence password. The authentication processing module may verify whether the generated sentence password is correct to authenticate the access.
또한, 상기 인증 처리 모듈은 상기 간편 키패드의 키 입력 순서를 확인하고, 키 입력 순서가 사전에 저장된 키 입력 순서와 일치하는지 여부를 확인하여 상기 액세스를 인증할 수도 있다. In addition, the authentication processing module may verify the key input order of the simple keypad and authenticate whether the key input order matches a key input order stored in advance.
상기 목적을 달성하기 위한 본 발명의 제4측면에 따른, 하나 이상의 프로세서; 메모리; 및 상기 메모리에 저장되어 있으며 상기 하나 이상의 프로세서에 의하여 실행되도록 구성되는 하나 이상의 프로그램을 포함하는 통신 장치에 있어서, 상기 프로그램은, 문장 패스워드를 복수의 단어로 분해하여, 각 키에 분해된 단어가 은닉하게 매칭되고 단어 연상 정보가 표출되는 간편 키패드를 생성하고, 상기 간편 키패드를 디스플레이하는 키패드 관리 모듈; 및 상기 간편 키패드를 통해서 입력값이 수신되면, 상기 입력값과 매칭되는 단어를 추출하고 조합하여 문장 패스워드를 생성하는 패스워드 생성 모듈을 포함하는 것을 특징으로 한다.At least one processor, according to a fourth aspect of the present invention for achieving the above object; Memory; And one or more programs stored in the memory and configured to be executed by the one or more processors, wherein the programs decompose the sentence password into a plurality of words, whereby the decomposed words in each key are concealed. A keypad management module for generating a simple keypad that is matched and displays word association information, and displays the simple keypad; And a password generation module configured to generate a sentence password by extracting and combining a word matching the input value when the input value is received through the simple keypad.
본 발명은 상당히 긴 문장으로 된 문장 패스워드를 사용자의 인증 정보로서 이용함으로써, 패스워드에 대한 보안성을 향상시킨 장점이 있다.The present invention has the advantage of improving the security of the password by using a sentence password in a fairly long sentence as the authentication information of the user.
또한, 본 발명은 단어 연상 정보가 표시되고 단어가 은닉되어 매칭된 간편 키패드를 통해서, 편리하게 문장 패스워드가 입력되게 함으로써, 긴 패스워드를 입력할 때에 발생하는 사용자의 불편함을 해소하고, 문장 패스워드를 쉽게 기억하게 하는 장점이 있다.In addition, the present invention eliminates the inconvenience of the user caused when a long password is input by allowing a sentence password to be conveniently input through a simple keypad matched with a word association information and a word hidden. It has the advantage of making it easy to remember.
또한, 본 발명은 간편 키패드와 매칭된 단어를 통해서 문장 패스워드를 생성하기 때문에, 간편 키패드가 외부에 노출되더라도, 실제 문장 패스워드를 타인이 확인할 수 없어, 사용자의 실제 패스워드를 더욱 안전하게 보호하는 이점이 있다.In addition, since the present invention generates a sentence password through a word matched with the simple keypad, even if the simple keypad is exposed to the outside, the actual sentence password can not be confirmed by others, there is an advantage of protecting the user's actual password more secure .
게다가, 본 발명은 통신 장치의 간편 키패드가 분실되더라도, 일반 키보드에서 문장 패스워드를 입력하여 인증에 성공하면, 간편 키패드를 다시 재설정할 수 있어, 문장 패스워드의 범용성과 실효성을 높이는 효과가 있다.In addition, even if the simple keypad of the communication device is lost, if the sentence password is successfully inputted from the general keyboard and the authentication is successful, the simple keypad can be reset again, thereby increasing the generality and effectiveness of the sentence password.
본 명세서에 첨부되는 다음의 도면들은 본 발명의 바람직한 실시예를 예시하는 것이며, 발명을 실시하기 위한 구체적인 내용과 함께 본 발명의 기술사상을 더욱 이해시키는 역할을 하는 것이므로, 본 발명은 그러한 도면에 기재된 사항에만 한정되어 해석되어서는 아니 된다.The following drawings attached to this specification are illustrative of the preferred embodiments of the present invention, and together with the specific details for carrying out the invention serve to further understand the technical spirit of the present invention, the present invention described in such drawings It should not be construed as limited to matters.
도 1은 본 발명의 일 실시예에 따른, 문장 패스워드를 생성하는 사용자 단말이 적용되는 통신 환경을 나타내는 도면이다.1 is a diagram illustrating a communication environment to which a user terminal generating a sentence password is applied according to an embodiment of the present invention.
도 2는 본 발명의 일 실시예에 따른, 사용자 단말의 구성을 나타내는 도면이다.2 is a diagram illustrating a configuration of a user terminal according to an embodiment of the present invention.
도 3은 본 발명의 일 실시예에 따른, 간편 패스워드 프로그램의 구성을 나타내는 도면이다.3 is a diagram showing the configuration of a simple password program according to an embodiment of the present invention.
도 4는 본 발명의 제1실시예에 따른, 사용자 단말이 간편 패스워드 서비스에 등록하는 방법을 설명하는 흐름도이다.4 is a flowchart illustrating a method in which a user terminal registers with a simple password service according to a first embodiment of the present invention.
도 5는 한국어로 된 단어키 패드를 예시하는 도면이다.5 is a diagram illustrating a word keypad in Korean.
도 6은 도 5의 단어 키패드와 대응되는 간편 키패드를 예시하는 도면이다.FIG. 6 is a diagram illustrating a simple keypad corresponding to the word keypad of FIG. 5.
도 7은 영어로 된 단어 키패드를 예시하는 도면이다.7 is a diagram illustrating a word keypad in English.
도 8은 도 7의 단어 키패드와 대응되는 간편 키패드를 예시하는 도면이다.FIG. 8 is a diagram illustrating a simple keypad corresponding to the word keypad of FIG. 7.
도 9는 본 발명의 제2실시예에 따른, 사용자 단말이 간편 패스워드 서비스에 등록하는 방법을 설명하는 흐름도이다.9 is a flowchart illustrating a method for registering a simple password service by a user terminal according to a second embodiment of the present invention.
도 10은 분해 단어가 텐 키패드에 매칭된 상태를 예시한 도면이다.10 is a diagram illustrating a state in which a disassembled word is matched to a ten keypad.
도 11은 본 발명의 제3실시예에 따른, 사용자 단말이 간편 패스워드 서비스에 등록하는 방법을 설명하는 흐름도이다.11 is a flowchart illustrating a method for registering a simple password service by a user terminal according to a third embodiment of the present invention.
도 12는 본 발명의 일 실시예에 따른, 간편 패스워드 서비스에 등록한 사용자 단말에서, 인증정보를 생성하는 방법을 설명하는 흐름도이다.12 is a flowchart illustrating a method of generating authentication information in a user terminal registered to a simple password service according to an embodiment of the present invention.
도 13은 본 발명의 또 다른 실시예에 따른, 사용자 단말에서 간편 키패드를 이용하여 접근 인증을 수행하는 방법을 설명하는 흐름도이다.13 is a flowchart illustrating a method of performing access authentication using a simple keypad in a user terminal according to another embodiment of the present invention.
상술한 목적, 특징 및 장점은 첨부된 도면과 관련한 다음의 상세한 설명을 통하여 보다 분명해 질 것이며, 그에 따라 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자가 본 발명의 기술적 사상을 용이하게 실시할 수 있을 것이다. 또한, 본 발명을 설명함에 있어서 본 발명과 관련된 공지 기술에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에 그 상세한 설명을 생략하기로 한다. 이하, 첨부된 도면을 참조하여 본 발명에 따른 바람직한 일 실시예를 상세히 설명하기로 한다.The above objects, features and advantages will become more apparent from the following detailed description taken in conjunction with the accompanying drawings, whereby those skilled in the art may easily implement the technical idea of the present invention. There will be. In addition, in describing the present invention, when it is determined that the detailed description of the known technology related to the present invention may unnecessarily obscure the gist of the present invention, the detailed description thereof will be omitted. Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.
도 1은 본 발명의 일 실시예에 따른, 문장 패스워드를 생성하는 사용자 단말이 적용되는 통신 환경을 나타내는 도면이다.1 is a diagram illustrating a communication environment to which a user terminal generating a sentence password is applied according to an embodiment of the present invention.
도 1에 도시된 바와 같이, 본 발명의 일 실시예에 따른 사용자 단말(100)은 네트워크(300)를 통해서 각종 서버와 통신을 수행한다. As shown in FIG. 1, the user terminal 100 according to an embodiment of the present invention communicates with various servers through the network 300.
상기 사용자 단말(100)은 네트워크(300)에 접속 가능한 통신 장치로서, 서비스 서버(200)와 연동하여, 간편 키패드를 획득한다. 상기 간편 키패드에 배열된 키에는 단어가 은닉하게 매칭되어 있어, 간편 키패드가 화면에 디스플레이 되더라도 키에 매칭된 단어는 화면에 노출되고 않고 은닉된다. 또한, 문장 패스워드를 사용자에게 상기시키기 위해, 간편 키패드의 각 키에는 은닉된 단어를 연상시킬 수 있는 단어 연상 정보가 표출된다. 사용자 단말(100)은 상기 간편 키패드에서 복수의 키가 입력되면, 입력된 키값과 매칭되는 은닉된 단어를 추출하여 문장 패스워드를 생성하고, 이 문장 패스워드를 인증정보로서 이용할 수 있다.The user terminal 100 is a communication device that can be connected to the network 300, and interoperates with the service server 200 to obtain a simple keypad. Words are concealed to be matched to the keys arranged on the simple keypad, so that even if the simple keypad is displayed on the screen, the words matched to the keys are hidden without being exposed on the screen. Further, in order to remind the user of the sentence password, each key of the simple keypad is displayed with word association information capable of associating a hidden word. When a plurality of keys are input from the simple keypad, the user terminal 100 may extract a hidden word matching the input key value, generate a sentence password, and use the sentence password as authentication information.
여기서, 문장 패스워드는, 문법적으로 알맞은 문자열일 수 있고, 문법적으로 의미가 전혀 없는 문자열일 수도 있다. 마찬가지로, 문장 패스워드를 통해 분해된 단어는 사전에 등재된 단어일 수도 있고, 사전에 등재되지 않아 그 자체로는 의미를 없는 문자열일 수도 있다. Here, the sentence password may be a grammatically correct string or a string having no grammatical meaning. Similarly, a word decomposed through a sentence password may be a word listed in a dictionary or a string which is not listed in the dictionary and thus has no meaning in itself.
다른 실시형태로서, 사용자 단말(100)은 간편 키패드를 통해서, 자체적인 인증(즉, 로컬 인증)을 수행할 수도 있다. 즉, 사용자 단말(100)은 화면 잠금 해제, 애플리케이션 접근, 보안 폴더 접근 등과 같이 내부적인 접근을 허용하기 위해, 간편 키패드를 통해 키를 입력받고, 입력된 키를 통해서 사용자를 자체적으로 인증할 수도 있다.As another embodiment, the user terminal 100 may perform its own authentication (ie, local authentication) via the simple keypad. That is, the user terminal 100 may receive a key through a simple keypad to allow internal access, such as screen unlocking, application access, secure folder access, and the like, and may authenticate itself by the input key. .
이러한 사용자 단말(100)은 스마트폰, 태블릿 PC 등으로서, 네트워크(300)를 통해서 각종 서버와 통신 가능한 장치라면 제한되지 않고 채택 가능하다.The user terminal 100 is a smartphone, a tablet PC, or the like, and any device capable of communicating with various servers through the network 300 can be adopted without limitation.
서비스 서버(200)는 사용자 단말(100)과 연동하여 간편 패스워드 서비스를 제공하는 서버로서, 단어 키패드 또는 간편 키패드를 사용자 단말(100)로 제공하는 기능을 수행한다. 서비스 서버(200)는 일반 키패드를 통해서 입력된 문장 패스워드를 수신하면, 문장 패스워드를 복수의 단어로서 분해한 후, 분해된 단어가 기록된 단어 키패드를 사용자 단말(100)로 전송하거나, 분해된 단어가 키에 매칭된 간편 키패드를 사용자 단말(100)로 전송할 수 있다. The service server 200 is a server providing a simple password service in cooperation with the user terminal 100, and performs a function of providing a word keypad or a simple keypad to the user terminal 100. When the service server 200 receives a sentence password input through a general keypad, the service password is decomposed into a plurality of words, and then the word keypad on which the decomposed word is recorded is transmitted to the user terminal 100 or the decomposed word. The simple keypad matched with the key may be transmitted to the user terminal 100.
또한, 서비스 서버(200)는 사용자 단말(100)로부터 간편 키패드 재설정을 요구받은 경우, 기존에 등록된 문장 패스워드를 사용자 단말(100)로 요구하여 수신한 후, 문장 패스워드가 일치하면, 단어 키패드 또는 간편 키패드를 재생성하여 사용자 단말(100)로 제공할 수 있다. In addition, when the service server 200 receives a simple keypad reset request from the user terminal 100, receives and receives a previously registered sentence password from the user terminal 100, and if the sentence password matches, the word keypad or The simple keypad may be regenerated and provided to the user terminal 100.
도 2는 본 발명의 일 실시예에 따른, 사용자 단말의 구성을 나타내는 도면이다.2 is a diagram illustrating a configuration of a user terminal according to an embodiment of the present invention.
도 2에 도시된 바와 같이, 본 발명의 일 실시예에 따른, 사용자 단말(100)은 메모리(110), 메모리 제어기(121), 하나 이상의 프로세서(CPU)(122), 주변 인터페이스(123), 입출력(I/O) 서브시스템(130), 디스플레이 장치(141), 입력 장치(142) 및 통신 회로(150)를 포함한다. 이러한 구성요소는 하나 이상의 통신 버스 또는 신호선을 통하여 통신한다. 도 2에 도시한 여러 구성요소는 하나 이상의 신호 처리 및/또는 애플리케이션 전용 집적 회로(application specific integrated circuit)를 포함하여, 하드웨어, 소프트웨어 또는 하드웨어와 소프트웨어 둘의 조합으로 구현될 수 있다.As shown in FIG. 2, the user terminal 100 according to an embodiment of the present invention may include a memory 110, a memory controller 121, one or more processors 122, a peripheral interface 123, Input / output (I / O) subsystem 130, display device 141, input device 142, and communication circuitry 150. These components communicate via one or more communication buses or signal lines. The various components shown in FIG. 2 may be implemented in hardware, software or a combination of both hardware and software, including one or more signal processing and / or application specific integrated circuits.
메모리(110)는 고속 랜덤 액세스 메모리를 포함할 수 있고, 또한 하나 이상의 자기 디스크 저장 장치, 플래시 메모리 장치와 같은 불휘발성 메모리, 또는 다른 불휘발성 반도체 메모리 장치를 포함할 수 있다. 일부 실시예에서, 메모리(110)는 하나 이상의 프로세서(122)로부터 멀리 떨어져 위치하는 저장 장치, 예를 들어 통신 회로(150)와, 인터넷, 인트라넷, LAN(Local Area Network), WLAN(Wide LAN), SAN(Storage Area Network) 등, 또는 이들의 적절한 조합과 같은 통신 네트워크를 통하여 액세스되는 네트워크 부착형 저장 장치를 더 포함할 수 있다. 프로세서(122) 및 주변 인터페이스(123)와 같은 사용자 단말(100)의 다른 구성요소에 의한 메모리(110)로의 액세스는 메모리 제어기(121)에 의하여 제어될 수 있다.The memory 110 may include fast random access memory, and may also include one or more magnetic disk storage devices, nonvolatile memory such as flash memory devices, or other nonvolatile semiconductor memory devices. In some embodiments, memory 110 is a storage device located remote from one or more processors 122, such as communication circuitry 150, the Internet, an intranet, a local area network (LAN), and a wide area network (WLAN). Network attached storage devices that are accessed through a communication network, such as a storage area network (SAN), or any suitable combination thereof. Access to memory 110 by other components of user terminal 100, such as processor 122 and peripheral interface 123, may be controlled by memory controller 121.
주변 인터페이스(123)는 장치의 입출력 주변 장치를 프로세서(122) 및 메모리(110)와 연결시킨다. 하나 이상의 프로세서(122)는 다양한 소프트웨어 프로그램 및/또는 메모리(110)에 저장되어 있는 명령어 세트를 실행하여 사용자 단말(100)을 위한 여러 기능을 수행하고 데이터를 처리한다.The peripheral interface 123 connects the input / output peripheral of the device with the processor 122 and the memory 110. One or more processors 122 execute a set of instructions stored in various software programs and / or memories 110 to perform various functions for the user terminal 100 and to process data.
일부 실시예에서, 주변 인터페이스(123), 프로세서(122) 및 메모리 제어기(121)는 칩(120)과 같은 단일 칩 상에서 구현될 수 있다. 일부 다른 실시예에서, 이들은 별개의 칩으로 구현될 수 있다.In some embodiments, peripheral interface 123, processor 122, and memory controller 121 may be implemented on a single chip, such as chip 120. In some other embodiments, they may be implemented in separate chips.
I/O 서브시스템(130)은 디스플레이 장치(141), 입력 장치(142)와 같은 사용자 단말(100)의 입출력 주변장치와 주변 인터페이스(123) 사이에 인터페이스를 제공한다. The I / O subsystem 130 provides an interface between the input / output peripheral of the user terminal 100, such as the display device 141, the input device 142, and the peripheral interface 123.
디스플레이 장치(141)는 LCD(liquid crystal display) 기술, LPD(light emitting polymer display) 또는 LED(light emitting diode) 기술을 사용할 수 있고, 이러한 디스플레이 장치(141)는 용량형, 저항형, 적외선형 등의 터치 디스플레이일 수 있다. 터치 디스플레이는 장치와 사용자 사이에 출력 인터페이스 및 입력 인터페이스를 제공한다. 터치 디스플레이는 사용자에게 시각적인 출력을 표시한다. 시각적 출력은 텍스트, 그래픽, 비디오와 이들의 조합을 포함할 수 있다. 시각적 출력의 일부 또는 전부는 사용자 인터페이스 대상에 대응할 수 있다. 터치 디스플레이는 사용자 입력을 수용하는 터치 감지면을 형성하고, 본 발명에 따른 간편 키패드, 단어 키패드 또는 일반 키패드가 디스플레이될 수 있다.The display device 141 may use a liquid crystal display (LCD) technology, a light emitting polymer display (LPD) technology, or a light emitting diode (LED) technology, and the display device 141 may be a capacitive type, a resistive type, an infrared type, or the like. It may be a touch display. The touch display provides an output interface and an input interface between the device and the user. The touch display presents visual output to the user. The visual output may include text, graphics, video, and combinations thereof. Some or all of the visual output may correspond to user interface objects. The touch display forms a touch sensing surface that accepts user input, and a simple keypad, a word keypad or a general keypad according to the present invention can be displayed.
입력 장치(142)는 키보드, 마우스 등과 같은 입력수단으로서, 사용자의 입력신호를 수신한다. The input device 142 is an input means such as a keyboard, a mouse, and the like, and receives a user input signal.
프로세서(122)는 사용자 단말(100)에 연관된 동작을 수행하고 명령어들을 수행하도록 구성된 프로세서로서, 예를 들어, 메모리(110)로부터 검색된 명령어들을 이용하여, 사용자 단말(100)의 컴포넌트 간의 입력 및 출력 데이터의 수신과 조작을 제어할 수 있다. The processor 122 is a processor configured to perform operations associated with the user terminal 100 and to perform instructions, for example, input and output between components of the user terminal 100 using instructions retrieved from the memory 110. Receive and manipulate data can be controlled.
통신 회로(150)는 안테나를 통해 무선 전자파를 송수신하거나 유선 케이블을 통해 데이터를 송수신한다. 통신 회로(150)는 전기 신호를 전자파로 또는 그 반대로 변환하며 이 전자파를 통하여 통신 네트워크, 다른 이동형 게이트웨이 장치 및 통신 장치와 통신할 수 있다. 통신 회로(150)는 예를 들어 안테나 시스템, RF 트랜시버, 하나 이상의 증폭기, 튜너, 하나 이상의 오실레이터, 디지털 신호 처리기, CODEC 칩셋, 가입자 식별 모듈(subscriber identity module, SIM) 카드, 메모리 등을 포함하지만 이에 한정되지 않는, 이러한 기능을 수행하기 위한 주지의 회로를 포함할 수 있다. 통신 회로(150)는 월드 와이드 웹(World Wide Web, WWW)으로 불리는 인터넷, 인트라넷과 네트워크 및/또는 이동통신 네트워크, 무선 LAN 및/또는 MAN(metropolitan area network)와 같은 무선 네트워크 또는 유선 네트워크를 통해 다른 장치와 통신할 수 있다. The communication circuit 150 transmits and receives wireless electromagnetic waves through an antenna or transmits and receives data through a wired cable. The communication circuit 150 converts an electrical signal into an electromagnetic wave and vice versa and can communicate with the communication network, another mobile gateway device, and the communication device through the electromagnetic wave. Communications circuit 150 includes, but is not limited to, for example, an antenna system, an RF transceiver, one or more amplifiers, tuners, one or more oscillators, digital signal processors, CODEC chipsets, subscriber identity module (SIM) cards, memory, and the like. It may include, but is not limited to, known circuitry for performing this function. The communication circuit 150 may be via a wired or wireless network such as the Internet, intranet and network and / or mobile communication network, wireless LAN and / or metropolitan area network (MAN), called the World Wide Web (WWW). Communicate with other devices.
소프트웨어 구성요소인 운영 체제(111), 그래픽 모듈(명령어 세트)(112) 및 간편 패스워드 프로그램(명령어 세트)(113)이 메모리(110)에 탑재(설치)된다. An operating system 111, a graphics module (instruction set) 112, and a simple password program (instruction set) 113, which are software components, are mounted (installed) in the memory 110.
운영 체제(111)는, 내장 운영체제일 수 있고, 일반적인 시스템 태스크(task)(예를 들어, 메모리 관리, 저장 장치 제어, 전력 관리 등)를 제어 및 관리하는 다양한 소프트웨어 구성요소 및/또는 장치를 포함할 수 있다. Operating system 111 may be an embedded operating system and includes various software components and / or devices that control and manage general system tasks (eg, memory management, storage device control, power management, etc.). can do.
그래픽 모듈(112)은 디스플레이 장치(141) 상에 그래픽을 제공하고 표시하기 위한 주지의 여러 소프트웨어 구성요소를 포함한다. "그래픽(graphic)"이란 용어는 텍스트, 웹 페이지, 키 버튼, 디지털 이미지, 비디오, 애니메이션 등을 제한 없이 포함하여, 사용자에게 표시될 수 있는 모든 대상을 포함한다. Graphics module 112 includes various well-known software components for presenting and displaying graphics on display device 141. The term "graphic" includes all objects that can be displayed to the user, including, without limitation, text, web pages, key buttons, digital images, videos, animations, and the like.
간편 패스워드 프로그램(113)은 문장 패스워드를 편리하게 생성하고 관리해 주는 프로그램으로서, 키에 문자가 은닉하게 매칭된 간편 키패드를 디스플레이한다.The simple password program 113 is a program that conveniently generates and manages a sentence password, and displays a simple keypad in which characters are secretly matched to keys.
상기 패스워드 관리 프로그램(113)은 본 발명에 따른 간편 패스워드 애플리케이션이 설치되는 경우에, 메모리(110)에 탑재될 수 있다.The password management program 113 may be mounted in the memory 110 when the simple password application according to the present invention is installed.
도 3은 본 발명의 일 실시예에 따른, 간편 패스워드 프로그램의 구성을 나타내는 도면이다.3 is a diagram showing the configuration of a simple password program according to an embodiment of the present invention.
도 3에 도시된 바와 같이, 본 발명의 일 실시예에 따른 간편 패스워드 프로그램(113)은 키패드 획득 모듈(31), 키패드 관리 모듈(32), 패스워드 생성 모듈(33) 및 인증 처리 모듈(34)을 포함한다. As shown in FIG. 3, the simple password program 113 according to an embodiment of the present invention includes a keypad acquisition module 31, a keypad management module 32, a password generation module 33, and an authentication processing module 34. It includes.
키패드 획득 모듈(31)은 서비스 서버(200)와 연동하여, 간편 키패드를 획득하여 저장한다. 상기 키패드 획득 모듈(31)은 간편 패스워드 서비스가 서비스 서버(200)로 등록되는 경우, 간편 키패드를 획득할 수 있다. 후술하는 제1실시예에서 같이, 키패드 획득 모듈(31)은 일반 키패드를 통해서 입력된 문장 패스워드를 서비스 서버(200)로 전송하고, 서비스 서버(200)로부터 단어 키패드를 수신한다. 후술하는 제2실시예 또는 제3실시예에서와 같이, 키패드 획득 모듈(31)은 단어가 매칭된 간편 키패드를 서비스 서버(200)로부터 수신할 수 있다. The keypad acquisition module 31 acquires and stores a simple keypad in cooperation with the service server 200. The keypad obtaining module 31 may obtain a simple keypad when the simple password service is registered with the service server 200. In the first embodiment to be described later, the keypad acquisition module 31 transmits the sentence password input through the general keypad to the service server 200, and receives the word keypad from the service server 200. As in the second or third embodiment described below, the keypad acquisition module 31 may receive the simple keypad matched with words from the service server 200.
키패드 관리 모듈(32)은 단어가 매칭된 간편 키패드를 저장하고 관리하는 기능을 수행한다. 상기 키패드 관리 모듈(32)은 사용자가 인증을 수행하는 경우, 간편 키패드를 출력하여, 간편 키패드를 통해서 인증정보가 입력되게 한다. 실시형태에 따라, 키패드 관리 모듈(32)은 간편 키패드를 생성할 수도 있다. The keypad management module 32 performs a function of storing and managing a simple keypad matched with words. When the user performs authentication, the keypad management module 32 outputs the simple keypad so that the authentication information is input through the simple keypad. Depending on the embodiment, keypad management module 32 may generate a simple keypad.
패스워드 생성 모듈(33)은 간편 키패드의 입력을 감지하고, 입력된 키에 매칭되는 은닉된 단어를 확인하여 조합함으로써, 상대적으로 긴 문장 패스워드를 편리하게 생성한다.The password generation module 33 detects an input of the simple keypad, and conveniently generates a relatively long sentence password by identifying and combining a hidden word matching the input key.
인증 처리 모듈(34)은 상기 패스워드 생성 모듈(33)에서 생성한 문장 패스워드를 인증정보로서 이용하여, 사용자 인증을 진행한다. 상기 인증 처리 모듈(34)은 상기 문장 패스워드를 인증정보로서 서비스 서버(200) 또는 또 다른 외부 서버로 전송하여, 사용자 인증을 진행할 수 있다. 또한, 인증 처리 모듈(34)은 문장 패스워드를 저장하고 나서, 자체적인 인증을 수행할 수도 있다. 즉, 인증 처리 모듈(34)은 애플리케이션 잠금 해제 등과 같이 내부적인 접근 인증 정보로서, 상기 문장 패스워드를 이용할 수 있다. 또 다른 실시형태로서, 상기 인증 처리 모듈(34)은 실질적인 문장 패스워드를 저장하는 것 대신에 상기 문장 패스워드가 입력되는 키 순서를 접근 인증정보로서 사전에 저장하고, 간편 키패드에서 키가 입력되면 입력된 키 순서가 정확한지 여부를 확인함으써, 사용자를 자체적으로 인증할 수도 있다.The authentication processing module 34 uses the sentence password generated by the password generation module 33 as authentication information to perform user authentication. The authentication processing module 34 may transmit the sentence password as authentication information to the service server 200 or another external server to perform user authentication. In addition, the authentication processing module 34 may store the sentence password and then perform its own authentication. That is, the authentication processing module 34 may use the sentence password as internal access authentication information such as unlocking an application. As another embodiment, the authentication processing module 34 stores, in advance, the key sequence into which the sentence password is input, as access authentication information, instead of storing the actual sentence password, and inputs a key when the key is input from the simple keypad. You can also authenticate yourself by checking whether the key sequence is correct.
도 4는 본 발명의 제1실시예에 따른, 사용자 단말이 간편 패스워드 서비스에 등록하는 방법을 설명하는 흐름도이다.4 is a flowchart illustrating a method in which a user terminal registers with a simple password service according to a first embodiment of the present invention.
도 4를 참조하면, 키패드 획득 모듈(31)은 간편 패스워드 서비스 등록을 사용자로부터 요청받으면, 일반 키패드를 디스플레이 장치(141)에 출력한 후(S401), 일정 길이 이상(예컨대, 15 문자 이상)의 문장 패스워드에 대한 입력을 사용자에게 요구한다. 상기 일반 키패드는 기존의 사용되는 키패드로서 쿼티 키패드, 풀 키보드 등이 있다.Referring to FIG. 4, when the keypad acquisition module 31 receives a request for registration of a simple password service from a user, the keypad acquisition module 31 outputs a general keypad to the display device 141 (S401). Prompt the user for a sentence password. The general keypad is a conventional keypad, such as a QWERTY keypad and a full keyboard.
이어서, 키패드 획득 모듈(31)은 사용자가 일정 길이의 문장 패스워드를 일반 키패드를 통해서 입력하면(S403), 상기 문장 패스워드를 서비스 서버(200)로 전송한다(S405).Subsequently, when the user inputs a sentence password having a predetermined length through the general keypad (S403), the keypad obtaining module 31 transmits the sentence password to the service server 200 (S405).
그러면, 서비스 서버(200)는 상기 문장 패스워드를 임시적으로 저장하고, 상기 문장 패스워드를 복수의 단어로 분해한다(S407). 서비스 서버(200)는 문장 패스워드를 의미있는 단어(즉, 사전에 등재된 단어)로 분해할 수 있으며, 문장 패스워드를 일정한 자릿수 글자(예컨대, 3자릿수 글자)로 쪼개어 단어로 분해할 수 있다. 예컨대, 문장 패스워드가 "너를언제나보고싶어"인 경우, 서비스 서버(200)는 상기 문장 패스워드를 '너를', '언제나', '보고싶어'로 분해할 수 있다. 다른 예로서, 문장 패스워드가 "'TheBeatlesIsMyBest'이면, 서비스 서버(200)는 상기 문장 패스워드를 'The', 'Beatles', 'Is', 'My' 및 'Best'로 분해할 수 있다. Then, the service server 200 temporarily stores the sentence password, and decomposes the sentence password into a plurality of words (S407). The service server 200 may decompose the sentence password into a meaningful word (ie, a word listed in the dictionary), and may decompose the sentence password into a certain digit letter (for example, a three digit letter) and decompose it into a word. For example, when the sentence password is "I want to see you", the service server 200 may decompose the sentence password into 'you', 'always', 'I miss you'. As another example, if the sentence password is "'TheBeatlesIsMyBest', the service server 200 may decompose the sentence password into 'The', 'Beatles', 'Is', 'My' and 'Best'.
다음으로, 서비스 서버(200)는 복수의 위장 단어키를 선정한 후, 복수의 분해 단어키 및 상기 복수의 위장 단어키가 뒤섞어 배치된 단어 키패드를 생성한다(S407). 이때, 서비스 서버(200)는 단어 키패드가 간편 키패드로 구현할 때에, 간편 키패드에서 키가 중복되지 않도록 위장 단어키를 선정할 수 있다. Next, the service server 200 selects a plurality of spoof word keys, and then generates a word keypad in which a plurality of disassembled word keys and the plurality of spoof word keys are mixed with each other (S407). In this case, when the word keypad is implemented as a simple keypad, the service server 200 may select a disguised word key so that the keys do not overlap in the simple keypad.
도 5는 한국어로 된 단어키 패드를 예시하는 도면이다.5 is a diagram illustrating a word keypad in Korean.
도 5를 참조하여, 단어 키패드의 구성을 다시 설명하면, 도 5의 단어 키패드(50)에는 분해 단어키(51, 52, 53)와 위장 단어키가 배열되어 있다. 문장 패스워드가 "너를언제나보고싶어"인 경우, 서비스 서버(200)는 상기 문장 패스워드를 '너를', '언제나', '보고싶어'로 분해한 후, 분해된 단어를 입력할 수 있는 분해 단어키(51, 52, 53) 및 위장 단어키가 배열된 단어 키패드를 생성한다. Referring to FIG. 5, the structure of the word keypad will be described again. In the word keypad 50 of FIG. 5, the disassembled word keys 51, 52, and 53 are arranged. When the sentence password is "I want to see you", the service server 200 decomposes the sentence password into 'you', 'always' and 'I miss you', and then decomposes the word key to input the decomposed word. And a word keypad arranged with (51, 52, 53) and a camouflage word key.
다음으로, 서비스 서버(200)는 상기 생성한 단어 키패드를 사용자 단말(100)로 전송한다(S411).Next, the service server 200 transmits the generated word keypad to the user terminal 100 (S411).
그러면, 사용자 단말(100)의 키패드 획득 모듈(31)은 상기 단어 키패드를 디스플레이 장치(141)에 출력하여(S413), 상기 단어 키패드를 통한 문장 패스워드 재입력을 사용자에게 요구한다. 이어서, 키패드 획득 모듈(31)은 사용자가 상기 단어 키패드를 통해서 문장 패스워드를 입력하면(S415), 이 문장 패스워드를 서비스 서버(200)로 전송한다(S417). 예컨대, 단어 키패드가 도 5와 같다고 가정하고, 사용자가 51 참조부호의 단어키, 52 참조부호의 단어키, 53 참조부호의 단어키를 순차적으로 입력하면, 문장 패스워드는 '너를언제나보고싶어'가 된다.Then, the keypad acquisition module 31 of the user terminal 100 outputs the word keypad to the display device 141 (S413), and requests the user to re-enter the sentence password through the word keypad. Subsequently, when the user inputs a sentence password through the word keypad (S415), the keypad obtaining module 31 transmits the sentence password to the service server 200 (S417). For example, assuming that the word keypad is the same as that of FIG. 5, and the user sequentially inputs the 51 key word key, the 52 key word key, and the 53 key word key, the sentence password is 'I want to see you'. do.
서비스 서버(200)는 사용자 단말(100)로부터 수신한 문장 패스워드가 이전에 저장한 문장 패스워드와 일치하는지 여부를 확인한다(S419). 즉, 서비스 서버(200)는 일반 키패드를 통해 사용자가 입력한 문장 패스워드와 단어 키패드를 통해서 사용자가 입력한 문장 패스워드가 일치하는지 여부를 확인한다. 서비스 서버(200)는 두 문장 패스워드가 일치하지 않으면, 서비스 등록 실패 메시지를 사용자 단말(100)로 전송하여, 문장 패스워드의 등록이 다시 진행되게 한다. 문장 패스워드 등록이 다시 진행되는 경우, 사용자 단말(100)은 S411 단계에서 수신한 단어 키패드를 폐기하고 S401 이후를 다시 진행한다.The service server 200 checks whether the sentence password received from the user terminal 100 matches the sentence password previously stored (S419). That is, the service server 200 checks whether the sentence password entered by the user through the general keypad and the sentence password input by the user through the word keypad match. If the two sentence passwords do not match, the service server 200 transmits a service registration failure message to the user terminal 100, so that the registration of the sentence password is performed again. When the sentence password registration is again performed, the user terminal 100 discards the word keypad received in step S411 and proceeds again after S401.
반면에, 서비스 서버(200)는 두 문장 패스워드가 일치하여 인증에 성공한 경우, 문장 패스워드를 사용자 정보와 함께 저장하여 등록하고(S421), 서비스 등록 알림 메시지를 사용자 단말(100)로 전송한다(S423).On the other hand, the service server 200, if the two sentence passwords match the authentication is successful, the sentence password is stored and registered with the user information (S421), and transmits the service registration notification message to the user terminal (100) (S423) ).
그러면, 키패드 획득 모듈(31)은 단어 키패드를 획득하게 되고, 키패드 관리 모듈(32)은 상기 단어 키패드를 저장한다(S425). 이어서, 키패드 관리 모듈(32)은 상기 단어 키패드에 배열된 단어키에서 일정 자리의 글자를 제거하여 간편키를 형성함으로써, 상기 단어 키패드를 간편 키패드로 변환한다(S427). 즉, 키패드 관리 모듈(32)은 단어 키패드에 표출된 단어가 간편키를 통해서 연상될 수 있도록, 단어에서 일정 자리의 글자를 제거하고, 이렇게 제거된 단어가 단어 연상 정보(즉, 단어키에서 일부 글자가 제거된 정보)로서 표출되도록 간편 키패드를 구성한다. 이어서, 키패드 관리 모듈(32)은 단어 키패드의 단어와 간편 키패드의 간편키를 각각 일대일 은닉하여 매칭한다. 이러한 매칭에 의해서, 특정 간편키가 입력되면, 이 간편키가 매칭된 단어가 패스워드의 입력 정보가 된다.Then, the keypad acquisition module 31 acquires the word keypad, and the keypad management module 32 stores the word keypad (S425). Subsequently, the keypad management module 32 converts the word keypad into a simple keypad by forming a simple key by removing a letter of a certain place from the word keys arranged on the word keypad (S427). That is, the keypad management module 32 removes a certain letter from the word so that the word displayed on the word keypad can be associated with the shortcut key, and the removed word is part of the word association information (ie, the word key). The simple keypad is configured to be displayed as information with letters removed. Subsequently, the keypad management module 32 conceals and matches the words of the word keypad and the simple keys of the simple keypad, respectively. By this matching, when a specific softkey is input, the word matched with this softkey becomes the input information of the password.
키패드 관리 모듈(32)은 단어 키패드에 배열된 단어키에서 앞자리 일부 글자(예컨대, 앞자리 한 글자 또는 앞자리 두 글자)만 남겨두고 나머지 글자를 제거하여 간편키를 생성할 수 있으며, 반대로 뒷자리 일부 글자(예컨대, 뒷자리 한 글자 또는 뒷자리 두 글자)만 남겨두고 나머지 글자를 제거하여 간편키를 생성할 수 있다. 도 6은 도 5의 단어 키패드와 대응되는 간편 키패드를 예시하는 도면이다.The keypad management module 32 may generate a shortcut key by removing only the first letter (for example, one letter or two letters) from the word keys arranged on the word keypad and removing the remaining letters. For example, a simple key may be generated by removing only the last letter or two letters after the second letter and removing the remaining letters. FIG. 6 is a diagram illustrating a simple keypad corresponding to the word keypad of FIG. 5.
도 6의 간편 키패드는, 도 5의 단어 키패드에 배열된 단어키에서 앞자리 첫 글자만 남겨두고 나머지 글자를 제거하여 변환된다. 즉, '언제나'의 단어키는 '언'의 간편키로, '바로' 단어키는 '바' 간편키로 변환되고, 간편키에서 '언'이 입력되면 실질적으로 '언제나'가 문장 패스워드의 문자열로 입력된다. 또한, 간편키 '언'은 '언제나'의 단어 연상 정보로서 표출되고, 간편키 '바'는 '바로'의 단어 연상 정보로서 표출된다. The simple keypad of FIG. 6 is converted by removing only the first letter of the first digit from the word key arranged in the word keypad of FIG. 5. That is, the word key of 'always' is converted into a shortcut key of 'un', the word key is converted into 'bar' shortcut key, and when 'un' is input from the shortcut key, 'always' is actually a string of sentence password. Is entered. In addition, the shortcut key 'un' is expressed as word association information of 'always', and the shortcut key 'bar' is expressed as word association information of 'baro'.
도 7은 영어로 된 단어 키패드를 예시하는 도면이고, 도 8은 도 7의 단어 키패드와 대응되는 간편 키패드를 예시하는 도면이다.FIG. 7 is a diagram illustrating a word keypad in English, and FIG. 8 is a diagram illustrating a simple keypad corresponding to the word keypad of FIG. 7.
도 7과 도 8을 참조하면, 도 7의 단어 키패드에 배열된 단어키에서 앞자리 두 글자만 남겨두고 나머지 글자를 제거하여 변환된다. 즉, 'good' 단어키는 'go'의 간편키로, 'father' 단어키는 'fa' 간편키로 변환된다. 간편키 'go'은 'good'의 단어 연상 정보로서 표출되고, 간편키 'fa'는 'father'의 단어 연상 정보로서 표출된다. 간편키에서 'go'가 입력되면 실질적으로 'good'가 문장 패스워드의 문자열로 입력된다.Referring to FIGS. 7 and 8, only the first two letters of the word key arranged in the word keypad of FIG. 7 are removed and the remaining letters are removed. That is, the word key of good is converted into a shortcut key of go, and the word key of father is converted into a fa key. The shortcut key 'go' is expressed as word association information of 'good' and the shortcut key 'fa' is expressed as word association information of 'father'. When 'go' is entered in a shortcut key, 'good' is actually entered as a string of sentence passwords.
한편, 키패드 관리 모듈(32)은 상기 변환한 간편 키패드에서 중복되는 키가 존재하는 경우, 서비스 서버(200)로 단어 키패드 재생성을 요청할 수 있다. 부연하면, 단어 키패드가 간편 키패드로 변환될 때에, 간편 키패드에 배열된 간편키가 충돌(즉, 중복)될 수 있다. 이 경우, 키패드 관리 모듈(32)은 단어 키패드의 재생성 서비스 서버(200)로 요청할 수 있다. 그러면, 서비스 서버(200)는 위장 단어를 다시 선정하거나, 문장 패스워드를 다른 방식으로 분해한 후, 분해 단어키와 위장 단어키가 배열된 단어 키패드를 재생성하고, 이 재생성한 단어 키패드를 사용자 단말(100)로 전송한다. 그러면, 사용자 단말(100)은 S413 단계 이후를 다시 진행한다.In the meantime, when there is a duplicate key in the converted simple keypad, the keypad management module 32 may request the service server 200 to regenerate the word keypad. In other words, when a word keypad is converted to a simple keypad, the simple keys arranged on the simple keypad may collide (ie, overlap). In this case, the keypad management module 32 may make a request to the regeneration service server 200 of the word keypad. Then, the service server 200 reselects the spoofed word or decomposes the sentence password in another manner, and regenerates the word keypad in which the disassembled word key and the spoof word key are arranged, and regenerates the regenerated word keypad into the user terminal ( 100). Then, the user terminal 100 proceeds again after step S413.
키패드 관리 모듈(32)은 하나의 간편키에 복수의 단어를 복수로 매칭할 수 있고, 이 경우 간편키의 누름 횟수에 따라 서로 다른 단어가 입력된다. 예를 들어, 간편키 '아'에는 '아이고', '아버지', '아빠'가 매칭될 수 있고, 간편키가 첫 번째 입력되면, '아이고'가 문장 패스워드의 문자열로 입력되고, 간편키가 두 번째 입력되면, '아버지'가 문장 패스워드의 문자열로 입력되며, 간편키가 세 번째 입력되면 '아빠'가 문장 패스워드의 문자열로 입력된다.The keypad management module 32 may match a plurality of words to a single shortcut key, and in this case, different words are input according to the number of pressing of the shortcut key. For example, the soft key 'A' may be matched with 'AIGO', 'Father', and 'DAD'. When the first softkey is input, 'AIGO' is entered as a string of sentence passwords. The second time, 'father' is input as the sentence password string, and the softkey is input the third time, 'dad' is input as the sentence password string.
또 다른 실시형태로서, 서비스 서버(200)는 사용자 단말(100)로의 단어 키패드를 전송을 생략하고, 위장 단어 또는 분해 단어와 은닉되어 매칭되고, 일부 글자가 단어 연상 정보로서 표출된 간편 키패드를 생성하여 사용자 단말(100)로 전송할 수도 있다. 이 경우, 서비스 서버(200)는 문장 패스워드를 복수의 단어로 분해하고, 위장 단어를 선정한다. 그리고 서비스 서버(200)는 상기 분해 단어에서 일부 글자를 제거하고 위장 단어에서 일부 글자가 제거하여 각 단어별 연상 정보를 생성한 후, 상기 단어 연상 정보가 간편키에 표출되는 간편 키패드를 생성한다. 이때, 서비스 서버(200)는 각 간편키에 단어(즉, 분해 단어 또는 위장 단어)를 은닉하여 매칭한다. 그리고 서비스 서버(200)는 각 간편키에 단어 연상 정보가 표출되고 단어가 은닉되어 매칭된 간편 키패드를 사용자 단말(100)로 전송한다. 그러면, 사용자 단말(100)의 키패드 획득 모듈(31)은 상기 간편 키패드를 디스플레이 장치(141)에 출력하여 상기 간편 키패드를 통한 문장 패스워드 재입력을 사용자에게 요구한다. 이어서, 상기 간편 키패드에서 키가 입력하면, 패스워드 생성 모듈(33)은 간편키와 매칭되는 은닉 단어를 확인한 후, 이 은닉 단어가 조합된 문장 패스워드를 생성하고, 인증 처리 모듈(34)은 상기 문장 패스워드를 서비스 서버(200)로 전송한다. 서비스 서버(200)는 사용자 단말(100)로부터 수신한 문장 패스워드가 이전에 임시적으로 저장한 문장 패스워드와 일치하는지 여부를 확인하여 일치하면, 서비스 등록 알림 메시지를 사용자 단말(100)로 전송한다. 그러면, 키패드 관리 모듈(32)은 각 키에 은닉된 단어가 매칭되고 단어 연상 정보가 표출된 간편 키패드를 저장한다.As another embodiment, the service server 200 omits the transmission of the word keypad to the user terminal 100, generates a simple keypad in which a secret key word or secret word is hidden and matched, and some letters are expressed as word association information. May be transmitted to the user terminal 100. In this case, the service server 200 decomposes the sentence password into a plurality of words and selects a spoof word. The service server 200 removes some letters from the decomposed word and removes some letters from the disguised word to generate associative information for each word, and then generates a simple keypad for displaying the word associative information on a simple key. In this case, the service server 200 conceals and matches a word (that is, a decomposed word or a spoof word) to each shortcut key. In addition, the service server 200 transmits word association information to each convenience key and conceals a word, and transmits the matched convenience keypad to the user terminal 100. Then, the keypad acquisition module 31 of the user terminal 100 outputs the simple keypad to the display device 141 to request the user to re-enter the sentence password through the simple keypad. Subsequently, when a key is input on the simple keypad, the password generation module 33 checks the hidden word matching the simple key, and then generates a sentence password combining the hidden word, and the authentication processing module 34 generates the sentence. The password is transmitted to the service server 200. The service server 200 checks whether or not the sentence password received from the user terminal 100 matches the previously stored sentence password, and transmits a service registration notification message to the user terminal 100. The keypad management module 32 then stores the simple keypad in which the words hidden in each key match and the word association information is expressed.
또 다른 실시예로서, 텐 키패드 또는 이미지 키패드에 배열된 키를 이용하여 간편 키패드가 구성될 수도 있다.As yet another embodiment, the simple keypad may be configured using keys arranged on the ten keypad or the image keypad.
제2실시예와 제3실시예에 대한 설명에 있어서, 제1실시예와 중복되는 부분은 압축하여 요약하기로 한다.In the description of the second and third embodiments, portions overlapping with the first embodiment will be compressed and summarized.
도 9는 본 발명의 제2실시예에 따른, 사용자 단말이 간편 패스워드 서비스에 등록하는 방법을 설명하는 흐름도이다.9 is a flowchart illustrating a method for registering a simple password service by a user terminal according to a second embodiment of the present invention.
도 9를 참조하면, 키패드 획득 모듈(31)은 간편 패스워드 서비스 등록을 사용자로부터 요청받으면, 일반 키패드를 디스플레이 장치(141)에 출력한 후(S901), 일정 길이 이상(예컨대, 15 문자 이상)의 문장 패스워드를 사용자로부터 입력받는다(S903). 이어서, 키패드 획득 모듈(31)은 상기 문장 패스워드를 서비스 서버(200)로 전송한다(S905).Referring to FIG. 9, when the keypad acquisition module 31 receives a request for registration of a simple password service from a user, the keypad acquisition module 31 outputs a general keypad to the display device 141 (S901), and then, for example, a predetermined length or more (eg, 15 characters or more). The sentence password is input from the user (S903). Subsequently, the keypad obtaining module 31 transmits the sentence password to the service server 200 (S905).
그러면, 서비스 서버(200)는 상기 문장 패스워드를 임시적으로 저장하고, 상기 문장 패스워드를 복수의 단어로 분해한다(S907). 다음으로, 서비스 서버(200)는 분해한 각 단어를 텐 키패드의 숫자 키와 은닉하여 매칭한다(S909). 이때, 서비스 서버(200)는 분해한 단어의 첫 글자에 해당하는 숫자 키에 각 분해 단어를 은닉하여 매칭한다. 부연하면, 텐 키패드의 각 숫자에는 영문 알파벳 또는 한글 자음/모음이 기록되어 있고, 상기 서비스 서버(200)는 분해한 단어의 첫 글자에 해당하는 영문 알파벳 또는 한글 자음/모음을 확인하여, 분해한 단어를 해당 숫자 키에 은닉하여 매칭한다. 상기 서비스 서버(200)는 텐 키패드에 기록된 자음(알파벳)을 단어 연상 정보로서 이용한다.Then, the service server 200 temporarily stores the sentence password, and decomposes the sentence password into a plurality of words (S907). Next, the service server 200 conceals and matches each word decomposed with the numeric keys of the ten keypad (S909). At this time, the service server 200 conceals and matches each decomposed word to a numeric key corresponding to the first letter of the decomposed word. In other words, the English alphabet or the Korean consonant / vowels are recorded in each number of the ten keypad, and the service server 200 checks the English alphabet or the Korean consonant / vowels corresponding to the first letter of the decomposed word, and decomposes them. Matches a word by hiding it in the corresponding numeric key. The service server 200 uses consonants (alphabet) recorded on the ten keypad as word association information.
또한, 서비스 서버(200)는 위장 단어를 생성할 수 있으며, 분해 단어가 매칭되지 않은 숫자 키에 상기 위장 단어를 은닉하여 매칭할 수 있다. 한편, 서비스 서버(200)는 복수의 분해 단어가 하나의 숫자 키에 동일하게 매칭되어야 하는 경우, 서비스 서버(200)는 하나의 숫자 키에 복수의 단어를 복수로 매칭할 수 있고, 단어가 중복 매칭된 숫자 키의 입력 순서에 따라 서로 다른 단어가 입력되도록 간편 키패드를 구성할 수 있다.In addition, the service server 200 may generate a spoof word, and conceal and match the spoof word to a numeric key that does not match a decomposition word. On the other hand, if the service server 200 needs to match a plurality of decomposition words equally to one numeric key, the service server 200 may match a plurality of words to a single numeric key, and the words overlap. The simple keypad may be configured to input different words according to the input order of the matched numeric keys.
도 10은 분해 단어가 텐 키패드에 매칭된 상태를 예시한 도면으로서, 도 10에 따르면, 문장 패스워드는 'TheBeatlesIsMyBest'이고, 분해 단어는 'The', 'Beatles', 'Is', 'My' 및 'Best'이며, 분해 단어 중에서 'The'는 단어 연상 정보 't'가 포함된 8번 키, 'Beatles'는 단어 연상 정보 'b'가 포함된 2번키, 'Is'는 단어 연상 정보 'i'가 포함된 4번키, 'My'는 단어 연상 정보 'm'이 포함된 6번키, 'Best'는 단어 연상 정보 'b'가 포함된 2번키에 각각 매칭된다. 여기서, 'Beatles'와 'Best'는 2번 키에 중복되어 매칭되는데, 2번 키가 처음 입력되면 'Beatles'가 실제 문장 패스워드의 문자열로 기록되고, 2번 키가 두 번째로 입력되면 'Best'가 문장 패스워드에 기록되도록, 간편 키패드가 구성될 수 있다.FIG. 10 is a diagram illustrating a disassembled word matched to a ten keypad. According to FIG. 10, the sentence password is 'TheBeatlesIsMyBest', and the disassembled words are 'The', 'Beatles', 'Is', 'My', and the like. 'Best', 'The' is the 8th key with the word association 't', 'Beatles' is the 2nd key with the word association 'b', and 'Is' is the word association 'i' '4' key including ',' 'my' is the sixth key containing the word association information 'm', 'Best' is matched to the second key containing the word association information 'b', respectively. Here, 'Beatles' and 'Best' are duplicated and matched with key 2. When key 2 is first entered, 'Beatles' is recorded as a string of the actual sentence password, and key 2 is entered with 'Best' The simple keypad can be configured such that 'is recorded in the sentence password.
서비스 서버(200)는 분해 단어가 매칭된 텐 키패드를 사용자 단말(100)로 전송한다(S911).The service server 200 transmits the ten keypad matched with the decomposed word to the user terminal 100 (S911).
그러면, 키패드 획득 모듈(31)은 상기 서비스 서버(200)로부터 수신한 텐 키패드를 디스플레이 장치(141)에 출력하여(S913), 상기 텐 키패드를 통한 문장 패스워드 재입력을 사용자에게 요구한다. 이어서, 키패드 획득 모듈(31)은 상기 텐 키패드에서 숫자 키를 입력하면(S915), 패스워드 생성 모듈(33)은 숫자 키와 은닉되어 매칭되는 단어를 확인하여 이 단어가 조합된 문장 패스워드를 생성한다. 그러면, 인증 처리 모듈(34)은 상기 생성된 문장 패스워드를 서비스 서버(200)로 전송한다(S917). 예컨대, 텐 키패드가 도 10과 같다고 가정하고, 사용자가 8번키, 2번키, 4번키, 6번키, 2번키를 순차적으로 입력하면, 문장 패스워드는 'TheBeatlesIsMyBest'가 된다.Then, the keypad acquisition module 31 outputs the ten keypad received from the service server 200 to the display device 141 (S913), and requests the user to reenter the sentence password through the ten keypad. Subsequently, when the keypad obtaining module 31 inputs a numeric key in the ten keypad (S915), the password generating module 33 checks a matching word hidden with the numeric key to generate a sentence password combining the words. . Then, the authentication processing module 34 transmits the generated sentence password to the service server 200 (S917). For example, assuming that the ten keypad is the same as that of FIG. 10, when the user sequentially inputs the eighth key, the second key, the fourth key, the sixth key, and the second key, the sentence password becomes 'TheBeatlesIsMyBest'.
서비스 서버(200)는 사용자 단말(100)로부터 수신한 문장 패스워드가 이전에 임시적으로 저장한 문장 패스워드와 일치하는지 여부를 확인한다(S919). 즉, 서비스 서버(200)는 일반 키패드를 통해 사용자가 입력한 문장 패스워드와 텐 키패드를 통해서 사용자가 입력한 문장 패스워드가 일치하는지 여부를 확인한다. 서비스 서버(200)는 두 문장 패스워드가 일치하여 인증에 성공한 경우, 문장 패스워드를 사용자 정보와 함께 저장하여 등록하고(S921), 서비스 등록 알림 메시지를 사용자 단말(100)로 전송한다(S923).The service server 200 checks whether the sentence password received from the user terminal 100 matches the sentence password temporarily stored previously (S919). That is, the service server 200 checks whether the sentence password input by the user through the general keypad and the sentence password input by the user are identical. If authentication is successful because the two sentence passwords match, the service server 200 stores and registers the sentence password with the user information (S921), and transmits a service registration notification message to the user terminal 100 (S923).
그러면, 키패드 획득 모듈(31)은 은닉된 단어가 매칭되고 단어 연상 정보로서 자음/모음이 표출된 텐 키패드를 획득하게 되고, 키패드 관리 모듈(32)은 상기 텐 키패드를 간편 키패드로서 저장한다(S925).Then, the keypad acquiring module 31 acquires a ten keypad in which hidden words are matched and consonants / vowels are expressed as word association information, and the keypad management module 32 stores the ten keypad as a simple keypad (S925). ).
도 11은 본 발명의 제3실시예에 따른, 사용자 단말이 간편 패스워드 서비스에 등록하는 방법을 설명하는 흐름도이다.11 is a flowchart illustrating a method for registering a simple password service by a user terminal according to a third embodiment of the present invention.
도 11을 참조하면, 키패드 획득 모듈(31)은 간편 패스워드 서비스 등록을 사용자로부터 요청받으면, 일반 키패드를 디스플레이 장치(141)에 출력한 후(S1101), 일정 길이 이상(예컨대, 15 문자 이상)의 문장 패스워드를 사용자로부터 입력받는다(S1103). 이어서, 키패드 획득 모듈(31)은 상기 문장 패스워드를 서비스 서버(200)로 전송한다(S1105).Referring to FIG. 11, when the keypad acquisition module 31 receives a request for registration of a simple password service from a user, the keypad acquisition module 31 outputs a general keypad to the display device 141 (S1101), and then, has a predetermined length or more (eg, 15 characters or more). The sentence password is input from the user (S1103). Subsequently, the keypad obtaining module 31 transmits the sentence password to the service server 200 (S1105).
그러면, 서비스 서버(200)는 상기 문장 패스워드를 임시적으로 저장하고, 상기 문장 패스워드를 복수의 단어로 분해한다(S1107). 다음으로, 서비스 서버(200)는 분해한 각 단어를 연상시킬 수 있는 복수의 후보 이미지를 선정하고, 선정한 후보 이미지들을 사용자 단말(100)로 전송한다(S1109, S1111). 이때, 서비스 서버(200)는 분해한 각 단어를 사용자 단말(100)로 함께 전송한다. 서비스 서버(200)는 분해한 단어가 이미지를 연상시킬 수 없는 경우, 해당 분해한 단어의 앞 글자를 이미지화하고, 이 이미지를 후보 이미지로 이용할 수도 있다.Then, the service server 200 temporarily stores the sentence password, and decomposes the sentence password into a plurality of words (S1107). Next, the service server 200 selects a plurality of candidate images capable of associating each decomposed word, and transmits the selected candidate images to the user terminal 100 (S1109 and S1111). In this case, the service server 200 transmits the decomposed words to the user terminal 100 together. If the decomposed word cannot associate an image, the service server 200 may image the front letter of the decomposed word and use the image as a candidate image.
그러면, 사용자 단말(100)의 키패드 획득 모듈(31)은 분해한 각 단어와 다수의 후보 이미지를 출력하여, 분해한 단어별 이미지의 선택을 사용자에게 요구하고, 각 분해 단어별로 이미지를 사용자로부터 선정받는다(S1113). 이어서, 키패드 획득 모듈(31)은 선정받은 분해 단어별 이미지를 서비스 서버(200)로 전송한다(S1115).Then, the keypad acquisition module 31 of the user terminal 100 outputs each of the decomposed words and a plurality of candidate images, requests the user to select the decomposed words, and selects the image for each decomposed word from the user. (S1113). Subsequently, the keypad acquisition module 31 transmits the selected decomposition word-specific image to the service server 200 (S1115).
그러면, 서비스 서버(200)는 위장 이미지를 선정하고, 복수의 위장 이미지와 분해 단어별 이미지가 키로서 배열된 이미지 키패드를 생성한다(S1117). 상기 서비스 서버(200)는 분해 단어와 이미지에 은닉하여 매칭시키되, 위장 이미지에는 임의의 단어를 매칭시켜, 이미지 키패드를 생성한다. 상기 이미지 키패드에 포함된 이미지는 단어 연상 정보로서 표출되고, 단어는 이미키와 은닉하여 매칭된다.Then, the service server 200 selects a camouflage image, and generates an image keypad in which a plurality of camouflage images and decomposed word-specific images are arranged as keys (S1117). The service server 200 conceals and matches the decomposed word and the image, but matches an arbitrary word with the camouflage image to generate an image keypad. The image included in the image keypad is expressed as word association information, and the word is concealed and matched with the image key.
이어서, 서비스 서버(200)는 은닉된 단어가 매칭된 상기 이미지 키패드를 사용자 단말(100)로 전송한다(S1119). Subsequently, the service server 200 transmits the image keypad matched with the hidden word to the user terminal 100 (S1119).
키패드 획득 모듈(31)은 상기 서비스 서버(200)로부터 수신한 이미지 키패드를 디스플레이 장치(141)에 출력하고(S1121), 상기 이미지 키패드를 통한 문장 패스워드 재입력을 사용자에게 요구한다. 이어서, 키패드 획득 모듈(31)은 상기 이미지 키패드를 통해서 이미지 키가 선택되면(S1123), 패스워드 생성 모듈(33)은 이미지 키와 은닉하게 매칭되는 단어를 확인한 후, 이 단어가 조합된 문장 패스워드를 생성한다. 그리고 인증 처리 모듈(34)은 상기 생성된 문장 패스워드를 서비스 서버(200)로 전송한다(S1125).The keypad obtaining module 31 outputs the image keypad received from the service server 200 to the display device 141 (S1121), and requests the user to re-enter the sentence password through the image keypad. Subsequently, when the image key is selected through the image keypad (S1123), the keypad acquiring module 31 checks a word that is secretly matched with the image key, and then inputs a sentence password combining the words. Create The authentication processing module 34 transmits the generated sentence password to the service server 200 (S1125).
서비스 서버(200)는 사용자 단말(100)로부터 수신한 문장 패스워드가 이전에 임시적으로 저장한 문장 패스워드와 일치하는지 여부를 확인한다(S1127). 즉, 서비스 서버(200)는 일반 키패드를 통해 사용자가 입력한 문장 패스워드와 이미지 키패드를 통해서 사용자가 입력한 문장 패스워드가 일치하는지 여부를 확인한다. 서비스 서버(200)는 두 문장 패스워드가 일치하여 인증에 성공한 경우, 문장 패스워드를 사용자 정보와 함께 저장하여 등록하고(S1129), 서비스 등록 알림 메시지를 사용자 단말(100)로 전송한다(S1131).The service server 200 checks whether the sentence password received from the user terminal 100 matches the sentence password temporarily stored previously (S1127). That is, the service server 200 checks whether the sentence password entered by the user through the general keypad and the sentence password input by the user through the image keypad match. If authentication is successful because the two sentence passwords match, the service server 200 stores and registers the sentence password with the user information (S1129), and transmits a service registration notification message to the user terminal 100 (S1131).
그러면, 키패드 획득 모듈(31)은 은닉된 단어가 매칭되고 단어 연상 정보로서 이미지가 표출된 이미지 키패드를 획득하게 되고, 키패드 관리 모듈(32)은 상기 이미지 키패드를 간편 키패드로서 저장한다(S1133).Then, the keypad acquiring module 31 acquires an image keypad in which hidden words are matched and an image is expressed as word association information, and the keypad management module 32 stores the image keypad as a simple keypad (S1133).
한편, 서비스 서버(200)는 사용자 단말(100)로부터 간편 키패드 재설정을 요구받은 경우, 기존에 등록된 문장 패스워드를 사용자 단말(100)로 요구하여 수신한 후, 문장 패스워드가 일치하면, 단어 키패드 또는 간편 키패드를 재생성하여 사용자 단말(100)로 제공할 수 있다. 예컨대, 사용자가 간편 키패드를 분실하는 경우, 사용자 단말(100)은 일반 키패드를 이용하여 문장 패스워드를 서비스 서버(200)로 전송함으로써 키패드 재생성을 위한 인증을 진행할 수 있다. 이 경우, 서비스 서버(200)는 상기 문장 패스워드가 등록된 패스워드와 일치하면, 상술한 실시예에서와 같이 문장 키패드, 텐 키패드 또는 이미지 키패드를 재생성하여 사용자 단말(100)로 전송한다.On the other hand, if the service server 200 receives a simple keypad reset request from the user terminal 100, after receiving and receiving a previously registered sentence password to the user terminal 100, if the sentence password matches, the word keypad or The simple keypad may be regenerated and provided to the user terminal 100. For example, when a user loses a simple keypad, the user terminal 100 may perform authentication for keypad regeneration by transmitting a sentence password to the service server 200 using a general keypad. In this case, if the sentence password matches the registered password, the service server 200 regenerates the sentence keypad, the ten keypad, or the image keypad as in the above-described embodiment, and transmits them to the user terminal 100.
또 다른 실시형태로서, 사용자 단말(100)에서 간편 키패드를 자체적으로 생성할 수도 있다. 이 경우, 사용자 단말(100)은 서비스 서버(200)로 키패드를 제공받지 않고 자체적인 단어 분해를 수행한다. 구체적으로, 사용자 단말(100)의 키패드 관리 모듈(32)은 일반 키패드를 통해서 문장 패스워드를 입력받으면, 상기 문장 패스워드를 복수의 단어로 분해한다. 그리고 키패드 관리 모듈(32)은 복수의 위장 단어를 선정한 후, 각 단어를 연상시킬 수는 단어 연상 정보를 생성하고, 상기 단어 연상 정보가 간편키에 표출되고, 각 간편키에 단어(즉, 위장 단어 또는 분해 단어)가 은닉하게 매칭된 간편 키패드를 생성한다. 즉, 사용자 단말(100)은 일부 글자가 제거된 문자열이 연상 정보로서 표출되는 간편 키패드(도 6, 도 8 참조), 은닉된 단어의 첫 글자가 문자 연상 정보로서 표출되는 텐 키 기반의 간편 키패드(도 10 참조) 또는 은닉된 단어를 연상할 수 있는 이미지가 표출되는 이미지 기반의 간편 키패드를 생성할 수 있다. 다음으로, 키패드 관리 모듈(32)은 상기 생성한 간편 키패드를 디스플레이하고, 이 간편 키패드를 통한 문장 패스워드를 재입력을 사용자게 요구한다. 이어서, 키패드 획득 모듈(31)은 상기 간편 키패드를 통해서 키가 입력되면, 패스워드 생성 모듈(33)은 입력된 키와 매칭되는 은닉 단어를 확인한 후, 이 단어가 조합된 문장 패스워드를 생성한다. 그러면, 인증 처리 모듈(34)은 상기 생성한 문장 패스워드(즉, 간편 키패드를 통해 입력된 문장 패스워드)가 일반 키패드를 통해서 입력된 문장 패스워드와 일치하는지 여부를 인증한다. 키패드 관리 모듈(32)은 인증 처리 모듈(34)에서 인증에 실패하면, 간편 키패드를 통한 재입력을 요구하거나 상기 생성한 간편 키패드를 제거한다. 반면에, 키패드 관리 모듈(32)은 인증 처리 모듈(34)에서 인증에 성공하면, 상기 간편 키패드를 저장하고, 인증이 필요할 때 상기 간편 키패드를 디스플레이 장치(141)에 출력한다.As another embodiment, the user terminal 100 may generate a simple keypad by itself. In this case, the user terminal 100 performs its own word decomposition without being provided with a keypad to the service server 200. Specifically, when the keypad management module 32 of the user terminal 100 receives a sentence password through a general keypad, the keypad management module 32 decomposes the sentence password into a plurality of words. The keypad management module 32 selects a plurality of camouflage words, generates word association information capable of associating each word, the word association information is displayed on a shortcut key, and a word (i.e., camouflage on each shortcut key) Words or decomposed words) to create a simple keypad that is hiddenly matched. That is, the user terminal 100 includes a simple keypad (see FIGS. 6 and 8) in which a character string from which some characters are removed is displayed as associative information, and a ten key based simple keypad in which the first letter of the hidden word is displayed as character association information. (See FIG. 10) Alternatively, an image-based simple keypad may be generated in which an image reminiscent of the hidden word is displayed. Next, the keypad management module 32 displays the generated simple keypad and requests the user to re-enter the sentence password via the simple keypad. Subsequently, when a key is input through the simple keypad, the keypad acquiring module 31 checks the hidden word matching the input key, and then generates a sentence password combining the words. Then, the authentication processing module 34 authenticates whether or not the generated sentence password (ie, the sentence password entered through the simple keypad) matches the sentence password entered through the general keypad. If the authentication management module 32 fails to authenticate, the keypad management module 32 requests re-entry through the simple keypad or removes the generated simple keypad. On the other hand, when the authentication processing module 34 succeeds in authentication, the keypad management module 32 stores the simple keypad and outputs the simple keypad to the display device 141 when authentication is required.
도 12는 본 발명의 일 실시예에 따른, 간편 패스워드 서비스에 등록한 사용자 단말에서, 인증정보를 생성하는 방법을 설명하는 흐름도이다.12 is a flowchart illustrating a method of generating authentication information in a user terminal registered to a simple password service according to an embodiment of the present invention.
도 12를 참조하면, 키패드 관리 모듈(32)은 사용자 단말(100)의 인증이 진행되면, 각 키에 단어 연상 정보가 표출되고 은닉 단어가 매칭된 간편 키패드를 디스플레이 장치(141)에 출력한다(S1201).Referring to FIG. 12, when authentication of the user terminal 100 proceeds, the keypad management module 32 outputs the simple keypad on which the word association information is expressed on each key and the hidden word is matched to the display apparatus 141 ( S1201).
이어서, 패스워드 생성 모듈(33)은 상기 간편 키패드를 통해서 키가 입력되면(S1203), 이 키와 매칭된 단어를 간편 키패드에서 확인하고, 입력 순서에 따라 은닉된 단어가 조합된 문장 패스워드를 생성한다(S1205).Subsequently, when a key is input through the simple keypad (S1203), the password generation module 33 checks the word matched with the key on the simple keypad, and generates a sentence password combining the hidden words according to the input order. (S1205).
다음으로, 인증 처리 모듈(34)은 간편 키패드의 키 입력을 통해서 생성된 문장 패스워드를 인증정보로서 서버로 전송하고(S1207), 해당 서버는 문장 패스워드가 정확한지 여부를 인증한다. 이에 따라, 사용자는 단어 연상 정보를 통해서 긴 문장 패스워드를 간편 키패드를 통해서 손쉽게 입력하게 된다. Next, the authentication processing module 34 transmits the sentence password generated through key input of the simple keypad to the server as authentication information (S1207), and the server authenticates whether the sentence password is correct. Accordingly, the user can easily input the long sentence password through the word association information through the simple keypad.
한편, 사용자 단말(100)은 간편 키패드를 이용하여, 화면 잠금 해제, 폴더 잠금 해제, 애플리케이션 잠금 해제 등과 같이 내부적인 접근 인증을 수행할 수 있다. Meanwhile, the user terminal 100 may perform internal access authentication such as screen unlocking, folder unlocking, application unlocking, etc. using the simple keypad.
도 13은 본 발명의 또 다른 실시예에 따른, 사용자 단말에서 간편 키패드를 이용하여 접근 인증을 수행하는 방법을 설명하는 흐름도이다.13 is a flowchart illustrating a method of performing access authentication using a simple keypad in a user terminal according to another embodiment of the present invention.
도 13을 참조하면, 사용자가 접근 차단된 애플리케이션, 폴더 등에 접근하고자 하면, 키패드 관리 모듈(32)은 저장된 간편 키패드를 디스플레이 장치(141)에 출력한다(S1301).Referring to FIG. 13, when a user tries to access an application, a folder, or the like that is blocked from access, the keypad management module 32 outputs the stored simple keypad to the display device 141 (S1301).
이어서, 인증 처리 모듈(34)은 상기 간편 키패드를 통해서, 간편키가 입력되면 사용자 인증을 개시한다(S1303). 일 실시형태로서, 패스워드 생성 모듈(33)은 간편 키패드의 키와 은닉하게 매칭된 단어를 확인함으로써, 문장 패스워드를 생성하고, 인증 처리 모듈(34)은 상기 문장 패스워드가 사전에 저장된 문장 패스워드와 정확한지 여부를 판별함으로써, 인증을 수행한 수 있다. 또 다른 실시형태로서, 인증 처리 모듈(34)은 실질적인 문장 패스워드를 저장하는 것 대신에 상기 문장 패스워드가 입력되는 정확한 키 순서를 접근 인증정보로서 사전에 저장하고, 간편 키패드에서 키가 입력되면 입력된 키 순서가 정확한지 여부를 상기 접근 인증정보에서 확인함으써, 인증을 수행할 수 있다. Subsequently, the authentication processing module 34 starts user authentication when a simple key is input through the simple keypad (S1303). As one embodiment, the password generation module 33 generates a sentence password by confirming a word that is hidden from the key of the simple keypad, and the authentication processing module 34 checks whether the sentence password is correct with the previously stored sentence password. By determining whether or not, authentication can be performed. As yet another embodiment, the authentication processing module 34 stores, in advance, the correct key sequence in which the sentence password is input, as access authentication information, instead of storing the actual sentence password, and inputs a key when the key is input from the simple keypad. Authentication can be performed by checking in the access authentication information whether the key order is correct.
인증 처리 모듈(34)은 간편키 입력순서 또는 문장 패스워드의 정확성을 토대로 사용자를 인증한 후, 사용자 인증에 성공하면, 해당 애플리케이션 또는 폴더로 접근을 허용한다(S1307). 반면에, 인증 처리 모듈(34)은 상기 사용자 인증에 실패하면 해당 애플리케이션 또는 폴더로 접근을 계속적으로 차단한다(S1309).The authentication processing module 34 authenticates the user based on the accuracy of the simple key input order or the sentence password. If the user authentication is successful, the authentication processing module 34 allows access to the corresponding application or folder (S1307). On the other hand, if the user authentication fails, the authentication processing module 34 continuously blocks access to the corresponding application or folder (S1309).
이상에서 설명한 본 발명은, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 있어 본 발명의 기술적 사상을 벗어나지 않는 범위 내에서 여러 가지 치환, 변형 및 변경이 가능하므로 전술한 실시예 및 첨부된 도면에 의해 한정되는 것이 아니다.The present invention described above is capable of various substitutions, modifications, and changes without departing from the technical spirit of the present invention for those skilled in the art to which the present invention pertains. It is not limited by the drawings.
Claims (15)
- 하나 이상의 프로세서;One or more processors;메모리; 및Memory; And상기 메모리에 저장되어 있으며 상기 하나 이상의 프로세서에 의하여 실행되도록 구성되는 하나 이상의 프로그램을 포함하는 통신 장치로서,A communication device comprising one or more programs stored in the memory and configured to be executed by the one or more processors,상기 프로그램은,The program,각 키에 은닉된 단어가 매칭되고 단어 연상 정보가 표출되는 간편 키패드를 저장하고, 상기 간편 키패드를 디스플레이하는 키패드 관리 모듈;A keypad management module for storing a simple keypad on which a word concealed in each key matches and displaying word association information, and displaying the simple keypad;상기 간편 키패드를 통해서 입력값이 수신되면, 상기 입력값과 매칭되는 은닉된 단어를 추출하고 조합하여 문장 패스워드를 생성하는 패스워드 생성 모듈; 및A password generation module for generating a sentence password by extracting and combining a hidden word matching the input value when an input value is received through the simple keypad; And상기 생성한 문장 패스워드를 사용자의 인증정보로서 외부 서버로 전송하는 인증 처리 모듈;을 포함하는 통신 장치.And an authentication processing module for transmitting the generated sentence password to an external server as authentication information of a user.
- 제1항에 있어서,The method of claim 1,상기 프로그램은, The program,상기 문장 패스워드가 복수의 단어로 분해되어 키로서 표출된 분해 단어키 및 상기 분해 단어키를 위장시키는 위장 단어키가 배열된 단어 키패드를 서비스 서버로부터 획득하는 키패드 획득 모듈;을 더 포함하고, And a keypad acquiring module for acquiring, from the service server, a word keypad in which the disassembled word key, which is decomposed into a plurality of words and expressed as a key, and a disguise word key for disguising the disassembled word key, is obtained from a service server.상기 키패드 관리 모듈은, The keypad management module,상기 단어 키패드에 배열된 단어키의 일부 글자를 제거하여 상기 단어 키패드를 상기 간편 키패드로 변환하고, 상기 간편 키패드에 배열된 각 키에 상기 단어 키패드에 배열된 각 단어를 은닉하여 매칭하는 것을 특징으로 하는 통신 장치.Removing some letters of the word keys arranged on the word keypad to convert the word keypad to the simple keypad, and conceal and match each word arranged on the word keypad to each key arranged on the simple keypad. Communication device.
- 제2항에 있어서,The method of claim 2,상기 키패드 획득 모듈은, 일반 키보드를 통해 입력된 문장 패스워드를 상기 서비스 서버로 전송한 후, 상기 단어 키패드를 상기 서비스 서버로부터 수신하여 상기 단어 키패드를 통해 입력된 문장 패스워드를 상기 서비스 서버로 전송하고,The keypad acquiring module transmits the sentence password input through the general keyboard to the service server, receives the word keypad from the service server, and transmits the sentence password input through the word keypad to the service server.상기 키패드 관리 모듈은, 상기 일반 키보드를 통해 입력된 문장 패스워드와 상기 단어 키패드를 통해 입력된 문장 패스워드가 일치됨이 상기 서비스 서버에서 확인되면 상기 간편 키패드를 변환하는 것을 특징으로 하는 통신 장치.And the keypad management module converts the simple keypad when the service server determines that the sentence password input through the general keyboard and the sentence password input through the word keypad match.
- 제2항에 있어서,The method of claim 2,상기 키패드 관리 모듈은,The keypad management module,상기 변환한 간편 키패드에 배열된 키가 중복되는지 여부를 판별하여, 중복되는 경우 상기 서비스 서버로 상기 단어 키패드의 재생성을 요구하는 것을 특징으로 하는 통신 장치.And determining whether or not the keys arranged in the converted simple keypad are duplicated and requesting the service server to regenerate the word keypad when duplicated.
- 제1항에 있어서,The method of claim 1,상기 키패드 관리 모듈은, The keypad management module,상기 문장 패스워드가 복수의 단어로 분해되어 숫자 키에 은닉하여 매칭된 텐 키패드를 상기 간편 키보드로서 저장하는 것을 특징으로 하는 통신 장치.And the sentence keypad is decomposed into a plurality of words and concealed in a numeric key to store a matched ten keypad as the simple keyboard.
- 제1항에 있어서,The method of claim 1,상기 키패드 관리 모듈은,The keypad management module,상기 문장 패스워드가 복수의 단어로 분해되어 이미지 키에 은낙하여 매칭된 이미지 키패드를 상기 간편 키보드로서 저장하는 것을 특징으로 하는 통신 장치.And the sentence password is decomposed into a plurality of words and secretly stored in the image key to store the matched image keypad as the simple keyboard.
- 제1항에 있어서,The method of claim 1,상기 간편 키패드의 특정 키에는, 복수의 단어가 매칭되어 있고,A plurality of words are matched to a specific key of the simple keypad,상기 패스워드 생성 모듈은, The password generation module,상기 간편 키패드의 특정 키의 입력 횟수에 근거하여, 상기 특정 키에 매칭된 복수의 단어 중에서 어느 한 단어를 문장 패스워드의 문자열로서 입력받는 것을 특징으로 하는 통신 장치.And based on the number of times of inputting a specific key of the simple keypad, any word among a plurality of words matched with the specific key is input as a character string of a sentence password.
- 각 키에 은닉된 단어가 매칭된 간편 키패드를 포함하는 통신 장치에서 간편 패스워드 서비스를 제공하는 방법으로서, A method of providing a simple password service in a communication device including a simple keypad matched with words hidden in each key,각 키에 은닉된 단어가 매칭되고 단어 연상 정보가 표출되는 간편 키패드를 디스플레이하여, 상기 간편 키패드에 배열된 다수의 키를 입력받는 단계;Displaying a simple keypad on which a word concealed in each key matches and displaying word association information, and receiving a plurality of keys arranged on the simple keypad;입력받은 키와 은닉하게 매칭되는 단어를 추출하고 조합하여 문장 패스워드를 생성하는 단계; 및Generating a sentence password by extracting and combining words that are hidden from the input key; And상기 생성한 문장 패스워드를 사용자 인증정보로서 외부 서버로 전송하는 단계;를 포함하는 간편 패스워드 서비스 제공 방법.And transmitting the generated sentence password to an external server as user authentication information.
- 제8항에 있어서,The method of claim 8,상기 다수의 키를 입력받는 단계 이전에,Before the step of receiving the plurality of keys,일반 키패드를 통해 입력받은 문장 패스워드를 서비스 서버로 전송하는 단계;Transmitting a sentence password received through a general keypad to a service server;상기 문장 패스워드가 복수의 단어로 분해되어 키로서 표출된 분해 단어키 및 상기 분해 단어키를 위장시키는 위장 단어키가 배열된 단어 키패드를 서비스 서버로부터 획득하는 단계; 및Obtaining, from a service server, a word keypad in which the sentence password is decomposed into a plurality of words and expressed as a key, and a word keypad arranged with a disguised word key for disguising the broken word key; And상기 단어 키패드의 각 단어키에서 일부 글자를 제거하여 상기 단어 키패드를 상기 간편 키패드로 변환하고 상기 간편 키패드에 배열된 각 키를 상기 단어 키패드에 배열된 각 단어와 은닉하게 매칭하는 단계;를 더 포함하는 간편 패스워드 서비스 제공 방법.Removing some letters from each word key of the word keypad to convert the word keypad to the simple keypad and concealably matching each key arranged on the simple keypad with each word arranged on the word keypad; How to provide a simple password service.
- 제9항에 있어서,The method of claim 9,상기 단어 키패드를 통해 입력받은 문장 패스워드를 상기 서비스 서버로 전송하는 단계;를 더 포함하고,And transmitting the sentence password received through the word keypad to the service server.상기 매칭하는 단계는,The matching step,상기 일반 키보드를 통해 입력된 문장 패스워드와 상기 단어 키패드를 통해 입력된 문장 패스워드가 일치하는 경우, 상기 단어 키패드를 상기 간편 키패드로 변환하는 것을 특징으로 하는 간편 패스워드 서비스 제공 방법.And when the sentence password input through the general keyboard and the sentence password input through the word keypad match, converting the word keypad into the simple keypad.
- 제9항에 있어서,The method of claim 9,상기 매칭하는 단계는,The matching step,상기 변환한 간편 키패드에 배열된 키가 중복되는지 여부를 판별하여, 중복되는 경우 단어 매칭을 미진행하고 상기 서비스 서버로 상기 단어 키패드의 재생성을 요구하는 것을 특징으로 하는 간편 패스워드 서비스 제공 방법.And determining whether or not the keys arranged on the converted simple keypad are duplicated, and if the duplicate keys are duplicated, performing word matching and requesting the service server to regenerate the word keypad.
- 하나 이상의 프로세서;One or more processors;메모리; 및Memory; And상기 메모리에 저장되어 있으며 상기 하나 이상의 프로세서에 의하여 실행되도록 구성되는 하나 이상의 프로그램을 포함하는 통신 장치로서,A communication device comprising one or more programs stored in the memory and configured to be executed by the one or more processors,상기 프로그램은,The program,단어 연상 정보가 표출된 간편 키패드를 디스플레이하는 키패드 관리 모듈; 및A keypad management module displaying a simple keypad on which word association information is expressed; And상기 간편 키패드에서 키가 입력되면, 입력된 키를 분석하여 액세스를 인증하는 인증 처리 모듈;을 포함하는 통신 장치.And an authentication processing module for authenticating access by analyzing the input key when a key is input from the simple keypad.
- 제12항에 있어서,The method of claim 12,상기 프로그램은, The program,입력된 키와 매칭되는 은닉된 단어를 추출하고 조합하여 문장 패스워드를 생성하는 패스워드 생성 모듈;을 더 포함하고,And a password generation module for extracting and combining hidden words that match the input key to generate a sentence password.상기 인증 처리 모듈은,The authentication processing module,상기 생성한 문장 패스워드가 정확한지 여부를 확인하여 상기 액세스를 인증하는 통신 장치.And confirming whether the generated sentence password is correct to authenticate the access.
- 제12항에 있어서,The method of claim 12,상기 인증 처리 모듈은,The authentication processing module,상기 간편 키패드의 키 입력 순서를 확인하고, 키 입력 순서가 사전에 저장된 키 입력 순서와 일치하는지 여부를 확인하여 상기 액세스를 인증하는 것을 특징으로 하는 통신 장치.And confirming a key input order of the simple keypad, and confirming whether or not the key input order matches a previously stored key input order to authenticate the access.
- 하나 이상의 프로세서;One or more processors;메모리; 및Memory; And상기 메모리에 저장되어 있으며 상기 하나 이상의 프로세서에 의하여 실행되도록 구성되는 하나 이상의 프로그램을 포함하는 통신 장치로서,A communication device comprising one or more programs stored in the memory and configured to be executed by the one or more processors,상기 프로그램은,The program,문장 패스워드를 복수의 단어로 분해하여, 각 키에 분해된 단어가 은닉하게 매칭되고 단어 연상 정보가 표출되는 간편 키패드를 생성하고, 상기 간편 키패드를 디스플레이하는 키패드 관리 모듈; 및A keypad management module which decomposes a sentence password into a plurality of words, generates a simple keypad in which the decomposed words are secretly matched to each key, and word association information is expressed, and displays the simple keypad; And상기 간편 키패드를 통해서 입력값이 수신되면, 상기 입력값과 매칭되는 단어를 추출하고 조합하여 문장 패스워드를 생성하는 패스워드 생성 모듈;을 포함하는 통신 장치.And a password generation module configured to generate a sentence password by extracting and combining a word matching the input value when the input value is received through the simple keypad.
Applications Claiming Priority (10)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-2016-0070388 | 2016-06-07 | ||
KR20160070388 | 2016-06-07 | ||
KR20160077758 | 2016-06-22 | ||
KR10-2016-0077758 | 2016-06-22 | ||
KR10-2016-0086523 | 2016-07-08 | ||
KR20160086523 | 2016-07-08 | ||
KR10-2016-0090368 | 2016-07-16 | ||
KR20160090368 | 2016-07-16 | ||
KR10-2017-0069522 | 2017-06-05 | ||
KR1020170069522A KR20170138356A (en) | 2016-06-07 | 2017-06-05 | Method for providing simple password service and apparatus therefor |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2017213416A1 true WO2017213416A1 (en) | 2017-12-14 |
Family
ID=60578004
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/KR2017/005909 WO2017213416A1 (en) | 2016-06-07 | 2017-06-07 | Method for providing simple password service and apparatus therefor |
Country Status (1)
Country | Link |
---|---|
WO (1) | WO2017213416A1 (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20000024087A (en) * | 2000-01-19 | 2000-05-06 | 김한성 | A password preparing method using image associable words |
KR20000049481A (en) * | 2000-03-28 | 2000-08-05 | 변충룡 | easily memorized password |
JP2004013865A (en) * | 2002-06-12 | 2004-01-15 | Hitachi Ltd | Personal identification method by associative memory |
KR20040032869A (en) * | 2001-07-27 | 2004-04-17 | 스탠지온 앤드 킴 엘엘피 | Method and device for entering a computer datebase passward |
KR20130124236A (en) * | 2012-05-04 | 2013-11-13 | 주식회사 로웸 | Apparatus for setting icon password using keyword of icon and method thereof |
-
2017
- 2017-06-07 WO PCT/KR2017/005909 patent/WO2017213416A1/en active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20000024087A (en) * | 2000-01-19 | 2000-05-06 | 김한성 | A password preparing method using image associable words |
KR20000049481A (en) * | 2000-03-28 | 2000-08-05 | 변충룡 | easily memorized password |
KR20040032869A (en) * | 2001-07-27 | 2004-04-17 | 스탠지온 앤드 킴 엘엘피 | Method and device for entering a computer datebase passward |
JP2004013865A (en) * | 2002-06-12 | 2004-01-15 | Hitachi Ltd | Personal identification method by associative memory |
KR20130124236A (en) * | 2012-05-04 | 2013-11-13 | 주식회사 로웸 | Apparatus for setting icon password using keyword of icon and method thereof |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR100705598B1 (en) | Apparatus and method for controlling access of user information through face recognition in video phone | |
WO2013165227A1 (en) | Icon password setting apparatus and icon password setting method using keyword of icon | |
WO2019143022A1 (en) | Method and electronic device for authenticating user by using voice command | |
WO2013162296A1 (en) | Passcode operating system, passcode apparatus, and super-passcode generating method | |
EP3535680A1 (en) | Method for securing a transaction performed from a non-secure terminal | |
WO2014104777A2 (en) | System and method for safe login, and apparatus therefor | |
WO2015199501A1 (en) | User authentication method and system using variable keypad and biometric identification | |
WO2017043717A1 (en) | Biometric user authentication method | |
WO2015161565A1 (en) | Password verification device and password verification method | |
WO2018106041A1 (en) | Image password system and user authentication method using same | |
WO2015170797A1 (en) | Display device and method for controlling the same | |
WO2017065576A1 (en) | User authentication method and system, which use variable keypad | |
WO2014038765A1 (en) | Method for controlling content and digital device using the same | |
WO2014200163A1 (en) | Information encryption system and information encryption method using optical character recognition | |
WO2014104539A1 (en) | Method and apparatus for managing passcode | |
WO2011136464A1 (en) | Password security input system using shift value of password key and password security input method thereof | |
WO2012053875A2 (en) | Apparatus and system for transceiving data through fingerprint information | |
WO2023128342A1 (en) | Method and system for identifying individual using homomorphically encrypted voice | |
CN106529276B (en) | Password security input method for display device, and device and system thereof | |
WO2017052277A1 (en) | Method and system for authenticating identity using variable keypad | |
WO2012074275A2 (en) | User authentication apparatus for internet security, user authentication method for internet security, and recorded medium recording same | |
JP2015143899A (en) | Information processing apparatus, information hiding method, and information hiding program | |
WO2021112340A1 (en) | Apparatus and method for authenticating concealed handwritten signature | |
WO2017213416A1 (en) | Method for providing simple password service and apparatus therefor | |
WO2017078358A1 (en) | Security communication system and method using biometrics |
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: 17810539 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 12/04/2018) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 17810539 Country of ref document: EP Kind code of ref document: A1 |