JP2013047865A - Information processor, personal authentication system, personal authentication method, and personal authentication program - Google Patents

Information processor, personal authentication system, personal authentication method, and personal authentication program Download PDF

Info

Publication number
JP2013047865A
JP2013047865A JP2011185517A JP2011185517A JP2013047865A JP 2013047865 A JP2013047865 A JP 2013047865A JP 2011185517 A JP2011185517 A JP 2011185517A JP 2011185517 A JP2011185517 A JP 2011185517A JP 2013047865 A JP2013047865 A JP 2013047865A
Authority
JP
Japan
Prior art keywords
image
terminal
correct
authentication
incorrect
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.)
Withdrawn
Application number
JP2011185517A
Other languages
Japanese (ja)
Inventor
Masaaki Ishikawa
雅朗 石川
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2011185517A priority Critical patent/JP2013047865A/en
Publication of JP2013047865A publication Critical patent/JP2013047865A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)

Abstract

PROBLEM TO BE SOLVED: To easily and safely perform personal authentication using images.SOLUTION: In a personal authentication system 1, an information processor Js is connected to a terminal Ts via a network NW, and registers an image, which is selected by an authentication target person from images retrieved on the Internet with a pass image retrieval word based on taste information of the person, or an image created by the person with a mass memory 25 as a pass image, and also stores similar images, which is retrieved by using an image retrieved with a retrieval word of a superordinate concept of the pass image retrieval word or the pass image as a retrieval image, in the mass memory 25 as decoy images. On receiving a personal authentication request from the terminal Ts, the information processor Js generates an authentication image selection screen composed of the pass image and the plurality of decoy images stored in the mass memory 25, transmits the created authentication image selection screen to the terminal Ts, and determines whether an image selected by the terminal Ts is the pass image. Thus, the information processor Js performs personal authentication.

Description

本発明は、情報処理装置、個人認証システム、個人認証方法及び個人認証プログラムに関し、詳細には、画像を用いて個人認証を行う情報処理装置、個人認証システム、個人認証方法及び個人認証プログラムに関する。   The present invention relates to an information processing apparatus, a personal authentication system, a personal authentication method, and a personal authentication program. More specifically, the present invention relates to an information processing apparatus that performs personal authentication using an image, a personal authentication system, a personal authentication method, and a personal authentication program.

近年、コンピュータ、複合装置等の情報処理装置の発達にともなって、取り扱う情報の機密性が要求され、情報処理装置にアクセスするのに個人認証を要求するようになってきている。   In recent years, with the development of information processing apparatuses such as computers and complex apparatuses, confidentiality of information to be handled is required, and personal authentication is required to access the information processing apparatus.

情報処理装置においては、個人認証の方法として、従来、文字列からなるパスワードを用いて個人認証を行う方法が用いられてきたが、アクセスする情報処理装置の増加にともなって覚えるべきパスワードの数が増えるだけでなく、セキュリティを強化するために、アクセス先の要求するパスワードの規則、例えば、数字以外に記号を必ず用いること等が要求されたり、パスワードの頻繁な変更等が要求され、適切なセキュリティを確保しつつパスワードを適切に管理することが困難になってきている。   In an information processing apparatus, a method of performing personal authentication using a password consisting of a character string has been conventionally used as a method of personal authentication. However, the number of passwords to be remembered as the number of information processing apparatuses to be accessed increases. In addition to the increase, in order to strengthen security, password rules required by access destinations, for example, it is required to use symbols in addition to numbers, or passwords are frequently changed, and appropriate security is required. It is becoming difficult to manage passwords properly while securing passwords.

また、複数の複雑なパスワードを長期にわたって覚えていることは通常の人間にとって事実上困難であり、長期間利用しなかった情報処理装置にアクセスしようとしても、正確なパスワードを記憶していないことから、アクセスすることができないという事態が頻発する。そのため、少数のパスワードの複数の情報処理装置に対する共通使用、使い回し、パスワードのメモ記録や記憶媒体への暗号化保存による持ち歩き等が行われ、実質的なセキュリティの弱体化が発生している。   Also, remembering multiple complex passwords over a long period of time is practically difficult for normal humans, and even when trying to access an information processing device that has not been used for a long period of time, it does not remember the correct password. , Frequent situations that can not be accessed. For this reason, common use and reuse of a small number of passwords for a plurality of information processing devices, carrying them by memo recording of passwords and encrypted storage in a storage medium, and the like have occurred, and a substantial weakening of security has occurred.

そこで、従来、認証対象の個人が登録する画像を蓄積する画像データベースと、該画像データベースから選択された認証用の画像を蓄積する認証データベースと、認証の際に、該画像データベースからの複数の画像と該認証データベースからの認証用の画像とを組み合わせた認証画像選択画面を作成して端末に送信する認証画面作成送信手段と、端末から選択された画像を受信して、個人認証を行う受信認証手段と、を備えた個人認証システムが提案されている(特許文献1参照)。   Therefore, conventionally, an image database for storing images registered by an individual to be authenticated, an authentication database for storing images for authentication selected from the image database, and a plurality of images from the image database at the time of authentication. An authentication screen creation / transmission means for creating an authentication image selection screen combining the authentication image from the authentication database and transmitting it to the terminal, and reception authentication for receiving the image selected from the terminal and performing personal authentication And a personal authentication system comprising means (see Patent Document 1).

また、従来、パス画像を含む複数の画像を画面上に表示した場合にユーザが当該画面上で指示すべき指示位置と、パス画像の表示位置と、の位置関係を示す位置関係情報を設定して、該位置関係情報を含む認証情報を作成し、メモリに登録することで、認証時に該位置関係にある画像を選ぶことで、パス画像の選択を行う情報処理方法が提案されている(特許文献2参照)。   Conventionally, when a plurality of images including a pass image are displayed on the screen, positional relationship information indicating the positional relationship between the indication position that the user should indicate on the screen and the display position of the pass image is set. Thus, an information processing method has been proposed in which authentication information including the positional relationship information is created and registered in a memory so that a path image is selected by selecting an image having the positional relationship during authentication (patent) Reference 2).

しかしながら、上記画像を用いた従来技術にあっては、以下の3つの問題がった。   However, the conventional technique using the image has the following three problems.

問題点1:正解画像や画像中の正解画像の選択位置等の認証に用いる画像の登録作業にかかる手間が大きい。   Problem 1: There is a lot of labor for registering an image used for authentication of the correct image and the selection position of the correct image in the image.

問題点2:文字入力に比較して冗長度が大きいため、認証時に正解画像や画像中の正解画像の位置を選択する操作を盗み見られた場合に覚えられやすい。   Problem 2: Since redundancy is greater than character input, it is easy to remember if an operation for selecting the correct image or the position of the correct image in the image is stolen.

問題点3:画像は記憶に残りやすいが、人間が長期間記憶しておくのは困難が伴う。   Problem 3: Images tend to remain in memory, but it is difficult for humans to store for a long time.

上記問題点のうち、問題点1については、認証処理を行う情報処理装置へ携帯電話等の端末から撮影した画像をパス画像(正解画像)として登録する(特許文献1参照)等の対応策を用いることができるが、認証対象者が撮影した画像は、認証対象者にとって分かりやすい画像ではあるが、認証に適した品質の画像を撮影するのには手間がかかり、過去にかわいがっていたペット等のように現存しないものについては撮影することができない。さらに、パス画像とともにおとり画像(不正解画像)を登録する場合、おとり画像を、google(登録商標)の画像検索で無作為に取得する方法が提案されている(非特許文献1参照)。ところが、この方法は、おとり画像が無作為に選ばれると、認証対象の個人であるユーザが認証時にパス画像とおとり画像を間違えたり迷ったりする可能性が多くなる。そこで、おとり画像も、ユーザが選んだ画像の方が望ましいが、そのためには、おとり画像の登録に手間が必要となる。   Among the above problems, for problem 1, a countermeasure such as registering an image taken from a terminal such as a mobile phone as a pass image (correct image) to an information processing apparatus that performs authentication processing (see Patent Document 1). Although it can be used, the image taken by the person to be authenticated is easy to understand for the person to be authenticated, but it takes a lot of time to shoot an image with quality suitable for authentication, and pets that were petting in the past You can't shoot something that doesn't exist. Furthermore, when a decoy image (incorrect image) is registered together with a pass image, a method of randomly acquiring a decoy image by google (registered trademark) image search has been proposed (see Non-Patent Document 1). However, in this method, when a decoy image is randomly selected, there is a high possibility that a user who is an authentication target mistakes or hesitates the pass image and the decoy image during authentication. Therefore, the decoy image is preferably the image selected by the user, but for that purpose, it takes time to register the decoy image.

また、問題点2については、上記特許文献2の方法が対応策ということになるが、特許文献2記載の方法では、パス画像が分かりにくい位置関係の画像を操作画像として設定することで、盗み見への対策に対しては有効であるが、操作画像の設定によっては、認証を要求するユーザにとって、分かりにくく利用性が悪くなり、分かりやすい位置関係に操作画像を設定すると、盗み見への対策が不十分になるという問題があった。   As for problem 2, the method described in Patent Document 2 is a countermeasure. However, in the method described in Patent Document 2, an image having a positional relationship in which a path image is difficult to understand is set as an operation image. However, depending on the setting of the operation image, it may be difficult to understand for users who require authentication, making it difficult to understand. There was a problem of becoming insufficient.

さらに、問題点3については、ユーザの記憶にあるシナリオに基づいた順番でパス画像が選択されることを認証条件とすることで長期間忘れにくくすることが考えられるが、印象的なシナリオを複数思いついたり、それに合った画像を用意するのは容易ではなく、また、シナリオに沿った画像順序を間違えずに覚えておくのも困難であり、適切な解決方法とはならない。   Furthermore, regarding the third problem, it is possible to make it difficult to forget for a long period of time by making it an authentication condition that pass images are selected in the order based on the scenario stored in the user's memory. It is not easy to come up with an image or prepare an image that matches it, and it is difficult to remember the image order according to the scenario without making a mistake, and this is not an appropriate solution.

そこで、本発明は、認証時の盗み見による正解画像の漏洩及び長期間記憶に耐えうる正解画像を登録して、機密保持を向上させることを目的としている。   Accordingly, an object of the present invention is to improve security by registering correct images that can withstand leaks of correct images due to snooping during authentication and long-term storage.

上記目的を達成するために、請求項1記載の情報処理装置は、有線または無線のネットワークを介して少なくとも個人認証を要求する端末との間で情報の授受を行うとともにインターネットに接続可能な通信手段と、認証対象の個人の嗜好情報に基づく正解画像検索語の入力を促す正解画像検索語入力画面を前記通信手段から前記端末に送信して、該端末において該正解画像検索語入力画面に基づいて入力された正解検索語を該通信手段を介して該端末から取得する正解画像検索語取得手段と、前記通信手段を介して前記正解画像検索語に基づいてインターネット上で画像検索して取得した画像のうち所定数の正解候補画像からなる正解画像選択画面を作成して前記端末に送信して正解画像を選択させ、前記認証対象の個人によって該端末で選択されて該端末から受信した正解画像、または、該端末から該認証対象の個人によって作成されて受信した正解画像を該認証対象の個人または該端末に対応させて正解画像データベースとして正解画像記憶手段に記憶させる正解画像登録手段と、前記正解画像の検索に使用した前記正解画像検索語の上位概念からなる不正解画像検索語の入力を促す不正解画像検索語入力画面を前記通信手段から前記端末に送信して表示させて、該端末において該不正解画像検索語入力画面に基づいて入力された不正解検索語を該通信手段を介して該端末から取得する不正解画像検索語取得手段と、前記通信手段を介して前記不正解画像検索語に基づいてインターネット上で画像検索して取得した画像、または、前記正解画像に基づいてインターネット上で類似画像検索して取得した画像、のうち所定数の画像を不正解候補画像とする不正解画像選択画面を作成して前記端末に送信して不正解画像を選択させ、前記認証対象の個人によって該端末で選択されて該端末から受信した不正解画像を該認証対象の個人または該端末に対応させて不正解画像データベースとして不正解画像記憶手段に記憶させる不正解画像登録手段と、前記端末から認証要求があると、前記正解画像記憶手段の前記正解画像と前記不正解画像記憶手段の所定数の前記不正解画像を所定の配置状態で配置した認証画像選択画面を生成して前記通信手段を介して該端末に送信する認証画面生成手段と、前記認証画像選択画面に基づいて選択された選択画像を前記通信手段が受信すると、該選択画像が前記正解画像であるか否か判断して個人認証を行う認証手段と、を備えていることを特徴としている。   In order to achieve the above object, the information processing apparatus according to claim 1 is a communication means that exchanges information with a terminal that requests at least personal authentication via a wired or wireless network and is connected to the Internet. And a correct image search word input screen for prompting input of a correct image search word based on the preference information of the individual to be authenticated is transmitted from the communication means to the terminal, and based on the correct image search word input screen at the terminal The correct image search word acquisition means for acquiring the input correct search word from the terminal via the communication means, and the image acquired by performing an image search on the Internet based on the correct image search word via the communication means A correct image selection screen consisting of a predetermined number of correct candidate images is generated and transmitted to the terminal to select the correct image, and the terminal to be authenticated by the individual to be authenticated The correct image stored in the correct image database corresponding to the authentication target individual or the terminal, the correct image selected and received from the terminal, or the correct image created and received from the terminal by the individual to be authenticated A correct image registration means for storing the correct image and an incorrect image search word input screen for prompting an input of an incorrect image search word consisting of a higher concept of the correct image search word used for searching for the correct image from the communication means to the terminal An incorrect image search word acquisition means for acquiring an incorrect answer search word input on the terminal based on the incorrect image search word input screen from the terminal via the communication means; An image obtained by performing an image search on the Internet based on the incorrect image search word via the communication means, or on the Internet based on the correct image Create an incorrect image selection screen using a predetermined number of images obtained by searching for similar images as incorrect candidate images and send the image to the terminal to select an incorrect image. An incorrect image registration unit that stores an incorrect image selected by the terminal and received from the terminal in the incorrect image storage unit as an incorrect image database corresponding to the individual to be authenticated or the terminal, and from the terminal When there is an authentication request, an authentication image selection screen is generated in which the correct image stored in the correct image storage unit and a predetermined number of incorrect images stored in the incorrect image storage unit are arranged in a predetermined arrangement state, and the communication unit is operated. When the communication means receives an authentication screen generation means for transmitting to the terminal via the authentication image selection screen and the selection image selected based on the authentication image selection screen, it is determined whether or not the selection image is the correct image. And authentication means for performing personal authentication.

