JP7227444B2 - Access authentication method using random dot pattern CAPTCHA - Google Patents
Access authentication method using random dot pattern CAPTCHA Download PDFInfo
- Publication number
- JP7227444B2 JP7227444B2 JP2018214929A JP2018214929A JP7227444B2 JP 7227444 B2 JP7227444 B2 JP 7227444B2 JP 2018214929 A JP2018214929 A JP 2018214929A JP 2018214929 A JP2018214929 A JP 2018214929A JP 7227444 B2 JP7227444 B2 JP 7227444B2
- Authority
- JP
- Japan
- Prior art keywords
- captcha
- dot pattern
- character string
- random dot
- layer
- 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.)
- Active
Links
Images
Landscapes
- Character Discrimination (AREA)
- Image Analysis (AREA)
Description
本発明は、Webサービスに対する自動プログラムを用いた不正行為を防止するCAPTCHA技術に関するものである。 The present invention relates to CAPTCHA technology for preventing fraudulent actions using automatic programs for Web services.
近年、ボットと呼ばれる自動プログラムを用い、Webサービスからメールアドレスを大量取得してそれらにSPAMメールを送信する、もしくはWebサービスにアクセスするアカウントやパスワードを取得してユーザになりすましてアクセスするなど、いわゆるスパムボット等による不正行為が問題視されている。 In recent years, automatic programs called bots have been used to acquire a large number of email addresses from web services and send spam emails to them, or to acquire accounts and passwords to access web services and access them by impersonating users. Fraudulent activities by spambots, etc. have been viewed as a problem.
このような問題を防止するために、CAPTCHA(Com-pletely Automated Public Turingtest to tell Computers and Humans Apart)と呼ばれ、人間と自動プログラムを識別する方式が開発されている。CAPTCHAは、チャレンジ/レスポンス型テストの一種で、人間には容易に解答できるものの自動プログラムでは解答が困難な問題をユーザに出題し、正解した場合にユーザを人間と識別する技術である。 In order to prevent such a problem, a method called CAPTCHA (Completely Automated Public Turing Test to Tell Computers and Humans Apart) has been developed to distinguish humans from automated programs. CAPTCHA is a kind of challenge/response type test, and is a technology that presents a user with a question that is easy for a human to answer but difficult for an automatic program to answer, and identifies the user as a human if the user answers correctly.
多くのWebサービス提供サイトでは、マルウェアによる攻撃を防ぐ手段として文字列CAPTCHAや画像CAPTCHA(図5参照) が多く採用されている。文字列CAPTCHAには、Gimpy[7]、EZ-Gimpy[7]、r-Gimpy[8]、reCAPTCHA[9]など種々の方式が提案されている。Gimpyは、例えば異なる単語を重複させて1セットとして画像の中に5セット表示させ、複数表示された単語の中から3つを解答させる文字列CAPTCHAである。EZ-Gimpy及びr-Gimpyは、このGimpyを単純化させたもので、1つの単語或いはアルファベットと数字をランダムに並べた文字列の画像を歪ませて表示し、その解答をテキストボックスに入力させる文字列CAPTCHAである。reCAPTCHAは、新聞紙の記事や本の電子書籍化を行う際にOCRソフトウェアが読み取れなかった文字画像を認証手順の一部に導入し、人間(ユーザ)に解読させて電子書籍化とセキュリティの両方に利用する文字列CAPTCHAである。文字列CAPTCHAのメリットとして、Webサイトへの取り入れ易さと、ボットによる総当たり攻撃に高い耐性を有する点が挙げられる。 Character string CAPTCHAs and image CAPTCHAs (see FIG. 5) are often used at many Web service providing sites as a means of preventing malware attacks. Various schemes have been proposed for the character string CAPTCHA, such as Gimpy [7], EZ-Gimpy [7], r-Gimpy [8], and reCAPTCHA [9]. Gimpy is a character string CAPTCHA that, for example, displays 5 sets of different words as one set in an image, and prompts you to answer 3 of the displayed words. EZ-Gimpy and r-Gimpy are simplifications of Gimpy, displaying a distorted image of a single word or a character string in which alphabets and numbers are arranged randomly, and prompting the user to enter the answer in a text box. It is the string CAPTCHA. reCAPTCHA introduces character images that could not be read by OCR software when converting newspaper articles and books into electronic books as part of the authentication procedure, and allows humans (users) to decode them to improve both electronic book conversion and security. This is the character string CAPTCHA to be used. Advantages of the character string CAPTCHA include ease of incorporation into websites and high resistance to brute force attacks by bots.
しかしながら、近年のOCR(光学文字認識)技術や機械学習(AI)技術の向上により、従来の文字列CAPTCHAは、容易に突破され易くなるため、より高度なCAPTCHAが求められている。そこで、無意味な情報の中からその都度生成した意味を利用する手法が非特許文献1により提案されている。より詳しくは、無意味な情報としてランダムドットの背景を用い、その背景上をランダムドットから構成される正解パターンを1フレーム毎に移動させる手法である。この手法は、図6に示すように、ランダムドットの背景上をランダムドットから構成される正解パターンが1から2へ移動する出題動画をユーザが視認した後、正解パターンと思われる座標を入力する操作を行うことで正誤判定を行い、正しい座標が入力されていれば人間とみなすものである。
However, due to recent improvements in OCR (optical character recognition) technology and machine learning (AI) technology, conventional character string CAPTCHAs can easily be broken through, so there is a demand for more advanced CAPTCHAs. Therefore, Non-Patent
ゲシュタルト心理学における「共通運命の法則」によれば、人間の脳は、同時に発生し同じような経緯で変化している複数のものをひとまとまりのものとして認識する機能を備えていることが知られている。すなわち、人間であれば、図2中の1から2へ移動するランダムドットを、一つのまとまりとして認識可能で、人間こそがランダムドット背景から正解パターンを容易に認知して選択可能であり、人間とボットの区別を行うことができる。 According to the "law of common destiny" in Gestalt psychology, it is known that the human brain has the ability to recognize multiple things that occur at the same time and change in the same way as a single entity. It is That is, a human being can recognize the random dots moving from 1 to 2 in FIG. and bots.
しかしながら、非特許文献1に記載されたCAPTCHAは、自動プログラムにより、動画から複数の静止画フレームを抽出し、それらの静止画フレームの差分を利用して正解パターンの位置や形状を解析できるという脆弱性があった。また、出題動画と同じウインドウ中に正解パターンの領域が存在するため、ボットを利用した総当たり攻撃による偶然突破が懸念される。
However, the CAPTCHA described in Non-Patent
本発明は、上記の課題に鑑みなされたものであり、自動プログラムによる解析が困難、かつ総当たり攻撃による偶然突破を防ぐことができる、人間の持つ移動物体の認識能力を活用したランダムドットパターンCAPTCHAを提供することを目的とする。 The present invention has been devised in view of the above problems, and is a random dot pattern CAPTCHA that utilizes the ability of humans to recognize moving objects, which is difficult to analyze by an automatic program and can prevent accidental breakthrough by brute force attack. intended to provide
このため本発明のCAPTCHAは、ランダムドットパターンが表示された基礎レイヤーと、ランダムな文字列が表示されたレイヤーと、前記基礎レイヤーとは異なるランダムドットパターンが表示された0以上の任意の数の前景レイヤーを重ね、各レイヤーが夫々別方向に移動する動画をフレーム画像として表示することを第一の特徴とする。 For this reason, the CAPTCHA of the present invention includes a base layer displaying a random dot pattern, a layer displaying a random character string, and an arbitrary number of 0 or more displaying a random dot pattern different from the base layer. The first feature is that foreground layers are superimposed and moving images in which each layer moves in a different direction are displayed as frame images.
また、前記0以上の任意の数の前景レイヤーが互いに異なるランダムドットパターンを表示していることを第二の特徴とする。 A second feature is that the arbitrary number of foreground layers equal to or greater than 0 display random dot patterns different from each other.
そして本発明のランダムドットパターンCAPTCHAを用いたアクセス認証方法は、ネットワークを介してユーザが人間かどうかを判定する方法であって、ランダムドットパターンが表示された基礎レイヤー、該基礎レイヤーとは異なるランダムドットパターンが表示された0以上の任意の数の前景レイヤーを生成する段階と、文字列からなるレイヤーを生成する段階と、前記基礎レイヤー、前記文字列からなるレイヤー、前記0以上の任意の数の前景レイヤーを重ね、各レイヤーが夫々別方向に移動する動画をフレーム画像として表示する段階を備え、前記フレーム画像の文字列を解答させることを特徴とする。 The access authentication method using the random dot pattern CAPTCHA of the present invention is a method for determining whether or not a user is human via a network. a step of generating an arbitrary number of 0 or more foreground layers on which dot patterns are displayed; a step of generating a layer consisting of character strings; the base layer, the layer consisting of the character strings, and the arbitrary number 0 or more; foreground layers are superimposed, each layer moves in a different direction, and a moving image is displayed as a frame image, and the character string of the frame image is answered.
本発明は、以下の優れた効果を有する。
(1)本発明は、Webサービスに用いられるユーザ認証技術の分野に広く対応することができる。
(2)ユーザの操作負担は少ないうえに、ボット等の機械的ログインプログラムによる機械的な認証要求を拒否することができる。
(3)人間の持つ移動物体の認識能力を利用するため、人間とボットを確実に区別でき、ひいては提供されるWebサービスの安全性と信頼性の向上を図ることができる。
The present invention has the following excellent effects.
(1) The present invention can be widely applied to the field of user authentication technology used for web services.
(2) The user's operation burden is small, and mechanical authentication requests from mechanical login programs such as bots can be rejected.
(3) Since human beings have the ability to recognize moving objects, humans can be reliably distinguished from bots, and the safety and reliability of web services provided can be improved.
以下、図面を参照して、本発明におけるランダムドットパターンCAPTCHAの実施の形態について説明する。本発明におけるランダムドットパターンCAPTCHAは、無意味な情報の中からその都度生成した意味を利用するというアプローチを基に、文字列CAPTCHAをベースとした設計を行い、ランダムドット上に浮かび上がる文字列を判読できるか否かでユーザが人間かボットかを判断するものである。 Hereinafter, embodiments of the random dot pattern CAPTCHA in the present invention will be described with reference to the drawings. The random dot pattern CAPTCHA in the present invention is designed based on the character string CAPTCHA based on the approach of using the meaning generated each time from meaningless information, and the character string that appears on the random dots is Whether the user is a human or a bot is judged based on whether or not the user can read it.
図1は、本発明におけるランダムドットパターンCAPTCHAのコンセプトを示す図で、CAPTCHAの1フレームを切り取ったものである。ここで、図1中のスタート位置とは、CAPTCHAが開始され、文字が表示され始める位置、現在位置とは、フレーム抜き取り時に表示される文字列の位置をいう。また図1中の白波線は、表示される文字列が移動する軌跡を表したものである。図1に示すように、ランダムドットパターンの背景上で白抜きの文字列を移動させるだけでは、幾フレームかを抽出し、それらの差分を利用することで文字列を容易に判読することができ、不正行為を防止することができない。 FIG. 1 is a diagram showing the concept of a random dot pattern CAPTCHA in the present invention, showing one frame of CAPTCHA. Here, the start position in FIG. 1 means the position where the CAPTCHA is started and the character starts to be displayed, and the current position means the position of the character string displayed when the frame is extracted. The white wavy line in FIG. 1 represents the trajectory along which the displayed character string moves. As shown in FIG. 1, by simply moving a white character string on a random dot pattern background, the character string can be easily read by extracting several frames and using the differences between them. , unable to prevent fraud.
そこで、本発明においては、基礎レイヤーとなる背景と文字列が表示されたレイヤーに透過したランダムドットパターンの前景を重ねて表示し、妨害オブジェクトとしての役割を担わせることで、表示される文字列の難読化を図った。CAPTCHAの開発言語は、JavaScript(登録商標)を利用したが、とくに限定するものではなく、多数のプログラミング言語、例えば、C、C++、C#、Objective C、Java(登録商標)、Perl、PHP、Visual Basic(登録商標)、Python(登録商標)、Ruby、Delphi(登録商標)、Flash(登録商標)、または他のプログラミング言語などのいずれか1つが利用され得る。 Therefore, in the present invention, the foreground of the transparent random dot pattern is superimposed on the background serving as the basic layer and the layer in which the character string is displayed. was obfuscated. Although JavaScript (registered trademark) is used as the CAPTCHA development language, it is not particularly limited, and many programming languages such as C, C++, C#, Objective C, Java (registered trademark), Perl, PHP, Any one such as Visual Basic®, Python®, Ruby, Delphi®, Flash®, or other programming language may be utilized.
ランダムドットパターンは、画素を2分の1の確率で黒か白のドットで埋め尽くしたものであり、明色時(R,G,B)=(255,255,255)、暗色時(R,G,B)=(0,0,0)の2色どちらかに画素がランダムとなるよう構成した。CAPTCHAは、HTML5のcanvas要素として描画する方法を取り、図2(A)に示すように、背景となるランダムドットパターンの基礎レイヤー11を最背面として、表示する文字列のレイヤー12、妨害用の透過したランダムドットパターンの前景レイヤー13を任意のn枚重ねて描画している。図2(B)に示すように、例えば前景レイヤー13を2枚重ねた場合は、前景レイヤー13a,13bの透過度は、0.4とし、互いのレイヤーは、ランダムドットパターンが異なる方向に移動するよう構成した。文字列のレイヤー12が適度に認識できれば良いため、必ずしも前景レイヤー13を設ける必要はなく、また透過度の高い(もしくは初期値=0となる)前景レイヤー13を複数枚重ねても良い。したがって、前景レイヤー13の枚数は限定されるものではなく、前景レイヤー13は、0以上の任意の枚数であれば良い。
The random dot pattern is obtained by filling pixels with black or white dots with a probability of 1/2. , G, B)=(0, 0, 0). CAPTCHA adopts a method of drawing as a canvas element of HTML5, and as shown in FIG. Arbitrary n pieces of the
次いで、本発明におけるランダムドットパターンCAPTCHAを用いた認証手順について説明する。認証手順は、図3に示すように、CAPTCHAプログラムが動作を開始(S1)すると、背景用のランダムドットパターン、表示される文字列用のランダムドットパターン、妨害用の2種類のランダムドットパターンが夫々生成(S2)され、任意の文字を組み合わせた文字列が作成(S3)される。生成されたランダムドットと文字列は、夫々が図2に示す各レイヤー11,12,13a,13b上に展開され、各レイヤー及び文字列が別方向に移動する動画をユーザにフレーム画像として表示(S4)する。ユーザが表示されている文字列をあらかじめ指定されたテキストボックスに入力(S5)し、解答送信用のボタンをクリックすることで解答した後、ユーザが入力した文字列と表示されている文字列が完全に一致している否かを判定(S6)し、終了(S7)となる。
Next, an authentication procedure using the random dot pattern CAPTCHA in the present invention will be explained. In the authentication procedure, as shown in FIG. 3, when the CAPTCHA program starts operating (S1), a random dot pattern for the background, a random dot pattern for the character string to be displayed, and two types of random dot patterns for interference are generated. Each character is generated (S2), and a character string is created by combining arbitrary characters (S3). The generated random dots and character strings are developed on the
ランダムドットパターンを用いて文字列や背景を生成し、図2に示す基礎レイヤー11と文字列のレイヤー12のみとすることで、フレーム画像中の1フレームを静止画として切り取ったとしても、ランダムドットパターン柄の文字列が、ランダムドットパターン柄の背景に紛れて認識できず、フレーム画像のみから正解となる文字列を抽出することができなくなる。しかしながらこの場合、2フレームを抽出し、その差分を利用することでレイヤー12上の文字列を発見する手法や、オプティカルフローと呼ばれ、画素単位の物体の動きをベクトルで表し、表示される文字列の動きを追跡することで文字の形を抽出する手法を用い、これらの手法により抽出した文字列の形にOCRを適用することで、自動プログラムによる文字の判読が可能となり、ボットによる総当たり攻撃に高い耐性を有するとは言い難い。
A random dot pattern is used to generate a character string and a background, and only the
そこで、本発明においては、背景や表示される文字列とは異なるパターンのランダムドットパターンで前景レイヤーを生成し、背景や表示される文字列と重ねて表示して前景レイヤーを妨害オブジェクトとして機能させることで、前記した攻撃手法では判読できないよう構成した。前景レイヤーの機能性を確かめるため、妨害用の前景レイヤーを加える前と後でオプティカルフローによる文字の解読が可能か否かを検証した。前景レイヤーを加える前にオプティカルフローを適用したものが図4(A)であり、前景レイヤーを加えた後にオプティカルフローを適用したものが図4(B)である。図4(A)に示す楕円で囲む位置には、文字の位置が特定できてしまい、文字を判読される可能性がある。一方、図4(B)では、文字の位置を特定することすらできなくなった。よって、本発明におけるランダムドットパターンCAPTCHAが、オプティカルフローを用いた攻撃に高い耐性を有することが示された。 Therefore, in the present invention, a foreground layer is generated with a random dot pattern that is different from the background and the displayed character string, and displayed over the background and the displayed character string so that the foreground layer functions as an obstructing object. Therefore, it is configured so that it cannot be deciphered by the attack method described above. To confirm the functionality of the foreground layer, we verified whether the characters can be decoded by optical flow before and after adding the foreground layer for obstruction. FIG. 4(A) shows the result of applying optical flow before adding the foreground layer, and FIG. 4(B) shows the result of applying optical flow after adding the foreground layer. At the positions enclosed by the ellipses shown in FIG. 4A, there is a possibility that the positions of the characters can be identified and the characters can be read. On the other hand, in FIG. 4B, it became impossible to even specify the position of the character. Therefore, it was shown that the random dot pattern CAPTCHA in the present invention has high resistance to attacks using optical flow.
<評価実験>
本発明におけるランダムドットパターンCAPTCHAがユーザにとって解答可能なものであるかなど実用性について検証した。概略は、被験者20名にCAPTCHAを10回解答してもらい、正答率や所要時間の測定を行った後、アンケート調査を行い、SUS(System Usability Scale)を用いて評価した。
<Evaluation experiment>
Practicality such as whether the random dot pattern CAPTCHA in the present invention can be answered by the user was verified. Briefly, 20 subjects were asked to answer CAPTCHA 10 times, and after measuring the correct answer rate and the required time, a questionnaire survey was conducted and evaluated using SUS (System Usability Scale).
被験者は、学生20名で、一通りの操作手順を説明した。操作手順としては、出題動画中に表示される文字列を判読してもらい、指定のテキストボックスに入力後、解答送信ボタンをクリックするよう指示した。被験者が解答する出題動画は、出題動画ごとにランダムドットパターン及び文字列を自動生成したものを使用した。所要時間は、出題動画が表示されてから解答送信ボタンをクリックするまでの時間を記録した。また、アンケート調査の項目は下記の10項目とした。
(1)このCAPTCHAをしばしば利用したいと思う。
(2)このCAPTCHAを利用するには説明が必要となるほど複雑であると感じた。
(3)このCAPTCHAは容易に使いこなす事ができると思った。
(4)このCAPTCHAを利用するのに専門家のサポートが必要だと感じる。
(5)このCAPTCHAにあるコンテンツやナビゲーションは十分に統一感があると感じた。
(6)このCAPTCHAでは一貫性がないところが多々あったと感じた。
(7)たいていの人は、このCAPTCHAの利用方法をすぐに理解すると思う。
(8)このCAPTCHAはとても操作しづらいと感じた。
(9)このCAPTCHAを利用できる自信がある。
(10)このCAPTCHAを利用し始める前に知っておくべきことが多くあると思う。
アンケート調査の奇数項目は、ポジティブな内容の質問、偶数項目はネガティブな内容の質問となっており、項目ごとに0から4の5段階のスコアで回答してもらった。
The test subjects were 20 students, and a general operating procedure was explained. As for the operation procedure, we instructed them to decipher the character strings displayed in the question video, enter them in the specified text boxes, and then click the answer transmission button. As the question animation for the test subject to answer, a random dot pattern and a character string were automatically generated for each question animation. As for the required time, the time from when the question video was displayed to when the answer transmission button was clicked was recorded. The following 10 items were included in the questionnaire survey.
(1) I want to use this CAPTCHA often.
(2) I felt that using this CAPTCHA was so complicated that I needed an explanation.
(3) I thought that this CAPTCHA could be used easily.
(4) I feel that I need professional support to use this CAPTCHA.
(5) I felt that the content and navigation in this CAPTCHA had a sense of unity.
(6) I felt that there were many inconsistencies in this CAPTCHA.
(7) I think most people will immediately understand how to use this CAPTCHA.
(8) I felt that this CAPTCHA was very difficult to operate.
(9) I am confident that I can use this CAPTCHA.
(10) I think there are many things you should know before you start using this CAPTCHA.
The odd-numbered items of the questionnaire survey were questions with positive content, and the even-numbered items were questions with negative content.
SUSの集計方法は、下記の方法により集計しスコアを求めた。
<集計方法>
アンケート項目10項目について、奇数項目はスコアから1を引き、偶数項目は5からスコアを引く処理を行い、算出した数値を合計して2.5倍し、0から100のスケールへ変換する。各項目のスコアをN1からN10とすると、合計スコアSは下記式で表した。
The SUS was counted and scored by the following method.
<Aggregation method>
For the 10 questionnaire items, processing is performed to subtract 1 from the score of odd numbered items and subtract 5 from the score of even numbered items. When the score of each item is N1 to N10, the total score S is expressed by the following formula.
検証において実行環境は、下記の通りである。
OS:Windows(登録商標)10(64bit)
CPU:Intel(R)Core(TM)i7-4770S CPU@3.10GHz
メモリ:8GB
解像度:1,920×1,200
The execution environment for verification is as follows.
OS: Windows (registered trademark) 10 (64bit)
CPU: Intel (R) Core (TM) i7-4770S CPU @ 3.10 GHz
Memory: 8GB
Resolution: 1,920 x 1,200
<実験結果>
被験者20名が10回ずつ、本発明に係るCAPTCHAを解答し、合計200個のデータから得られた平均正答率、平均所要時間、最大所要時間、最小所要時間とともに、SUSによるユーザビリティ評価の平均スコアを表1に示す。
<ユーザビリティ評価>
表1に示すように、アンケート調査の平均SUSスコアは89で、上述した優れたユーザビリティを示すスコア80.3を超える結果となった。したがって、本発明によるCAPTCHAは、実用的であると言える。
<Experimental results>
Twenty subjects answered the CAPTCHAs of the present invention ten times each, and the average correct answer rate, average required time, maximum required time, and minimum required time obtained from a total of 200 data, as well as the average score of usability evaluation by SUS are shown in Table 1.
<Usability Evaluation>
As shown in Table 1, the average SUS score of the questionnaire survey was 89, which exceeded the above score of 80.3 indicating excellent usability. Therefore, it can be said that the CAPTCHA according to the present invention is practical.
<実施例>
図7は、本発明によるCAPTCHAをネットワーク化システムに搭載した一例を示すものである。図7に示すように、少なくとも1つのサーバ21と、ネットワーク22と、少なくとも1つの入力端末23から構成されている。サーバ21は、上述した認証サービスを提供するものであり、とくに限定されるものではなく、任意のコンピューティングデバイスおよびそのコンポーネント、またはそのいずれかであっても良い。サーバ21のコンピューティングデバイスのハードウェア構成は、既知であるため、その詳細な説明は省略する。サーバ21は、図7に示すように、ランダムな文字列やランダムドットパターンの背景を生成し、ユーザに表示する表示制御部211と、ユーザが入力した解答を受け付け可能な入力受付部212と、ユーザが入力した文字列と表示されている文字列が完全に一致している否かを判定する判定部213を備えている。
<Example>
FIG. 7 shows an example of installing CAPTCHA according to the present invention in a networked system. As shown in FIG. 7, it comprises at least one
ネットワーク22は、サーバ21と入力端末23を、有線又は無線方式により通信可能に接続するものであり、例えば、インターネット、イントラネット、広域ネットワーク、パーソナルネットワーク等が挙げられ、そのいずれかであれば良い。
The
入力端末23は、ユーザが所有するコンピューティングデバイスであり、例えば、パーソナルコンピュータや、携帯電話機、PDA、フィーチャーフォン、スマートフォン、タブレットコンピュータ及びその他のインテリジェントデバイスが該当するが、これらに限られるものではない。
The
なお、本発明においてランダムドットパターンは、画素を2分の1の確率で黒か白のドットで埋め尽くしたものを作成したが、例えばコントラストが明瞭となる異なる色(またはRGB値)の組合せでランダムドットパターンを形成しても良く、ランダムドットパターンの色は限定されるものではない。 In the present invention, the random dot pattern is created by filling the pixels with black or white dots with a probability of 1/2. A random dot pattern may be formed, and the color of the random dot pattern is not limited.
11 基礎レイヤー
12 文字列のレイヤー
13 前景レイヤー
21 サーバ
22 ネットワーク
23 入力端末
211 表示制御部
212 入力受付部
213 判定部
11
Claims (1)
前記基礎レイヤー、前記文字列が表示されたレイヤー、前記前景レイヤーを重ね、各レイヤーが夫々のレイヤーに表示されたランダムドットパターンの異なる方向に移動する動画をフレーム画像として表示する段階を備え、
前記フレーム画像の文字列を解答させることを特徴とするランダムドットパターンCAPTCHAを用いたアクセス認証方法。 A method for determining whether a user is human over a network, comprising generating a base layer displaying a random dot pattern and at least one foreground layer displaying a random dot pattern different from the base layer. and generating a layer in which a random character string is displayed ;
a step of superimposing the base layer, the layer on which the character string is displayed , and the foreground layer, and displaying a moving image in which each layer moves in a different direction of the random dot pattern displayed on each layer as a frame image; ,
An access authentication method using a random dot pattern CAPTCHA, characterized in that a character string of the frame image is given as an answer.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018214929A JP7227444B2 (en) | 2018-11-15 | 2018-11-15 | Access authentication method using random dot pattern CAPTCHA |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018214929A JP7227444B2 (en) | 2018-11-15 | 2018-11-15 | Access authentication method using random dot pattern CAPTCHA |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2020086534A JP2020086534A (en) | 2020-06-04 |
JP7227444B2 true JP7227444B2 (en) | 2023-02-22 |
Family
ID=70908054
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018214929A Active JP7227444B2 (en) | 2018-11-15 | 2018-11-15 | Access authentication method using random dot pattern CAPTCHA |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP7227444B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113704128A (en) * | 2021-09-03 | 2021-11-26 | 四川虹美智能科技有限公司 | Automatic testing method and device for interface |
CN118627050B (en) * | 2024-08-12 | 2024-10-18 | 成都赛力斯科技有限公司 | Picture interactive verification method, electronic device and storage medium |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008052727A (en) | 2006-08-22 | 2008-03-06 | Fuji Xerox Co Ltd | Captcha (completely automated public turing test to tell computers and humans apart) of motion and interaction base |
JP2008262549A (en) | 2007-03-16 | 2008-10-30 | Ricoh Co Ltd | Authentication method and authentication device |
JP2011013973A (en) | 2009-07-02 | 2011-01-20 | Ricoh Co Ltd | Authentication apparatus, authentication method, and authentication program |
JP2016126526A (en) | 2014-12-28 | 2016-07-11 | 国立大学法人 千葉大学 | Internet service provision method and internet service provision program |
-
2018
- 2018-11-15 JP JP2018214929A patent/JP7227444B2/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008052727A (en) | 2006-08-22 | 2008-03-06 | Fuji Xerox Co Ltd | Captcha (completely automated public turing test to tell computers and humans apart) of motion and interaction base |
JP2008262549A (en) | 2007-03-16 | 2008-10-30 | Ricoh Co Ltd | Authentication method and authentication device |
JP2011013973A (en) | 2009-07-02 | 2011-01-20 | Ricoh Co Ltd | Authentication apparatus, authentication method, and authentication program |
JP2016126526A (en) | 2014-12-28 | 2016-07-11 | 国立大学法人 千葉大学 | Internet service provision method and internet service provision program |
Also Published As
Publication number | Publication date |
---|---|
JP2020086534A (en) | 2020-06-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2010067096A (en) | Authentication device, authentication method, information processing program, and recording medium | |
Almuairfi et al. | A novel image-based implicit password authentication system (IPAS) for mobile and non-mobile devices | |
Zhao et al. | Picture gesture authentication: Empirical analysis, automated attacks, and scheme evaluation | |
CN108989269B (en) | Method, device and system for acquiring verification code | |
Azimpourkivi et al. | Camera based two factor authentication through mobile and wearable devices | |
Kuber et al. | Feasibility study of tactile-based authentication | |
US8893034B2 (en) | Motion enabled multi-frame challenge-response test | |
Guerar et al. | Completely automated public physical test to tell computers and humans apart: A usability study on mobile devices | |
Iranna et al. | Graphical password authentication using persuasive cued click point | |
JP7227444B2 (en) | Access authentication method using random dot pattern CAPTCHA | |
Chiasson | Usable authentication and click-based graphical passwords | |
Desai et al. | Drag and drop: A better approach to CAPTCHA | |
Alt et al. | Memorability of cued-recall graphical passwords with saliency masks | |
Kulkarni et al. | Pedometric CAPTCHA for mobile Internet users | |
Sabbah | Security of online examinations | |
Osunade et al. | Graphical user authentication system resistant to shoulder surfing attack | |
Kolekar et al. | Click and session based—Captcha as graphical password authentication schemes for smart phone and web | |
US20120023549A1 (en) | CAPTCHA AND reCAPTCHA WITH SINOGRAPHS | |
Stobert | Memorability of assigned random graphical passwords | |
De Marsico et al. | FATCHA: biometrics lends tools for CAPTCHAs | |
JP2014078079A (en) | Server device and authentication system | |
Shankar et al. | Hybrid collage captcha | |
Payal et al. | JigCAPTCHA: An Advanced Image-Based CAPTCHA Integrated with Jigsaw Piece Puzzle using AJAX | |
TWI426764B (en) | Randomly generate methods for verifying graphics and questionnaires | |
Saini et al. | Bot protection using CAPTCHA: Gurumukhi script |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20191112 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20211015 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20220720 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20220726 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20220926 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20221115 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20230110 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20230120 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 7227444 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |