JP2017033073A - Information processor, personal identification number input method and personal identification number input program - Google Patents

Information processor, personal identification number input method and personal identification number input program Download PDF

Info

Publication number
JP2017033073A
JP2017033073A JP2015149425A JP2015149425A JP2017033073A JP 2017033073 A JP2017033073 A JP 2017033073A JP 2015149425 A JP2015149425 A JP 2015149425A JP 2015149425 A JP2015149425 A JP 2015149425A JP 2017033073 A JP2017033073 A JP 2017033073A
Authority
JP
Japan
Prior art keywords
candidate
personal identification
identification number
candidate numbers
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2015149425A
Other languages
Japanese (ja)
Other versions
JP6528582B2 (en
Inventor
山崎 貴史
Takashi Yamazaki
貴史 山崎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2015149425A priority Critical patent/JP6528582B2/en
Publication of JP2017033073A publication Critical patent/JP2017033073A/en
Application granted granted Critical
Publication of JP6528582B2 publication Critical patent/JP6528582B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information processor, a personal identification number input method and a personal identification number input program, for causing other persons to hardly recognize an inputted personal identification number.SOLUTION: An information processor being a portable terminal device includes a display processing part for making a change to a second mode that does not display candidate numbers in the case of receiving a prescribed instruction from a user in a first mode for displaying candidate numbers to be used to input a personal identification number, a reception part for receiving a first user operation for selecting a plurality of first positions at which the candidate numbers are displayed in the second mode, and a specification part for specifying a string of the candidate numbers displayed at the first positions selected by the first user operation as a personal identification number.SELECTED DRAWING: Figure 4

Description

本発明は、暗証番号入力のユーザインターフェース技術に関する。   The present invention relates to a user interface technique for inputting a personal identification number.

暗証番号によるユーザ認証は、例えば携帯端末のアプリケーションプログラムにおいて広く用いられている。但し、暗証番号を入力する操作において、他人に暗証番号を察知されてはならない。   User authentication based on a personal identification number is widely used, for example, in application programs for portable terminals. However, in the operation for inputting the password, the password must not be detected by another person.

例えば、暗証番号を入力する都度テンキー配列を変える方式が知られている。このようにすれば、手の動きに基づいて暗証番号を推測されることがなくなる。しかし、都度テンキー配列が異なるとしても、画面を覗き見されるとタッチされた番号を知られてしまう。   For example, a method is known in which the numeric keypad layout is changed each time a password is entered. In this way, the personal identification number is not guessed based on the movement of the hand. However, even if the numeric keypad layout is different each time, the touched number is known when the screen is viewed.

また、或る特許文献には、ボタンの位置をなぞることで暗証番号を入力する方式において、タッチしたボタンを一定時間表示しないようにする技術が開示されている。   In addition, a certain patent document discloses a technique for preventing a touched button from being displayed for a certain period of time in a method of inputting a personal identification number by tracing the position of the button.

この方法であっても、タッチされるまでボタンが表示されているので、画面を覗き見されると、どの番号をタッチしたか容易に知られてしまう。   Even in this method, the buttons are displayed until touched, so when looking at the screen, it is easily known which number is touched.

特開平6−83777号公報JP-A-6-83777 特開2014−203187号公報JP 2014-203187 A

本発明の目的は、一側面では、入力した暗証番号を他人が察知しにくくすることである。   In one aspect, an object of the present invention is to make it difficult for others to detect an input password.

一態様の情報処理装置は、(A)暗証番号入力に用いられる候補数字を表示する第1態様において、ユーザから所定指示を受け付けた場合に、候補数字を表示しない第2態様に切り替える表示処理部と、(B)第2態様において、候補数字を表示していた第1位置を複数選択する第1ユーザ操作を受け付ける受付部と、(C)第1ユーザ操作によって選択された第1位置に表示されていた候補数字の列を暗証番号として特定する特定部とを有する。   An information processing apparatus according to one aspect is configured to display a candidate number used for inputting a personal identification number (A), a display processing unit that switches to a second aspect that does not display a candidate number when a predetermined instruction is received from a user. And (B) in the second mode, a receiving unit that receives a first user operation for selecting a plurality of first positions displaying candidate numbers, and (C) a display at the first position selected by the first user operation. And a specifying unit that specifies the sequence of candidate numbers that has been used as a personal identification number.

一側面においては、入力した暗証番号を他人が察知しにくくなる。   In one aspect, it is difficult for others to detect the entered password.

図1は、暗証番号入力ウィンドウの遷移例を示す図である。FIG. 1 is a diagram showing an example of transition of a password input window. 図2は、暗証番号入力ウィンドウの遷移例を示す図である。FIG. 2 is a diagram showing a transition example of the password input window. 図3は、暗証番号入力ウィンドウの遷移例を示す図である。FIG. 3 is a diagram showing a transition example of the password input window. 図4は、携帯端末装置のモジュール構成例を示す図である。FIG. 4 is a diagram illustrating a module configuration example of the mobile terminal device. 図5は、メイン処理(A)フローを示す図である。FIG. 5 is a diagram showing a main process (A) flow. 図6は、候補数字データの例を示す図である。FIG. 6 is a diagram illustrating an example of candidate numeral data. 図7は、第1変更処理フローを示す図である。FIG. 7 is a diagram showing a first change processing flow. 図8は、候補数字データの変更例を示す図である。FIG. 8 is a diagram illustrating an example of changing candidate numeral data. 図9は、第2変更処理フローを示す図である。FIG. 9 is a diagram showing a second change processing flow. 図10は、第3変更処理フローを示す図である。FIG. 10 is a diagram showing a third change processing flow. 図11は、第4変更処理フローを示す図である。FIG. 11 is a diagram showing a fourth change processing flow. 図12は、候補数字データの変更例を示す図である。FIG. 12 is a diagram illustrating an example of changing candidate numeral data. 図13は、候補数字データの変更例を示す図である。FIG. 13 is a diagram illustrating an example of changing candidate number data. 図14は、候補数字データの変更例を示す図である。FIG. 14 is a diagram illustrating an example of changing candidate numeral data. 図15は、特定処理フローを示す図である。FIG. 15 is a diagram showing a specific processing flow. 図16は、サブルーチン処理フローを示す図である。FIG. 16 is a diagram showing a subroutine processing flow. 図17は、暗証番号の特定例を示す図である。FIG. 17 is a diagram illustrating a specific example of a password. 図18は、サブルーチン処理フローを示す図である。FIG. 18 is a diagram showing a subroutine processing flow. 図19は、実施の形態2に係る暗証番号入力ウィンドウの例を示す図である。FIG. 19 is a diagram showing an example of a password input window according to the second embodiment. 図20は、メイン処理(B)フローを示す図である。FIG. 20 is a diagram showing a main process (B) flow. 図21は、第5変更処理フローを示す図である。FIG. 21 is a diagram showing a fifth change processing flow. 図22は、携帯端末装置のモジュール構成例を示す図である。FIG. 22 is a diagram illustrating a module configuration example of the mobile terminal device. 図23は、システム構成例を示す図である。FIG. 23 is a diagram illustrating a system configuration example. 図24は、システム構成例を示す図である。FIG. 24 is a diagram illustrating a system configuration example. 図25は、携帯端末装置のハードウェア構成例を示す図である。FIG. 25 is a diagram illustrating a hardware configuration example of the mobile terminal device.

図1乃至図3に、暗証番号入力ウィンドウ101の遷移例を示す。暗証番号入力ウィンドウ101は、ユーザに暗証番号を入力させるためのウィンドウである。本実施の形態では、ランダムに配置された数字をユーザが並び替え、マトリクス内のいずれかの場所に暗証番号に相当する数字列を揃えるようにする。そして、ユーザは、暗証番号入力ウィンドウ101に表示されているボタン上の数字を消させてから、暗証番号に相当する数字があったボタンの並びをなぞるようにスライド操作することによって、暗証番号を入力する。尚、暗証番号に用いられる数字を、以下では候補数字という。   FIG. 1 to FIG. 3 show transition examples of the password input window 101. The personal identification number input window 101 is a window for allowing the user to input a personal identification number. In the present embodiment, the user rearranges the randomly arranged numbers so that a number string corresponding to the personal identification number is arranged at any place in the matrix. Then, the user erases the number on the button displayed in the code number input window 101, and then slides the button so that the number corresponding to the number corresponding to the code number is traced. input. In addition, the number used for a PIN code is called a candidate number below.

図1に示した暗証番号入力ウィンドウ101a乃至101fは、暗証番号に相当する候補数字の列を揃えるまでの遷移を示している。メッセージ領域103には、その都度ユーザに操作を促すメッセージが表示される。暗証番号入力ウィンドウ101a乃至101fにおけるメッセージ領域103には、「行又は列をスライドさせて暗証番号の数字を並べて、決定ボタンに触れてください。」というメッセージが表示されている。   The code number input windows 101a to 101f shown in FIG. 1 show transitions until the candidate number columns corresponding to the code numbers are aligned. In the message area 103, a message prompting the user to perform an operation is displayed each time. In the message area 103 in the password input windows 101a to 101f, a message “Please slide the row or column to arrange the password numbers and touch the OK button” is displayed.

暗証番号入力ウィンドウ101aに示したように、当初候補数字がランダムに並べられている。この例で、暗証番号は「2807」であるものとする。そして、ユーザは、暗証番号入力ウィンドウ101fの破線に示した範囲に、下から上の方向へ暗証番号「2807」を揃える操作を行うものとする。   As shown in the password input window 101a, the initial candidate numbers are arranged at random. In this example, it is assumed that the personal identification number is “2807”. Then, it is assumed that the user performs an operation of aligning the personal identification number “2807” from the bottom to the top in the range indicated by the broken line in the personal identification number input window 101f.

尚、ユーザによって選択される数字ボタンは、第3行乃至第7行、且つ第3列乃至第7列の範囲に含まれるものである。第1行、第2行、第8行及び第9行の数字ボタン及び第1列、第2列、第8列及び第9列の数字ボタンは、隠れている候補数字があることを認識させるために表示されている見せ掛けのボタンである。この例では、第1行及び第9行の数字ボタンと第1列及び第9列の数字ボタンとは、候補数字の表示を省いているが、これらの数字ボタンについて候補数字を表示するようにしてもよい。   The number buttons selected by the user are included in the range of the third to seventh rows and the third to seventh columns. The number buttons in the first row, second row, eighth row and ninth row and the number buttons in the first column, second column, eighth column and ninth column make it possible to recognize that there are hidden candidate numbers. This is a sham button that is displayed for this purpose. In this example, the number buttons in the first and ninth rows and the number buttons in the first and ninth columns omit the display of candidate numbers, but the candidate numbers are displayed for these number buttons. May be.

暗証番号入力ウィンドウ101bは、ユーザが第3行第4列に位置する数字ボタンを指でタッチし、2つ下の数字ボタンの位置までスライドさせる操作が行われたことを示している。この操作によって、第4列に含まれる候補数字が夫々2つ下方向にずれる。   The personal identification number input window 101b indicates that the user has touched the numeric buttons located in the third row and the fourth column with a finger and slid them to the position of the two lower numeric buttons. This operation shifts the candidate numbers included in the fourth column downward by two.

その結果、暗証番号入力ウィンドウ101cのように表示される。そして、候補数字「8」が想定している位置に納まる。   As a result, a password input window 101c is displayed. Then, the candidate number “8” is placed in the assumed position.

更に、暗証番号入力ウィンドウ101cは、ユーザが第7行第5列に位置する数字ボタンを指でタッチし、2つ左の数字ボタンの位置までスライドさせる操作が行われたことを示している。この操作によって、第7行に含まれる候補数字が夫々2つ左方向にずれる。   Further, the personal identification number input window 101c indicates that the user has touched the number button located in the seventh row and the fifth column with his / her finger and slid it to the position of the two left numeric buttons. By this operation, the candidate numbers included in the seventh row are shifted to the left by two.

その結果、暗証番号入力ウィンドウ101dのように表示される。そして、候補数字「2」が想定している位置に納まる。   As a result, it is displayed as a personal identification number input window 101d. Then, the candidate number “2” is placed in the assumed position.

更に、暗証番号入力ウィンドウ101dは、ユーザが第5行第7列に位置する数字ボタンを指でタッチし、1つ左の数字ボタンの位置までスライドさせる操作が行われたことを示している。この操作によって、第5行に含まれる候補数字が夫々1つ左方向にずれる。   Further, the personal identification number input window 101d indicates that the user has touched the numeric button located in the fifth row and seventh column with his / her finger and slid it to the position of the numeric button one left. By this operation, each candidate number included in the fifth row is shifted to the left by one.

その結果、暗証番号入力ウィンドウ101eのように表示される。そして、候補数字「0」が想定している位置に納まる。   As a result, a password input window 101e is displayed. Then, the candidate number “0” is placed in the assumed position.

更に、暗証番号入力ウィンドウ101eは、ユーザが第4行第5列に位置する数字ボタンを指でタッチし、2つ右の数字ボタンの位置までスライドさせる操作が行われたことを示している。この操作によって、第4行に含まれる候補数字が夫々2つ右方向にずれる。   Further, the personal identification number input window 101e indicates that the user has touched the numeric button located in the fourth row and fifth column with his / her finger and slid it to the position of the two numeric buttons to the right. By this operation, the candidate numbers included in the fourth row are shifted to the right by two.

その結果、暗証番号入力ウィンドウ101fのように表示される。そして、候補数字「7」が想定している位置に納まり、暗証番号「2807」が揃う。   As a result, a password input window 101f is displayed. Then, the candidate number “7” fits in the assumed position, and the personal identification number “2807” is aligned.

仮に、暗証番号入力ウィンドウ101a乃至101fに示した操作の様子を他人が覗き見たとしても、マトリクス内のどの位置に暗証番号が並んでいるかは、判別できない。   Even if another person looks into the operation shown in the code number input windows 101a to 101f, it cannot be determined in which position the code numbers are arranged in the matrix.

暗証番号入力ウィンドウ101fのように並べた段階で、数字が表示されないようにする。図2に、図1に示した遷移の続きを示す。暗証番号入力ウィンドウ101fで、ユーザが決定ボタンを指でタッチする、つまりタップ操作すると、暗証番号入力ウィンドウ101gに示すように、数字ボタンに表示されていた候補数字が消える。つまり、数字ボタンに代えて、候補数字を隠したボタンが表示される。以下では、候補数字を隠したボタンをマスクボタンと呼ぶ。   The numbers are not displayed when they are arranged like the password input window 101f. FIG. 2 shows the continuation of the transition shown in FIG. When the user touches the decision button with the finger in the personal identification number input window 101f, that is, when a tap operation is performed, the candidate numerals displayed on the numeric buttons disappear as shown in the personal identification number input window 101g. That is, a button that hides the candidate number is displayed instead of the number button. Below, the button which concealed the candidate number is called a mask button.

暗証番号入力ウィンドウ101gにおけるメッセージ領域103には、「暗証番号が並んでいたところを指でなぞってください。」というメッセージが表示される。   In the message area 103 in the personal identification number input window 101g, a message “Please trace with your finger where the personal identification number is lined up” is displayed.

このメッセージに従って、暗証番号入力ウィンドウ101hに示したように、第7行第4列に位置するマスクボタンから上方へ第4行第4列に位置するマスクボタンまでユーザが指でなぞると、つまりスライド操作すると、これらのマスクボタンの位置に表示されていた候補数字が暗証番号として入力される。   According to this message, as shown in the password input window 101h, when the user traces upward from the mask button located in the seventh row and the fourth column to the mask button located in the fourth row and the fourth column, that is, the slide When operated, the candidate numbers displayed at the positions of these mask buttons are input as passwords.

ここでは、列内の候補数字を上方に向けてなぞる例を示したが、列内の候補数字を下方に向けてなぞるようにしてもよい。また、行内の候補数字を右方向になぞるようにしてもよいし、同じく左方向になぞるようにしてもよい   In this example, the candidate numbers in the column are traced upward, but the candidate numbers in the column may be traced downward. In addition, the candidate numbers in the line may be traced to the right, or may be traced to the left as well.

更に、斜め方向に候補数字をなぞるようにしてもよい。図3に、斜め方向に候補数字をなぞる様子を示す。暗証番号入力ウィンドウ101iに示すように、第7行第4列に位置する数字ボタンから右上方向に、第4行第7列に位置する数字ボタンまで、暗証番号「2807」が並べられている。この状態で、決定ボタンに対してタップ操作すると、暗証番号入力ウィンドウ101jに示すように、数字ボタンに表示されていた候補数字が消える。そして、暗証番号入力ウィンドウ101jにおけるメッセージ領域103には、「暗証番号が並んでいたところを指でなぞってください。」というメッセージが表示される。   Further, the candidate numbers may be traced in an oblique direction. FIG. 3 shows a state in which candidate numbers are traced in an oblique direction. As shown in the personal identification number input window 101i, the personal identification number “2807” is arranged from the numeric buttons located in the seventh row and the fourth column to the upper right direction from the numeric buttons located in the fourth row and the seventh column. In this state, when a tap operation is performed on the decision button, the candidate numbers displayed on the number buttons disappear as shown in the password input window 101j. Then, in the message area 103 in the personal identification number input window 101j, a message “Please trace with your finger where the personal identification number is lined up” is displayed.

このメッセージに従って、暗証番号入力ウィンドウ101kに示すように、第7行第4列に位置するマスクボタンから右上方向へ第4行第7列に位置するマスクボタンまでユーザがスライド操作すると、これらのマスクボタンの位置に表示されていた候補数字が暗証番号として入力される。   In accordance with this message, as shown in the password input window 101k, when the user performs a slide operation from the mask button located in the seventh row and the fourth column to the mask button located in the fourth row and the seventh column in the upper right direction, these masks are displayed. The candidate number displayed at the button position is entered as the password.

また、一方向になぞるやり方以外に、鍵形になぞるようにしてもよいし、コの字形になぞるようにしてもよい。   In addition to tracing in one direction, it may be traced to a key shape or may be traced to a U-shape.

暗証番号入力ウィンドウ101a乃至暗証番号入力ウィンドウ101f及び暗証番号入力ウィンドウ101iのように候補数字が表示されている態様、つまり数字ボタンが表示されている態様を第1態様という。また、暗証番号入力ウィンドウ101g、暗証番号入力ウィンドウ101h、暗証番号入力ウィンドウ101j及び暗証番号入力ウィンドウ101kのように候補数字が消えている態様、つまりマスクボタンが表示されている態様を第2態様という。   A mode in which candidate numbers are displayed like the code number input window 101a to the code number input window 101f and the code number input window 101i, that is, a mode in which number buttons are displayed is referred to as a first mode. Also, a mode in which candidate numbers disappear, that is, a mode in which a mask button is displayed, such as a password input window 101g, a password input window 101h, a password input window 101j, and a password input window 101k, is referred to as a second mode. .

尚、第1態様において数字ボタンがタップされた場合には、通常の入力方式に従って、タップされた数字ボタンに示されている候補数字が入力されるようにする。以上で、本実施の形態におえる操作の概要についての説明を終える。   In addition, when the number button is tapped in the first mode, the candidate number indicated in the tapped number button is input according to a normal input method. Above, the description about the outline | summary of operation in this Embodiment is finished.

次に、装置の動作について説明する。図4に、携帯端末装置401のモジュール構成例を示す。ここでは、例えば携帯電話端末或いはタブレット端末のような携帯端末装置401による実施例を示すが、携帯端末装置401以外の情報処理装置に本実施の形態を適用するようにしてもよい。例えば現金自動預け払い機のような設置型の装置に、本実施の形態を適用するようにしてもよい。   Next, the operation of the apparatus will be described. FIG. 4 shows a module configuration example of the mobile terminal device 401. Here, an example using a mobile terminal device 401 such as a mobile phone terminal or a tablet terminal is shown, but the present embodiment may be applied to an information processing apparatus other than the mobile terminal device 401. For example, the present embodiment may be applied to an installation type device such as an automatic teller machine.

携帯端末装置401は、暗証番号入力モジュール403及びアプリケーションプログラム405を有している。この例では、暗証番号入力モジュール403は、アプリケーションプログラム405から呼び出されて起動する。   The mobile terminal device 401 has a password input module 403 and an application program 405. In this example, the personal identification number input module 403 is called from the application program 405 and is activated.

暗証番号入力モジュール403は、暗証番号入力ウィンドウ101を表示して、ユーザによって入力される暗証番号を受け付ける。暗証番号入力モジュール403は、初期化部411、表示処理部413、受付部415、変更部417、特定部419、制御部421、インターフェース部423、候補数字記憶部431、ウィンドウデータ記憶部433及び数字列バッファ435を有している。初期化部411は、候補数字データを初期化する。表示処理部413は、各種の表示を行う。受付部415は、ユーザ操作を受け付ける。変更部417は、候補数字データを変更する。特定部419は、暗証番号を特定する。制御部421は、暗証番号入力モジュール403における処理を制御する。インターフェース部423は、暗証番号を認証部441へ渡す。候補数字記憶部431は、候補数字データを記憶する。ウィンドウデータ記憶部433は、暗証番号入力ウィンドウ101、数字ボタン及びマスクボタンのデータを記憶する。数字列バッファ435は、入力された候補数字の列を記憶する。   The personal identification number input module 403 displays the personal identification number input window 101 and accepts a personal identification number input by the user. The password input module 403 includes an initialization unit 411, a display processing unit 413, a reception unit 415, a change unit 417, a specifying unit 419, a control unit 421, an interface unit 423, a candidate number storage unit 431, a window data storage unit 433, and a number. A column buffer 435 is provided. The initialization unit 411 initializes candidate numeric data. The display processing unit 413 performs various displays. The accepting unit 415 accepts user operations. The changing unit 417 changes the candidate number data. The identifying unit 419 identifies the password. The control unit 421 controls processing in the personal identification number input module 403. The interface unit 423 passes the password to the authentication unit 441. The candidate number storage unit 431 stores candidate number data. The window data storage unit 433 stores data of the password input window 101, numeric buttons, and mask buttons. The number string buffer 435 stores the input candidate number string.

アプリケーションプログラム405は、認証されたユーザに対して所定のサービスを提供する。アプリケーションプログラム405は、認証部441を有している。認証部441は、暗証番号入力モジュール403を呼び出し、暗証番号入力モジュール403から渡された暗証番号によってユーザの認証を行う。   The application program 405 provides a predetermined service to the authenticated user. The application program 405 has an authentication unit 441. The authentication unit 441 calls the personal identification number input module 403 and authenticates the user with the personal identification number passed from the personal identification number input module 403.

上述した暗証番号入力モジュール403、アプリケーションプログラム405、初期化部411、表示処理部413、受付部415、変更部417、特定部419、制御部421、インターフェース部423及び認証部441は、ハードウエア資源(例えば、図25)と、以下で述べる処理をプロセッサに実行させるプログラムとを用いて実現される。   The security code input module 403, the application program 405, the initialization unit 411, the display processing unit 413, the reception unit 415, the changing unit 417, the specifying unit 419, the control unit 421, the interface unit 423, and the authentication unit 441 described above are hardware resources. (For example, FIG. 25) and a program for causing a processor to execute the processing described below.

上述した候補数字記憶部431、ウィンドウデータ記憶部433及び数字列バッファ435は、ハードウエア資源(例えば、図25)を用いて実現される。   The candidate number storage unit 431, the window data storage unit 433, and the number string buffer 435 described above are realized using hardware resources (for example, FIG. 25).

続いて、暗証番号入力モジュール403における処理について説明する。図5に、メイン処理(A)フローを示す。初期化部411は、候補数字データに、ランダムに生成した候補数字を設定する(S501)。各数字ボタンに割り当てられる候補数字は、2次元配列形式のデータとして扱われる。このデータを、候補数字データという。   Next, processing in the password input module 403 will be described. FIG. 5 shows a main process (A) flow. The initialization unit 411 sets candidate numbers generated randomly in the candidate number data (S501). Candidate numbers assigned to each number button are handled as data in a two-dimensional array format. This data is referred to as candidate numeric data.

図6に、候補数字データの例を示す。数字ボタンの配置における行番号をi(1から9まで)で表し、列番号をj(1から9まで)で表すと、第N行の第M列に位置する数字ボタンに割り当てられる候補数字は、2次元配列の要素C[N][M]で表される。S501において、初期化部411は、2次元配列データの各要素に、ランダムに生成した候補数字を設定する。候補数字は、0から9までの整数である。   FIG. 6 shows an example of candidate numeral data. When the row number in the arrangement of the number buttons is represented by i (1 to 9) and the column number is represented by j (1 to 9), the candidate numbers assigned to the number buttons located in the Mth column of the Nth row are It is represented by a two-dimensional array element C [N] [M]. In step S501, the initialization unit 411 sets randomly generated candidate numbers for each element of the two-dimensional array data. The candidate numbers are integers from 0 to 9.

図5の説明に戻る。表示処理部413は、初期状態の暗証番号入力ウィンドウ101を表示し、更に候補数字データに基づいて数字ボタンを表示する(S503)。具体的には、表示処理部413は、2次元配列データの要素に設定されている候補数字を、当該要素に対応する数字ボタン内に表示する。図1に示した例では、第1行に含まれる数字ボタン、第9行に含まれる数字ボタン、第1列に含まれる数字ボタン及び第9列に含まれる数字ボタンについては、数字の表示を省略している。   Returning to the description of FIG. The display processing unit 413 displays the initial code number input window 101 and further displays numeric buttons based on the candidate numeric data (S503). Specifically, the display processing unit 413 displays the candidate numbers set for the elements of the two-dimensional array data in the number buttons corresponding to the elements. In the example shown in FIG. 1, the number buttons included in the first row, the number buttons included in the ninth row, the number buttons included in the first column, and the number buttons included in the ninth column are displayed with numbers. Omitted.

受付部415は、タッチパネルに対するユーザ操作を受け付ける(S505)。ここでは、数字ボタンの行に対するスライド操作、数字ボタンの列に対するスライド操作、数字ボタンへのタップ操作又は決定ボタンへのタップ操作を受け付けることを想定する。   The accepting unit 415 accepts a user operation on the touch panel (S505). Here, it is assumed that a slide operation on a row of numeric buttons, a slide operation on a row of numeric buttons, a tap operation on a numeric button, or a tap operation on a decision button is accepted.

受付部415は、S505において受け付けたユーザ操作が、数字ボタンの列に対する下方向へのスライド操作であるか否かを判定する(S507)。   The accepting unit 415 determines whether or not the user operation accepted in S505 is a downward slide operation with respect to the row of numeric buttons (S507).

S505において受け付けたユーザ操作が、数字ボタンの列に対する下方向へのスライド操作であると判定した場合には、変更部417は、第1変更処理を実行する(S509)。第1変更処理では、第1態様において、スライド操作に従って当該列内の数字ボタンに表示されている候補数字を下方向へ移動させる処理を行う。   When it is determined that the user operation accepted in S505 is a downward sliding operation with respect to the row of numeric buttons, the changing unit 417 executes the first changing process (S509). In the first change process, in the first mode, a process is performed in which the candidate numbers displayed on the number buttons in the row are moved downward according to the slide operation.

図7に、第1変更処理フローを示す。変更部417は、スライド開始位置に基づいて、候補数字を移動させる列を特定する(S701)。具体的には、変更部417は、スライド開始位置と重なる数字ボタンが属する列を特定する。例えば、図1に示した暗証番号入力ウィンドウ101bの例では、候補数字を移動させる列として第4列を特定している。   FIG. 7 shows a first change processing flow. Based on the slide start position, the changing unit 417 specifies a column to move the candidate numbers (S701). Specifically, the changing unit 417 specifies the column to which the numeric buttons that overlap the slide start position belong. For example, in the example of the personal identification number input window 101b shown in FIG. 1, the fourth column is specified as the column for moving the candidate numbers.

変更部417は、スライド距離に基づいて、下方向への候補数字の移動数を算出する(S703)。例えば、変更部417は、スライド距離を、数字ボタンの高さと縦方向の数字ボタン間隔との和で除して、その商の小数点第1位以下を四捨五入することによって、下方向への候補数字の移動数を求める。例えば、図1に示した暗証番号入力ウィンドウ101bの例では、下方向への候補数字の移動数は2である。   The changing unit 417 calculates the number of candidate numbers to move downward based on the slide distance (S703). For example, the changing unit 417 divides the slide distance by the sum of the number button height and the number button interval in the vertical direction, and rounds off the first decimal place of the quotient to obtain a candidate number in the downward direction. Find the number of moves. For example, in the example of the personal identification number input window 101 b shown in FIG. 1, the number of candidate numbers moved downward is two.

変更部417は、当該列中の候補数字を、移動数だけ下方向へ移動させる(S705)。ここでは、表示における向きと整合するように方向を表現している。ここでいう下方向は、データ構造的に、2次元配列の同じ列において行番号が増える方向を意味する。つまり、変更部417は、2次元配列の要素に設定されている候補数字を、同じ列において移動数だけ行番号が増える要素に移す。   The changing unit 417 moves the candidate numbers in the column downward by the number of movements (S705). Here, the direction is expressed so as to match the orientation in the display. Here, the downward direction means a direction in which the row number increases in the same column of the two-dimensional array in terms of data structure. That is, the changing unit 417 moves the candidate numbers set for the elements of the two-dimensional array to elements whose row numbers increase by the number of movements in the same column.

図8に、暗証番号入力ウィンドウ101bに示したスライド操作によって変更された候補数字データの例を示す。図6における要素C[1][4]の値「0」は、図8において要素C[3][4]に移る。同様に、図6における要素C[2][4]から要素C[7][4]の各値は、図8において要素C[4][4]から要素C[9][4]に移る。そして、図8における要素C[1][4]には、図6における要素C[8][4]の値「0」が移り、図8における要素C[2][4]には、図6における要素C[9][4]の値「2」が移る。つまり、列内において候補数字が循環するように各候補数字が移される。尚、行方向へのスライド操作の場合にも、同様に候補数字が循環するように各候補数字が移される。   FIG. 8 shows an example of candidate numeral data changed by the slide operation shown in the password input window 101b. The value “0” of the element C [1] [4] in FIG. 6 moves to the element C [3] [4] in FIG. Similarly, each value of element C [2] [4] to element C [7] [4] in FIG. 6 moves from element C [4] [4] to element C [9] [4] in FIG. . Then, the value “0” of the element C [8] [4] in FIG. 6 is transferred to the element C [1] [4] in FIG. 8, and the element C [2] [4] in FIG. The value “2” of the element C [9] [4] in FIG. That is, each candidate number is moved so that the candidate numbers circulate in the column. In the case of a sliding operation in the row direction, each candidate number is moved so that the candidate numbers circulate similarly.

図7の説明に戻る。表示処理部413は、変更された候補数字データに基づいて、当該列に相当する数字ボタンを表示し直す(S707)。第1変更処理を終えると、図5のS505に示した処理に戻って上述した処理を繰り返す。   Returning to the description of FIG. The display processing unit 413 redisplays the numeric buttons corresponding to the row based on the changed candidate numeric data (S707). When the first change process is finished, the process returns to the process shown in S505 of FIG. 5 and the above-described process is repeated.

図5のS507に示した処理の説明に戻る。S505において受け付けたユーザ操作が、数字ボタンの列に対する下方向へのスライド操作ではないと判定した場合には、受付部415は、当該ユーザ操作が、数字ボタンの列に対する上方向へのスライド操作であるか否かを判定する(S511)。   Returning to the description of the processing shown in S507 of FIG. If it is determined that the user operation received in S505 is not a downward sliding operation on the numeric button row, the accepting unit 415 performs an upward sliding operation on the numeric button row. It is determined whether or not there is (S511).

S505において受け付けたユーザ操作が、数字ボタンの列に対する上方向へのスライド操作であると判定した場合には、変更部417は、第2変更処理を実行する(S513)。第2変更処理では、第1態様において、スライド操作に従って当該列内の数字ボタンに表示されている数字を上方向へ移動させる処理を行う。   When it is determined that the user operation accepted in S505 is an upward slide operation with respect to the row of numeric buttons, the change unit 417 executes the second change process (S513). In a 2nd change process, the process which moves the number currently displayed on the number button in the said row | line | column according to a slide operation in a 1st aspect upwards is performed.

図9に、第2変更処理フローを示す。変更部417は、スライド開始位置に基づいて、候補数字を移動させる列を特定する(S901)。第1変更処理の場合と同様に、変更部417は、スライド開始位置と重なる数字ボタンが属する列を特定する。   FIG. 9 shows a second change processing flow. The changing unit 417 specifies a column to move the candidate numbers based on the slide start position (S901). As in the case of the first change process, the change unit 417 specifies the column to which the numeric buttons that overlap the slide start position belong.

変更部417は、スライド距離に基づいて、上方向への候補数字の移動数を算出する(S903)。第1変更処理の場合と同様に、変更部417は、スライド距離を、数字ボタンの高さと縦方向の数字ボタン間隔との和で除して、その商の小数点第1位以下を四捨五入することによって、下方向への候補数字の移動数を求める。   The changing unit 417 calculates the number of candidate numbers to move upward based on the slide distance (S903). As in the first change process, the change unit 417 divides the slide distance by the sum of the number button height and the number button interval in the vertical direction, and rounds off the first decimal place of the quotient. To obtain the number of candidate numbers to move downward.

変更部417は、当該列中の候補数字を、移動数だけ上方向へ移動させる(S905)。ここでいう上方向は、データ構造的に、2次元配列の同じ列において行番号が減る方向を意味する。つまり、変更部417は、2次元配列の要素に設定されている候補数字を、同じ列において移動数だけ行番号が減る要素に移す。   The changing unit 417 moves the candidate numbers in the row upward by the number of movements (S905). The upward direction here means a direction in which the row number decreases in the same column of the two-dimensional array in terms of data structure. That is, the changing unit 417 moves the candidate numbers set for the elements of the two-dimensional array to elements whose row numbers are reduced by the number of movements in the same column.

表示処理部413は、変更された候補数字データに基づいて、当該列に相当する数字ボタンを表示し直す(S907)。第2変更処理を終えると、図5のS505に示した処理に戻って上述した処理を繰り返す。   The display processing unit 413 redisplays the numeric buttons corresponding to the column based on the changed candidate numeric data (S907). When the second change process is finished, the process returns to the process shown in S505 of FIG. 5 and the above-described process is repeated.

図5のS511に示した処理の説明に戻る。S505において受け付けたユーザ操作が、数字ボタンの列に対する上方向へのスライド操作ではないと判定した場合には、受付部415は、当該ユーザ操作が、数字ボタンの行に対する右方向へのスライド操作であるか否かを判定する(S515)。   Returning to the description of the processing shown in S511 of FIG. If it is determined that the user operation received in S505 is not an upward slide operation on the row of numeric buttons, the reception unit 415 performs a rightward slide operation on the row of numeric buttons. It is determined whether or not there is (S515).

S505において受け付けたユーザ操作が、数字ボタンの行に対する右方向へのスライド操作であると判定した場合には、変更部417は、第3変更処理を実行する(S517)。第3変更処理では、第1態様において、スライド操作に従って当該行内の数字ボタンに表示されている数字を右方向へ移動させる処理を行う。   When it is determined that the user operation accepted in S505 is a rightward sliding operation with respect to the row of numeric buttons, the changing unit 417 executes a third changing process (S517). In a 3rd change process, the process which moves the number currently displayed on the number button in the said line to the right direction according to a slide operation in a 1st aspect is performed.

図10に、第3変更処理フローを示す。変更部417は、スライド開始位置に基づいて、候補数字を移動させる行を特定する(S1001)。具体的には、変更部417は、スライド開始位置と重なる数字ボタンが属する行を特定する。例えば、図1に示した暗証番号入力ウィンドウ101eの例では、候補数字を移動させる行として第4行を特定している。   FIG. 10 shows a third change processing flow. Based on the slide start position, the changing unit 417 specifies a line to move the candidate number (S1001). Specifically, the changing unit 417 specifies a line to which a numeric button that overlaps the slide start position belongs. For example, in the example of the personal identification number input window 101e shown in FIG. 1, the fourth line is specified as the line to which the candidate number is moved.

変更部417は、スライド距離に基づいて、右方向への候補数字の移動数を算出する(S1003)。例えば、変更部417は、スライド距離を、数字ボタンの幅と横方向の数字ボタン間隔との和で除して、その商の小数点第1位以下を四捨五入することによって、右方向への候補数字の移動数を求める。例えば、図1に示した暗証番号入力ウィンドウ101eの例では、右方向への候補数字の移動数は2である。   The changing unit 417 calculates the number of candidate numbers moved to the right based on the slide distance (S1003). For example, the changing unit 417 divides the slide distance by the sum of the width of the numeric button and the interval between the numeric buttons in the horizontal direction, and rounds off the first decimal place of the quotient to obtain a candidate digit in the right direction. Find the number of moves. For example, in the example of the personal identification number input window 101e shown in FIG. 1, the number of candidate numbers moved to the right is two.

変更部417は、当該行中の候補数字を、移動数だけ右方向へ移動させる(S1005)。ここでいう右方向は、データ構造的に、2次元配列の同じ行において列番号が増える方向を意味する。つまり、変更部417は、2次元配列の要素に設定されている候補数字を、同じ行において移動数だけ列番号が増える要素に移す。   The changing unit 417 moves the candidate numbers in the row to the right by the number of movements (S1005). The right direction here means the direction in which the column number increases in the same row of the two-dimensional array in terms of data structure. That is, the changing unit 417 moves the candidate numbers set for the elements of the two-dimensional array to elements whose column numbers increase by the number of movements in the same row.

表示処理部413は、変更された候補数字データに基づいて、当該行に相当する数字ボタンを表示し直す(S1007)。第3変更処理を終えると、図5のS505に示した処理に戻って上述した処理を繰り返す。   The display processing unit 413 redisplays the numeric buttons corresponding to the row based on the changed candidate numeric data (S1007). When the third change process is finished, the process returns to the process shown in S505 of FIG. 5 and the above-described process is repeated.

図5のS515に示した処理の説明に戻る。S505において受け付けたユーザ操作が、数字ボタンの行に対する右方向へのスライド操作ではないと判定した場合には、受付部415は、当該ユーザ操作が、数字ボタンの行に対する左方向へのスライド操作であるか否かを判定する(S519)。   Returning to the description of the process shown in S515 of FIG. If it is determined that the user operation accepted in S505 is not a slide operation to the right with respect to the number button row, the accepting unit 415 performs a slide operation to the left with respect to the number button row. It is determined whether or not there is (S519).

S505において受け付けたユーザ操作が、数字ボタンの行に対する左方向へのスライド操作であると判定した場合には、変更部417は、第4変更処理を実行する(S521)。第4変更処理では、第1態様において、スライド操作に従って当該行内の数字ボタンに表示されている数字を左方向へ移動させる処理を行う。   If it is determined that the user operation accepted in S505 is a leftward sliding operation with respect to the row of numeric buttons, the changing unit 417 executes a fourth changing process (S521). In the fourth change process, in the first aspect, a process of moving the number displayed on the number button in the row to the left according to the slide operation is performed.

図11に、第4変更処理フローを示す。変更部417は、スライド開始位置に基づいて、行を特定する(S1101)。第3変更処理の場合と同様に、変更部417は、スライド開始位置と重なる数字ボタンが属する行を特定する。   FIG. 11 shows a fourth change processing flow. The changing unit 417 identifies a row based on the slide start position (S1101). As in the case of the third change process, the change unit 417 specifies the line to which the numeric button that overlaps the slide start position belongs.

変更部417は、スライド距離に基づいて、左方向への候補数字の移動数を算出する(S1103)。第3変更処理の場合と同様に、変更部417は、スライド距離を、数字ボタンの幅と横方向の数字ボタン間隔との和で除して、その商の小数点第1位以下を四捨五入することによって、左方向への候補数字の移動数を求める。   The changing unit 417 calculates the number of candidate numbers moved to the left based on the slide distance (S1103). As in the case of the third change process, the change unit 417 divides the slide distance by the sum of the numeric button width and the horizontal numeric button interval and rounds off the first decimal place of the quotient. To find the number of candidate numbers to move to the left.

変更部417は、当該行中の候補数字を、移動数だけ左方向へ移動させる(S1105)。ここでいう左方向は、データ構造的に、2次元配列の同じ行において列番号が減る方向を意味する。つまり、変更部417は、2次元配列の要素に設定されている候補数字を、同じ行において移動数だけ列番号が減る要素に移す。   The changing unit 417 moves the candidate numbers in the row to the left by the number of movements (S1105). The left direction here means the direction in which the column number decreases in the same row of the two-dimensional array in terms of data structure. That is, the changing unit 417 moves the candidate numbers set for the elements of the two-dimensional array to elements whose column numbers are reduced by the number of movements in the same row.

表示処理部413は、変更された候補数字データに基づいて、当該行に相当する数字ボタンを表示し直す(S1107)。第4変更処理を終えると、図5のS505に示した処理に戻って上述した処理を繰り返す。   The display processing unit 413 redisplays the number buttons corresponding to the row based on the changed candidate number data (S1107). When the fourth change process is finished, the process returns to the process shown in S505 of FIG. 5 and the above-described process is repeated.

ここで、図1に示した遷移例における候補数字データの変更について説明する。図12は、暗証番号入力ウィンドウ101cに示したスライド操作によって変更された候補数字データの例を示している。この例では、第7行の候補数字を2つ左方向へ移している。   Here, the change of the candidate number data in the transition example shown in FIG. 1 will be described. FIG. 12 shows an example of candidate numeral data changed by the slide operation shown in the password input window 101c. In this example, the candidate numbers in the seventh row are shifted to the left by two.

図13は、暗証番号入力ウィンドウ101dに示したスライド操作によって変更された候補数字データの例を示している。この例では、第5行の候補数字を1つ左方向へ移している。   FIG. 13 shows an example of candidate number data changed by the slide operation shown in the personal identification number input window 101d. In this example, the candidate numbers in the fifth row are moved one place to the left.

図14に、暗証番号入力ウィンドウ101eに示したスライド操作によって変更された候補数字データの例を示している。この例では、第4行の候補数字を2つ右方向へ移している。   FIG. 14 shows an example of candidate number data changed by the slide operation shown in the password input window 101e. In this example, the candidate numbers in the fourth row are shifted to the right by two.

図5のS519に示した処理の説明に戻る。S505において受け付けたユーザ操作が、数字ボタンの行に対する左方向へのスライド操作ではないと判定した場合には、受付部415は、当該ユーザ操作が、数字ボタンへのタップ操作であるか否かを判定する(S523)。   Returning to the description of the process shown in S519 of FIG. If it is determined that the user operation received in S505 is not a leftward sliding operation with respect to the number button row, the receiving unit 415 determines whether or not the user operation is a tap operation on the number button. Determination is made (S523).

S505において受け付けたユーザ操作が、数字ボタンへのタップ操作であると判定した場合には、特定部419は、特定処理を実行する(S525)。特定処理では、第1態様において、通常の入力方式による暗証番号の入力を行う。   If it is determined that the user operation received in S505 is a tap operation on the numeric buttons, the specifying unit 419 executes a specifying process (S525). In the specific process, in the first mode, a personal identification number is input by a normal input method.

図15に、特定処理フローを示す。特定部419は、候補数字データに基づいて、タップされた数字ボタンに対応する候補数字を特定する(S1501)。つまり、特定部419は、候補数字データから当該数字ボタンの位置に対応する要素の値を読む。   FIG. 15 shows a specific processing flow. The specifying unit 419 specifies a candidate number corresponding to the tapped number button based on the candidate number data (S1501). That is, the specifying unit 419 reads the value of the element corresponding to the position of the numeric button from the candidate numeric data.

特定部419は、当該候補数字を数字列バッファ435に加える(S1503)。この例で、特定部419は、数字列バッファ435の先頭から候補数字を設定する。特定処理を終えると、図5のS505に示した処理に戻って上述した処理を繰り返す。   The identifying unit 419 adds the candidate number to the number string buffer 435 (S1503). In this example, the specifying unit 419 sets candidate numbers from the top of the number string buffer 435. When the specific process is finished, the process returns to the process shown in S505 of FIG. 5 and the above-described process is repeated.

図5のS523に示した処理の説明に戻る。S505において受け付けたユーザ操作が、数字ボタンへのタップ操作ではないと判定した場合には、受付部415は、当該ユーザ操作が、決定ボタンへのタップ操作であるか否かを判定する(S527)。   Returning to the description of the process shown in S523 of FIG. When it is determined that the user operation received in S505 is not a tap operation on the number buttons, the reception unit 415 determines whether the user operation is a tap operation on the determination button (S527). .

S505において受け付けたユーザ操作が、決定ボタンへのタップ操作であると判定した場合には、制御部421は、サブルーチン処理を実行する(S529)。サブルーチン処理では、決定ボタンがタップ操作された場合の処理を行う。尚、当該ユーザ操作が、決定ボタンへのタップ操作ではないと判定した場合には、S505に示した処理に戻って、上述した処理を繰り返す。   If it is determined that the user operation accepted in S505 is a tap operation on the enter button, the control unit 421 executes a subroutine process (S529). In the subroutine processing, processing is performed when the enter button is tapped. If it is determined that the user operation is not a tap operation on the enter button, the process returns to S505 and the above-described process is repeated.

図16に、サブルーチン処理フローを示す。特定部419は、数字列バッファ435が満ちているか否かを判定する(S1601)。この例では、数字列バッファ435に4つの候補数字が設定されている場合に数字列バッファ435が満ちていると判定する。一方、数字列バッファ435に設定されている候補数字の数が3つ以下である場合には数字列バッファ435が満ちていないと判定する。   FIG. 16 shows a subroutine processing flow. The identifying unit 419 determines whether the numeric string buffer 435 is full (S1601). In this example, when four candidate numbers are set in the number string buffer 435, it is determined that the number string buffer 435 is full. On the other hand, when the number of candidate numbers set in the number string buffer 435 is three or less, it is determined that the number string buffer 435 is not full.

数字列バッファ435が満ちていると判定した場合には、特定部419は、数字列バッファ435に設定されている候補数字列を暗証番号とする(S1603)。インターフェース部423は、暗証番号を認証部441へ渡す(S1605)。そして、制御部421は、ステータスに「終了」を設定する(S1607)。ステータスは、サブルーチン処理の結果を示す制御用のパラメータである。ステータスには、「継続」或いは「終了」が設定されるものとする。サブルーチン処理を終えると、図5のS531に示した処理に移る。   If it is determined that the numeric string buffer 435 is full, the identifying unit 419 sets the candidate numeric string set in the numeric string buffer 435 as a personal identification number (S1603). The interface unit 423 passes the password to the authentication unit 441 (S1605). Then, the control unit 421 sets “finished” in the status (S1607). The status is a control parameter indicating the result of the subroutine processing. In the status, “continuation” or “end” is set. When the subroutine processing is completed, the processing moves to S531 in FIG.

図16のS1601に示した処理の説明に戻る。数字列バッファ435が満ちていないと判定した場合には、表示処理部413は、数字ボタンに代えて、マスクボタンを表示する(S1609)。マスクボタンは、数字を示さないボタンである。従って、マスクボタンを表示する処理は、候補数字を消去することに相当する。   Returning to the description of the processing shown in S1601 of FIG. If it is determined that the numeric string buffer 435 is not full, the display processing unit 413 displays a mask button instead of the numeric button (S1609). The mask button is a button that does not indicate a number. Therefore, the process of displaying the mask button is equivalent to deleting the candidate number.

受付部415は、イベントを受け付ける(S1611)。この例では、マスクボタンへのタッチ或いはマスクボタン以外の領域へのタッチに相当するイベントを受け付けるものと想定する。   The accepting unit 415 accepts an event (S1611). In this example, it is assumed that an event corresponding to a touch on a mask button or a touch on an area other than the mask button is received.

受付部415は、ユーザの指がマスクボタンをタッチしたか否かを判定する(S1613)。ユーザの指がマスクボタン以外をタッチしたと判定した場合には、制御部421は、ステータスに「継続」を設定する(S1615)。表示処理部413は、候補数字データに基づいて数字ボタンを表示する(S1616)。そして、サブルーチン処理を終え、図5のS531に示した処理に移る。   The receiving unit 415 determines whether or not the user's finger has touched the mask button (S1613). When it is determined that the user's finger touches a button other than the mask button, the control unit 421 sets “continuation” in the status (S1615). The display processing unit 413 displays a numeric button based on the candidate numeric data (S1616). Then, the subroutine processing is finished, and the processing moves to S531 in FIG.

一方、この例でユーザの指がマスクボタンをタッチしたと判定した場合には、通常入力方式によって途中まで入力された候補数字列を破棄する。そのため、特定部419は、数字列バッファ435をクリアする(S1617)。   On the other hand, if it is determined in this example that the user's finger has touched the mask button, the candidate digit string input partway through the normal input method is discarded. Therefore, the specifying unit 419 clears the numeric string buffer 435 (S1617).

特定部419は、マスクボタンに対応する候補数字を特定する(S1619)。つまり、特定部419は、候補数字データから当該マスクボタンの位置に対応する要素の値を読む。   The specifying unit 419 specifies candidate numbers corresponding to the mask buttons (S1619). That is, the specifying unit 419 reads the value of the element corresponding to the position of the mask button from the candidate numeric data.

特定部419は、当該候補数字を数字列バッファ435に加える(S1621)。S1621の処理において、最初の候補数字が設定される。そして、端子Aを介して、図18に示した処理に移る。   The specifying unit 419 adds the candidate number to the number string buffer 435 (S1621). In the process of S1621, the first candidate number is set. Then, the process proceeds to the process shown in FIG.

図17は、図1の暗証番号入力ウィンドウ101hに示したように、第4列の数字ボタンを下から上へなぞった場合に特定される暗証番号を示している。図16のS1621に示した処理では、第7行第4列の要素に設定されている値「2」が、暗証番号における先頭の数字となる。図18に示した処理では、第6行第4列の要素に設定されている値「8」、第5行第4列の要素に設定されている値「0」及び第4行第4列の要素に設定されている値「7」が順次設定される。   FIG. 17 shows the personal identification number specified when the number buttons in the fourth column are traced from the bottom to the top as shown in the personal identification number input window 101h of FIG. In the process shown in S1621 of FIG. 16, the value “2” set in the element in the seventh row and the fourth column is the first number in the personal identification number. In the process shown in FIG. 18, the value “8” set for the element in the sixth row and the fourth column, the value “0” set for the element in the fifth row and the fourth column, and the fourth row and the fourth column. The value “7” set in the element is sequentially set.

図18の説明に移る。受付部415は、イベントを受け付ける(S1801)。ここでは、タッチさせたまま指をスライドさせる操作或いは指を離す操作に相当するイベントを受け付けるものと想定する。   Turning to the description of FIG. The accepting unit 415 accepts an event (S1801). Here, it is assumed that an event corresponding to an operation of sliding a finger while touching or an operation of releasing a finger is accepted.

ユーザがタッチさせている指をそのままスライドさせると、タッチ位置が移る。そして、別のマスクボタンまで指でなぞると、タッチ位置が別のマスクボタンに重なるようになる。そのため、受付部415は、タッチ位置が別のマスクボタンに重なったか否かを判定する(S1803)。   When the finger touched by the user is slid as it is, the touch position moves. When the finger is traced to another mask button, the touch position overlaps with another mask button. Therefore, the reception unit 415 determines whether or not the touch position is overlapped with another mask button (S1803).

タッチ位置が別のマスクボタンに重なったと判定した場合には、特定部419は、当該マスクボタンに対応する候補数字を特定する(S1805)。つまり、特定部419は、候補数字データから当該マスクボタンの位置に対応する要素の値を読む。   If it is determined that the touch position overlaps with another mask button, the specifying unit 419 specifies a candidate number corresponding to the mask button (S1805). That is, the specifying unit 419 reads the value of the element corresponding to the position of the mask button from the candidate numeric data.

特定部419は、当該候補数字を数字列バッファ435に加える(S1807)。S1807の処理において、2番目以降の候補数字が設定される。   The identifying unit 419 adds the candidate number to the number string buffer 435 (S1807). In the processing of S1807, the second and subsequent candidate numbers are set.

特定部419は、数字列バッファ435が満ちたか否かを判定する(S1809)。具体的には、4番目の候補数字を設定した場合に、数字列バッファ435が満ちたと判定する。一方、2番目又は3番目の候補数字を設定した場合には、数字列バッファ435が満ちていないと判定する。   The identifying unit 419 determines whether or not the numeric string buffer 435 is full (S1809). Specifically, when the fourth candidate number is set, it is determined that the number string buffer 435 is full. On the other hand, when the second or third candidate number is set, it is determined that the number string buffer 435 is not full.

数字列バッファ435が満ちていないと判定した場合には、S1801に示した処理に戻って上述した処理を繰り返す。   If it is determined that the numeric string buffer 435 is not full, the process returns to the process shown in S1801 and the above-described process is repeated.

一方、数字列バッファ435が満ちたと判定した場合には、特定部419は、数字列バッファ435に設定されている候補数字列を暗証番号とする(S1811)。インターフェース部423は、暗証番号を認証部441へ渡す(S1813)。制御部421は、ステータスに「終了」を設定する(S1815)。そして、サブルーチン処理を終え、図5のS531に示した処理に移る。   On the other hand, if it is determined that the numeric string buffer 435 is full, the specifying unit 419 sets the candidate numeric string set in the numeric string buffer 435 as a password (S1811). The interface unit 423 passes the password to the authentication unit 441 (S1813). The control unit 421 sets “finished” in the status (S1815). Then, the subroutine processing is finished, and the processing moves to S531 in FIG.

図18のS1803に示した処理の説明に戻る。タッチ位置が別のマスクボタンに重なっていないと判定した場合には、受付部415は、ユーザの指が離れたか否かを判定する(S1817)。   Returning to the description of the processing shown in S1803 of FIG. If it is determined that the touch position does not overlap another mask button, the reception unit 415 determines whether the user's finger has been released (S1817).

ユーザの指が離れていないと判定した場合には、S1801に示した処理に戻って上述した処理を繰り返す。   If it is determined that the user's finger is not separated, the process returns to the process shown in S1801 and the above-described process is repeated.

一方、ユーザの指が離れたと判定した場合には、特定部419は、数字列バッファ435をクリアする(S1819)。制御部421は、ステータスに「継続」を設定する(S1821)。表示処理部413は、候補数字データに基づいて数字ボタンを表示する(S1823)。そして、サブルーチン処理を終え、図5のS531に示した処理に移る。   On the other hand, if it is determined that the user's finger has been removed, the specifying unit 419 clears the numeric string buffer 435 (S1819). The control unit 421 sets “continuation” in the status (S1821). The display processing unit 413 displays a numeric button based on the candidate numeric data (S1823). Then, the subroutine processing is finished, and the processing moves to S531 in FIG.

図5に示したメイン処理(A)フローの説明に戻る。サブルーチン処理から復帰すると、制御部421は、ステータスが「終了」であるか否かを判定する(S531)。ステータスが「終了」ではないと判定した場合、つまりステータスが「継続」である場合には、S505に示した処理に戻って上述した処理を繰り返す。   Returning to the description of the flow of the main process (A) shown in FIG. When returning from the subroutine processing, the control unit 421 determines whether or not the status is “end” (S531). If it is determined that the status is not “end”, that is, if the status is “continuation”, the processing returns to the processing shown in S505 and the above-described processing is repeated.

一方、ステータスが「終了」であると判定した場合には、暗証番号入力ウィンドウ101を閉じてメイン処理(A)を終える。以上で、本実施の形態における処理の説明を終える。   On the other hand, if it is determined that the status is “end”, the password input window 101 is closed and the main process (A) is completed. This is the end of the description of the processing in the present embodiment.

本実施の形態によれば、入力した暗証番号を他人が察知しにくくなる。   According to the present embodiment, it becomes difficult for others to detect the entered password.

また、ユーザが暗証番号を選択しやすいように候補数字を並び替えることができる。   In addition, the candidate numbers can be rearranged so that the user can easily select a password.

また、マトリクスの行及び列の単位で操作を受け付けるので、候補数字の配置を変更する操作及び候補数字が表示されていたマスクボタンを選択する操作が容易である。   In addition, since operations are accepted in units of rows and columns of the matrix, operations for changing the arrangement of candidate numbers and operations for selecting a mask button on which candidate numbers are displayed are easy.

また、暗証番号を直接選択する通常の入力方式に切り替える手間が省ける。   Further, it is possible to save the trouble of switching to the normal input method for directly selecting the password.

[実施の形態2]
上述した実施の形態では、スライド操作によって候補数字の配置を変更する例について説明したが、本実施の形態では、ボタン操作によって候補数字の配置を変更する例について説明する。
[Embodiment 2]
In the above-described embodiment, an example in which the arrangement of candidate numbers is changed by a slide operation has been described. In the present embodiment, an example in which the arrangement of candidate numbers is changed by a button operation will be described.

実施の形態1の場合、ユーザが移動させようとする候補数字をタッチしてスライドさせる操作を繰り返し行うと、揃えようとしている暗証番号が他人に推測されやすい。本実施の形態では、ボタン操作によって候補数字をずらすようにする。従って、いずれの候補数字を移動させようとしているのか他人にはわからない。   In the case of the first embodiment, when the user repeatedly touches and slides the candidate number to be moved, the personal identification number to be aligned is easily guessed by others. In the present embodiment, candidate numbers are shifted by button operations. Therefore, other people do not know which candidate numbers are to be moved.

図19に、実施の形態2に係る暗証番号入力ウィンドウ101の例を示す。この例で、実施の形態1の例で示した第1列及び第9列の数字ボタンは省いている。また、同じく第1行及び第9行の数字ボタンは省いている。   FIG. 19 shows an example of a password input window 101 according to the second embodiment. In this example, the numeric buttons in the first column and the ninth column shown in the example of the first embodiment are omitted. Similarly, the numeric buttons in the first and ninth lines are omitted.

そして、マトリクスの左側には同行の数字ボタンを左へ1つずらす指示を行うための左ボタンが設けられている。同じく右側には同行の数字ボタンを右へ1つずらす指示を行うための右ボタンが設けられている。同じく上側には同列の数字ボタンを上へ1つずらす指示を行うための上ボタンが設けられている。同じく下側には同列の数字ボタンを下へ1つずらす指示を行うための下ボタンが設けられている。メッセージ領域103には、「上下左右のボタン操作で暗証番号の数字を並べて、決定ボタンに触れてください。」と表示されている。   On the left side of the matrix, a left button is provided for giving an instruction to shift the number button in the same row to the left by one. Similarly, on the right side, a right button is provided for giving an instruction to shift the number buttons on the same line to the right by one. Similarly, an upper button is provided on the upper side for giving an instruction to shift the number buttons in the same row upward by one. Similarly, a lower button is provided on the lower side for giving an instruction to shift the numeric buttons in the same row downward by one. In the message area 103, “Please arrange the numbers of the PIN numbers by operating the upper, lower, left, and right buttons and touch the enter button” is displayed.

本実施の形態では、図5に示したメイン処理(A)フローに代えて、メイン処理(B)フローを実行する。図20に、メイン処理(B)フローを示す。S501乃至S505に示した処理は、図5の場合と同様である。   In the present embodiment, a main process (B) flow is executed instead of the main process (A) flow shown in FIG. FIG. 20 shows a main process (B) flow. The processing shown in S501 to S505 is the same as in the case of FIG.

受付部415は、S505において受け付けたユーザ操作が、下ボタンへのタップ操作であるか否かを判定する(S2001)。当該ユーザ操作が、下ボタンへのタップ操作であると判定した場合には、変更部417は、第5変更処理を実行する(S2003)。第5変更処理では、第1態様において、下ボタンへのタップ操作に従って当該下ボタンに対応する列内の数字ボタンに表示されている候補数字を下方向へ1つだけ移動させる処理を行う。   The accepting unit 415 determines whether or not the user operation accepted in S505 is a tap operation on the down button (S2001). If it is determined that the user operation is a tap operation on the down button, the changing unit 417 executes a fifth changing process (S2003). In the fifth change process, in the first mode, a process is performed in which only one candidate number displayed on the number button in the column corresponding to the lower button is moved downward in accordance with the tap operation on the lower button.

図21に、第5変更処理フローを示す。変更部417は、タップされた下ボタンに基づいて、列を特定する(S2101)。変更部417は、当該列中の候補数字を、1つだけ下方向へ移動させる(S2103)。移動数が固定値1である点を除き、候補数字の移し方は実施の形態1の場合と同様である。表示処理部413は、当該列に相当する数字ボタンを表示し直す(S2105)。第5変更処理を終えると、S505に示した処理に戻って上述した処理を繰り返す。   FIG. 21 shows a fifth change processing flow. The changing unit 417 identifies a column based on the tapped lower button (S2101). The changing unit 417 moves the candidate number in the column downward by one (S2103). Except for the fact that the number of movements is a fixed value 1, the method of moving candidate numbers is the same as in the first embodiment. The display processing unit 413 redisplays the numeric buttons corresponding to the column (S2105). When the fifth change process is finished, the process returns to the process shown in S505 and the above-described process is repeated.

図20のS2001に示した処理の説明に戻る。S505において受け付けたユーザ操作が、下ボタンへのタップ操作ではないと判定した場合には、受付部415は、当該ユーザ操作が、上ボタンへのタップ操作であるか否かを判定する(S2005)。   Returning to the description of the process shown in S2001 of FIG. When it is determined that the user operation received in S505 is not a tap operation to the lower button, the reception unit 415 determines whether or not the user operation is a tap operation to the upper button (S2005). .

当該ユーザ操作が、上ボタンへのタップ操作であると判定した場合には、変更部417は、第6変更処理を実行する(S2007)。第6変更処理では、第1態様において、上ボタンへのタップ操作に従って当該上ボタンに対応する列内の数字ボタンに表示されている候補数字を上方向へ1つだけ移動させる処理を行う。   If it is determined that the user operation is a tap operation on the up button, the changing unit 417 executes a sixth changing process (S2007). In the sixth change process, in the first mode, a process is performed in which only one candidate number displayed on the number buttons in the column corresponding to the up button is moved upward in accordance with the tap operation on the up button.

図21に示した第5変更処理フローをベースに、第6変更処理が第5変更処理と相違する点について説明する。   The difference between the sixth change process and the fifth change process will be described based on the fifth change process flow shown in FIG.

S2101に相当するステップにおいて、タップされた上ボタンに基づいて、列を特定する。S2103に相当するステップにおいて、当該列中の候補数字を、1つだけ上方向へ移動させる。S2105に相当するステップは、S2105の場合と同様である。   In a step corresponding to S2101, a column is specified based on the tapped upper button. In a step corresponding to S2103, only one candidate number in the column is moved upward. Steps corresponding to S2105 are the same as those in S2105.

図20のS2005に示した処理の説明に戻る。S505において受け付けたユーザ操作が、上ボタンへのタップ操作ではないと判定した場合には、受付部415は、当該ユーザ操作が、右ボタンへのタップ操作であるか否かを判定する(S2009)。   Returning to the description of the process shown in S2005 of FIG. When it is determined that the user operation received in S505 is not a tap operation to the upper button, the reception unit 415 determines whether or not the user operation is a tap operation to the right button (S2009). .

当該ユーザ操作が、右ボタンへのタップ操作であると判定した場合には、変更部417は、第7変更処理を実行する(S2011)。第7変更処理では、第1態様において、右ボタンへのタップ操作に従って当該右ボタンに対応する行内の数字ボタンに表示されている候補数字を右方向へ1つだけ移動させる処理を行う。   If it is determined that the user operation is a tap operation on the right button, the changing unit 417 executes a seventh changing process (S2011). In the seventh change process, in the first mode, a process is performed in which only one candidate number displayed on the number button in the row corresponding to the right button is moved rightward in accordance with the tap operation on the right button.

図21に示した第5変更処理フローをベースに、第7変更処理が第5変更処理と相違する点について説明する。   The difference between the seventh change process and the fifth change process will be described based on the fifth change process flow shown in FIG.

S2101に相当するステップにおいて、タップされた右ボタンに基づいて、行を特定する。S2103に相当するステップにおいて、当該行中の候補数字を、1つだけ右方向へ移動させる。S2105に相当するステップにおいて、表示処理部413は、当該行に相当する数字ボタンを表示し直す。   In a step corresponding to S2101, a row is specified based on the tapped right button. In a step corresponding to S2103, only one candidate number in the row is moved rightward. In the step corresponding to S2105, the display processing unit 413 redisplays the numeric buttons corresponding to the row.

図20のS2009に示した処理の説明に戻る。S505において受け付けたユーザ操作が、右ボタンへのタップ操作ではないと判定した場合には、受付部415は、当該ユーザ操作が、左ボタンへのタップ操作であるか否かを判定する(S2013)。   Returning to the description of the processing shown in S2009 of FIG. If it is determined that the user operation received in S505 is not a tap operation to the right button, the receiving unit 415 determines whether or not the user operation is a tap operation to the left button (S2013). .

当該ユーザ操作が、左ボタンへのタップ操作であると判定した場合には、変更部417は、第8変更処理を実行する(S2015)。第8変更処理では、第1態様において、左ボタンへのタップ操作に従って当該左ボタンに対応する行内の数字ボタンに表示されている候補数字を左方向へ1つだけ移動させる処理を行う。   If it is determined that the user operation is a tap operation on the left button, the changing unit 417 executes an eighth changing process (S2015). In the eighth change process, in the first mode, a process is performed in which only one candidate number displayed on the number button in the row corresponding to the left button is moved leftward in accordance with the tap operation on the left button.

図21に示した第5変更処理フローをベースに、第8変更処理が第5変更処理と相違する点について説明する。   The difference between the eighth change process and the fifth change process will be described based on the fifth change process flow shown in FIG.

S2101に相当するステップにおいて、タップされた左ボタンに基づいて、行を特定する。S2103に相当するステップにおいて、当該行中の候補数字を、1つだけ左方向へ移動させる。S2105に相当するステップにおいて、表示処理部413は、当該行に相当する数字ボタンを表示し直す。   In a step corresponding to S2101, a row is specified based on the tapped left button. In a step corresponding to S2103, only one candidate number in the row is moved leftward. In the step corresponding to S2105, the display processing unit 413 redisplays the numeric buttons corresponding to the row.

図20のS2013に示した処理の説明に戻る。S505において受け付けたユーザ操作が、左ボタンへのタップ操作ではないと判定した場合には、受付部415は、当該ユーザ操作が、数字ボタンへのタップ操作であるか否かを判定する(S523)。S523乃至S531に示した処理は、図5の場合と同様である。   Returning to the description of the processing shown in S2013 of FIG. When it is determined that the user operation received in S505 is not a tap operation to the left button, the reception unit 415 determines whether or not the user operation is a tap operation to a number button (S523). . The processing shown in S523 to S531 is the same as in the case of FIG.

本実施の形態によれば、入力しようとする番号を他人が推察しにくくなる。   According to this embodiment, it is difficult for others to guess the number to be input.

尚、図4に示した例では、暗証番号入力モジュール403は認証部441から呼び出されて起動する。この例では、暗証番号入力モジュール403は各種のプログラムから呼び出されるようにしてもよい。つまり、暗証番号入力モジュール403は共用のモジュールであってもよい。   In the example shown in FIG. 4, the personal identification number input module 403 is called from the authentication unit 441 and is activated. In this example, the password input module 403 may be called from various programs. That is, the password input module 403 may be a shared module.

図22に、携帯端末装置401の別のモジュール構成例を示す。この例で、暗証番号入力モジュール403はアプリケーションプログラム405に含まれる。この場合にも、暗証番号入力モジュール403は、認証部441から呼び出されて起動する。そして、暗証番号入力モジュール403は、入力された暗証番号を認証部441へ渡す。但し、この例では、暗証番号入力モジュール403はアプリケーションプログラム405専用である。   FIG. 22 shows another module configuration example of the mobile terminal device 401. In this example, the password input module 403 is included in the application program 405. Also in this case, the password input module 403 is called from the authentication unit 441 and is activated. Then, the personal identification number input module 403 passes the input personal identification number to the authentication unit 441. However, in this example, the personal identification number input module 403 is dedicated to the application program 405.

また、携帯端末装置401がネットワークを介して接続する装置における認証部441に暗証番号を提供するようにしてもよい。図23に、システム構成例を示す。この例で、携帯端末装置401は、ネットワーク(例えば、インターネット或いはローカルエリアネットワーク)を介してサーバ装置2301に接続し、サービス部2303によるサービスを利用する。サービス部2303は、ユーザ認証を行う認証部2305を有している。   Moreover, you may make it provide a personal identification number to the authentication part 441 in the apparatus which the portable terminal device 401 connects via a network. FIG. 23 shows a system configuration example. In this example, the mobile terminal device 401 is connected to the server device 2301 via a network (for example, the Internet or a local area network) and uses a service provided by the service unit 2303. The service unit 2303 includes an authentication unit 2305 that performs user authentication.

一方、アプリケーションプログラム405は、サービス部2303へユーザ認証を要求する要求部2307を有している。暗証番号入力モジュール403は、要求部2307に呼び出されて起動する。そして、暗証番号入力モジュール403は、暗証番号を要求部2307へ渡す。要求部2307は、例えばアカウント名と暗証番号とを認証部2305へ送信して、ユーザ認証を要求する。   On the other hand, the application program 405 includes a request unit 2307 that requests user authentication from the service unit 2303. The personal identification number input module 403 is called by the request unit 2307 and is activated. Then, the personal identification number input module 403 passes the personal identification number to the request unit 2307. For example, the request unit 2307 transmits an account name and a personal identification number to the authentication unit 2305 to request user authentication.

認証部2305によるユーザ認証が成功すると、アプリケーションプログラム405はサービス部2303によるサービスを利用する。この場合、図4の場合と同様に、暗証番号入力モジュール403は共用のモジュールであってもよい。   When the user authentication by the authentication unit 2305 is successful, the application program 405 uses the service by the service unit 2303. In this case, as in the case of FIG. 4, the password input module 403 may be a shared module.

また、外部のユーザ認証を要求する形態において、図24に示すように、アプリケーションプログラム405専用の暗証番号入力モジュール403で暗証番号を受け付けるようにしてもよい。暗証番号入力モジュール403、要求部2307及び認証部2305の動作は、図23の場合と同様である。   Further, in the form of requesting external user authentication, as shown in FIG. 24, the personal identification number may be received by the personal identification number input module 403 dedicated to the application program 405. The operations of the password input module 403, the request unit 2307, and the authentication unit 2305 are the same as in the case of FIG.

最後に、携帯端末装置401のハードウェア構成例について説明する。図25に、携帯端末装置401のハードウエア構成例を示す。携帯端末装置401は、例えばCPU(Central Processing Unit)2501、記憶回路2503、無線通信用アンテナ2511、無線通信制御回路2513、LCD(Liquid Crystal Display)制御回路2523、LCD2525、タッチパッド2527、キー群2529、GPS(Global Positioning System)装置2531及びタイマー回路2533を有している。   Finally, a hardware configuration example of the mobile terminal device 401 will be described. FIG. 25 shows a hardware configuration example of the mobile terminal device 401. The mobile terminal device 401 includes, for example, a CPU (Central Processing Unit) 2501, a storage circuit 2503, a wireless communication antenna 2511, a wireless communication control circuit 2513, an LCD (Liquid Crystal Display) control circuit 2523, an LCD 2525, a touch pad 2527, and a key group 2529. , A GPS (Global Positioning System) device 2531 and a timer circuit 2533.

CPU2501は、記憶回路2503に記憶されているプログラムを実行する。記憶回路2503は、例えば、ROM(Read Only Memory)2505とRAM(Random Access Memory)2507とフラッシュメモリ2509とを有している。ROM2505は、例えば基礎的なプログラムや初期データを格納している。RAM2507は、プログラムを展開する領域を含んでいる。RAM2507は、一時的なデータを格納する領域も含んでいる。フラッシュメモリ2509は、例えば、アプリケーションなどのプログラムやユーザデータを格納している。   The CPU 2501 executes a program stored in the storage circuit 2503. The storage circuit 2503 includes, for example, a ROM (Read Only Memory) 2505, a RAM (Random Access Memory) 2507, and a flash memory 2509. The ROM 2505 stores basic programs and initial data, for example. The RAM 2507 includes an area for expanding a program. The RAM 2507 also includes an area for storing temporary data. The flash memory 2509 stores programs such as applications and user data, for example.

LCD制御回路2523は、所定の動作周波数でクロック回路を動作させ、LCD2525を駆動させる。LCD2525は、各種画面を表示する。タッチパッド2527は、例えば、LCD2525の表示面上に配置されたパネル状のセンサであり、タッチ操作による指示を受け付ける。具体的には、LCD2525とタッチパッド2527とを一体としたタッチパネルとして用いられる。キー群2529の各ハードキーは、筐体の一部に設けられている。   The LCD control circuit 2523 operates the clock circuit at a predetermined operating frequency to drive the LCD 2525. The LCD 2525 displays various screens. The touch pad 2527 is, for example, a panel-like sensor disposed on the display surface of the LCD 2525, and receives an instruction by a touch operation. Specifically, it is used as a touch panel in which an LCD 2525 and a touch pad 2527 are integrated. Each hard key of the key group 2529 is provided in a part of the housing.

無線通信用アンテナ2511は、例えば、セルラー方式、無線LAN(Local Area Network)方式あるいは近距離通信方式による無線電波を受信する。無線通信制御回路2513は、各方式における使用周波数に応じて無線通信の制御を行う。タイマー回路2533は、時刻を計測する。   The wireless communication antenna 2511 receives a radio wave by, for example, a cellular system, a wireless LAN (Local Area Network) system, or a near field communication system. The wireless communication control circuit 2513 controls wireless communication according to the frequency used in each method. The timer circuit 2533 measures time.

携帯端末装置401は、コンピュータの一態様である。   The mobile terminal device 401 is an aspect of a computer.

以上本発明の実施の形態を説明したが、本発明はこれに限定されるものではない。例えば、上述の機能ブロック構成はプログラムモジュール構成に一致しない場合もある。   Although the embodiment of the present invention has been described above, the present invention is not limited to this. For example, the functional block configuration described above may not match the program module configuration.

また、上で説明した各記憶領域の構成は一例であって、上記のような構成でなければならないわけではない。さらに、処理フローにおいても、処理結果が変わらなければ、処理の順番を入れ替えることや複数の処理を並列に実行させるようにしても良い。   Further, the configuration of each storage area described above is an example, and the above configuration is not necessarily required. Further, in the processing flow, if the processing result does not change, the processing order may be changed or a plurality of processes may be executed in parallel.

以上述べた実施の形態をまとめると、以下のようになる。   The embodiment described above is summarized as follows.

一態様の情報処理装置は、(A)暗証番号入力に用いられる候補数字を表示する第1態様において、ユーザから所定指示を受け付けた場合に、候補数字を表示しない第2態様に切り替える表示処理部と、(B)第2態様において、候補数字を表示していた第1位置を複数選択する第1ユーザ操作を受け付ける受付部と、(C)第1ユーザ操作によって選択された第1位置に表示されていた候補数字の列を暗証番号として特定する特定部とを有する。   An information processing apparatus according to one aspect is configured to display a candidate number used for inputting a personal identification number (A), a display processing unit that switches to a second aspect that does not display a candidate number when a predetermined instruction is received from a user. And (B) in the second mode, a receiving unit that receives a first user operation for selecting a plurality of first positions displaying candidate numbers, and (C) a display at the first position selected by the first user operation. And a specifying unit that specifies the sequence of candidate numbers that has been used as a personal identification number.

このようにすれば、入力した暗証番号を他人が察知しにくくなる。   In this way, it becomes difficult for others to detect the entered password.

更に、第1態様において、第2ユーザ操作に応じて、候補数字の配置を変更する変更部を有するようにしてもよい。   Furthermore, in the first aspect, a change unit that changes the arrangement of the candidate numbers in accordance with the second user operation may be provided.

このようにすれば、ユーザが暗証番号を選択しやすいように候補数字を並び替えることができる。   In this way, the candidate numbers can be rearranged so that the user can easily select a password.

更に、上記表示処理部は、第1態様において、暗証番号の桁数以上の行及び当該桁数以上の列を有するマトリクスに候補数字を表示するようにしてもよい。上記変更部は、第1態様において、第2ユーザ操作に応じて、行又は列の単位で候補数字の配置を変更するようにしてもよい。また、第1ユーザ操作は、複数の第1位置を連続して選択する操作であってもよい。   Furthermore, in the first aspect, the display processing unit may display the candidate numbers on a matrix having a row having a number of digits of the personal identification number and a column having the number of digits or more. In the first aspect, the changing unit may change the arrangement of candidate numbers in units of rows or columns in accordance with a second user operation. Further, the first user operation may be an operation for selecting a plurality of first positions in succession.

このようにすれば、第1ユーザ操作及び第2ユーザ操作が容易になる。   If it does in this way, the 1st user operation and the 2nd user operation will become easy.

更に、上記受付部は、第1態様において、候補数字を表示している第2位置を選択する第3ユーザ操作を繰り返して受け付けるようにしてもよい。上記特定部は、第3ユーザ操作によって選択された第2位置に表示されている候補数字の列を暗証番号として特定するようにしてもよい。   Furthermore, in the first aspect, the reception unit may repeatedly receive a third user operation for selecting the second position displaying the candidate number. The identifying unit may identify a string of candidate numbers displayed at the second position selected by the third user operation as a personal identification number.

このようにすれば、暗証番号を直接選択する方式に切り替える手間が省ける。   In this way, it is possible to save the trouble of switching to a method of directly selecting a personal identification number.

更に、第2ユーザ操作は、行又は列に対応するボタンに対する操作であってもよい。   Furthermore, the second user operation may be an operation on a button corresponding to a row or a column.

このようにすれば、入力しようとする番号を他人が推察しにくくなる。   This makes it difficult for others to guess the number to be entered.

なお、上で述べた情報処理装置の処理をコンピュータに行わせるためのプログラムを作成することができ、当該プログラムは、例えばフレキシブルディスク、CD−ROM、光磁気ディスク、半導体メモリ、ハードディスク等のコンピュータ読み取り可能な記憶媒体又は記憶装置に格納されるようにしてもよい。尚、中間的な処理結果は、一般的にメインメモリ等の記憶装置に一時保管される。   Note that a program for causing a computer to perform the processing of the information processing apparatus described above can be created. The program can be read by a computer such as a flexible disk, a CD-ROM, a magneto-optical disk, a semiconductor memory, and a hard disk. It may be stored in a possible storage medium or storage device. Note that intermediate processing results are generally temporarily stored in a storage device such as a main memory.

以上の実施例を含む実施形態に関し、さらに以下の付記を開示する。   The following supplementary notes are further disclosed with respect to the embodiments including the above examples.

(付記1)
暗証番号入力に用いられる候補数字を表示する第1態様において、ユーザから所定指示を受け付けた場合に、前記候補数字を表示しない第2態様に切り替える表示処理部と、
前記第2態様において、前記候補数字を表示していた第1位置を複数選択する第1ユーザ操作を受け付ける受付部と、
前記第1ユーザ操作によって選択された前記第1位置に表示されていた前記候補数字の列を暗証番号として特定する特定部と
を有する情報処理装置。
(Appendix 1)
In a first mode for displaying candidate numbers used for password input, a display processing unit that switches to a second mode that does not display the candidate numbers when a predetermined instruction is received from a user;
In the second aspect, a reception unit that receives a first user operation for selecting a plurality of first positions where the candidate numbers are displayed;
An information processing apparatus comprising: a specifying unit that specifies, as a code number, the string of candidate numbers displayed at the first position selected by the first user operation.

(付記2)
前記第1態様において、第2ユーザ操作に応じて、前記候補数字の配置を変更する変更部を有する
付記1記載の情報処理装置。
(Appendix 2)
The information processing apparatus according to claim 1, further comprising: a changing unit that changes the arrangement of the candidate numbers in response to a second user operation.

(付記3)
前記表示処理部は、前記第1態様において、前記暗証番号の桁数以上の行及び当該桁数以上の列を有するマトリクスに前記候補数字を表示し、
前記変更部は、前記第1態様において、前記第2ユーザ操作に応じて、前記行又は前記列の単位で前記候補数字の配置を変更し、
前記第1ユーザ操作は、複数の前記第1位置を連続して選択する操作である
付記1又は2記載の情報処理装置。
(Appendix 3)
In the first aspect, the display processing unit displays the candidate numbers in a matrix having a row having more than the number of digits of the personal identification number and a column having more than the number of digits.
In the first aspect, the changing unit changes the arrangement of the candidate numbers in units of the row or the column according to the second user operation,
The information processing apparatus according to appendix 1 or 2, wherein the first user operation is an operation of selecting a plurality of the first positions in succession.

(付記4)
前記受付部は、前記第1態様において、前記候補数字を表示している第2位置を選択する第3ユーザ操作を繰り返して受け付け、
前記特定部は、前記第3ユーザ操作によって選択された前記第2位置に表示されている前記候補数字の列を前記暗証番号として特定する
付記1乃至3のいずれか1つ記載の情報処理装置。
(Appendix 4)
In the first aspect, the reception unit repeatedly receives a third user operation for selecting a second position displaying the candidate number,
The information processing apparatus according to any one of appendices 1 to 3, wherein the specifying unit specifies the string of candidate numbers displayed at the second position selected by the third user operation as the personal identification number.

(付記5)
前記第2ユーザ操作は、前記行又は前記列に対応するボタンに対する操作である
付記3記載の情報処理装置。
(Appendix 5)
The information processing apparatus according to claim 3, wherein the second user operation is an operation on a button corresponding to the row or the column.

(付記6)
暗証番号入力に用いられる候補数字を表示する第1態様において、ユーザから所定指示を受け付けた場合に、前記候補数字を表示しない第2態様に切り替え、
前記第2態様において、前記候補数字を表示していた第1位置を複数選択する第1ユーザ操作を受け付け、
前記第1ユーザ操作によって選択された前記第1位置に表示されていた前記候補数字の列を暗証番号として特定する
処理を含み、プロセッサ又はコンピュータにより実行される暗証番号入力方法。
(Appendix 6)
In the first mode for displaying candidate numbers used for password input, when a predetermined instruction is received from the user, the mode is switched to the second mode in which the candidate numbers are not displayed.
In the second aspect, a first user operation for selecting a plurality of first positions where the candidate numbers are displayed is received,
A personal identification number input method executed by a processor or a computer, including a process of specifying, as a personal identification number, the sequence of candidate numbers displayed at the first position selected by the first user operation.

(付記7)
暗証番号入力に用いられる候補数字を表示する第1態様において、ユーザから所定指示を受け付けた場合に、前記候補数字を表示しない第2態様に切り替え、
前記第2態様において、前記候補数字を表示していた第1位置を複数選択する第1ユーザ操作を受け付け、
前記第1ユーザ操作によって選択された前記第1位置に表示されていた前記候補数字の列を暗証番号として特定する
処理をプロセッサ又はコンピュータに実行させる暗証番号入力プログラム。
(Appendix 7)
In the first mode for displaying candidate numbers used for password input, when a predetermined instruction is received from the user, the mode is switched to the second mode in which the candidate numbers are not displayed.
In the second aspect, a first user operation for selecting a plurality of first positions where the candidate numbers are displayed is received,
A personal identification number input program for causing a processor or a computer to execute a process of specifying, as a personal identification number, the string of candidate numbers displayed at the first position selected by the first user operation.

101 暗証番号入力ウィンドウ 103 メッセージ領域
401 携帯端末装置 403 暗証番号入力モジュール
405 アプリケーションプログラム 411 初期化部
413 表示処理部 415 受付部
417 変更部 419 特定部
421 制御部 423 インターフェース部
431 候補数字記憶部 433 ウィンドウデータ記憶部
435 数字列バッファ 441 認証部
2301 サーバ装置 2303 サービス部
2305 認証部 2307 要求部
DESCRIPTION OF SYMBOLS 101 Security code input window 103 Message area 401 Portable terminal device 403 Security code input module 405 Application program 411 Initialization unit 413 Display processing unit 415 Reception unit 417 Change unit 419 Identification unit 421 Control unit 423 Interface unit 431 Candidate number storage unit 433 Window Data storage unit 435 Number string buffer 441 Authentication unit 2301 Server device 2303 Service unit 2305 Authentication unit 2307 Request unit

Claims (7)

暗証番号入力に用いられる候補数字を表示する第1態様において、ユーザから所定指示を受け付けた場合に、前記候補数字を表示しない第2態様に切り替える表示処理部と、
前記第2態様において、前記候補数字を表示していた第1位置を複数選択する第1ユーザ操作を受け付ける受付部と、
前記第1ユーザ操作によって選択された前記第1位置に表示されていた前記候補数字の列を暗証番号として特定する特定部と
を有する情報処理装置。
In a first mode for displaying candidate numbers used for password input, a display processing unit that switches to a second mode that does not display the candidate numbers when a predetermined instruction is received from a user;
In the second aspect, a reception unit that receives a first user operation for selecting a plurality of first positions where the candidate numbers are displayed;
An information processing apparatus comprising: a specifying unit that specifies, as a code number, the string of candidate numbers displayed at the first position selected by the first user operation.
前記第1態様において、第2ユーザ操作に応じて、前記候補数字の配置を変更する変更部を有する
請求項1記載の情報処理装置。
The information processing apparatus according to claim 1, further comprising: a changing unit that changes the arrangement of the candidate numbers in response to a second user operation.
前記表示処理部は、前記第1態様において、前記暗証番号の桁数以上の行及び当該桁数以上の列を有するマトリクスに前記候補数字を表示し、
前記変更部は、前記第1態様において、前記第2ユーザ操作に応じて、前記行又は前記列の単位で前記候補数字の配置を変更し、
前記第1ユーザ操作は、複数の前記第1位置を連続して選択する操作である
請求項1又は2記載の情報処理装置。
In the first aspect, the display processing unit displays the candidate numbers in a matrix having a row having more than the number of digits of the personal identification number and a column having more than the number of digits.
In the first aspect, the changing unit changes the arrangement of the candidate numbers in units of the row or the column according to the second user operation,
The information processing apparatus according to claim 1, wherein the first user operation is an operation of continuously selecting a plurality of the first positions.
前記受付部は、前記第1態様において、前記候補数字を表示している第2位置を選択する第3ユーザ操作を繰り返して受け付け、
前記特定部は、前記第3ユーザ操作によって選択された前記第2位置に表示されている前記候補数字の列を前記暗証番号として特定する
請求項1乃至3のいずれか1つ記載の情報処理装置。
In the first aspect, the reception unit repeatedly receives a third user operation for selecting a second position displaying the candidate number,
The information processing apparatus according to any one of claims 1 to 3, wherein the specifying unit specifies the sequence of the candidate numbers displayed at the second position selected by the third user operation as the personal identification number. .
前記第2ユーザ操作は、前記行又は前記列に対応するボタンに対する操作である
請求項3記載の情報処理装置。
The information processing apparatus according to claim 3, wherein the second user operation is an operation on a button corresponding to the row or the column.
暗証番号入力に用いられる候補数字を表示する第1態様において、ユーザから所定指示を受け付けた場合に、前記候補数字を表示しない第2態様に切り替え、
前記第2態様において、前記候補数字を表示していた第1位置を複数選択する第1ユーザ操作を受け付け、
前記第1ユーザ操作によって選択された前記第1位置に表示されていた前記候補数字の列を暗証番号として特定する
処理を含み、プロセッサ又はコンピュータにより実行される暗証番号入力方法。
In the first mode for displaying candidate numbers used for password input, when a predetermined instruction is received from the user, the mode is switched to the second mode in which the candidate numbers are not displayed.
In the second aspect, a first user operation for selecting a plurality of first positions where the candidate numbers are displayed is received,
A personal identification number input method executed by a processor or a computer, including a process of specifying, as a personal identification number, the sequence of candidate numbers displayed at the first position selected by the first user operation.
暗証番号入力に用いられる候補数字を表示する第1態様において、ユーザから所定指示を受け付けた場合に、前記候補数字を表示しない第2態様に切り替え、
前記第2態様において、前記候補数字を表示していた第1位置を複数選択する第1ユーザ操作を受け付け、
前記第1ユーザ操作によって選択された前記第1位置に表示されていた前記候補数字の列を暗証番号として特定する
処理をプロセッサ又はコンピュータに実行させる暗証番号入力プログラム。
In the first mode for displaying candidate numbers used for password input, when a predetermined instruction is received from the user, the mode is switched to the second mode in which the candidate numbers are not displayed.
In the second aspect, a first user operation for selecting a plurality of first positions where the candidate numbers are displayed is received,
A personal identification number input program for causing a processor or a computer to execute a process of specifying, as a personal identification number, the string of candidate numbers displayed at the first position selected by the first user operation.
JP2015149425A 2015-07-29 2015-07-29 Information processing apparatus, password input method and password input program Active JP6528582B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015149425A JP6528582B2 (en) 2015-07-29 2015-07-29 Information processing apparatus, password input method and password input program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015149425A JP6528582B2 (en) 2015-07-29 2015-07-29 Information processing apparatus, password input method and password input program

Publications (2)

Publication Number Publication Date
JP2017033073A true JP2017033073A (en) 2017-02-09
JP6528582B2 JP6528582B2 (en) 2019-06-12

Family

ID=57988869

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015149425A Active JP6528582B2 (en) 2015-07-29 2015-07-29 Information processing apparatus, password input method and password input program

Country Status (1)

Country Link
JP (1) JP6528582B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018165971A (en) * 2017-03-29 2018-10-25 ぺんてる株式会社 Personal identification number input device and personal identification password input method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0683777A (en) * 1992-04-03 1994-03-25 Internatl Business Mach Corp <Ibm> System for imparting access to security apparatus
JP2005174023A (en) * 2003-12-11 2005-06-30 Canon Inc Authentication system and its method
JP2007148658A (en) * 2005-11-25 2007-06-14 Fuji Xerox Co Ltd Password input device and password input method
JP2013097730A (en) * 2011-11-04 2013-05-20 Panasonic Corp Information processing system and computer program
JP2015007940A (en) * 2013-06-26 2015-01-15 株式会社日本総合研究所 Input method, input terminal, and input system of password in touch panel terminal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0683777A (en) * 1992-04-03 1994-03-25 Internatl Business Mach Corp <Ibm> System for imparting access to security apparatus
JP2005174023A (en) * 2003-12-11 2005-06-30 Canon Inc Authentication system and its method
JP2007148658A (en) * 2005-11-25 2007-06-14 Fuji Xerox Co Ltd Password input device and password input method
JP2013097730A (en) * 2011-11-04 2013-05-20 Panasonic Corp Information processing system and computer program
JP2015007940A (en) * 2013-06-26 2015-01-15 株式会社日本総合研究所 Input method, input terminal, and input system of password in touch panel terminal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018165971A (en) * 2017-03-29 2018-10-25 ぺんてる株式会社 Personal identification number input device and personal identification password input method

Also Published As

Publication number Publication date
JP6528582B2 (en) 2019-06-12

Similar Documents

Publication Publication Date Title
JP5915282B2 (en) Character input program and character input device
JP6711649B2 (en) Information processing apparatus, information processing method, and program
US10387033B2 (en) Size reduction and utilization of software keyboards
US10782874B2 (en) User interface and method for operating a system
US20100322485A1 (en) Graphical authentication
EP2682891B1 (en) Electronic device and method for releasing lock using element combining color and symbol
US20130227460A1 (en) Data entry system controllers for receiving user input line traces relative to user interfaces to determine ordered actions, and related systems and methods
US10732823B2 (en) User interface and method for the protected input of characters
CN106951175B (en) A kind of control method and mobile terminal of keyboard input
US20160065713A1 (en) Dynamic unlocking method and electronic apparatus using the same
EP2413232A2 (en) Character Input Device
Romano et al. The tap and slide keyboard: A new interaction method for mobile device text entry
JP2016162267A (en) Program for character input system and information processor
CN105653062A (en) Method and device for inputting characters into smart watch through direction gestures
US20140022176A1 (en) Information processing method and apparatus for a touch screen device
US10338809B2 (en) Program for character input system, character input device, and information processing device
JP6528582B2 (en) Information processing apparatus, password input method and password input program
JP2013168001A (en) Input device, control method for input device, information processing device, and program
JP5689368B2 (en) PIN code or password input method and program
KR20150104025A (en) Character input device and information processing apparatus
KR101313287B1 (en) Method, terminal, and recording medium for character input
US11244138B2 (en) Hologram-based character recognition method and apparatus
WO2017023185A1 (en) Method, device and system for inputting and displaying data on a touchscreen
CN101539820A (en) Touch screen drawing input method
KR20160042522A (en) Using smart devices shortcuts how to set up the fingerprint

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20180405

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20180410

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180413

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20180725

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181019

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20181228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190129

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190401

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20190416

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190429

R150 Certificate of patent or registration of utility model

Ref document number: 6528582

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250