本発明によれば、認証時の盗み見による正解画像の漏洩及び長期間記憶に耐えうる正解画像を登録して、機密保持を向上させることができる。   According to the present invention, it is possible to register a correct image that can withstand leaking of a correct image due to snooping at the time of authentication and long-term storage, thereby improving confidentiality.

本発明の一実施例を適用した個人認証システムのシステム構成及び情報処理装置の要部ブロック構成を示す図。The figure which shows the system configuration | structure of the personal authentication system to which one Example of this invention is applied, and the principal part block structure of information processing apparatus. 情報処理装置のパス画像登録時機能ブロック構成図。The functional block block diagram at the time of the registration of the pass image of information processing apparatus. 情報処理装置のおとり画像登録時機能ブロック構成図。FIG. 3 is a functional block configuration diagram when registering a decoy image of an information processing apparatus. 情報処理装置の個人認証時機能ブロック構成図。The functional block block diagram at the time of personal authentication of information processing apparatus. パス画像登録処理を示すフローチャート。The flowchart which shows a pass image registration process. ユーザが用意したパス画像の一例を示す図。The figure which shows an example of the pass image which the user prepared. パス画像検索入力画面の一例を示す図。The figure which shows an example of a path image search input screen. パス画像選択画面の一例を示す図。The figure which shows an example of a pass image selection screen. おとり画像登録処理を示すフローチャート。The flowchart which shows a decoy image registration process. 上位概念語問い合せ画面の一例を示す図。The figure which shows an example of a high-order concept word inquiry screen. おとり画像選択画面の一例を示す図。The figure which shows an example of a decoy image selection screen. 上位概念語問い合わせ画面の他の例を示す図。The figure which shows the other example of a high-order concept word inquiry screen. 図12に対応するおとり画像選択画面の他の例を示す図。The figure which shows the other example of the decoy image selection screen corresponding to FIG. パス画像の類似画像検索結果の一例を示す図。The figure which shows an example of the similar image search result of a path | pass image. 認証処理のフローチャート。The flowchart of an authentication process. 認証画像選択画面の一例を示す図。The figure which shows an example of an authentication image selection screen.

以下、本発明の好適な実施例を添付図面に基づいて詳細に説明する。なお、以下に述べる実施例は、本発明の好適な実施例であるので、技術的に好ましい種々の限定が付されているが、本発明の範囲は、以下の説明によって不当に限定されるものではなく、また、本実施の形態で説明される構成の全てが本発明の必須の構成要件ではない。   Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. In addition, since the Example described below is a suitable Example of this invention, various technically preferable restrictions are attached | subjected, However, The range of this invention is unduly limited by the following description. However, not all the configurations described in the present embodiment are essential constituent elements of the present invention.

図1〜図16は、本発明の情報処理装置、個人認証システム、個人認証方法及び個人認証プログラムの一実施例を示す図であり、図1は、本発明の情報処理装置、個人認証システム、個人認証方法及び個人認証プログラムの一実施例を適用した個人認証システム1のシステム構成及び情報処理装置の要部ブロック構成を示す図である。   1 to 16 are diagrams showing an embodiment of an information processing apparatus, a personal authentication system, a personal authentication method, and a personal authentication program of the present invention. FIG. 1 shows an information processing apparatus, a personal authentication system of the present invention, It is a figure which shows the system configuration | structure of the personal authentication system 1 to which one Example of the personal authentication method and the personal authentication program is applied, and the principal block structure of information processing apparatus.

図1において、個人認証システム1は、個人認証を行う情報処理装置Jsと個人認証を要求する端末Tsが、有線または無線のネットワークNWで接続されており、情報処理装置Js及び情報処理装置Jsは、その数は、何ら限定されない。   1, the personal authentication system 1 includes an information processing device Js that performs personal authentication and a terminal Ts that requests personal authentication connected by a wired or wireless network NW. The information processing device Js and the information processing device Js are The number is not limited at all.

端末Tsは、ネットワークNWで情報処理装置Jsに接続されて該情報処理装置Jsに対してアクセスするのに個人認証を必要とする端末であって、例えば、通常のコンピュータ、携帯電話装置、スマートフォン等であり、デジタルカメラ機能を搭載、または、デジタルカメラで撮影された画像データを取り込む機能を搭載していることが望ましい。   The terminal Ts is a terminal that is connected to the information processing device Js via the network NW and requires personal authentication to access the information processing device Js. For example, a normal computer, a mobile phone device, a smartphone, etc. It is desirable to have a digital camera function or a function to capture image data taken by a digital camera.

端末Tsは、情報処理装置Jsにアクセスする場合に要求される個人認証情報として、パス画像(正解画像)を情報処理装置Jsに登録するとともに、第三者による不正アクセスを防止するためのおとり画像(不正解画像)を情報処理装置Jsに登録する。このパス画像の登録とおとり画像の登録については、後で詳細に説明する。   The terminal Ts registers a pass image (correct image) as the personal authentication information required when accessing the information processing device Js in the information processing device Js, and a decoy image for preventing unauthorized access by a third party. (Incorrect image) is registered in the information processing device Js. The registration of the pass image and the registration of the decoy image will be described in detail later.

端末Tsは、各種情報を表示するディスプレイ11と各種情報を入力する操作部12を備えており、これらのディスプレイ11及び操作部12を使用してパス画像及びおとり画像の登録及びその後の認証操作等を行って、認証に成功すると、情報処理装置Jsへのアクセスが可能となる。   The terminal Ts includes a display 11 that displays various types of information and an operation unit 12 that inputs various types of information. Using these displays 11 and the operation unit 12, registration of pass images and decoy images, and subsequent authentication operations, etc. When the authentication is successful, access to the information processing apparatus Js becomes possible.

情報処理装置Jsは、通常のコンピュータ、複合装置、複写装置等の各種情報を取り扱う情報処理装置であり、端末Tsからのアクセス要求に対して個人認証をアクセス要件としてアクセスを許可する。   The information processing apparatus Js is an information processing apparatus that handles various types of information, such as a normal computer, a composite apparatus, and a copying apparatus, and permits access using personal authentication as an access requirement for an access request from the terminal Ts.

情報処理装置Jsは、CPU(Central Processing Unit )21、ROM(Read Only Memory)22、RAM(Random Access Memory)23、ネットワークI/F24、大容量メモリ25及び操作表示部26等を備えており、各部はバス27によって接続されている。   The information processing device Js includes a CPU (Central Processing Unit) 21, a ROM (Read Only Memory) 22, a RAM (Random Access Memory) 23, a network I / F 24, a large-capacity memory 25, an operation display unit 26, and the like. Each part is connected by a bus 27.

ROM22は、情報処理装置Jsとしての基本プログラムや本発明の個人認証プログラム等のプログラム及び必要なシステムデータを格納しており、RAM23は、CPU22のワークメモリとして利用されるとともに、各種情報を一時格納する。   The ROM 22 stores a basic program as the information processing apparatus Js, a program such as the personal authentication program of the present invention, and necessary system data. The RAM 23 is used as a work memory of the CPU 22 and temporarily stores various information. To do.

CPU(正解画像検索語取得手段、正解画像登録手段、不正解画像検索語取得手段、不正解画像登録手段、認証画面生成手段、認証手段)21は、ROM22内のプログラムに基づいてRAM23をワークメモリとして利用しつつ情報処理装置Jsの各部を制御して、情報処理装置Jsとしての基本処理を実行するとともに、端末Tsからのアクセス要求に対する個人認証処理、該個人認証用のパス画像とおとり画像の登録処理を行う。   A CPU (correct image search word acquisition means, correct image registration means, incorrect image search word acquisition means, incorrect image registration means, authentication screen generation means, authentication means) 21 stores a RAM 23 in a work memory based on a program in the ROM 22. As the information processing device Js is controlled, each unit of the information processing device Js is controlled to execute basic processing as the information processing device Js, personal authentication processing for the access request from the terminal Ts, and the pass image and decoy image for personal authentication. Perform the registration process.

ネットワークI/F(通信手段)24は、有線または無線のネットワークNWを介して端末Tsと接続されるとともに、インターネットに接続され、端末Tsとの間で種々の情報の授受を行うとともに、インターネットを介して画像検索等の種々の処理を行う。   The network I / F (communication means) 24 is connected to the terminal Ts via a wired or wireless network NW, is connected to the Internet, and exchanges various information with the terminal Ts. Various processes such as image retrieval are performed through the interface.

大容量メモリ(正解画像記憶酒だン、不正解画像記憶手段)25は、ハードディスク、SSD(Solid State Drive)等が用いられ、情報処理装置Jsで処理する各種データ、例えば、画像データや文書データ等を格納するとともに、後述する個人認証に用いるパス画像を個人または端末Tsに対応させたパス画像データベース及びおとり画像を個人または端末Tsに対応させたおとり画像データベースを記憶する。   The large-capacity memory (correct image storage password, incorrect image storage means) 25 uses a hard disk, SSD (Solid State Drive), etc., and various data processed by the information processing device Js, for example, image data and document data Etc., and a decoy image database in which a pass image used for personal authentication described later is associated with an individual or terminal Ts and a decoy image database in which a decoy image is associated with the individual or terminal Ts.

操作表示部26は、情報処理装置Jsに各種動作を行わせるのに使用される操作キー及びLCD(Liquid Crystal Display)等のディスプレイ等を備えており、ディスプレイには、操作キーから入力された内容や情報処理装置Jsから情報処理装置Jsのユーザに通知する各種情報を表示出力する。   The operation display unit 26 includes operation keys used for causing the information processing apparatus Js to perform various operations, a display such as an LCD (Liquid Crystal Display), and the like, and the contents input from the operation keys are displayed on the display. And various information notified from the information processing device Js to the user of the information processing device Js.

そして、情報処理装置Jsは、ROM、EEPROM(Electrically Erasableand Programmable Read Only Memory)、EPROM、フラッシュメモリ、フレキシブルディスク、CD−ROM(Compact Disc Read Only Memory)、CD−RW(Compact Disc Rewritable)、DVD(Digital Versatile Disk)、SD(Secure Digital)カード、MO(Magneto-Optical Disc)等のコンピュータが読み取り可能な記録媒体に記録されている本発明の個人認証方法を実行する個人認証プログラムを読み込んでROM22や大容量メモリ25に導入することで、後述する画像を用いた個人認証方法を実行する情報処理装置として構築されている。この個人認証プログラムは、アセンブラ、C、C++、C#、Java(登録商標)等のレガシープログラミング言語やオブジェクト指向ブログラミング言語等で記述されたコンピュータ実行可能なプログラムであり、上記記録媒体に格納して頒布することができる。   The information processing device Js includes ROM, EEPROM (Electrically Erasable and Programmable Read Only Memory), EPROM, flash memory, flexible disk, CD-ROM (Compact Disc Read Only Memory), CD-RW (Compact Disc Rewritable), DVD ( A personal authentication program for executing the personal authentication method of the present invention recorded on a computer-readable recording medium such as a digital versatile disk (SD), a secure digital (SD) card, or an MO (Magneto-Optical Disc) is read into the ROM 22 or By being installed in the large-capacity memory 25, it is constructed as an information processing apparatus that executes a personal authentication method using an image to be described later. This personal authentication program is a computer-executable program written in a legacy programming language such as assembler, C, C ++, C #, Java (registered trademark) or an object-oriented programming language, and is stored in the recording medium. Can be distributed.

そして、情報処理装置Jsは、上記個人認証プログラムが導入されることで、パス画像登録時には、図2に示すパス画像登録時機能ブロックが、おとり画像登録時には、図3に示すおとり画像登録時機能ブロックが、そして、認証時には、図4に示す認証時機能ブロックが、それぞれ構築される。すなわち、情報処理装置Jsは、端末Tsから個人認証要求があると、大容量メモリ25のパス画像データベースのうち該端末Tsまたは個人に対応するパス画像とおとり画像データベースのうち該端末Tsまたは個人に対応する複数のおとり画像からなる認証画像選択画面を該端末Tsに送って、端末Tsで該認証画像選択画面で選択された画像がパス画像であるか否かに基づいて認証可否を行う。そこで、情報処理装置Jsは、認証を要求する端末Tsの個人毎にパス画像とおとり画像の登録を行わせて、上記パス画像データベースとおとり画像データベースとして大容量メモリ25に保管する。   Then, the information processing apparatus Js introduces the personal authentication program, so that when the pass image is registered, the function block when registering the pass image shown in FIG. 2 is used, and when the decoy image is registered, the function when registering the decoy image shown in FIG. When the block is authenticated, the function block upon authentication shown in FIG. 4 is constructed. That is, when there is a personal authentication request from the terminal Ts, the information processing apparatus Js sends a request to the terminal Ts or the individual in the pass image database corresponding to the terminal Ts or the decoy image database in the large-capacity memory 25. An authentication image selection screen made up of a plurality of corresponding decoy images is sent to the terminal Ts, and authentication is performed based on whether or not the image selected on the authentication image selection screen by the terminal Ts is a pass image. Therefore, the information processing device Js registers the pass image and the decoy image for each individual of the terminal Ts that requests authentication, and stores the pass image database and the decoy image database in the large-capacity memory 25 as the pass image database and the decoy image database.

まず、情報処理装置Jsの図2に示すパス画像登録時機能ブロックについて説明する。情報処理装置Jsは、パス画像登録時、個人認証プログラムによって、図2に示すように、パス画像検索機能部31、パス画像選択画面作成機能部32、選択パス画像登録機能部33、独自パス画像登録機能部34及び画像データベース機能部35等が構築される。   First, the functional block at the time of registration of the pass image shown in FIG. 2 of the information processing apparatus Js will be described. As shown in FIG. 2, the information processing apparatus Js uses a personal authentication program to register a pass image search function unit 31, a pass image selection screen creation function unit 32, a selected pass image registration function unit 33, and a unique pass image. A registration function unit 34, an image database function unit 35, and the like are constructed.

情報処理装置Jsは、パス画像登録時、例えば、パス画像検索機能部(正解画像検索語取得手段)31が、まず、端末Tsに対して、嗜好情報に基づくパス画像の設定を行うかユーザ独自画像をパス画像として設定するかの問い合わせを行って、端末Tsのユーザがカメラ機能等によって撮影等を行った独自画像(嗜好情報画像)を送信してきたときには、独自パス画像登録機能部34が、該独自画像を、大容量メモリ25によって構築されている画像データベース機能部(正解画像記憶手段)35に該ユーザまたは該端末Tsのパス画像として登録する。   When registering a pass image, the information processing apparatus Js first sets, for example, the pass image search function unit (correct image search word acquisition unit) 31 to set a pass image based on preference information for the terminal Ts. When an inquiry is made as to whether to set an image as a pass image, and the user of the terminal Ts transmits a unique image (preference information image) taken by the camera function or the like, the unique pass image registration function unit 34 The unique image is registered as a pass image of the user or the terminal Ts in the image database function unit (correct image storage means) 35 constructed by the large-capacity memory 25.

情報処理装置Jsは、端末Tsが上記問い合わせに応じて嗜好情報を送信してくると、パス画像検索機能部31が、該嗜好情報を検索用語として、インターネット上の画像検索エンジンを用いて画像検索し、検索結果の画像(検索結果画像)をパス画像選択画面作成機能部32に渡す。   When the terminal Ts transmits preference information in response to the inquiry, the information processing device Js uses the image search engine on the Internet to search for an image using the preference image as a search term. Then, the search result image (search result image) is passed to the path image selection screen creation function unit 32.

パス画像選択画面作成機能部32は、パス画像検索機能部31から渡される検索結果画像から適宜の数の画像をパス画像候補画像として選択して該パス画像候補画像を所定の順番に所定の並べ方で並べた画面をパス画像選択画面として生成して、端末Tsに送信する。   The pass image selection screen creation function unit 32 selects an appropriate number of images from the search result images passed from the pass image search function unit 31 as pass image candidate images, and arranges the pass image candidate images in a predetermined order in a predetermined order. The screens arranged in the above are generated as a path image selection screen and transmitted to the terminal Ts.

端末Tsは、情報処理装置Jsから送られてきたパス画像選択画面を表示部11に表示し、この表示部11のパス画像選択画面からユーザが自己の嗜好に合い最も記憶しやすい画像等の画像をパス画像として選択する。   The terminal Ts displays a path image selection screen sent from the information processing device Js on the display unit 11, and an image such as an image that is most easily memorized by the user according to his / her preference from the path image selection screen of the display unit 11. Is selected as the path image.

端末Tsは、パス画像が選択されると、選択されたパス画像を特定するパス画像選択情報を情報処理装置Jsに送信する。   When a path image is selected, the terminal Ts transmits path image selection information for specifying the selected path image to the information processing apparatus Js.

情報処理装置Jsは、パス画像選択情報を端末Tsから受信すると、選択パス画像登録機能部33が、該パス画像選択情報に該当するパス画像を画像データベース機能部35のパス画像データベースに該ユーザまたは該端末Tsのパス画像として登録する。上記パス画像選択画像作成機能部32、選択パス画像登録機能部33及び独自パス画像登録機能部34は、全体として正解画像登録手段として機能している。   When the information processing device Js receives the path image selection information from the terminal Ts, the selected path image registration function unit 33 adds the path image corresponding to the path image selection information to the path image database of the image database function unit 35 or the user or Register as a pass image of the terminal Ts. The path image selection image creation function unit 32, the selection path image registration function unit 33, and the unique path image registration function unit 34 function as correct image registration means as a whole.

また、情報処理装置Jsは、おとり画像登録時には、個人認証プログラムによって、図3に示すおとり画像登録時機能ブロックが構築され、おとり画像登録時機能ブロックとしては、おとり画像検索機能部41、おとり画像選択画面作成機能部42、類似画像検索機能部43、選択おとり画像登録機能部44及び画像データベース機能部35等が構築される。   Further, the decoy image registration function block shown in FIG. 3 is constructed by the personal authentication program when the decoy image is registered in the information processing apparatus Js. The decoy image registration function block includes a decoy image search function unit 41 and a decoy image. A selection screen creation function unit 42, a similar image search function unit 43, a selection decoy image registration function unit 44, an image database function unit 35, and the like are constructed.

情報処理装置Jsは、おとり画像の登録に際しては、端末Tsからパス画像検索時に使用した嗜好情報の上位概念語(嗜好情報上位概念語)による画像検索指示またはパス画像による類似画像検索指示がある。情報処理装置Jsは、端末Tsから嗜好情報上位概念語による画像検索の指示があると、おとり画像検索機能部(不正解画像検索語取得手段)41が、パス画像を検索したときの嗜好情報の上位概念語を検索用語として、インターネット上の画像検索エンジンを用いて画像検索し、検索結果の画像(検索結果画像)をおとり画像選択画面作成機能部42に渡す。   When the decoy image is registered, the information processing apparatus Js has an image search instruction using a higher order concept word (preference information higher concept word) of preference information used at the time of path image search from the terminal Ts or a similar image search instruction using a pass image. When there is an image search instruction using the preference information higher-order concept word from the terminal Ts, the information processing device Js receives the preference information when the decoy image search function unit (incorrect image search word acquisition unit) 41 searches the path image. An image search is performed using an image search engine on the Internet using the broader concept word as a search term, and the search result image (search result image) is passed to the decoy image selection screen creation function unit 42.

おとり画像選択画面作成機能部42は、おとり画像検索機能部41から渡される検索結果画像から適宜の数の画像をおとり画像候補画像として選択して該おとり画像候補画像を所定の順番に所定の並べ方で並べた画面をおとり画像選択画面として生成して、端末Tsに送信する。   The decoy image selection screen creation function unit 42 selects an appropriate number of images as decoy image candidate images from the search result images passed from the decoy image search function unit 41, and arranges the decoy image candidate images in a predetermined order in a predetermined order. The screen arranged in the above is generated as a decoy image selection screen and transmitted to the terminal Ts.

また、情報処理装置Jsは、端末Tsからパス画像による類似画像検索指示があると、類似画像検索機能部43が、該端末Tsまたは該端末Tsのユーザに対応して画像データベース35に登録されているパス画像を取得して、該パス画像を検索画像として、インターネット上の類似画像検索エンジンを用いて類似画像検索し、検索結果の画像(検索結果画像)をおとり画像選択画面作成機能部42に渡す。このインターネット上の類似画像検索エンジンとしては、例えば、YahooJAPAN研究所のVisualSeekerを用いることができる。この場合、例えば、パス画像をアップロードしてこのパス画像と類似した画像をインターネット上から検索したり、パス画像中の何箇所かの色を指定することで、それら指定した色を含む配色の類似した画像(類似画像)をインターネット上から検索する。   Further, when there is a similar image search instruction using a pass image from the terminal Ts, the information processing apparatus Js registers the similar image search function unit 43 in the image database 35 corresponding to the terminal Ts or the user of the terminal Ts. A path image as a search image, a similar image search using a similar image search engine on the Internet, and a search result image (search result image) in the decoy image selection screen creation function unit 42 hand over. As a similar image search engine on the Internet, for example, VisualSeeker of Yahoo Japan Institute can be used. In this case, for example, by uploading a pass image and searching the Internet for an image similar to this pass image, or by specifying some color in the pass image, similar color schemes including those specified colors The searched image (similar image) is searched from the Internet.

おとり画像選択画面作成機能部42は、おとり画像検索機能部41から渡される検索結果画像または類似画像検索機能部43から渡される検索結果画像から適宜の数の画像をおとり画像候補画像として選択して該おとり画像候補画像を所定の順番に所定の並べ方で並べた画面をおとり画像選択画面として生成して、端末Tsに送信する。   The decoy image selection screen creation function unit 42 selects an appropriate number of images from the search result image passed from the decoy image search function unit 41 or the search result image passed from the similar image search function unit 43 as a decoy image candidate image. A screen in which the decoy image candidate images are arranged in a predetermined order in a predetermined arrangement is generated as a decoy image selection screen and transmitted to the terminal Ts.

端末Tsは、情報処理装置Jsから送られてきたおとり画像選択画面を表示部11に表示し、この表示部11のおとり画像選択画面からユーザが自分では間違えそうにないが、他人が盗み見して間違えそうな画像を複数おとり画像として選択する。   The terminal Ts displays the decoy image selection screen sent from the information processing device Js on the display unit 11, and the user is unlikely to make a mistake from the decoy image selection screen of the display unit 11, but another person steals it. Select multiple images that are likely to be mistaken as decoy images.

端末Tsは、おとり画像が選択されると、選択された複数のおとり画像を特定するおとり画像選択情報を情報処理装置Jsに送信する。   When the decoy image is selected, the terminal Ts transmits decoy image selection information for specifying the selected decoy images to the information processing device Js.

情報処理装置Jsは、おとり画像選択情報を端末Tsから受信すると、選択おとり画像登録機能部44が、該おとり画像選択情報に該当する複数のおとり画像を画像データベース機能部(不正解画像記憶手段)35のおとり画像データベースに該ユーザまたは該端末Tsのおとり画像として登録する。上記おとり画像選択画面作成機能部42、類似画像検索機能部43及び選択おとり画像登録機能部44は、全体として、不正解画像登録手段として機能している。   When the information processing device Js receives the decoy image selection information from the terminal Ts, the selected decoy image registration function unit 44 outputs a plurality of decoy images corresponding to the decoy image selection information to an image database function unit (incorrect image storage unit). The decoy image database is registered as a decoy image of the user or the terminal Ts. The decoy image selection screen creation function unit 42, the similar image search function unit 43, and the selected decoy image registration function unit 44 function as an incorrect image registration unit as a whole.

そして、情報処理装置Jsは、個人認証時には、個人認証プログラムによって、図4に示すように個人認証時機能ブロックが構築され、個人認証時機能ブロックとして、認証画像選択画面作成機能部51、受信認証機能部52及び画像データベース機能部35等が構築される。   Then, the information processing device Js constructs a function block at the time of personal authentication as shown in FIG. 4 by the personal authentication program at the time of personal authentication. As the function block at the time of personal authentication, the authentication image selection screen creation function unit 51, the reception authentication A function unit 52, an image database function unit 35, and the like are constructed.

情報処理装置Jsは、個人認証時、認証画像選択画面作成機能部(認証画面生成手段)51が、認証対象の個人(ユーザ)または端末Tsに対応させて画像データベース機能部35に格納されているパス画像及び複数のおとり画像を読み出して、該パス画像とおとり画像を所定の順番に所定の並べ方で並べた画面を認証画像選択画面として作成して、端末Tsに送信する。   In the information processing apparatus Js, at the time of personal authentication, an authentication image selection screen creation function unit (authentication screen generation means) 51 is stored in the image database function unit 35 in association with the individual (user) to be authenticated or the terminal Ts. A pass image and a plurality of decoy images are read out, and a screen in which the pass image and the decoy image are arranged in a predetermined order in a predetermined arrangement is created as an authentication image selection screen and transmitted to the terminal Ts.

端末Tsは、情報処理装置Jsから送られてきた認証画像選択画面を表示部11に表示し、この表示部11の認証画像選択画面からユーザが自己が登録したパス画像を認証画像として選択する。   The terminal Ts displays the authentication image selection screen sent from the information processing device Js on the display unit 11, and selects the pass image registered by the user from the authentication image selection screen of the display unit 11 as the authentication image.

端末Tsは、認証画像が選択されると、選択された認証画像を特定する認証画像選択情報を情報処理装置Jsに送信する。   When the authentication image is selected, the terminal Ts transmits authentication image selection information for specifying the selected authentication image to the information processing device Js.

情報処理装置Jsは、認証画像選択情報を端末Tsから受信すると、受信認証機能部(認証手段)52が、該認証画像選択情報に該当する認証画像を画像データベース機能部35から取得するとともに、パス画像を画像データベース機能部35から取得して、認証画像とパス画像が一致するか否か判断して、一致すると認証成功として認証成功の認証結果を端末Tsに送信し、認証画像とパス画像が一致しないときには、認証失敗として、認証失敗の認証結果を端末Tsに送信する。   When the information processing apparatus Js receives the authentication image selection information from the terminal Ts, the reception authentication function unit (authentication unit) 52 acquires the authentication image corresponding to the authentication image selection information from the image database function unit 35, and passes An image is acquired from the image database function unit 35, and it is determined whether or not the authentication image and the pass image match. If they match, an authentication success result is transmitted to the terminal Ts as a successful authentication, and the authentication image and the pass image are If they do not match, an authentication failure authentication result is transmitted to the terminal Ts as an authentication failure.

次に、本実施例の作用を説明する。本実施例の個人認証システム1は、認証時の盗み見によるパス画像(正解画像)の漏洩及び長期間記憶に耐えうるパス画像を容易に登録して、機密保持を容易かつ確実に向上させる。   Next, the operation of this embodiment will be described. The personal authentication system 1 according to the present embodiment easily registers a pass image that can withstand leakage of a pass image (correct image) due to snooping at the time of authentication and long-term storage, and improves confidentiality easily and reliably.

個人認証システム1は、ユーザが端末Tsを用いて情報処理装置Jsを利用する場合には、情報処理装置Jsに対して個人認証を必要とし、この個人認証を利用するために、まず、端末Tsからパス画像とおとり画像を登録して、認証時に情報処理装置Jsから送られてくる認証画像選択画面からパス画像を認証画像として選択することで認証を行う。   When the user uses the information processing apparatus Js using the terminal Ts, the personal authentication system 1 requires personal authentication for the information processing apparatus Js. In order to use this personal authentication, first, the terminal Ts Then, the pass image and the decoy image are registered, and authentication is performed by selecting the pass image as the authentication image from the authentication image selection screen sent from the information processing apparatus Js at the time of authentication.

情報処理装置Jsは、パス画像登録時には、上記図2に示したパス画像登録時機能ブロックが機能して、図5に示すようにパス画像登録処理を行う。   When registering a pass image, the information processing apparatus Js performs the pass image registration process as shown in FIG. 5 by the function block at the time of registration of the pass image shown in FIG.

すなわち、情報処理装置Jsは、図5に示すように、端末Tsに対して、端末Tsのユーザ自身が用意した嗜好に係わるパス画像を登録するか問い合わせを行い(ステップS101)、該問い合わせに対する端末Tsからの応答に応じてユーザが自身で用意したパス画像を登録を選択したかチェックする(ステップS102)。   That is, as shown in FIG. 5, the information processing apparatus Js inquires of the terminal Ts whether to register a path image related to the preference prepared by the user of the terminal Ts (step S101), and the terminal corresponding to the inquiry In response to a response from Ts, it is checked whether the user has selected to register a pass image prepared by the user (step S102).

情報処理装置Jsは、ステップS102で、ユーザが自身で用意したパス画像を登録する場合(ステップS102で、YESの場合)には、独自パス画像登録機能部34が、該端末Tsから送られてくる画像(嗜好情報画像)をパス画像として、大容量メモリ25の画像データベース機能部35に登録する(ステップS103)。このユーザが用意したパス画像としては、例えば、図6に示すようなウチワサボテン等をユーザが端末Tsのカメラ機能等によって撮影して用意した画像を用いる。このようなウチワサボテンをパス画像とした場合、後述するおとり画像としては、ユーザにとって、葉っぱの付き具合等でパス画像のウチワサボテンと識別可能であれば、パス画像であるウチワサボテンと同じ種類のウチワサボテンの画像をおとり画像に選んでもよい。   When the information processing device Js registers a pass image prepared by the user in step S102 (YES in step S102), the unique pass image registration function unit 34 is sent from the terminal Ts. The coming image (preference information image) is registered as a pass image in the image database function unit 35 of the large-capacity memory 25 (step S103). As the pass image prepared by the user, for example, an image prepared by photographing the prickly pear as shown in FIG. 6 by the camera function or the like of the terminal Ts is used. When such a prickly pear is used as a pass image, the decoy image to be described later is the same type as the prickly pear that is a pass image as long as the user can identify the pass image from the prickly pactus of the pass image. Prickly cactus images may be selected as decoy images.

情報処理装置Jsは、ステップS102で、ユーザが自身で用意した画像をパス画像として登録しない場合(ステップS102で、NOの場合)には、パス画像検索機能部31が、ユーザの嗜好に係わる検索用語の問い合わせを行うパス画像検索語入力画面を端末Tsに送信する(ステップS104)。パス画像検索機能部31は、例えば、図7に示すようなパス画像検索語入力画面を端末Tsに送信して表示させる。このパス画像検索入力画面は、例えば、図7に示すように、「あなたの好きなもの、または、嫌いなものの名前を入力してください」と提示して、嗜好に係わるものの名前の入力を促す画面である。情報処理装置Jsは、この問い合わせに応じてユーザが端末Tsで入力指定した嗜好情報に係る検索用語、例えば、図7に示すように、「二十世紀梨」を入力して、端末Tsから嗜好情報に係る検索用が送信されてくると、該嗜好情報に係る検索用語を用いてインターネット上の画像検索エンジンを用いて画像検索し、検索結果の画像(検索結果画像)をパス画像選択画面作成機能部32に渡す(ステップS104)。   In step S102, when the image prepared by the user is not registered as a pass image (NO in step S102), the information processing apparatus Js performs a search related to the user's preference. A pass image search word input screen for inquiring a term is transmitted to the terminal Ts (step S104). For example, the path image search function unit 31 transmits a path image search word input screen as shown in FIG. 7 to the terminal Ts for display. For example, as shown in FIG. 7, this path image search input screen presents “Please enter the name of something you like or dislike” and prompts you to enter the name of something related to your preference. It is a screen. In response to this inquiry, the information processing apparatus Js inputs a search term related to preference information input and specified by the user at the terminal Ts, for example, “twentieth century pear” as shown in FIG. When a search related to information is transmitted, an image search is performed using an image search engine on the Internet using a search term related to the preference information, and a search result image (search result image) is created as a path image selection screen. The data is transferred to the function unit 32 (step S104).

パス画像選択画面作成機能部32は、パス画像検索機能部31から渡された検索結果画像から適宜の数の画像をパス画像候補画像として選択して該パス画像候補画像を所定の順番に所定の並べ方で並べた画面を、例えば、図8に示すようなパス画像選択画面として生成し、該パス画像選択画面を端末Tsに送信して、パス画像の選択を促す(ステップS106)。   The pass image selection screen creation function unit 32 selects an appropriate number of images from the search result image passed from the pass image search function unit 31 as the pass image candidate images, and selects the pass image candidate images in a predetermined order. For example, a screen arranged in a way of arrangement is generated as a path image selection screen as shown in FIG. 8, and the path image selection screen is transmitted to the terminal Ts to prompt selection of a path image (step S106).

端末Tsは、情報処理装置Jsから送られてきたパス画像選択画面を表示部11に表示し、この表示部11のパス画像選択画面からユーザが自己の嗜好に合い最も記憶しやすい画像、例えば、パス画像選択画面の右上隅の二十世紀梨の画像をパス画像として選択する。   The terminal Ts displays a path image selection screen sent from the information processing device Js on the display unit 11, and an image that the user can easily store according to his / her preference from the path image selection screen of the display unit 11, for example, The 20th century pear image in the upper right corner of the pass image selection screen is selected as the pass image.

端末Tsは、パス画像が選択されると、選択されたパス画像を特定するパス画像選択情報を情報処理装置Jsに送信する。   When a path image is selected, the terminal Ts transmits path image selection information for specifying the selected path image to the information processing apparatus Js.

情報処理装置Jsは、パス画像選択情報を端末Tsから受信すると、選択パス画像登録機能部33が、該パス画像選択情報に該当するパス画像を画像データベース機能部35のパス画像データベースに該ユーザまたは該端末Tsのパス画像として登録する(ステップS108)。   When the information processing device Js receives the path image selection information from the terminal Ts, the selected path image registration function unit 33 adds the path image corresponding to the path image selection information to the path image database of the image database function unit 35 or the user or It registers as a pass image of the terminal Ts (step S108).

次に、情報処理装置Jsは、おとり画像登録時には、上記図3に示したおとり画像登録時機能ブロックが機能して、図9に示すようにおとり画像登録処理を行う。   Next, when the decoy image is registered, the information processing apparatus Js performs the decoy image registration process as shown in FIG.

すなわち、情報処理装置Jsは、図9に示すように、端末Tsに対して、「おとり画像をユーザの嗜好に係わる検索用語の上位概念語で検索する]か、「おとり画像をパス画像から類似画像検索する]かの問い合わせを端末Tsに送り(ステップS201)、該問い合わせに対する端末Tsからの応答に応じて、「おとり画像をユーザの嗜好に係わる検索用語の上位概念語で検索する]か、「おとり画像をパス画像から類似画像検索する]かチェックする(ステップS202)。   That is, as illustrated in FIG. 9, the information processing apparatus Js, for the terminal Ts, “searches for a decoy image with a higher-order concept word of a search term related to user preference” or “similar decoy image from a path image. An image search] inquiry is sent to the terminal Ts (step S201), and in response to a response from the terminal Ts to the inquiry, "search for a decoy image with a broader term of search terms related to user preferences" It is checked whether or not “a similar image is searched for a decoy image from a pass image” (step S202).

情報処理装置Jsは、ステップS202で、「嗜好に係わる上位概念語で検索する」をユーザが選択したときには、おとり画像検索機能部41が、「パス画像登録時のユーザの嗜好に関する検索用語」の上位概念語の問い合わせ、例えば、図10に示すように、「あなたの好きなもの、または、嫌いなものの上位概念語は」等の問い合わせを端末Tsに行い(ステップS203)、端末Tsで、ユーザが該上位概念語の問い合わせに応じてパス画像登録時のユーザの施行に関する検索用語の上位概念語を入力して、該上位概念語が端末Tsから送られてくると、おとり画像検索機能部41が、該上位概念語を検索用語として、インターネット上の画像検索エンジンを用いて画像検索して、検索結果の画像(検索結果画像)をおとり画像選択画面作成機能部42に渡す(ステップS204)。なお、図10では、「あなたの好きなもの、または、嫌いなものの上位概念語は」の問い合わせに対して、ユーザが、「梨」を入力した状態を示している。   In step S202, when the user selects “search with a higher-order concept word related to preference” in step S202, the decoy image search function unit 41 sets “search term related to user preference when registering a pass image”. Inquiry of a broader concept word, for example, as shown in FIG. 10, a query such as “What is your favorite or disliked broader concept word” is made to the terminal Ts (step S203), and the user at the terminal Ts When a high-order concept word of a search term related to user enforcement at the time of registration of a pass image is input in response to the query of the high-order concept word and the high-order concept word is sent from the terminal Ts, a decoy image search function unit 41 However, an image search is performed using an image search engine on the Internet using the broader concept word as a search term, and a search result image (search result image) is taken as a decoy image selection image. It passed to the production function unit 42 (step S204). FIG. 10 shows a state in which the user inputs “pear” in response to an inquiry “What is your favorite or disliked high-level concept word?”.

おとり画像選択画面作成機能部42は、おとり画像検索機能部41から渡される検索結果画像から適宜の数の画像をおとり画像候補画像として選択して該おとり画像候補画像を所定の順番に所定の並べ方で並べた画面を、例えば、図11に示すようなおとり画像選択画面として生成して、端末Tsに送信してユーザにおとり画像を選択させる(ステップS205)。端末Tsは、情報処理装置Jsから送られてきたおとり画像選択画面を表示部11に表示し、ユーザが、この表示部11のおとり画像選択画面から自分では間違えそうにないが、他人が盗み見して間違えそうな画像を複数おとり画像として選択する。端末Tsは、おとり画像が選択されると、選択された複数のおとり画像を特定するおとり画像選択情報を情報処理装置Jsに送信する。   The decoy image selection screen creation function unit 42 selects an appropriate number of images as decoy image candidate images from the search result images passed from the decoy image search function unit 41, and arranges the decoy image candidate images in a predetermined order in a predetermined order. For example, the screen arranged in FIG. 11 is generated as a decoy image selection screen as shown in FIG. 11, and transmitted to the terminal Ts to cause the user to select a decoy image (step S205). The terminal Ts displays the decoy image selection screen sent from the information processing device Js on the display unit 11, and the user is not likely to make a mistake from the decoy image selection screen of the display unit 11, but others have seen it. Select multiple images that are likely to be mistaken as decoy images. When the decoy image is selected, the terminal Ts transmits decoy image selection information for specifying the selected decoy images to the information processing device Js.

なお、上記「あなたの好きなもの、または、嫌いなものの上位概念語は」の問い合わせに対して、図12に示すように、パス画像としてユーザが用意したウチワサボテンの独自画像が登録されている場合に、「ウチワサボテン」が端末Tsで入力されると、その検索結果の画像から作成されるおとり画像選択画面としては、例えば、図13に示すようなおとり画像選択画面となる。   In response to the inquiry “What is your favorite or disliked high-level concept word?”, A prickly pear cactus original image prepared by the user is registered as a pass image, as shown in FIG. In this case, when “prickly cactus” is input at the terminal Ts, the decoy image selection screen created from the search result image is, for example, a decoy image selection screen as shown in FIG.

情報処理装置Jsは、おとり画像選択情報を端末Tsから受信すると、選択おとり画像登録機能部45が、該おとり画像選択情報に該当する複数のおとり画像を画像データベース機能部35のおとり画像データベースに該ユーザまたは該端末Tsのおとり画像として登録する(ステップS206)。   When the decoy image selection information is received from the terminal Ts, the information processing apparatus Js causes the selection decoy image registration function unit 45 to add a plurality of decoy images corresponding to the decoy image selection information to the decoy image database of the image database function unit 35. The user or the terminal Ts is registered as a decoy image (step S206).

また、情報処理装置Jsは、ステップS202で、「おとり画像をパス画像から類似画像検索する」をユーザが選択したときには、類似画像検索機能部43が、該端末Tsまたは該端末Tsのユーザに対応して画像データベース35に登録されているパス画像を取得して、該パス画像を検索画像として、インターネット上の類似画像検索エンジンを用いて類似画像検索を行い、検索結果の画像(検索結果画像)をおとり画像選択画面作成機能部42に渡す(ステップS207)。   Further, in step S202, when the user selects “search for a similar image from a pass image” in step S202, the similar image search function unit 43 corresponds to the terminal Ts or the user of the terminal Ts. Then, a path image registered in the image database 35 is acquired, and the path image is used as a search image, a similar image search is performed using a similar image search engine on the Internet, and a search result image (search result image) Is transferred to the decoy image selection screen creation function unit 42 (step S207).

このインターネット上の類似画像検索エンジンとして、例えば、YahooJAPAN研究所のVisualSeekerを用い、パス画像として、図8のパス画像選択画面で選択されたパス画像(二十世紀梨)を用いた場合、例えば、図14に示すように、中心のパス画像の周囲に、検索された類似画像が表示される。   As a similar image search engine on the Internet, for example, when using VisualSeeker of Yahoo Japan Institute and using a path image (pear of the 20th century) selected on the path image selection screen of FIG. 8 as a path image, for example, As shown in FIG. 14, the searched similar image is displayed around the central path image.

画像選択画面作成機能部42は、類似画像検索機能部43から渡される検索結果画像から適宜の数の画像をおとり画像候補画像として選択して該おとり画像候補画像を所定の順番に所定の並べ方で並べた画面をおとり画像選択画面として生成して、端末Tsに送信してユーザにおとり画像を選択させる(ステップS205)。端末Tsは、情報処理装置Jsから送られてきたおとり画像選択画面を表示部11に表示し、ユーザが、この表示部11のおとり画像選択画面から自分では間違えそうにないが、他人が盗み見して間違えそうな画像を複数おとり画像として選択する。端末Tsは、おとり画像が選択されると、選択された複数のおとり画像を特定するおとり画像選択情報を情報処理装置Jsに送信する。   The image selection screen creation function unit 42 selects an appropriate number of images as decoy image candidate images from the search result images passed from the similar image search function unit 43, and arranges the decoy image candidate images in a predetermined order in a predetermined order. The arranged screen is generated as a decoy image selection screen and transmitted to the terminal Ts to allow the user to select a decoy image (step S205). The terminal Ts displays the decoy image selection screen sent from the information processing device Js on the display unit 11, and the user is not likely to make a mistake from the decoy image selection screen of the display unit 11, but others have seen it. Select multiple images that are likely to be mistaken as decoy images. When the decoy image is selected, the terminal Ts transmits decoy image selection information for specifying the selected decoy images to the information processing device Js.

情報処理装置Jsは、おとり画像選択情報を端末Tsから受信すると、選択おとり画像登録機能部45が、該おとり画像選択情報に該当する複数のおとり画像を画像データベース機能部35のおとり画像データベースに該ユーザまたは該端末Tsのおとり画像として登録する(ステップS206)。   When the decoy image selection information is received from the terminal Ts, the information processing apparatus Js causes the selection decoy image registration function unit 45 to add a plurality of decoy images corresponding to the decoy image selection information to the decoy image database of the image database function unit 35. The user or the terminal Ts is registered as a decoy image (step S206).

そして、情報処理装置Jsは、図15に示すように、認証処理を行う。すなわち、情報処理装置Jsは、端末TsからユーザIDの問い合わせがあると(ステップS301)、認証画像選択画面作成機能部51が、当該ユーザが登録したパス画像とおとり画像を大容量メモリ25の画像データベース機能部35から読み出して、例えば、図16に示すように、これらのパス画像とおとり画像を、所定の並べ方で所定の並べ順に並べた認証画像選択画面を作成し(ステップS302)、作成した認証画像選択画面をユーザの端末Tsに送信する(ステップS303)。なお、図16に示す認証画像選択画面は、図8のパス画像選択画面でパス画像として選択された右上隅の梨を中心として、周囲に、8個のおとり画像が配置された画面となっている。   Then, the information processing apparatus Js performs an authentication process as illustrated in FIG. That is, when the information processing apparatus Js receives a user ID inquiry from the terminal Ts (step S301), the authentication image selection screen creation function unit 51 displays the pass image and the decoy image registered by the user in the image in the large-capacity memory 25. For example, as shown in FIG. 16, an authentication image selection screen in which these pass images and decoy images are arranged in a predetermined arrangement order in a predetermined arrangement is created by reading from the database function unit 35 (step S302). The authentication image selection screen is transmitted to the user terminal Ts (step S303). The authentication image selection screen shown in FIG. 16 is a screen in which eight decoy images are arranged around the pear in the upper right corner selected as the pass image on the pass image selection screen in FIG. Yes.

情報処理装置Jsは、端末Tsにおいて、情報処理装置Jsから送られてきた認証画像選択画面を表示部11に表示して、この表示部11の認証画像選択画面からユーザが自己が登録したパス画像を認証画像として選択すると、端末Tsが、選択された認証画像を特定する認証画像選択情報を情報処理装置Jsに送信して、受信認証機能部52がこの認証画像選択情報を受信する(ステップS304)。   The information processing device Js displays the authentication image selection screen sent from the information processing device Js on the display unit 11 at the terminal Ts, and the pass image registered by the user from the authentication image selection screen of the display unit 11. Is selected as the authentication image, the terminal Ts transmits authentication image selection information for specifying the selected authentication image to the information processing apparatus Js, and the reception authentication function unit 52 receives the authentication image selection information (step S304). ).

受信認証機能部52は、認証画像選択情報を受信すると、該認証画像選択情報に基づいて画像データベース機能部35のパス画像データとおとり画像データを参照して、該認証画像選択情報の示している画像がパス画像であるかチェックする(ステップS305)。   When receiving the authentication image selection information, the reception authentication function unit 52 refers to the pass image data and decoy image data of the image database function unit 35 based on the authentication image selection information, and indicates the authentication image selection information. It is checked whether the image is a pass image (step S305).

ステップS305で、認証画像選択情報の示している画像がパス画像であるとき(ステップS305で、YESのとき)には、受信認証機能部52は、認証成功の認証結果を端末Tsに送信するとともに、パス画像による認証処理を必要とする情報処理装置Jsのログイン対象システムに対して接続許可を通知して認証処理を終了する(ステップS306)。   In step S305, when the image indicated by the authentication image selection information is a pass image (YES in step S305), the reception authentication function unit 52 transmits an authentication result indicating successful authentication to the terminal Ts. Then, the connection permission is notified to the login target system of the information processing apparatus Js that requires the authentication process using the pass image, and the authentication process is terminated (step S306).

ステップS305で、認証画像選択情報の示している画像がおとり画像であるとき(ステップS305で、NOのとき)には、受信認証機能部52は、認証失敗の認証結果を端末Tsに送信するとともに、情報処理装置Jsのログイン対象システムに対して接続拒否を通知して認証処理を終了する(ステップS307)。   In step S305, when the image indicated by the authentication image selection information is a decoy image (NO in step S305), the reception authentication function unit 52 transmits an authentication failure authentication result to the terminal Ts. The connection rejection is notified to the login target system of the information processing apparatus Js, and the authentication process is terminated (step S307).

すなわち、本実施例の個人認証システム1は、上記従来技術における問題点3の長期に忘れがたい画像の選択については、各人の嗜好の傾向に関わる画像をパス画像として用いることで解決している。すなわち、人間の嗜好の傾向は人それぞれであって、長く変わりにくいものであり、長期間の記憶に適している。また、人間の細かな好き嫌いは、本人にとってはこだわり情報であるが、他人にとっては、他人の些細な嗜好の傾向は身近な人間ですらすべて把握できるものではなく、察知され難く、認証に用いる画像として適している。   That is, the personal authentication system 1 according to the present embodiment solves the problem of selecting the image that cannot be forgotten for a long time, which is the problem 3 in the prior art, by using an image relating to the preference tendency of each person as a pass image. Yes. In other words, the tendency of human preference is different for each person and is difficult to change for a long time, and is suitable for long-term memory. In addition, people's detailed likes and dislikes are information that is particular to the person, but for others, the trivial tendency of other people's tastes is not something that can be grasped even by familiar people, and it is difficult to perceive, and images used for authentication Suitable as

また、本実施例の個人認証システム1は、上記従来技術における問題点1のパス画像やおとり画像取得に手間がかかる問題及び問題点2の盗み見で覚えられやすい問題については、パス画像を、認証要求する個人(ユーザ)が撮影した画像をパス画像として登録するだけでなく、認証対象の個人の嗜好情報を検索用語として、インターネット上の画像検索エンジンを用いて画像検索した画像から該個人が選択した画像をパス画像として用いることで、パス画像の取得手間を簡略化している。また、おとり画像についても、パス画像の検索に用いた上位概念語を検索用語として、インターネット上の画像検索エンジンを用いて画像検索した画像から該個人が選択した画像をおとり画像として用いることで、また、パス画像を検索画像として、インターネット上で類似画像検索した画像から該個人が選択した画像をおとり画像として用いることで、おとり画像の取得手間を簡略化している。そして、おとり画像として、パス画像を検索するのに用いた検索用語の上位概念語を検索用語としてインターネット上で画像検索した画像の中から個人が選択した画像またはパス画像に基づいてインターネット上で類似画像検索した画像の中から個人が選択した画像を用いているので、認証対象の個人にとっては間違いにくく、盗み見する人にとっては覚えにくい画像をおとり画像とすることができる。   In addition, the personal authentication system 1 according to the present embodiment authenticates the pass image for the problem 1 in the prior art, which takes time to acquire the pass image and the decoy image, and the problem that the problem 2 is easy to remember. In addition to registering the image taken by the requesting individual (user) as a pass image, the individual selects from the image searched using the image search engine on the Internet, using the preference information of the individual to be authenticated as a search term By using the obtained image as the pass image, the time and effort for acquiring the pass image is simplified. In addition, for decoy images, by using the image selected by the individual from the images searched using the image search engine on the Internet as the search terms, the high-level concept word used for the search for the path image is used as a decoy image. In addition, by using a pass image as a search image and an image selected by the individual from images searched for similar images on the Internet as a decoy image, the labor of obtaining a decoy image is simplified. The decoy image is similar on the Internet based on the image or path image selected by the individual from the images searched on the Internet using the broader terms of the search terms used to search the path image as the search terms. Since the image selected by the individual from the searched images is used, an image that is difficult to be mistaken for an individual to be authenticated and difficult to remember for a peeper can be used as a decoy image.

このように、本実施例の個人認証システム1は、情報処理装置Jsが、有線または無線のネットワークNWを介して少なくとも個人認証を要求する端末Tsとの間で情報の授受を行うとともにインターネットに接続可能なネットワークI/F(通信手段)24と、認証対象の個人の嗜好情報に基づくパス画像検索語(正解画像検索語)の入力を促すパス画像検索語入力画面(正解画像検索語入力画面)をネットワークI/F24から端末Tsに送信して、端末Tsにおいて該パス画像検索語入力画面に基づいて入力されたパス画像検索語をネットワークI/F24を介して該端末Tsから取得するパス画像検索機能部(正解画像検索語取得手段)31と、ネットワークI/F24を介して該パス画像検索語に基づいてインターネット上で画像検索して取得した画像のうち所定数のパス候補画像(正解候補画像)からなるパス画像選択画面(正解画像選択画面)を作成して端末Tsに送信してパス画像(正解画像)を選択させ、認証対象の個人によって該端末Tsで選択されて該端末Tsから受信したパス画像、または、該端末Tsから該認証対象の個人によって作成されて受信したパス画像を該認証対象の個人または該端末Tsに対応させてパス画像データベース(正解画像データベース)として大容量メモリ25で構築される画像データベース機能部(正解画像記憶手段)35に記憶させるパス画像選択画面作成機能部32及び選択パス画像登録機能部33からなる正解画像登録手段と、前記パス画像の検索に使用したパス画像検索語の上位概念からなるおとり画像検索語(不正解画像検索語)の入力を促すおとり画像検索語入力画面(不正解画像検索語入力画面)をネットワークI/F24から端末Tsに送信して、該端末Tsにおいて該おとり画像検索語入力画面に基づいて入力されたおとり画像検索語をネットワークI/F24を介して該端末Tsから取得するおとり画像検索機能部(不正解画像検索語取得手段)41と、ネットワークI/F24を介しておとり画像検索語に基づいてインターネット上で画像検索して取得した画像、または、前記パス画像に基づいてインターネット上で類似画像検索して取得した画像、のうち所定数の画像をおとり候補画像(不正解候補画像)とするおとり画像選択画面(不正解画像選択画面)を作成して端末Tsに送信しておとり画像(不正解画像)を選択させ、認証対象の個人によって該端末Tsで選択されて該端末Tsから受信したおとり解画像を該認証対象の個人または該端末Tsに対応させておとり画像データベースとして画像データベース機能部(不正解画像記憶手段)35に記憶させるおとり画像選択画面作成機能部42、類似画像検索機能部43及び選択おとり画像登録機能部44からなる不正解画像登録手段と、端末Tsから認証要求があると、画像データベース機能部35の前記パス画像と所定数の前記おとり画像を所定の配置状態で配置した認証画像選択画面を生成してネットワークI/F24を介して該端末Tsに送信する認証画像選択画面作成機能部(認証画面生成手段)51と、認証画像選択画面に基づいて選択された選択画像をネットワークI/F24が受信すると、該選択画像がパス画像であるか否か判断して個人認証を行う受信認証機能部(認証手段)52と、を備えている。   As described above, in the personal authentication system 1 of this embodiment, the information processing device Js exchanges information with the terminal Ts that requests at least personal authentication via the wired or wireless network NW and connects to the Internet. Pass image search word input screen (correct image search word input screen) for prompting input of a possible network I / F (communication means) 24 and a pass image search word (correct image search word) based on personal preference information to be authenticated Is transmitted from the network I / F 24 to the terminal Ts, and the path image search word obtained from the terminal Ts based on the path image search word input screen is acquired from the terminal Ts via the network I / F 24. An image on the Internet based on the path image search word via the function unit (correct image search word acquisition means) 31 and the network I / F 24 A path image selection screen (correct image selection screen) composed of a predetermined number of path candidate images (correct answer candidate images) among the images acquired by searching is created and transmitted to the terminal Ts to select a pass image (correct image). A path image selected by the terminal Ts by the authentication target individual and received from the terminal Ts, or a path image created and received by the authentication target individual from the terminal Ts or the authentication target individual or the terminal A path image selection screen creation function unit 32 and a selected path image registration function stored in an image database function unit (correct image storage means) 35 constructed in the large-capacity memory 25 as a path image database (correct image database) corresponding to Ts. A decoy image search word (incorrect) consisting of a correct image registration means comprising the unit 33 and a superordinate concept of the pass image search word used for searching the pass image. A decoy image search word input screen (incorrect image search word input screen) for prompting input of an image search word is transmitted from the network I / F 24 to the terminal Ts, and the terminal Ts is based on the decoy image search word input screen. A decoy image search function unit (incorrect image search word acquisition means) 41 that acquires the input decoy image search word from the terminal Ts via the network I / F 24 and a decoy image search word via the network I / F 24. A decoy candidate image (incorrect answer candidate image) of a predetermined number of images among images obtained by image retrieval on the Internet based on the above or images obtained by searching similar images on the Internet based on the pass image; A decoy image selection screen (incorrect image selection screen) to be created and transmitted to the terminal Ts to select a decoy image (incorrect image) and A decoy image selected by the person at the terminal Ts and received from the terminal Ts is stored in the image database function unit (incorrect image storage means) 35 as a decoy image database corresponding to the individual to be authenticated or the terminal Ts. When there is an authentication request from the decoy image selection screen creation function unit 42, the similar image search function unit 43, and the selection decoy image registration function unit 44 to be performed, and an authentication request from the terminal Ts, the path of the image database function unit 35 An authentication image selection screen creation function unit (authentication screen generation means) that generates an authentication image selection screen in which an image and a predetermined number of decoy images are arranged in a predetermined arrangement state and transmits the generated image to the terminal Ts via the network I / F 24 51, when the network I / F 24 receives the selected image selected based on the authentication image selection screen, the selected image is passed. Receiving authentication function unit for performing personal authentication by determining whether an image includes a (authentication means) 52, a.

したがって、認証時の盗み見によるパス画像の漏洩及び長期間記憶に耐えうるパス画像を登録することができ、機密保持を向上させることができる。   Therefore, it is possible to register a pass image that can withstand leakage of a pass image due to snooping at the time of authentication and long-term storage, and to improve confidentiality.

また、本実施例の個人認証システム1は、情報処理装置Jsが、有線または無線のネットワークNWを介して少なくとも個人認証を要求する端末Tsとの間で情報の授受を行うとともにインターネットに接続する通信処理ステップと、認証対象の個人の嗜好情報に基づくパス画像検索語の入力を促すパス画像検索語入力画面を該通信処理ステップで端末Tsに送信して、該端末Tsにおいて該パス画像検索語入力画面に基づいて入力されたパス画像検索語を該通信処理ステップで該端末Tsから取得する正解画像検索語取得処理ステップと、該通信処理ステップで該パス画像検索語に基づいてインターネット上で画像検索して取得した画像のうち所定数のパス候補画像からなるパス画像選択画面を作成して端末Tsに送信してパス画像を選択させ、認証対象の個人によって該端末Tsで選択されて該端末Tsから受信した正解画像、または、該端末Tsから該認証対象の個人によって作成されて受信したパス画像を該認証対象の個人または該端末Tsに対応させてパス画像データベースとして画像データベース機能部35に記憶させる正解画像登録処理ステップと、該パス画像の検索に使用したパス画像検索語の上位概念からなるおとり画像検索語の入力を促すおとり画像検索語入力画面を該通信処理ステップで端末Tsに送信して、該端末Tsにおいて該おとり画像検索語入力画面に基づいて入力されたおとり画像検索語を該通信処理ステップで該端末Tsから取得するおとり画像検索語取得処理ステップと、前記通信処理ステップでおとり画像検索語に基づいてインターネット上で画像検索して取得した画像、または、パス画像に基づいてインターネット上で類似画像検索して取得した画像、のうち所定数の画像をおとり候補画像とするおとり画像選択画面を作成して端末Tsに送信しておとり画像を選択させ、認証対象の個人によって該端末Tsで選択されて該端末Tsから受信したおとり画像を該認証対象の個人または該端末Tsに対応させておとり画像データベースとして画像データベース機能部35に記憶させる不正解画像登録処理ステップと、端末Tsから認証要求があると、画像データベース機能部35のパス画像と所定数のおとり画像を所定の配置状態で配置した認証画像選択画面を生成して該通信処理ステップで該端末Tsに送信する認証画面生成処理ステップと、該認証画像選択画面に基づいて選択された選択画像を該通信処理ステップで受信されると、該選択画像が前記パス画像であるか否か判断して個人認証を行う認証処理ステップと、を有する個人認証方法を実行している。   Further, in the personal authentication system 1 according to the present embodiment, the information processing apparatus Js transmits and receives information to and from the terminal Ts that requests at least personal authentication via the wired or wireless network NW and connects to the Internet. Processing step and a pass image search word input screen for prompting input of a pass image search word based on personal preference information to be authenticated is transmitted to the terminal Ts in the communication processing step, and the pass image search word input is performed at the terminal Ts. A correct image search word acquisition processing step for acquiring the path image search word input based on the screen from the terminal Ts in the communication processing step, and an image search on the Internet based on the pass image search word in the communication processing step A path image selection screen consisting of a predetermined number of path candidate images is created from the images acquired in this manner, and transmitted to the terminal Ts to select a path image. A correct image selected from the terminal Ts by the individual to be authenticated and received from the terminal Ts, or a pass image created and received from the terminal Ts by the individual to be authenticated A correct image registration process step that is stored in the image database function unit 35 as a path image database in correspondence with the terminal Ts and a decoy image search word that is a superordinate concept of the path image search word used for the search of the path image are prompted to input. The decoy image search word input screen is transmitted to the terminal Ts in the communication processing step, and the decoy image search word input based on the decoy image search word input screen in the terminal Ts is transmitted from the terminal Ts in the communication processing step. The decoy image search word acquisition processing step to be acquired, and the Internet based on the decoy image search word in the communication processing step A decoy image selection screen is created by using a predetermined number of decoy candidate images among the images obtained by image search in step 1 or images obtained by searching for similar images on the Internet based on the pass image, and the terminal Ts The decoy image transmitted as the decoy image and selected from the terminal Ts by the individual to be authenticated and received from the terminal Ts is associated with the individual to be authenticated or the terminal Ts as an image database as a decoy image database. When there is an incorrect image registration processing step to be stored in the function unit 35 and an authentication request is received from the terminal Ts, an authentication image selection screen in which a pass image of the image database function unit 35 and a predetermined number of decoy images are arranged in a predetermined arrangement state is displayed. An authentication screen generation processing step for generating and transmitting to the terminal Ts in the communication processing step, and a selection based on the authentication image selection screen When the selected image is received in the communication processing step, an authentication processing step is performed, which includes an authentication processing step of determining whether the selected image is the pass image and performing personal authentication.

したがって、認証時の盗み見によるパス画像の漏洩及び長期間記憶に耐えうるパス画像を登録することができ、機密保持を向上させることができる。   Therefore, it is possible to register a pass image that can withstand leakage of a pass image due to snooping at the time of authentication and long-term storage, and to improve confidentiality.

さらに、本実施例の個人認証システム1は、情報処理装置Jsが、コンピュータに、有線または無線のネットワークNWを介して少なくとも個人認証を要求する端末Tsとの間で情報の授受を行うとともにインターネットに接続する通信処理と、認証対象の個人の嗜好情報に基づくパス画像検索語の入力を促すパス画像検索語入力画面を該通信処理で端末Tsに送信して、該端末Tsにおいて該パス画像検索語入力画面に基づいて入力されたパス画像検索語を該通信処理で該端末Tsから取得する正解画像検索語取得処理と、該通信処理で該パス画像検索語に基づいてインターネット上で画像検索して取得した画像のうち所定数のパス候補画像からなるパス画像選択画面を作成して端末Tsに送信してパス画像を選択させ、認証対象の個人によって該端末Tsで選択されて該端末Tsから受信した正解画像、または、該端末Tsから該認証対象の個人によって作成されて受信したパス画像を該認証対象の個人または該端末Tsに対応させてパス画像データベースとして画像データベース機能部35に記憶させる正解画像登録処理と、該パス画像の検索に使用したパス画像検索語の上位概念からなるおとり画像検索語の入力を促すおとり画像検索語入力画面を該通信処理で端末Tsに送信して、該端末Tsにおいて該おとり画像検索語入力画面に基づいて入力されたおとり画像検索語を該通信処理で該端末Tsから取得するおとり画像検索語取得処理と、前記通信処理でおとり画像検索語に基づいてインターネット上で画像検索して取得した画像、または、パス画像に基づいてインターネット上で類似画像検索して取得した画像、のうち所定数の画像をおとり候補画像とするおとり画像選択画面を作成して端末Tsに送信しておとり画像を選択させ、認証対象の個人によって該端末Tsで選択されて該端末Tsから受信したおとり画像を該認証対象の個人または該端末Tsに対応させておとり画像データベースとして画像データベース機能部35に記憶させる不正解画像登録処理と、端末Tsから認証要求があると、画像データベース機能部35のパス画像と所定数のおとり画像を所定の配置状態で配置した認証画像選択画面を生成して該通信処理で該端末Tsに送信する認証画面生成処理と、該認証画像選択画面に基づいて選択された選択画像を該通信処理で受信されると、該選択画像が前記パス画像であるか否か判断して個人認証を行う認証処理と、を実行させる個人認証プログラムを搭載している。   Furthermore, in the personal authentication system 1 according to the present embodiment, the information processing apparatus Js exchanges information with the computer via the wired or wireless network NW and at least the terminal Ts that requests personal authentication, and transmits the information to the Internet. A communication process to be connected and a pass image search word input screen for prompting input of a pass image search word based on personal preference information of the authentication target are transmitted to the terminal Ts by the communication process, and the pass image search word is transmitted to the terminal Ts. A correct image search word acquisition process for acquiring the path image search word input based on the input screen from the terminal Ts in the communication process, and an image search on the Internet based on the pass image search word in the communication process. A pass image selection screen composed of a predetermined number of pass candidate images among the acquired images is created and transmitted to the terminal Ts to select the pass image, and the individual to be authenticated Thus, the correct image selected by the terminal Ts and received from the terminal Ts, or the pass image created and received by the individual to be authenticated from the terminal Ts is associated with the individual to be authenticated or the terminal Ts. A decoy image search word input screen for prompting input of a decoy image search word composed of a higher-order concept of the pass image search word used for searching the pass image and a correct image registration process stored in the image database function unit 35 as a pass image database Is transmitted to the terminal Ts in the communication process, and a decoy image search word input based on the decoy image search word input screen in the terminal Ts is acquired from the terminal Ts in the communication process. And an image obtained by performing an image search on the Internet based on a decoy image search word in the communication process, or an interface based on a pass image. A decoy image selection screen using a predetermined number of images obtained by searching for similar images on the net as decoy candidate images is generated and transmitted to the terminal Ts to select a decoy image. An incorrect image registration process in which the decoy image selected by the terminal Ts and received from the terminal Ts is stored in the image database function unit 35 as a decoy image database corresponding to the individual to be authenticated or the terminal Ts, and from the terminal Ts When there is an authentication request, an authentication screen generation process for generating an authentication image selection screen in which a pass image of the image database function unit 35 and a predetermined number of decoy images are arranged in a predetermined arrangement state and transmitting to the terminal Ts by the communication process When the selected image selected based on the authentication image selection screen is received in the communication process, it is determined whether or not the selected image is the pass image. An authentication process for performing personal authentication and a personal authentication program for executing the personal authentication are installed.

したがって、認証時の盗み見によるパス画像の漏洩及び長期間記憶に耐えうるパス画像を登録することができ、機密保持を向上させることができる。   Therefore, it is possible to register a pass image that can withstand leakage of a pass image due to snooping at the time of authentication and long-term storage, and to improve confidentiality.

また、本実施例の個人認証システム1は、情報処理装置Jsが、前記認証対象の個人によって作成された正解画像が、該認証対象の個人によって撮影された写真画像であってもよい。   In addition, in the personal authentication system 1 of the present embodiment, the correct image created by the authentication target individual may be a photographic image taken by the authentication target individual by the information processing apparatus Js.

したがって、より一層長期記憶に耐えうるパス画像を登録することができ、機密保持をより一層向上させることができる。   Therefore, a pass image that can withstand long-term storage can be registered, and confidentiality can be further improved.

さらに、本実施例の個人認証システム1は、認証画像選択画面作成機能部51が、端末Tsから認証要求があると、該端末Tsから該認証要求とともに送られてくる端末情報に基づいて該端末Tsまたは認証対象の個人を特定して該端末Tsまたは該認証対象の個人に対応するパス画像とおとり画像を選択して認証画像選択画面を生成している。   Furthermore, when the authentication image selection screen creation function unit 51 receives an authentication request from the terminal Ts, the personal authentication system 1 of the present embodiment uses the terminal information transmitted from the terminal Ts together with the authentication request. An authentication image selection screen is generated by specifying Ts or an authentication target individual and selecting a pass image and a decoy image corresponding to the terminal Ts or the authentication target individual.

したがって、認証要求にかかるパス画像とおとり画像を適切に選択して、認証画像選択画面を生成することができ、機密保持を向上させることができる。   Accordingly, it is possible to appropriately select a pass image and a decoy image according to an authentication request and generate an authentication image selection screen, thereby improving confidentiality.

以上、本発明者によってなされた発明を好適な実施例に基づき具体的に説明したが、本発明は上記実施例で説明したものに限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能であることはいうまでもない。   The invention made by the present inventor has been specifically described based on the preferred embodiments. However, the present invention is not limited to that described in the above embodiments, and various modifications can be made without departing from the scope of the invention. It goes without saying that it is possible.

1 個人認証システム
Js 情報処理装置
Ts 端末
NW ネットワーク
11 ディスプレイ
12 操作部
21 CPU
22 ROM
23 RAM
24 ネットワークI/F
25 大容量メモリ
26 操作表示部
27 バス
31 パス画像検索機能部
32 パス画像選択画面作成機能部
33 選択パス画像登録機能部
34 独自パス画像登録機能部
35 画像データベース機能部
41 おとり画像検索機能部
42 おとり画像選択画面作成機能部
43 類似画像検索機能部
44 選択おとり画像登録機能部
51 認証画像選択画面作成機能部
52 受信認証機能部
1 Personal Authentication System Js Information Processing Device Ts Terminal NW Network 11 Display 12 Operation Unit 21 CPU
22 ROM
23 RAM
24 Network I / F
25 Large-capacity memory 26 Operation display section 27 Bus 31 Path image search function section 32 Path image selection screen creation function section 33 Selected path image registration function section 34 Original path image registration function section 35 Image database function section 41 Decoy image search function section 42 Decoy image selection screen creation function part 43 Similar image search function part 44 Selection decoy image registration function part 51 Authentication image selection screen creation function part 52 Reception authentication function part

特開2004−157675号公報JP 2004-157675 A

特開2010−3259号公報JP 2010-3259 A UNIXマガジン2002年1月号 増井俊之著「インターフェイスの街角(49)−画像を使ったなぞなぞ認証」UNIX Magazine January 2002, Toshiyuki Masui “The Street Corner of the Interface (49) – Riddle Authentication Using Images”

Claims (6)

有線または無線のネットワークを介して少なくとも個人認証を要求する端末との間で情報の授受を行うとともにインターネットに接続可能な通信手段と、
認証対象の個人の嗜好情報に基づく正解画像検索語の入力を促す正解画像検索語入力画面を前記通信手段から前記端末に送信して、該端末において該正解画像検索語入力画面に基づいて入力された正解画像検索語を該通信手段を介して該端末から取得する正解画像検索語取得手段と、
前記通信手段を介して前記正解画像検索語に基づいてインターネット上で画像検索して取得した画像のうち所定数の正解候補画像からなる正解画像選択画面を作成して前記端末に送信して正解画像を選択させ、前記認証対象の個人によって該端末で選択されて該端末から受信した正解画像、または、該端末から該認証対象の個人によって作成されて受信した正解画像を該認証対象の個人または該端末に対応させて正解画像データベースとして正解画像記憶手段に記憶させる正解画像登録手段と、
前記正解画像の検索に使用した前記正解画像検索語の上位概念からなる不正解画像検索語の入力を促す不正解画像検索語入力画面を前記通信手段から前記端末に送信して、該端末において該不正解画像検索語入力画面に基づいて入力された不正解画像検索語を該通信手段を介して該端末から取得する不正解画像検索語取得手段と、
前記通信手段を介して前記不正解画像検索語に基づいてインターネット上で画像検索して取得した画像、または、前記正解画像に基づいてインターネット上で類似画像検索して取得した画像、のうち所定数の画像を不正解候補画像とする不正解画像選択画面を作成して前記端末に送信して不正解画像を選択させ、前記認証対象の個人によって該端末で選択されて該端末から受信した不正解画像を該認証対象の個人または該端末に対応させて不正解画像データベースとして不正解画像記憶手段に記憶させる不正解画像登録手段と、
前記端末から認証要求があると、前記正解画像記憶手段の前記正解画像と前記不正解画像記憶手段の所定数の前記不正解画像を所定の配置状態で配置した認証画像選択画面を生成して前記通信手段を介して該端末に送信する認証画面生成手段と、
前記認証画像選択画面に基づいて選択された選択画像を前記通信手段が受信すると、該選択画像が前記正解画像であるか否か判断して個人認証を行う認証手段と、
を備えていることを特徴とする情報処理装置。
A communication means that exchanges information with a terminal that requests at least personal authentication via a wired or wireless network and can be connected to the Internet;
A correct image search word input screen that prompts input of a correct image search word based on preference information of an individual to be authenticated is transmitted from the communication means to the terminal, and is input based on the correct image search word input screen at the terminal. Correct image search word acquisition means for acquiring the correct image search word from the terminal via the communication means;
A correct image selection screen composed of a predetermined number of correct candidate images among images obtained by performing image search on the Internet based on the correct image search word via the communication means is generated and transmitted to the terminal to be the correct image The correct image selected from the terminal by the individual to be authenticated and received from the terminal, or the correct image created and received by the individual to be authenticated from the terminal or the individual to be authenticated or the Correct image registration means for storing in the correct image storage means as a correct image database corresponding to the terminal;
An incorrect image search word input screen for prompting input of an incorrect image search word composed of a higher concept of the correct image search word used for searching for the correct image is transmitted from the communication means to the terminal, and the terminal An incorrect image search word acquisition means for acquiring an incorrect image search word input based on an incorrect image search word input screen from the terminal via the communication means;
A predetermined number of images obtained by searching for images on the Internet based on the incorrect image search word via the communication means, or images acquired by searching for similar images on the Internet based on the correct images An incorrect image selection screen using the image of the incorrect answer as a candidate image is created and transmitted to the terminal to select an incorrect image, and the incorrect answer selected from the terminal by the individual to be authenticated and received from the terminal An incorrect image registration means for storing an image in an incorrect image storage means as an incorrect image database in association with the individual to be authenticated or the terminal;
When there is an authentication request from the terminal, an authentication image selection screen is generated in which the correct image stored in the correct image storage unit and a predetermined number of the incorrect image stored in the incorrect image storage unit are arranged in a predetermined arrangement state. Authentication screen generation means for transmitting to the terminal via communication means;
When the communication unit receives the selected image selected based on the authentication image selection screen, an authentication unit that determines whether the selected image is the correct image and performs personal authentication;
An information processing apparatus comprising:
前記情報処理装置は、
前記認証対象の個人によって作成された正解画像が、該認証対象の個人によって撮影された写真画像であることを特徴とする請求項1記載の情報処理装置。
The information processing apparatus includes:
The information processing apparatus according to claim 1, wherein the correct image created by the individual to be authenticated is a photographic image taken by the individual to be authenticated.
前記認証画面生成手段は、
前記端末から認証要求があると、該端末から該認証要求とともに送られてくる端末情報に基づいて該端末または前記認証対象の個人を特定して該端末または該認証対象の個人に対応する前記正解画像と前記不正解画像を選択して前記認証画像選択画面を生成することを特徴とする請求項1記載の情報処理装置。
The authentication screen generation means includes
When there is an authentication request from the terminal, the correct answer corresponding to the terminal or the individual to be authenticated is specified by identifying the terminal or the individual to be authenticated based on terminal information sent together with the authentication request from the terminal The information processing apparatus according to claim 1, wherein the authentication image selection screen is generated by selecting an image and the incorrect image.
有線または無線のネットワークを介して端末と情報処理装置が接続され、該端末が該情報処理装置に個人認証を要求する個人認証システムにおいて、
前記情報処理装置として、請求項1から請求項3のいずれかに記載の情報処理装置が用いられていることを特徴とする個人認証システム。
In a personal authentication system in which a terminal and an information processing device are connected via a wired or wireless network, and the terminal requests personal authentication from the information processing device,
The personal information system characterized by using the information processing apparatus in any one of Claims 1-3 as the said information processing apparatus.
有線または無線のネットワークを介して少なくとも個人認証を要求する端末との間で情報の授受を行うとともにインターネットに接続する通信処理ステップと、
認証対象の個人の嗜好情報に基づく正解画像検索語の入力を促す正解画像検索語入力画面を前記通信処理ステップで前記端末に送信して、該端末において該正解画像検索語入力画面に基づいて入力された正解画像検索語を該通信処理ステップで該端末から取得する正解画像検索語取得処理ステップと、
前記通信処理ステップで前記正解画像検索語に基づいてインターネット上で画像検索して取得した画像のうち所定数の正解候補画像からなる正解画像選択画面を作成して前記端末に送信して正解画像を選択させ、前記認証対象の個人によって該端末で選択されて該端末から受信した正解画像、または、該端末から該認証対象の個人によって作成されて受信した正解画像を該認証対象の個人または該端末に対応させて正解画像データベースとして正解画像記憶手段に記憶させる正解画像登録処理ステップと、
前記正解画像の検索に使用した前記正解画像検索語の上位概念からなる不正解画像検索語の入力を促す不正解画像検索語入力画面を前記通信処理ステップで前記端末に送信して、該端末において該不正解画像検索語入力画面に基づいて入力された不正解画像検索語を該通信処理ステップで該端末から取得する不正解画像検索語取得処理ステップと、
前記通信処理ステップで前記不正解画像検索語に基づいてインターネット上で画像検索して取得した画像、または、前記正解画像に基づいてインターネット上で類似画像検索して取得した画像、のうち所定数の画像を不正解候補画像とする不正解画像選択画面を作成して前記端末に送信して不正解画像を選択させ、前記認証対象の個人によって該端末で選択されて該端末から受信した不正解画像を該認証対象の個人または該端末に対応させて不正解画像データベースとして不正解画像記憶手段に記憶させる不正解画像登録処理ステップと、
前記端末から認証要求があると、前記正解画像記憶手段の前記正解画像と前記不正解画像記憶手段の所定数の前記不正解画像を所定の配置状態で配置した認証画像選択画面を生成して前記通信処理ステップで該端末に送信する認証画面生成処理ステップと、
前記認証画像選択画面に基づいて選択された選択画像を前記通信処理ステップで受信されると、該選択画像が前記正解画像であるか否か判断して個人認証を行う認証処理ステップと、
を有していることを特徴とする個人認証方法。
A communication processing step of exchanging information with a terminal requesting at least personal authentication via a wired or wireless network and connecting to the Internet;
A correct image search word input screen for prompting input of a correct image search word based on preference information of an individual to be authenticated is transmitted to the terminal in the communication processing step, and input based on the correct image search word input screen in the terminal A correct image search word acquisition processing step of acquiring the correct image search word that has been performed from the terminal in the communication processing step;
In the communication processing step, a correct image selection screen including a predetermined number of correct candidate images among images acquired by performing image search on the Internet based on the correct image search word is generated and transmitted to the terminal to obtain the correct image. The correct image selected by the terminal to be selected by the terminal and received from the terminal, or the correct image created and received from the terminal by the individual to be authenticated or the terminal Correct image registration processing step for storing the correct image as a correct image database in the correct image storage means,
An incorrect image search word input screen for prompting input of an incorrect image search word consisting of a higher concept of the correct image search word used for the search of the correct image is transmitted to the terminal in the communication processing step. An incorrect image search word acquisition processing step of acquiring the incorrect image search word input based on the incorrect image search word input screen from the terminal in the communication processing step;
A predetermined number of images obtained by performing an image search on the Internet based on the incorrect image search word in the communication processing step, or an image obtained by performing a similar image search on the Internet based on the correct image. An incorrect image selection screen that uses an image as an incorrect answer candidate image, transmits the image to the terminal, selects an incorrect image, and is selected by the authentication target individual at the terminal and received from the terminal. An incorrect image registration processing step of storing an incorrect image storage unit as an incorrect image database in association with the individual to be authenticated or the terminal;
When there is an authentication request from the terminal, an authentication image selection screen is generated in which the correct image stored in the correct image storage unit and a predetermined number of the incorrect image stored in the incorrect image storage unit are arranged in a predetermined arrangement state. An authentication screen generation processing step to be transmitted to the terminal in the communication processing step;
An authentication processing step of performing personal authentication by determining whether or not the selected image is the correct image when the selected image selected based on the authentication image selection screen is received in the communication processing step;
The personal authentication method characterized by having.
コンピュータに、
有線または無線のネットワークを介して少なくとも個人認証を要求する端末との間で情報の授受を行うとともにインターネットに接続する通信処理と、
認証対象の個人の嗜好情報に基づく正解画像検索語の入力を促す正解画像検索語入力画面を前記通信処理で前記端末に送信して、該端末において該正解画像検索語入力画面に基づいて入力された正解画像検索語を該通信処理で該端末から取得する正解画像検索語取得処理と、
前記通信処理で前記正解画像検索語に基づいてインターネット上で画像検索して取得した画像のうち所定数の正解候補画像からなる正解画像選択画面を作成して前記端末に送信して正解画像を選択させ、前記認証対象の個人によって該端末で選択されて該端末から受信した正解画像、または、該端末から該認証対象の個人によって作成されて受信した正解画像を該認証対象の個人または該端末に対応させて正解画像データベースとして正解画像記憶手段に記憶させる正解画像登録処理と、
前記正解画像の検索に使用した前記正解画像検索語の上位概念からなる不正解画像検索語の入力を促す不正解画像検索語入力画面を前記通信処理で前記端末に送信して、該端末において該不正解画像検索語入力画面に基づいて入力された不正解画像検索語を該通信処理で該端末から取得する不正解画像検索語取得処理と、
前記通信処理で前記不正解画像検索語に基づいてインターネット上で画像検索して取得した画像、または、前記正解画像に基づいてインターネット上で類似画像検索して取得した画像、のうち所定数の画像を不正解候補画像とする不正解画像選択画面を作成して前記端末に送信して不正解画像を選択させ、前記認証対象の個人によって該端末で選択されて該端末から受信した不正解画像を該認証対象の個人または該端末に対応させて不正解画像データベースとして不正解画像記憶手段に記憶させる不正解画像登録処理と、
前記端末から認証要求があると、前記正解画像記憶手段の前記正解画像と前記不正解画像記憶手段の所定数の前記不正解画像を所定の配置状態で配置した認証画像選択画面を生成して前記通信処理で該端末に送信する認証画面生成処理と、
前記認証画像選択画面に基づいて選択された選択画像を前記通信処理で受信されると、該選択画像が前記正解画像であるか否か判断して個人認証を行う認証処理と、
を実行させることを特徴とする個人認証プログラム。
On the computer,
A communication process for transferring information to and connecting to the Internet through at least a terminal requesting personal authentication via a wired or wireless network;
The correct image search word input screen that prompts the user to input a correct image search word based on the preference information of the individual to be authenticated is transmitted to the terminal by the communication process, and is input based on the correct image search word input screen at the terminal. Correct image search word acquisition processing for acquiring the correct image search word from the terminal in the communication process;
A correct image selection screen composed of a predetermined number of correct candidate images among images acquired by searching the Internet based on the correct image search word in the communication process is created and transmitted to the terminal to select the correct image The correct image selected from the terminal by the individual to be authenticated and received from the terminal, or the correct image created and received from the terminal by the individual to be authenticated is sent to the individual to be authenticated or the terminal. A correct image registration process for storing the correct image as a correct image database in the correct image storage means;
An incorrect image search word input screen for prompting input of an incorrect image search word composed of a higher concept of the correct image search word used for searching for the correct image is transmitted to the terminal by the communication process, and the terminal An incorrect image search word acquisition process for acquiring an incorrect image search word input based on an incorrect image search word input screen from the terminal in the communication process;
A predetermined number of images out of images acquired by searching images on the Internet based on the incorrect image search word in the communication process, or images acquired by searching similar images on the Internet based on the correct images An incorrect image selection screen is created using the image as an incorrect answer candidate image, transmitted to the terminal to select an incorrect image, and the incorrect image received and selected from the terminal by the individual subject to authentication is received from the terminal. An incorrect image registration process for storing in the incorrect image storage means as an incorrect image database corresponding to the individual to be authenticated or the terminal;
When there is an authentication request from the terminal, an authentication image selection screen is generated in which the correct image stored in the correct image storage unit and a predetermined number of the incorrect image stored in the incorrect image storage unit are arranged in a predetermined arrangement state. An authentication screen generation process to be transmitted to the terminal in the communication process;
When a selection image selected based on the authentication image selection screen is received in the communication process, an authentication process for determining whether the selection image is the correct image and performing personal authentication;
A personal authentication program characterized in that
JP2011185517A 2011-08-29 2011-08-29 Information processor, personal authentication system, personal authentication method, and personal authentication program Withdrawn JP2013047865A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011185517A JP2013047865A (en) 2011-08-29 2011-08-29 Information processor, personal authentication system, personal authentication method, and personal authentication program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011185517A JP2013047865A (en) 2011-08-29 2011-08-29 Information processor, personal authentication system, personal authentication method, and personal authentication program

Publications (1)

Publication Number Publication Date
JP2013047865A true JP2013047865A (en) 2013-03-07

Family

ID=48010830

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011185517A Withdrawn JP2013047865A (en) 2011-08-29 2011-08-29 Information processor, personal authentication system, personal authentication method, and personal authentication program

Country Status (1)

Country Link
JP (1) JP2013047865A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190085543A (en) * 2016-11-24 2019-07-18 알리바바 그룹 홀딩 리미티드 Method and apparatus for generating security questions and verifying identities

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190085543A (en) * 2016-11-24 2019-07-18 알리바바 그룹 홀딩 리미티드 Method and apparatus for generating security questions and verifying identities
JP2020502639A (en) * 2016-11-24 2020-01-23 アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited Method and apparatus for security question generation and identification
EP3547604A4 (en) * 2016-11-24 2020-03-04 Alibaba Group Holding Limited Method and apparatus for security question generation and identity verification
US10885178B2 (en) 2016-11-24 2021-01-05 Advanced New Technologies Co., Ltd. Methods and devices for generating security questions and verifying identities
KR102225192B1 (en) * 2016-11-24 2021-03-10 어드밴스드 뉴 테크놀로지스 씨오., 엘티디. Method and apparatus for generating security questions and verifying identities

Similar Documents

Publication Publication Date Title
US20230129693A1 (en) Transaction authentication and verification using text messages and a distributed ledger
AU2018374912B2 (en) Model training system and method, and storage medium
US10419427B2 (en) Authenticating identity for password changes
US11243688B1 (en) Bi-directional application switching with contextual awareness
US20180295120A1 (en) Session-limited, manually-entered user authentication information
WO2020007498A1 (en) Method for producing dynamic password identification for users such as machines
US9418217B2 (en) Information processing system and information processing method
JP5458597B2 (en) Verification device and authentication device
US20170230444A1 (en) Cloud service server and method for managing cloud service server
US9172692B2 (en) Systems and methods for securely transferring authentication information between a user and an electronic resource
WO2014012515A1 (en) Method and system to decrypt private contents
US9219720B1 (en) Method and system for authenticating a user using media objects
US20170339140A1 (en) Biometric authentication system and method
CN107005558B (en) Location-based user disambiguation
US11281749B2 (en) Method of selective online dissemination of digital assets
JP5760037B2 (en) User authentication apparatus, method, and program
JP6279643B2 (en) Login management system, login management method, and login management program
JP2013047865A (en) Information processor, personal authentication system, personal authentication method, and personal authentication program
TW202248878A (en) A method for managing member information and an apparatus for the same
US8955156B2 (en) Method and apparatus for securely providing postal address data to client devices
JP2006134254A (en) Authentication information automatic input apparatus, method, and program
JP2007034978A (en) Device, method and program for authenticating biological information
JP2005032109A (en) Document data managing device, document data access program, and document data managing program
JP6164954B2 (en) Authentication server, authentication method, and program
KR102400066B1 (en) Method and electric financial transaction apparatus for preventing phishing and pharming

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20141104