JPWO2013121710A1 - Evaluation apparatus, evaluation method, and evaluation program - Google Patents
Evaluation apparatus, evaluation method, and evaluation program Download PDFInfo
- Publication number
- JPWO2013121710A1 JPWO2013121710A1 JP2014500076A JP2014500076A JPWO2013121710A1 JP WO2013121710 A1 JPWO2013121710 A1 JP WO2013121710A1 JP 2014500076 A JP2014500076 A JP 2014500076A JP 2014500076 A JP2014500076 A JP 2014500076A JP WO2013121710 A1 JPWO2013121710 A1 JP WO2013121710A1
- Authority
- JP
- Japan
- Prior art keywords
- information
- amount
- random number
- basic information
- pseudo
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000011156 evaluation Methods 0.000 title claims abstract description 69
- 238000000034 method Methods 0.000 claims abstract description 126
- 238000012545 processing Methods 0.000 claims abstract description 99
- 230000010365 information processing Effects 0.000 claims description 7
- 238000006243 chemical reaction Methods 0.000 description 29
- 230000006870 function Effects 0.000 description 17
- 238000010586 diagram Methods 0.000 description 6
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0891—Revocation or update of secret information, e.g. encryption key update or rekeying
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0861—Generation of secret information including derivation or calculation of cryptographic keys or passwords
- H04L9/0869—Generation of secret information including derivation or calculation of cryptographic keys or passwords involving random numbers or seeds
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L2209/00—Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
- H04L2209/26—Testing cryptographic entity, e.g. testing integrity of encryption key or encryption algorithm
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Storage Device Security (AREA)
Abstract
評価装置500は、フィードバックシフトレジスタを備える記憶装置に記憶されている基礎情報に基づいて擬似乱数を生成する生成処理と、記憶されている基礎情報に基づいて基礎情報を更新する更新処理と、を交互に繰り返すことにより、鍵情報に基づく疑似乱数列を生成する擬似乱数生成器の安全性を評価する。評価装置は、基礎情報のうちの、1回の更新処理にて基礎情報を更新するための情報、及び、1回の生成処理にて擬似乱数を生成するための情報の量である処理基礎情報量Uと擬似乱数情報量mと鍵情報量Lとを受け付け(501)、処理基礎情報量Uから擬似乱数情報量mを減じた値U−mと鍵情報量Lとに基づいて擬似乱数生成器が安全であるか否かを判定する(502)。The evaluation apparatus 500 includes: a generation process that generates pseudo-random numbers based on basic information stored in a storage device that includes a feedback shift register; and an update process that updates basic information based on the stored basic information. By alternately repeating, the security of the pseudo random number generator that generates the pseudo random number sequence based on the key information is evaluated. The evaluation device is processing basic information that is an amount of information for updating the basic information in one update process and information for generating a pseudo-random number in one generation process. An amount U, a pseudorandom information amount m, and a key information amount L are received (501), and a pseudorandom number is generated based on a value U−m obtained by subtracting the pseudorandom information amount m from the processing basic information amount U and the key information amount L. It is determined whether the vessel is safe (502).
Description
本発明は、擬似乱数生成器の安全性を評価する評価装置に関する。 The present invention relates to an evaluation apparatus for evaluating the safety of a pseudorandom number generator.
擬似乱数を生成する擬似乱数生成器が知られている。この種の擬似乱数生成器の一つとして、特許文献1に記載の擬似乱数生成器は、フィードバックシフトレジスタを備える記憶装置に記憶されている基礎情報に基づいて擬似乱数を生成する生成処理と、当該記憶装置に記憶されている基礎情報に基づいて当該基礎情報を更新する更新処理と、を交互に繰り返す。これにより、擬似乱数生成器は、鍵情報に基づく疑似乱数列を生成する。例えば、鍵情報は、基礎情報の初期値を生成するために用いられる。
A pseudo-random number generator that generates pseudo-random numbers is known. As one of this type of pseudo-random number generator, the pseudo-random number generator described in
また、擬似乱数生成器に対する推測決定攻撃が知られている。推測決定攻撃は、生成される擬似乱数が既知である場合に、記憶装置に記憶されている基礎情報を仮定し、その仮定した基礎情報に基づいて生成される擬似乱数が、既知の擬似乱数と一致するか否かに基づいて、真の基礎情報を特定する攻撃である。 In addition, a guess decision attack on a pseudo random number generator is known. In the guess decision attack, when the generated pseudo random number is known, the basic information stored in the storage device is assumed, and the pseudo random number generated based on the assumed basic information is changed to the known pseudo random number. It is an attack that identifies true basic information based on whether or not they match.
推測決定攻撃に対する安全性を評価するための評価手法として、非特許文献1に一例が記載されている。
An example is described in
しかしながら、上記評価手法は、擬似乱数生成器の安全性を評価するために要する計算負荷が、擬似乱数生成器が有する記憶装置の記憶容量が大きくなるほど大きくなる。従って、上記評価手法が適用された評価装置によれば、擬似乱数生成器の安全性を評価するために要する計算負荷が過大になってしまう場合が生じる、という問題があった。 However, in the evaluation method, the calculation load required for evaluating the safety of the pseudo random number generator increases as the storage capacity of the storage device included in the pseudo random number generator increases. Therefore, according to the evaluation apparatus to which the evaluation method is applied, there is a problem that the calculation load required for evaluating the safety of the pseudorandom number generator may be excessive.
このため、本発明の目的は、上述した課題である「擬似乱数生成器の安全性を評価するために要する計算負荷が過大になってしまう場合が生じること」を解決することが可能な評価装置を提供することにある。 For this reason, the object of the present invention is to provide an evaluation apparatus that can solve the above-described problem that "the calculation load required for evaluating the safety of the pseudo-random number generator may become excessive" Is to provide.
かかる目的を達成するため本発明の一形態である評価装置は、
フィードバックシフトレジスタを備える記憶装置に記憶されている基礎情報に基づいて擬似乱数を生成する生成処理と、当該記憶装置に記憶されている基礎情報に基づいて当該基礎情報を更新する更新処理と、を交互に繰り返すことにより、鍵情報に基づく疑似乱数列を生成する擬似乱数生成器の安全性を評価する装置である。In order to achieve such an object, an evaluation apparatus according to one aspect of the present invention provides:
A generation process for generating a pseudo-random number based on basic information stored in a storage device including a feedback shift register, and an update process for updating the basic information based on basic information stored in the storage device. It is an apparatus for evaluating the safety of a pseudo random number generator that generates a pseudo random number sequence based on key information by repeating alternately.
更に、この評価装置は、
上記記憶装置に記憶されている基礎情報のうちの、1回の上記更新処理において当該基礎情報を更新するために用いられる情報、及び、1回の上記生成処理において上記擬似乱数を生成するために用いられる情報の量である処理基礎情報量Uと、上記擬似乱数の情報の量である擬似乱数情報量mと、上記鍵情報の量である鍵情報量Lと、を受け付ける情報量受付手段と、
上記受け付けられた処理基礎情報量Uから、上記受け付けられた擬似乱数情報量mを減じた値である判定基準量U−mと、上記受け付けられた鍵情報量Lと、に基づいて、上記擬似乱数生成器が推測決定攻撃に対して安全であるか否かを判定する判定手段と、
を備える。Furthermore, this evaluation device
Of the basic information stored in the storage device, information used for updating the basic information in one update process, and generating the pseudo-random number in one generation process An information amount receiving means for receiving a processing basic information amount U which is an amount of information used, a pseudo random number information amount m which is an amount of information of the pseudo random number, and a key information amount L which is an amount of the key information; ,
Based on the determination reference amount U-m, which is a value obtained by subtracting the received pseudo-random information amount m from the received processing basic information amount U, and the received key information amount L, the pseudo-random information amount U is used. A determination means for determining whether the random number generator is safe against the speculative decision attack;
Is provided.
また、本発明の他の形態である評価方法は、
フィードバックシフトレジスタを備える記憶装置に記憶されている基礎情報に基づいて擬似乱数を生成する生成処理と、当該記憶装置に記憶されている基礎情報に基づいて当該基礎情報を更新する更新処理と、を交互に繰り返すことにより、鍵情報に基づく疑似乱数列を生成する擬似乱数生成器の安全性を評価する方法である。An evaluation method according to another embodiment of the present invention is as follows.
A generation process for generating a pseudo-random number based on basic information stored in a storage device including a feedback shift register, and an update process for updating the basic information based on basic information stored in the storage device. This is a method for evaluating the safety of a pseudo random number generator that generates a pseudo random number sequence based on key information by repeating alternately.
更に、この評価方法は、
上記記憶装置に記憶されている基礎情報のうちの、1回の上記更新処理において当該基礎情報を更新するために用いられる情報、及び、1回の上記生成処理において上記擬似乱数を生成するために用いられる情報の量である処理基礎情報量Uと、上記擬似乱数の情報の量である擬似乱数情報量mと、上記鍵情報の量である鍵情報量Lと、を受け付け、
上記受け付けられた処理基礎情報量Uから、上記受け付けられた擬似乱数情報量mを減じた値である判定基準量U−mと、上記受け付けられた鍵情報量Lと、に基づいて、上記擬似乱数生成器が推測決定攻撃に対して安全であるか否かを判定する方法である。Furthermore, this evaluation method is
Of the basic information stored in the storage device, information used for updating the basic information in one update process, and generating the pseudo-random number in one generation process Receiving a processing basic information amount U which is an amount of information used, a pseudo random information amount m which is an amount of information of the pseudo random number, and a key information amount L which is an amount of the key information;
Based on the determination reference amount U-m, which is a value obtained by subtracting the received pseudo-random information amount m from the received processing basic information amount U, and the received key information amount L, the pseudo-random information amount U is used. This is a method for determining whether or not the random number generator is safe against the guess-decision attack.
また、本発明の他の形態である評価プログラムは、
情報処理装置に、
フィードバックシフトレジスタを備える記憶装置に記憶されている基礎情報に基づいて擬似乱数を生成する生成処理と、当該記憶装置に記憶されている基礎情報に基づいて当該基礎情報を更新する更新処理と、を交互に繰り返すことにより、鍵情報に基づく疑似乱数列を生成する擬似乱数生成器の安全性を評価させるためのプログラムである。An evaluation program according to another embodiment of the present invention is
In the information processing device,
A generation process for generating a pseudo-random number based on basic information stored in a storage device including a feedback shift register, and an update process for updating the basic information based on basic information stored in the storage device. It is a program for evaluating the safety of a pseudo random number generator that generates a pseudo random number sequence based on key information by repeating alternately.
更に、この評価プログラムは、
上記情報処理装置に、
上記記憶装置に記憶されている基礎情報のうちの、1回の上記更新処理において当該基礎情報を更新するために用いられる情報、及び、1回の上記生成処理において上記擬似乱数を生成するために用いられる情報の量である処理基礎情報量Uと、上記擬似乱数の情報の量である擬似乱数情報量mと、上記鍵情報の量である鍵情報量Lと、を受け付け、
上記受け付けられた処理基礎情報量Uから、上記受け付けられた擬似乱数情報量mを減じた値である判定基準量U−mと、上記受け付けられた鍵情報量Lと、に基づいて、上記擬似乱数生成器が推測決定攻撃に対して安全であるか否かを判定する、処理を実行させるためのプログラムである。In addition, this evaluation program
In the information processing apparatus,
Of the basic information stored in the storage device, information used for updating the basic information in one update process, and generating the pseudo-random number in one generation process Receiving a processing basic information amount U which is an amount of information used, a pseudo random information amount m which is an amount of information of the pseudo random number, and a key information amount L which is an amount of the key information;
Based on the determination reference amount U-m, which is a value obtained by subtracting the received pseudo-random information amount m from the received processing basic information amount U, and the received key information amount L, the pseudo-random information amount U is used. This is a program for executing a process for determining whether or not the random number generator is safe against a guess decision attack.
本発明は、以上のように構成されることにより、擬似乱数生成器の安全性を評価するために要する計算負荷を低減することができる。 By configuring as described above, the present invention can reduce the calculation load required for evaluating the safety of the pseudorandom number generator.
以下、本発明に係る、評価装置、評価方法、及び、評価プログラム、の各実施形態について図1〜図12を参照しながら説明する。 Hereinafter, embodiments of an evaluation apparatus, an evaluation method, and an evaluation program according to the present invention will be described with reference to FIGS.
<第1実施形態>
(構成)
図1に示したように、第1実施形態に係る評価装置100は、情報処理装置である。なお、評価装置100は、パーソナル・コンピュータ、携帯電話端末、PHS(Personal Handyphone System)、PDA(Personal Data Assistance、Personal Digital Assistant)、スマートフォン、カーナビゲーション端末、又は、ゲーム端末等であってもよい。<First Embodiment>
(Constitution)
As shown in FIG. 1, the
評価装置100は、図示しない中央処理装置(CPU;Central Processing Unit)、記憶装置(メモリ及びハードディスク駆動装置(HDD;Hard Disk Drive))、入力装置(本例では、キーボード、及び、マウス)、及び、出力装置(本例では、ディスプレイ)を備える。
The
評価装置100は、記憶装置に記憶されているプログラムをCPUが実行することにより、後述する機能を実現するように構成されている。本例では、評価装置100は、擬似乱数生成器の安全性を評価する。
The
ここで、擬似乱数生成器について説明する。
図2に示したように、擬似乱数生成器200は、フィードバックシフトレジスタ201と、第1の変換処理部202と、メモリ203と、マルチプレクサ204と、第2の変換処理部205と、バッファ206と、第3の変換処理部207と、を備える。Here, the pseudorandom number generator will be described.
As shown in FIG. 2, the
本例では、フィードバックシフトレジスタ201は、線形帰還シフトレジスタ(LFSR;Linear Feedback Shift Register)である。フィードバックシフトレジスタ201は、複数のレジスタブロックを含む。複数のレジスタブロックのそれぞれは、予め定められた単位ビット数のビットを記憶する。単位ビット数は、例えば、32、又は、64等である。なお、フィードバックシフトレジスタ201に記憶されている情報は、第1の基礎情報と呼ばれる。
In the present example, the
メモリ203は、複数のメモリブロックを含む。複数のメモリブロックのそれぞれは、予め定められた単位ビット数のビットを記憶する。単位ビット数は、例えば、32、又は、64等である。本例では、フィードバックシフトレジスタ201の単位ビット数と、メモリ203の単位ビット数と、は等しい。なお、メモリ203に記憶されている情報は、第2の基礎情報と呼ばれる。
The
また、フィードバックシフトレジスタ201及びメモリ203は、記憶装置を構成している。記憶装置に記憶されている情報(即ち、第1の基礎情報及び第2の基礎情報)は、基礎情報と呼ばれる。なお、記憶装置は、フィードバックシフトレジスタ201のみにより構成されていてもよい。また、フィードバックシフトレジスタ201は、線形帰還シフトレジスタに代えて、非線形帰還シフトレジスタであってもよい。
The
第1の変換処理部202は、第1の変換処理を実行する。第1の変換処理は、フィードバックシフトレジスタ201に記憶されている第1の更新処理基礎情報を予め定められた方式に従って第1の更新後基礎情報に変換し、変換後の第1の更新後基礎情報をフィードバックシフトレジスタ201へ出力する処理である。
The first
第1の更新処理基礎情報は、フィードバックシフトレジスタ201に含まれる複数のレジスタブロックに記憶されている情報(第1の基礎情報)のうちの、予め定められたレジスタブロックに記憶されている情報である。また、第1の更新後基礎情報の量(データサイズ、又は、ビット数)は、1つのレジスタブロックに記憶される情報の量と同じである。
The first update processing basic information is information stored in a predetermined register block among information (first basic information) stored in a plurality of register blocks included in the
フィードバックシフトレジスタ201は、第1の更新後基礎情報が出力される際、各レジスタブロックに記憶されている情報を、複数のレジスタブロックを直列に並べた場合における一端側にて隣接するレジスタブロックに記憶されている情報に更新するとともに、当該一端を構成するレジスタブロックに記憶されている情報を、出力された第1の更新後基礎情報に更新する。
When the first updated basic information is output, the
マルチプレクサ204は、フィードバックシフトレジスタ201に記憶されている第2の更新処理基礎情報、及び、メモリ203に記憶されている第3の更新処理基礎情報、の一部を第4の更新処理基礎情報として第2の変換処理部205へ出力する。
The
第2の更新処理基礎情報は、フィードバックシフトレジスタ201に含まれる複数のレジスタブロックに記憶されている情報(第1の基礎情報)のうちの、予め定められたレジスタブロックに記憶されている情報である。また、第3の更新処理基礎情報は、メモリ203に含まれる複数のメモリブロックに記憶されている情報(第2の基礎情報)のうちの、予め定められたメモリブロックに記憶されている情報である。
The second update processing basic information is information stored in a predetermined register block among information (first basic information) stored in a plurality of register blocks included in the
第2の変換処理部205は、第2の変換処理を実行する。第2の変換処理は、マルチプレクサ204により出力された第4の更新処理基礎情報、及び、メモリ203に記憶されている第5の更新処理基礎情報、を予め定められた方式に従って第2の更新後基礎情報に変換し、変換後の第2の更新後基礎情報をメモリ203へ出力する処理である。
The second
第5の更新処理基礎情報は、メモリ203に含まれる複数のメモリブロックに記憶されている情報(第2の基礎情報)のうちの、予め定められたメモリブロックに記憶されている情報である。
The fifth update processing basic information is information stored in a predetermined memory block among information (second basic information) stored in a plurality of memory blocks included in the
メモリ203は、メモリ203に含まれる複数のメモリブロックのうちの予め定められたメモリブロックに記憶されている情報を、第2の変換処理部205により出力された第2の更新後基礎情報に更新する。
The
バッファ206は、フィードバックシフトレジスタ201に記憶されている第1の生成処理基礎情報、及び、メモリ203に記憶されている第2の生成処理基礎情報を記憶する。
第3の変換処理部207は、第3の変換処理を実行する。第3の変換処理は、バッファ206に記憶されている情報を、予め定められた方式に従って、擬似乱数としての出力情報に変換し、変換後の出力情報を出力する処理である。本例では、出力情報の量は、1つのレジスタブロックに記憶されている情報の量、及び、1つのメモリブロックに記憶されている情報の量と同じである。The
The third
擬似乱数生成器200は、記憶装置に記憶されている基礎情報に基づいて擬似乱数を生成する生成処理と、当該記憶装置に記憶されている基礎情報に基づいて当該基礎情報を更新する更新処理と、を交互に繰り返すように構成される。これにより、擬似乱数生成器200は、鍵情報に基づく疑似乱数列を生成する。
The
例えば、擬似乱数生成器200は、鍵情報に基づいて基礎情報の初期値を生成するように構成される。また、擬似乱数生成器200は、第1の変換処理、第2の変換処理、及び、第3の変換処理の少なくとも1つにおいて、鍵情報を用いるように構成されていてもよい。
For example, the
また、本例では、擬似乱数生成器200は、クロック信号に同期して作動するように構成される。即ち、擬似乱数生成器200は、クロック信号における1つのクロック周期において、1回の更新処理と、1回の生成処理と、を実行するように構成される。
In this example, the pseudo
更新処理は、第1の更新処理と、第2の更新処理と、を含む。
第1の更新処理は、上述したように、第1の変換処理部202が第1の変換処理を実行し、且つ、フィードバックシフトレジスタ201が、第1の変換処理部202により出力された第1の更新後基礎情報に基づいて、各レジスタブロックに記憶されている情報を更新する処理である。The update process includes a first update process and a second update process.
As described above, in the first update processing, the first
第2の更新処理は、上述したように、第2の変換処理部205が第2の変換処理を実行し、且つ、メモリ203が、第2の変換処理部205により出力された第2の更新後基礎情報に基づいて、各メモリブロックに記憶されている情報を更新する処理である。
As described above, in the second update process, the second
また、生成処理は、上述したように、第3の変換処理部207が第3の変換処理を実行する処理である。
In addition, as described above, the generation process is a process in which the third
このように、擬似乱数生成器200は、更新処理において、フィードバックシフトレジスタ201に記憶されている第1の基礎情報が、当該第1の基礎情報のみに基づいて更新され、且つ、メモリ203に記憶されている第2の基礎情報が、当該第2の基礎情報と第1の基礎情報とに基づいて更新されるように構成される、と言うことができる。
As described above, the
また、擬似乱数生成器200は、生成処理において、フィードバックシフトレジスタ201に記憶されている第1の基礎情報と、メモリ203に記憶されている第2の基礎情報と、に基づいて擬似乱数を生成するように構成される、と言うことができる。
In addition, the pseudo
なお、擬似乱数生成器200により生成された擬似乱数は、ストリーム暗号方式における鍵ストリームとして用いられてもよい。即ち、擬似乱数生成器200は、生成した擬似乱数を鍵ストリームとして用いる暗号化装置の一部を構成していてもよい。
Note that the pseudo-random number generated by the
ところで、擬似乱数生成器200の安全性は、擬似乱数生成器200により生成された擬似乱数を鍵ストリームとして用いるストリーム暗号方式の安全性と対応している。従って、第1実施形態に係る評価装置100によれば、当該ストリーム暗号方式を用いる暗号装置の安全性を評価するために要する計算負荷を低減することもできる。
By the way, the security of the pseudo
(推測決定攻撃)
次に、推測決定攻撃について説明する。図3は、擬似乱数生成器200の機能の概要を示したブロック図である。擬似乱数生成器200の機能は、記憶装置G1と、更新処理実行部G2と、生成処理実行部G3と、を含む。(Guess decision attack)
Next, the guess decision attack will be described. FIG. 3 is a block diagram showing an outline of the functions of the
即ち、記憶装置G1は、フィードバックシフトレジスタ201及びメモリ203に対応している。更新処理実行部G2は、更新処理を実行する。生成処理実行部G3は、生成処理を実行する。
That is, the storage device G1 corresponds to the
ここでは、説明を簡単にするために、記憶装置G1が、8つの記憶ブロック(レジスタブロック又はメモリブロック)s0〜s7を備える場合を想定する。また、更新処理基礎情報が、記憶ブロックs2及び記憶ブロックs5に記憶されている情報であり、生成処理基礎情報が、記憶ブロックs2及び記憶ブロックs4に記憶されている情報である場合を想定する。Here, in order to simplify the description, it is assumed that the storage device G1 includes eight storage blocks (register blocks or memory blocks) s 0 to s 7 . Further, the update process basic information is information stored in the storage block s 2 and the storage block s 5 , and the generation process basic information is information stored in the storage block s 2 and the storage block s 4. Is assumed.
ここで、更新処理基礎情報は、1回の更新処理において基礎情報を更新するために用いられる情報である。また、生成処理基礎情報は、1回の生成処理において擬似乱数を生成するために用いられる情報である。また、処理基礎情報は、基礎情報のうちの、更新処理基礎情報及び生成処理基礎情報の少なくとも一方に含まれる情報である。即ち、処理基礎情報は、記憶ブロックs2、記憶ブロックs4、及び、記憶ブロックs5に記憶されている情報である。Here, the update process basic information is information used to update the basic information in one update process. The generation process basic information is information used for generating a pseudo random number in one generation process. The processing basic information is information included in at least one of the update processing basic information and the generation processing basic information in the basic information. That is, the processing basic information is information stored in the storage block s 2 , the storage block s 4 , and the storage block s 5 .
先ず、推測決定攻撃においては、処理基礎情報の一部が仮定される。例えば、記憶ブロックs4及び記憶ブロックs5に記憶されている情報(仮定部分)が仮定される。そして、仮定部分と、既知の擬似乱数と、を用いることにより、処理基礎情報のうちの残余(仮定部分以外)の部分(非仮定部分、即ち、記憶ブロックs2に記憶されている情報)が逆算される。First, in the guess decision attack, a part of the processing basic information is assumed. For example, information (assumed part) stored in the storage block s 4 and the storage block s 5 is assumed. Then, by using the assumed part and the known pseudo-random number, the remainder (other than the assumed part) of the processing basic information (non-assumed part, that is, information stored in the storage block s 2 ) is obtained. It is calculated backward.
その後、同様の処理を繰り返すことにより、記憶装置G1に記憶されている情報のすべてが特定される。そして、更に、同様の処理を繰り返すことにより、鍵情報を特定することができる。 Thereafter, by repeating the same processing, all the information stored in the storage device G1 is specified. Further, the key information can be specified by repeating the same processing.
ところで、推測決定攻撃における最初のステップにおいては、処理基礎情報のうちの、判定基準量U−mを有する部分(仮定部分)を仮定する必要がある。ここで、判定基準量U−mは、処理基礎情報量Uから擬似乱数情報量mを減じた値である。処理基礎情報量Uは、処理基礎情報の量である。また、擬似乱数情報量mは、擬似乱数の情報の量である。 By the way, in the first step in the speculative decision attack, it is necessary to assume a part (assumed part) having the determination reference amount Um in the processing basic information. Here, the determination reference amount U-m is a value obtained by subtracting the pseudo random number information amount m from the processing basic information amount U. The processing basic information amount U is the amount of processing basic information. The pseudo random number information amount m is the amount of pseudo random number information.
ところで、仮定部分と既知の擬似乱数とから非仮定部分を逆算する処理は、仮定部分の量が大きくなるほど多くなる回数だけ実行される。従って、推測決定攻撃における最初のステップにおける計算負荷は、判定基準量U−mが大きくなるほど大きくなる。 By the way, the process of calculating back the non-assumed part from the assumed part and the known pseudo-random number is executed as many times as the amount of the assumed part increases. Therefore, the calculation load in the first step in the guess determination attack increases as the determination reference amount U-m increases.
ところで、擬似乱数生成器200に対して、すべての鍵情報のそれぞれを入力することにより、擬似乱数を生成させ、生成された擬似乱数と既知の擬似乱数とが一致しているか否かに基づいて、鍵情報を特定する攻撃(総当たり攻撃、又は、鍵の全数探索等とも呼ばれる)に要する計算負荷は、鍵情報量Lが大きくなるほど大きくなる。
By the way, by inputting each key information to the
従って、判定基準量U−mと、鍵情報量Lと、に基づいて、擬似乱数生成器200が推測決定攻撃に対して安全である(即ち、推測決定攻撃に要する計算負荷が総当たり攻撃に要する計算負荷以上である)か否かを十分に高い精度にて判定することができる。
Therefore, based on the determination reference amount U-m and the key information amount L, the pseudo
(機能)
次に、評価装置100の機能について説明する。図1は、評価装置100の機能を表すブロック図である。評価装置100の機能は、情報量受付部(情報量受付手段)101と、判定部(判定手段)102と、出力部103と、を含む。(function)
Next, functions of the
情報量受付部101は、処理基礎情報量Uと、擬似乱数情報量mと、鍵情報量Lと、を受け付ける。
処理基礎情報量Uは、記憶装置に記憶されている基礎情報のうちの、更新処理基礎情報及び生成処理基礎情報の量である。即ち、処理基礎情報量Uは、基礎情報のうちの、更新処理基礎情報及び生成処理基礎情報の少なくとも一方に含まれる情報の量である。The information
The processing basic information amount U is the amount of update processing basic information and generation processing basic information among the basic information stored in the storage device. That is, the processing basic information amount U is the amount of information included in at least one of the update processing basic information and the generation processing basic information in the basic information.
ここで、更新処理基礎情報は、1回の更新処理において基礎情報を更新するために用いられる情報である。即ち、本例では、更新処理基礎情報は、基礎情報のうちの、第1の更新処理基礎情報、第2の更新処理基礎情報、第3の更新処理基礎情報、及び、第5の更新処理基礎情報の少なくとも1つに含まれる情報である。 Here, the update process basic information is information used to update the basic information in one update process. That is, in this example, the update process basic information includes the first update process basic information, the second update process basic information, the third update process basic information, and the fifth update process basic information among the basic information. Information included in at least one of the information.
また、生成処理基礎情報は、1回の生成処理において擬似乱数を生成するために用いられる情報である。即ち、本例では、生成処理基礎情報は、基礎情報のうちの、第1の生成処理基礎情報、及び、第2の生成処理基礎情報の少なくとも1つに含まれる情報である。
また、擬似乱数情報量mは、擬似乱数の情報の量である。鍵情報量Lは、鍵情報の量である。The generation process basic information is information used for generating a pseudo random number in one generation process. That is, in this example, the generation processing basic information is information included in at least one of the first generation processing basic information and the second generation processing basic information in the basic information.
The pseudo random number information amount m is the amount of pseudo random number information. The key information amount L is the amount of key information.
本例では、情報量受付手段101は、入力装置を介してユーザによって入力された情報を受け付ける。なお、情報量受付手段101は、外部の装置から情報を受信することにより情報を受け付けるように構成されていてもよい。
In this example, the information
判定部102は、情報量受付部101により受け付けられた処理基礎情報量Uから、情報量受付部101により受け付けられた擬似乱数情報量mを減じた値である判定基準量U−mを取得(算出)する。
The
更に、判定部102は、取得された判定基準量U−mが、情報量受付部101により受け付けられた鍵情報量L以上であるか否かを判定する。
Further, the
そして、判定部102は、判定基準量U−mが鍵情報量L以上であると判定された場合、擬似乱数生成器200が推測決定攻撃に対して安全であると判定する。一方、判定部102は、判定基準量U−mが鍵情報量Lよりも小さいと判定された場合、擬似乱数生成器200が推測決定攻撃に対して安全でないと判定する。
Then, when the
このように、判定部102は、判定基準量U−mと、鍵情報量Lと、に基づいて擬似乱数生成器200が推測決定攻撃に対して安全であるか否かを判定する、と言うことができる。
As described above, the
出力部103は、判定部102による判定の結果を表す判定結果情報を、出力装置を介して出力する。
The
次に、擬似乱数生成器200に対する処理基礎情報量Uについて、具体例を参照しながら説明する。
Next, the processing basic information amount U for the
図4に示したように、NLSv2と呼ばれる擬似乱数生成器200が知られている(例えば、非特許文献2を参照)。
この擬似乱数生成器200においては、処理基礎情報は、8個の記憶ブロック(レジスタブロック又はメモリブロック)に記憶されている情報である。具体的には、記憶ブロックA1〜A2に記憶されている情報は、更新処理基礎情報を構成する。また、記憶ブロックB1〜B4に記憶されている情報は、生成処理基礎情報を構成する。また、記憶ブロックAB1〜AB2に記憶されている情報は、更新処理基礎情報を構成するとともに、生成処理基礎情報を構成する。
In this pseudo
従って、この擬似乱数生成器200においては、各記憶ブロックに記憶されるビットの数(単位ビット数)が32である場合、処理基礎情報量Uは、256(=8×32)ビットである。
Therefore, in the pseudo
また、図5に示したように、MUGIと呼ばれる擬似乱数生成器200が知られている(例えば、非特許文献3を参照)。
この擬似乱数生成器200においては、処理基礎情報は、10個の記憶ブロックに記憶されている情報である。具体的には、記憶ブロックA1〜A7に記憶されている情報は、更新処理基礎情報を構成する。また、記憶ブロックAB1〜AB3に記憶されている情報は、更新処理基礎情報を構成するとともに、生成処理基礎情報を構成する。
In this pseudo
従って、この擬似乱数生成器200においては、各記憶ブロックに記憶されるビットの数(単位ビット数)が32である場合、処理基礎情報量Uは、320(=10×32)ビットである。
Therefore, in the pseudo
また、図6に示したように、SNOW1.0と呼ばれる擬似乱数生成器200が知られている(例えば、非特許文献4を参照)。
この擬似乱数生成器200においては、処理基礎情報は、6個の記憶ブロックに記憶されている情報である。具体的には、記憶ブロックA1〜A2に記憶されている情報は、更新処理基礎情報を構成する。また、記憶ブロックAB1〜AB4に記憶されている情報は、更新処理基礎情報を構成するとともに、生成処理基礎情報を構成する。
In this pseudo
従って、この擬似乱数生成器200においては、各記憶ブロックに記憶されるビットの数(単位ビット数)が32である場合、処理基礎情報量Uは、192(=6×32)ビットである。
Therefore, in the pseudo
また、図7に示したように、SNOW2.0と呼ばれる擬似乱数生成器200が知られている(例えば、非特許文献5を参照)。
この擬似乱数生成器200においては、処理基礎情報は、6個の記憶ブロックに記憶されている情報である。具体的には、記憶ブロックA1〜A2に記憶されている情報は、更新処理基礎情報を構成する。また、記憶ブロックAB1〜AB4に記憶されている情報は、更新処理基礎情報を構成するとともに、生成処理基礎情報を構成する。
In this pseudo
従って、この擬似乱数生成器200においては、各記憶ブロックに記憶されるビットの数(単位ビット数)が32である場合、処理基礎情報量Uは、192(=6×32)ビットである。
Therefore, in the pseudo
また、図8〜図11に示したように、Sosemanukと呼ばれる擬似乱数生成器200が知られている(例えば、非特許文献6を参照)。
この擬似乱数生成器200は、クロック信号における、連続する4つのクロック周期において、1回の更新処理と、1回の生成処理と、を実行するように構成される。
The
第1のクロック周期において、図8に示したように、擬似乱数生成器200は、記憶ブロックA1〜A3に記憶されている情報を、第1のクロック周期に後続する第2のクロック周期における基礎情報を更新するために用いる。更に、第1のクロック周期において、図8に示したように、擬似乱数生成器200は、記憶ブロックAB1〜AB4に記憶されている情報を、第2のクロック周期における基礎情報を更新するために用いるとともに、擬似乱数を生成するために用いる。
In the first clock cycle, as shown in FIG. 8, the
従って、第1のクロック周期においては、記憶ブロックA1〜A3に記憶されている情報は、更新処理基礎情報を構成する。また、第1のクロック周期においては、記憶ブロックAB1〜AB4に記憶されている情報は、更新処理基礎情報を構成するとともに、生成処理基礎情報を構成する。即ち、第1のクロック周期においては、記憶ブロックA1〜A3,AB1〜AB4に記憶されている情報は、処理基礎情報を構成する。 Therefore, in the first clock cycle, the information stored in the storage blocks A1 to A3 constitutes update processing basic information. Further, in the first clock cycle, information stored in the storage blocks AB1 to AB4 constitutes update process basic information and constitutes generation process basic information. That is, in the first clock cycle, the information stored in the storage blocks A1 to A3 and AB1 to AB4 constitutes processing basic information.
更に、第2のクロック周期において、図9に示したように、擬似乱数生成器200は、記憶ブロックA4〜A5,C2に記憶されている情報を、第2のクロック周期に後続する第3のクロック周期における基礎情報を更新するために用いる。更に、第2のクロック周期において、図9に示したように、擬似乱数生成器200は、記憶ブロックC1,C5〜C7に記憶されている情報を、第3のクロック周期における基礎情報を更新するために用いるとともに、擬似乱数を生成するために用いる。
Further, in the second clock cycle, as shown in FIG. 9, the pseudo
なお、記憶ブロックC1〜C7に記憶されている情報は、第1のクロック周期において処理基礎情報を構成する情報(即ち、記憶ブロックA1〜A3,AB1〜AB4に記憶されている情報)に基づいて取得される。従って、第2のクロック周期においては、記憶ブロックA4,A5に記憶されている情報は、更新処理基礎情報を構成する。即ち、記憶ブロックA4,A5に記憶されている情報は、処理基礎情報を構成する。 Note that the information stored in the storage blocks C1 to C7 is based on information constituting the processing basic information in the first clock cycle (that is, information stored in the storage blocks A1 to A3 and AB1 to AB4). To be acquired. Therefore, in the second clock cycle, the information stored in the storage blocks A4 and A5 constitutes update processing basic information. That is, the information stored in the storage blocks A4 and A5 constitutes processing basic information.
更に、第3のクロック周期において、図10に示したように、擬似乱数生成器200は、記憶ブロックA6,C9,C13に記憶されている情報を、第3のクロック周期に後続する第4のクロック周期における基礎情報を更新するために用いる。更に、第3のクロック周期において、図10に示したように、擬似乱数生成器200は、記憶ブロックC8,C14〜C16に記憶されている情報を、第4のクロック周期における基礎情報を更新するために用いるとともに、擬似乱数を生成するために用いる。
Further, in the third clock cycle, as shown in FIG. 10, the
なお、記憶ブロックC8〜C16に記憶されている情報は、第1のクロック周期及び第2のクロック周期において処理基礎情報を構成する情報(即ち、記憶ブロックA1〜A5,AB1〜AB4に記憶されている情報)に基づいて取得される。従って、第3のクロック周期においては、記憶ブロックA6に記憶されている情報は、更新処理基礎情報を構成する。即ち、記憶ブロックA6に記憶されている情報は、処理基礎情報を構成する。 The information stored in the storage blocks C8 to C16 is stored in the information constituting the processing basic information in the first clock cycle and the second clock cycle (that is, stored in the storage blocks A1 to A5 and AB1 to AB4). Information). Therefore, in the third clock cycle, the information stored in the storage block A6 constitutes update processing basic information. That is, the information stored in the storage block A6 constitutes processing basic information.
更に、第4のクロック周期において、図11に示したように、擬似乱数生成器200は、記憶ブロックA7,C18,C23に記憶されている情報を、第4のクロック周期に後続する第1のクロック周期における基礎情報を更新するために用いる。更に、第4のクロック周期において、図11に示したように、擬似乱数生成器200は、記憶ブロックC17,C24〜C26に記憶されている情報を、第1のクロック周期における基礎情報を更新するために用いるとともに、擬似乱数を生成するために用いる。
Further, in the fourth clock cycle, as shown in FIG. 11, the pseudo
なお、記憶ブロックC17〜C26に記憶されている情報は、第1のクロック周期、第2のクロック周期、及び、第3のクロック周期において処理基礎情報を構成する情報(即ち、記憶ブロックA1〜A6,AB1〜AB4に記憶されている情報)に基づいて取得される。従って、第4のクロック周期においては、記憶ブロックA7に記憶されている情報は、更新処理基礎情報を構成する。即ち、記憶ブロックA7に記憶されている情報は、処理基礎情報を構成する。 Note that the information stored in the storage blocks C17 to C26 is information constituting the processing basic information in the first clock cycle, the second clock cycle, and the third clock cycle (that is, the storage blocks A1 to A6). , AB1 to AB4). Therefore, in the fourth clock cycle, the information stored in the storage block A7 constitutes update processing basic information. That is, the information stored in the storage block A7 constitutes processing basic information.
このように、この擬似乱数生成器200においては、処理基礎情報は、11個の記憶ブロックに記憶されている情報である。上述したように、記憶ブロックA1〜A7に記憶されている情報は、更新処理基礎情報を構成する。また、記憶ブロックAB1〜AB4に記憶されている情報は、更新処理基礎情報を構成するとともに、生成処理基礎情報を構成する。
Thus, in this pseudo
従って、この擬似乱数生成器200においては、各記憶ブロックに記憶されるビットの数(単位ビット数)が32である場合、処理基礎情報量Uは、352(=11×32)ビットである。
Therefore, in the pseudo
また、この擬似乱数生成器200は、第4のクロック周期において、各記憶ブロックに記憶されている情報の量の4倍の量を有する擬似乱数(出力情報)を生成する。即ち、この擬似乱数生成器200においては、各記憶ブロックに記憶されるビットの数(単位ビット数)が32である場合、擬似乱数情報量mは、128(=4×32)ビットである。
The pseudo
(作動)
次に、上述した評価装置100の作動について説明する。
先ず、評価装置100は、ユーザにより入力された、処理基礎情報量Uと、擬似乱数情報量mと、鍵情報量Lと、を受け付ける。次いで、評価装置100は、受け付けられた処理基礎情報量Uから、受け付けられた擬似乱数情報量mを減じた値である判定基準量U−mを取得(算出)する。(Operation)
Next, the operation of the
First, the
そして、評価装置100は、取得された判定基準量U−mが、受け付けられた鍵情報量L以上であるか否かを判定する。
Then, the
次いで、評価装置100は、判定基準量U−mが鍵情報量L以上であると判定された場合、擬似乱数生成器200が推測決定攻撃に対して安全であると判定する。一方、評価装置100は、判定基準量U−mが鍵情報量Lよりも小さいと判定された場合、擬似乱数生成器200が推測決定攻撃に対して安全でないと判定する。
Next, when it is determined that the determination reference amount Um is equal to or greater than the key information amount L, the
そして、評価装置100は、判定の結果を表す判定結果情報を、出力装置を介して出力する。
And the
以上、説明したように、本発明の第1実施形態に係る評価装置100によれば、擬似乱数生成器200の安全性を十分に高い精度にて判定しながら、擬似乱数生成器200の安全性を評価するために要する計算負荷を低減することができる。
As described above, according to the
なお、第1実施形態に係る評価装置100においては、1つのレジスタブロックに記憶されている情報の量と、1つのメモリブロックに記憶されている情報の量と、生成される擬似乱数の情報の量と、は同じであった。ところで、1つのレジスタブロックに記憶されている情報の量と、1つのメモリブロックに記憶されている情報の量と、生成される擬似乱数の情報の量と、は、互いに異なる量であってもよい。また、1つのレジスタブロックに記憶されている情報の量と、1つのメモリブロックに記憶されている情報の量と、生成される擬似乱数の情報の量と、のうちの任意の1つが、他の2つと異なる量であってもよい。
Note that, in the
<第2実施形態>
次に、本発明の第2実施形態に係る評価装置について図12を参照しながら説明する。
第2実施形態に係る評価装置500は、
フィードバックシフトレジスタを備える記憶装置に記憶されている基礎情報に基づいて擬似乱数を生成する生成処理と、当該記憶装置に記憶されている基礎情報に基づいて当該基礎情報を更新する更新処理と、を交互に繰り返すことにより、鍵情報に基づく疑似乱数列を生成する擬似乱数生成器の安全性を評価する装置である。Second Embodiment
Next, an evaluation apparatus according to a second embodiment of the present invention will be described with reference to FIG.
An
A generation process for generating a pseudo-random number based on basic information stored in a storage device including a feedback shift register, and an update process for updating the basic information based on basic information stored in the storage device. It is an apparatus for evaluating the safety of a pseudo random number generator that generates a pseudo random number sequence based on key information by repeating alternately.
更に、この評価装置500は、
上記記憶装置に記憶されている基礎情報のうちの、1回の上記更新処理において当該基礎情報を更新するために用いられる情報、及び、1回の上記生成処理において上記擬似乱数を生成するために用いられる情報の量である処理基礎情報量Uと、上記擬似乱数の情報の量である擬似乱数情報量mと、上記鍵情報の量である鍵情報量Lと、を受け付ける情報量受付部(情報量受付手段)501と、
上記受け付けられた処理基礎情報量Uから、上記受け付けられた擬似乱数情報量mを減じた値である判定基準量U−mと、上記受け付けられた鍵情報量Lと、に基づいて、上記擬似乱数生成器が推測決定攻撃に対して安全であるか否かを判定する判定部(判定手段)502と、
を備える。Furthermore, this
Of the basic information stored in the storage device, information used for updating the basic information in one update process, and generating the pseudo-random number in one generation process An information amount receiving unit that receives a processing basic information amount U that is the amount of information to be used, a pseudo random number information amount m that is the amount of pseudorandom information, and a key information amount L that is the amount of key information. Information receiving means) 501,
Based on the determination reference amount U-m, which is a value obtained by subtracting the received pseudo-random information amount m from the received processing basic information amount U, and the received key information amount L, the pseudo-random information amount U is used. A determination unit (determination means) 502 that determines whether or not the random number generator is safe against a guess-decision attack;
Is provided.
ところで、推測決定攻撃においては、先ず、処理基礎情報のうちの、判定基準量U−mを有する部分(仮定部分)が仮定される。そして、仮定部分と、既知の擬似乱数と、を用いることにより、処理基礎情報のうちの仮定部分以外の部分(非仮定部分)が逆算される。従って、この段階までの、推測決定攻撃における計算負荷は、判定基準量U−mによりよく表される。 By the way, in the speculative decision attack, first, a portion (assumed portion) having the determination reference amount Um in the processing basic information is assumed. Then, by using the assumed part and the known pseudo-random number, a part other than the assumed part (non-assumed part) in the processing basic information is calculated backward. Therefore, the calculation load in the guess decision attack up to this stage is well represented by the determination reference amount U-m.
ところで、擬似乱数生成器に対して、すべての鍵情報のそれぞれを入力することにより、擬似乱数を生成させ、生成された擬似乱数と既知の擬似乱数とが一致しているか否かに基づいて、鍵情報を特定する攻撃(総当たり攻撃、又は、鍵の全数探索等とも呼ばれる)に要する計算負荷は、鍵情報量Lによりよく表される。 By the way, by inputting each of all the key information to the pseudo-random number generator, the pseudo-random number is generated, and based on whether or not the generated pseudo-random number matches the known pseudo-random number, The computational load required for an attack that specifies key information (also called a brute force attack or a total number search of keys) is often represented by a key information amount L.
従って、上記構成によれば、擬似乱数生成器の安全性を十分に高い精度にて判定しながら、擬似乱数生成器の安全性を評価するために要する計算負荷を低減することができる。 Therefore, according to the above configuration, it is possible to reduce the calculation load required to evaluate the safety of the pseudorandom number generator while determining the safety of the pseudorandom number generator with sufficiently high accuracy.
以上、上記実施形態を参照して本願発明を説明したが、本願発明は、上述した実施形態に限定されるものではない。本願発明の構成及び詳細に、本願発明の範囲内において当業者が理解し得る様々な変更をすることができる。 Although the present invention has been described with reference to the above embodiment, the present invention is not limited to the above-described embodiment. Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention within the scope of the present invention.
なお、上記各実施形態において評価装置100の各機能は、CPUがプログラム(ソフトウェア)を実行することにより実現されていたが、回路等のハードウェアにより実現されていてもよい。
In each of the above-described embodiments, each function of the
また、上記各実施形態においてプログラムは、記憶装置に記憶されていたが、コンピュータが読み取り可能な記録媒体に記憶されていてもよい。例えば、記録媒体は、フレキシブルディスク、光ディスク、光磁気ディスク、及び、半導体メモリ等の可搬性を有する媒体である。 In each of the above embodiments, the program is stored in the storage device, but may be stored in a computer-readable recording medium. For example, the recording medium is a portable medium such as a flexible disk, an optical disk, a magneto-optical disk, and a semiconductor memory.
また、上記実施形態の他の変形例として、上述した実施形態及び変形例の任意の組み合わせが採用されてもよい。 Further, any other combination of the above-described embodiment and modification examples may be adopted as another modification example of the above-described embodiment.
<付記>
上記実施形態の一部又は全部は、以下の付記のように記載され得るが、以下には限られない。<Appendix>
A part or all of the above embodiment can be described as the following supplementary notes, but is not limited thereto.
(付記1)
フィードバックシフトレジスタを備える記憶装置に記憶されている基礎情報に基づいて擬似乱数を生成する生成処理と、当該記憶装置に記憶されている基礎情報に基づいて当該基礎情報を更新する更新処理と、を交互に繰り返すことにより、鍵情報に基づく疑似乱数列を生成する擬似乱数生成器の安全性を評価する評価装置であって、
前記記憶装置に記憶されている基礎情報のうちの、1回の前記更新処理において当該基礎情報を更新するために用いられる情報、及び、1回の前記生成処理において前記擬似乱数を生成するために用いられる情報の量である処理基礎情報量Uと、前記擬似乱数の情報の量である擬似乱数情報量mと、前記鍵情報の量である鍵情報量Lと、を受け付ける情報量受付手段と、
前記受け付けられた処理基礎情報量Uから、前記受け付けられた擬似乱数情報量mを減じた値である判定基準量U−mと、前記受け付けられた鍵情報量Lと、に基づいて、前記擬似乱数生成器が推測決定攻撃に対して安全であるか否かを判定する判定手段と、
を備える評価装置。(Appendix 1)
A generation process for generating a pseudo-random number based on basic information stored in a storage device including a feedback shift register, and an update process for updating the basic information based on basic information stored in the storage device. An evaluation device for evaluating the safety of a pseudo-random number generator that generates a pseudo-random number sequence based on key information by repeating alternately,
Of the basic information stored in the storage device, information used for updating the basic information in one update process, and generating the pseudo-random number in one generation process An information amount receiving means for receiving a processing basic information amount U which is an amount of information used, a pseudo random number information amount m which is an amount of information of the pseudo random number, and a key information amount L which is an amount of the key information; ,
Based on the determination reference amount U-m, which is a value obtained by subtracting the received pseudorandom information amount m from the received processing basic information amount U, and the received key information amount L, the pseudo A determination means for determining whether the random number generator is safe against the speculative decision attack;
An evaluation apparatus comprising:
ところで、推測決定攻撃においては、先ず、処理基礎情報のうちの、判定基準量U−mを有する部分(仮定部分)が仮定される。そして、仮定部分と、既知の擬似乱数と、を用いることにより、処理基礎情報のうちの仮定部分以外の部分(非仮定部分)が逆算される。従って、この段階までの、推測決定攻撃における計算負荷は、判定基準量U−mによりよく表される。 By the way, in the speculative decision attack, first, a portion (assumed portion) having the determination reference amount Um in the processing basic information is assumed. Then, by using the assumed part and the known pseudo-random number, a part other than the assumed part (non-assumed part) in the processing basic information is calculated backward. Therefore, the calculation load in the guess decision attack up to this stage is well represented by the determination reference amount U-m.
ところで、擬似乱数生成器に対して、すべての鍵情報のそれぞれを入力することにより、擬似乱数を生成させ、生成された擬似乱数と既知の擬似乱数とが一致しているか否かに基づいて、鍵情報を特定する攻撃(総当たり攻撃、又は、鍵の全数探索等とも呼ばれる)に要する計算負荷は、鍵情報量Lによりよく表される。 By the way, by inputting each of all the key information to the pseudo-random number generator, the pseudo-random number is generated, and based on whether or not the generated pseudo-random number matches the known pseudo-random number, The computational load required for an attack that specifies key information (also called a brute force attack or a total number search of keys) is often represented by a key information amount L.
従って、上記構成によれば、擬似乱数生成器の安全性を十分に高い精度にて判定しながら、擬似乱数生成器の安全性を評価するために要する計算負荷を低減することができる。 Therefore, according to the above configuration, it is possible to reduce the calculation load required to evaluate the safety of the pseudorandom number generator while determining the safety of the pseudorandom number generator with sufficiently high accuracy.
(付記2)
付記1に記載の評価装置であって、
前記判定手段は、前記判定基準量U−mが、前記鍵情報量L以上である場合、前記擬似乱数生成器が推測決定攻撃に対して安全であると判定するように構成された評価装置。(Appendix 2)
The evaluation apparatus according to
The evaluation device configured to determine that the pseudo-random number generator is safe against a guess decision attack when the determination reference amount Um is equal to or greater than the key information amount L.
ところで、判定基準量U−mが鍵情報量L以上である場合、推測決定攻撃に要する計算負荷が、総当たり攻撃に要する計算負荷以上であると言うことができる。従って、上記構成によれば、擬似乱数生成器の安全性を十分に高い精度にて判定することができる。 By the way, when the determination reference amount Um is equal to or greater than the key information amount L, it can be said that the calculation load required for the guess decision attack is equal to or greater than the calculation load required for the brute force attack. Therefore, according to the above configuration, the safety of the pseudorandom number generator can be determined with sufficiently high accuracy.
(付記3)
付記1又は付記2に記載の評価装置であって、
前記記憶装置は、更に、メモリを備え、
前記基礎情報は、前記フィードバックシフトレジスタに記憶されている第1の基礎情報と、前記メモリに記憶されている第2の基礎情報と、を含み、
前記擬似乱数生成器は、前記更新処理において、前記フィードバックシフトレジスタに記憶されている第1の基礎情報が、当該第1の基礎情報のみに基づいて更新され、且つ、前記メモリに記憶されている第2の基礎情報が、当該第2の基礎情報と前記第1の基礎情報とに基づいて更新されるように構成された評価装置。(Appendix 3)
The evaluation apparatus according to
The storage device further includes a memory,
The basic information includes first basic information stored in the feedback shift register and second basic information stored in the memory,
In the update process, the pseudo random number generator updates the first basic information stored in the feedback shift register based only on the first basic information, and stores the first basic information in the memory. An evaluation device configured to update second basic information based on the second basic information and the first basic information.
(付記4)
付記3に記載の評価装置であって、
前記擬似乱数生成器は、前記生成処理において、前記フィードバックシフトレジスタに記憶されている第1の基礎情報と、前記メモリに記憶されている第2の基礎情報と、に基づいて前記擬似乱数を生成するように構成された評価装置。(Appendix 4)
The evaluation apparatus according to
The pseudo random number generator generates the pseudo random number based on first basic information stored in the feedback shift register and second basic information stored in the memory in the generation process. An evaluation device configured to:
(付記5)
付記1乃至付記4のいずれかに記載の評価装置であって、
前記擬似乱数生成器により生成された擬似乱数は、ストリーム暗号方式における鍵ストリームとして用いられる、評価装置。(Appendix 5)
An evaluation apparatus according to any one of
The evaluation device, wherein the pseudo-random number generated by the pseudo-random number generator is used as a key stream in a stream encryption method.
ところで、擬似乱数生成器の安全性は、擬似乱数生成器により生成された擬似乱数を鍵ストリームとして用いるストリーム暗号方式の安全性と対応している。従って、上記のように構成された評価装置によれば、当該ストリーム暗号方式を用いる暗号装置の安全性を評価するために要する計算負荷を低減することもできる。 By the way, the security of the pseudo random number generator corresponds to the security of the stream encryption method using the pseudo random number generated by the pseudo random number generator as a key stream. Therefore, according to the evaluation apparatus configured as described above, it is possible to reduce the calculation load required for evaluating the security of the encryption apparatus using the stream encryption method.
(付記6)
フィードバックシフトレジスタを備える記憶装置に記憶されている基礎情報に基づいて擬似乱数を生成する生成処理と、当該記憶装置に記憶されている基礎情報に基づいて当該基礎情報を更新する更新処理と、を交互に繰り返すことにより、鍵情報に基づく疑似乱数列を生成する擬似乱数生成器の安全性を評価する評価方法であって、
前記記憶装置に記憶されている基礎情報のうちの、1回の前記更新処理において当該基礎情報を更新するために用いられる情報、及び、1回の前記生成処理において前記擬似乱数を生成するために用いられる情報の量である処理基礎情報量Uと、前記擬似乱数の情報の量である擬似乱数情報量mと、前記鍵情報の量である鍵情報量Lと、を受け付け、
前記受け付けられた処理基礎情報量Uから、前記受け付けられた擬似乱数情報量mを減じた値である判定基準量U−mと、前記受け付けられた鍵情報量Lと、に基づいて、前記擬似乱数生成器が推測決定攻撃に対して安全であるか否かを判定する、評価方法。(Appendix 6)
A generation process for generating a pseudo-random number based on basic information stored in a storage device including a feedback shift register, and an update process for updating the basic information based on basic information stored in the storage device. An evaluation method for evaluating the safety of a pseudo random number generator that generates a pseudo random number sequence based on key information by repeating alternately,
Of the basic information stored in the storage device, information used for updating the basic information in one update process, and generating the pseudo-random number in one generation process Receiving a processing basic information amount U which is an amount of information used, a pseudo random number information amount m which is an amount of information of the pseudo random number, and a key information amount L which is an amount of the key information;
Based on the determination reference amount U-m, which is a value obtained by subtracting the received pseudorandom information amount m from the received processing basic information amount U, and the received key information amount L, the pseudo An evaluation method that determines whether a random number generator is safe against guess-decision attacks.
(付記7)
付記6に記載の評価方法であって、
前記判定基準量U−mが、前記鍵情報量L以上である場合、前記擬似乱数生成器が推測決定攻撃に対して安全であると判定するように構成された評価方法。(Appendix 7)
The evaluation method according to
An evaluation method configured to determine that the pseudo-random number generator is safe against a guess decision attack when the determination reference amount U-m is equal to or greater than the key information amount L.
(付記8)
情報処理装置に、
フィードバックシフトレジスタを備える記憶装置に記憶されている基礎情報に基づいて擬似乱数を生成する生成処理と、当該記憶装置に記憶されている基礎情報に基づいて当該基礎情報を更新する更新処理と、を交互に繰り返すことにより、鍵情報に基づく疑似乱数列を生成する擬似乱数生成器の安全性を評価させるための評価プログラムであって、
前記情報処理装置に、
前記記憶装置に記憶されている基礎情報のうちの、1回の前記更新処理において当該基礎情報を更新するために用いられる情報、及び、1回の前記生成処理において前記擬似乱数を生成するために用いられる情報の量である処理基礎情報量Uと、前記擬似乱数の情報の量である擬似乱数情報量mと、前記鍵情報の量である鍵情報量Lと、を受け付け、
前記受け付けられた処理基礎情報量Uから、前記受け付けられた擬似乱数情報量mを減じた値である判定基準量U−mと、前記受け付けられた鍵情報量Lと、に基づいて、前記擬似乱数生成器が推測決定攻撃に対して安全であるか否かを判定する、処理を実行させるための評価プログラム。(Appendix 8)
In the information processing device,
A generation process for generating a pseudo-random number based on basic information stored in a storage device including a feedback shift register, and an update process for updating the basic information based on basic information stored in the storage device. An evaluation program for evaluating the safety of a pseudo random number generator that generates a pseudo random number sequence based on key information by repeating alternately,
In the information processing apparatus,
Of the basic information stored in the storage device, information used for updating the basic information in one update process, and generating the pseudo-random number in one generation process Receiving a processing basic information amount U which is an amount of information used, a pseudo random number information amount m which is an amount of information of the pseudo random number, and a key information amount L which is an amount of the key information;
Based on the determination reference amount U-m, which is a value obtained by subtracting the received pseudorandom information amount m from the received processing basic information amount U, and the received key information amount L, the pseudo An evaluation program for executing a process for determining whether or not the random number generator is safe against a guess decision attack.
(付記9)
付記8に記載の評価プログラムであって、
前記判定基準量U−mが、前記鍵情報量L以上である場合、前記擬似乱数生成器が推測決定攻撃に対して安全であると判定するように構成された評価プログラム。(Appendix 9)
An evaluation program according to
An evaluation program configured to determine that the pseudo-random number generator is safe against a guess decision attack when the determination reference amount U-m is equal to or greater than the key information amount L.
なお、本発明は、日本国にて2012年2月15日に特許出願された特願2012−030469の特許出願に基づく優先権主張の利益を享受するものであり、当該特許出願に記載された内容は、全て本明細書に含まれるものとする。 In addition, this invention enjoys the benefit of the priority claim based on the patent application of Japanese Patent Application No. 2012-030469 for which it applied for a patent in Japan on February 15, 2012, and was described in the said patent application. The contents are all included in this specification.
本発明は、擬似乱数生成器の安全性を評価する評価装置等に適用可能である。 The present invention can be applied to an evaluation apparatus for evaluating the safety of a pseudorandom number generator.
100 評価装置
101 情報量受付部
102 判定部
103 出力部
200 擬似乱数生成器
201 フィードバックシフトレジスタ
202 第1の変換処理部
203 メモリ
204 マルチプレクサ
205 第2の変換処理部
206 バッファ
207 第3の変換処理部
500 評価装置
501 情報量受付部
502 判定部DESCRIPTION OF
Claims (9)
前記記憶装置に記憶されている基礎情報のうちの、1回の前記更新処理において当該基礎情報を更新するために用いられる情報、及び、1回の前記生成処理において前記擬似乱数を生成するために用いられる情報の量である処理基礎情報量Uと、前記擬似乱数の情報の量である擬似乱数情報量mと、前記鍵情報の量である鍵情報量Lと、を受け付ける情報量受付手段と、
前記受け付けられた処理基礎情報量Uから、前記受け付けられた擬似乱数情報量mを減じた値である判定基準量U−mと、前記受け付けられた鍵情報量Lと、に基づいて、前記擬似乱数生成器が推測決定攻撃に対して安全であるか否かを判定する判定手段と、
を備える評価装置。A generation process for generating a pseudo-random number based on basic information stored in a storage device including a feedback shift register, and an update process for updating the basic information based on basic information stored in the storage device. An evaluation device for evaluating the safety of a pseudo-random number generator that generates a pseudo-random number sequence based on key information by repeating alternately,
Of the basic information stored in the storage device, information used for updating the basic information in one update process, and generating the pseudo-random number in one generation process An information amount receiving means for receiving a processing basic information amount U which is an amount of information used, a pseudo random number information amount m which is an amount of information of the pseudo random number, and a key information amount L which is an amount of the key information; ,
Based on the determination reference amount U-m, which is a value obtained by subtracting the received pseudorandom information amount m from the received processing basic information amount U, and the received key information amount L, the pseudo A determination means for determining whether the random number generator is safe against the speculative decision attack;
An evaluation apparatus comprising:
前記判定手段は、前記判定基準量U−mが、前記鍵情報量L以上である場合、前記擬似乱数生成器が推測決定攻撃に対して安全であると判定するように構成された評価装置。The evaluation device according to claim 1,
The evaluation device configured to determine that the pseudo-random number generator is safe against a guess decision attack when the determination reference amount Um is equal to or greater than the key information amount L.
前記記憶装置は、更に、メモリを備え、
前記基礎情報は、前記フィードバックシフトレジスタに記憶されている第1の基礎情報と、前記メモリに記憶されている第2の基礎情報と、を含み、
前記擬似乱数生成器は、前記更新処理において、前記フィードバックシフトレジスタに記憶されている第1の基礎情報が、当該第1の基礎情報のみに基づいて更新され、且つ、前記メモリに記憶されている第2の基礎情報が、当該第2の基礎情報と前記第1の基礎情報とに基づいて更新されるように構成された評価装置。The evaluation apparatus according to claim 1 or 2, wherein
The storage device further includes a memory,
The basic information includes first basic information stored in the feedback shift register and second basic information stored in the memory,
In the update process, the pseudo random number generator updates the first basic information stored in the feedback shift register based only on the first basic information, and stores the first basic information in the memory. An evaluation device configured to update second basic information based on the second basic information and the first basic information.
前記擬似乱数生成器は、前記生成処理において、前記フィードバックシフトレジスタに記憶されている第1の基礎情報と、前記メモリに記憶されている第2の基礎情報と、に基づいて前記擬似乱数を生成するように構成された評価装置。An evaluation apparatus according to claim 3, wherein
The pseudo random number generator generates the pseudo random number based on first basic information stored in the feedback shift register and second basic information stored in the memory in the generation process. An evaluation device configured to:
前記擬似乱数生成器により生成された擬似乱数は、ストリーム暗号方式における鍵ストリームとして用いられる、評価装置。An evaluation apparatus according to any one of claims 1 to 4,
The evaluation device, wherein the pseudo-random number generated by the pseudo-random number generator is used as a key stream in a stream encryption method.
前記記憶装置に記憶されている基礎情報のうちの、1回の前記更新処理において当該基礎情報を更新するために用いられる情報、及び、1回の前記生成処理において前記擬似乱数を生成するために用いられる情報の量である処理基礎情報量Uと、前記擬似乱数の情報の量である擬似乱数情報量mと、前記鍵情報の量である鍵情報量Lと、を受け付け、
前記受け付けられた処理基礎情報量Uから、前記受け付けられた擬似乱数情報量mを減じた値である判定基準量U−mと、前記受け付けられた鍵情報量Lと、に基づいて、前記擬似乱数生成器が推測決定攻撃に対して安全であるか否かを判定する、評価方法。A generation process for generating a pseudo-random number based on basic information stored in a storage device including a feedback shift register, and an update process for updating the basic information based on basic information stored in the storage device. An evaluation method for evaluating the safety of a pseudo random number generator that generates a pseudo random number sequence based on key information by repeating alternately,
Of the basic information stored in the storage device, information used for updating the basic information in one update process, and generating the pseudo-random number in one generation process Receiving a processing basic information amount U which is an amount of information used, a pseudo random number information amount m which is an amount of information of the pseudo random number, and a key information amount L which is an amount of the key information;
Based on the determination reference amount U-m, which is a value obtained by subtracting the received pseudorandom information amount m from the received processing basic information amount U, and the received key information amount L, the pseudo An evaluation method that determines whether a random number generator is safe against guess-decision attacks.
前記判定基準量U−mが、前記鍵情報量L以上である場合、前記擬似乱数生成器が推測決定攻撃に対して安全であると判定するように構成された評価方法。The evaluation method according to claim 6, wherein
An evaluation method configured to determine that the pseudo-random number generator is safe against a guess decision attack when the determination reference amount U-m is equal to or greater than the key information amount L.
フィードバックシフトレジスタを備える記憶装置に記憶されている基礎情報に基づいて擬似乱数を生成する生成処理と、当該記憶装置に記憶されている基礎情報に基づいて当該基礎情報を更新する更新処理と、を交互に繰り返すことにより、鍵情報に基づく疑似乱数列を生成する擬似乱数生成器の安全性を評価させるための評価プログラムであって、
前記情報処理装置に、
前記記憶装置に記憶されている基礎情報のうちの、1回の前記更新処理において当該基礎情報を更新するために用いられる情報、及び、1回の前記生成処理において前記擬似乱数を生成するために用いられる情報の量である処理基礎情報量Uと、前記擬似乱数の情報の量である擬似乱数情報量mと、前記鍵情報の量である鍵情報量Lと、を受け付け、
前記受け付けられた処理基礎情報量Uから、前記受け付けられた擬似乱数情報量mを減じた値である判定基準量U−mと、前記受け付けられた鍵情報量Lと、に基づいて、前記擬似乱数生成器が推測決定攻撃に対して安全であるか否かを判定する、処理を実行させるための評価プログラム。In the information processing device,
A generation process for generating a pseudo-random number based on basic information stored in a storage device including a feedback shift register, and an update process for updating the basic information based on basic information stored in the storage device. An evaluation program for evaluating the safety of a pseudo random number generator that generates a pseudo random number sequence based on key information by repeating alternately,
In the information processing apparatus,
Of the basic information stored in the storage device, information used for updating the basic information in one update process, and generating the pseudo-random number in one generation process Receiving a processing basic information amount U which is an amount of information used, a pseudo random number information amount m which is an amount of information of the pseudo random number, and a key information amount L which is an amount of the key information;
Based on the determination reference amount U-m, which is a value obtained by subtracting the received pseudorandom information amount m from the received processing basic information amount U, and the received key information amount L, the pseudo An evaluation program for executing a process for determining whether or not the random number generator is safe against a guess decision attack.
前記判定基準量U−mが、前記鍵情報量L以上である場合、前記擬似乱数生成器が推測決定攻撃に対して安全であると判定するように構成された評価プログラム。An evaluation program according to claim 8, wherein
An evaluation program configured to determine that the pseudo-random number generator is safe against a guess decision attack when the determination reference amount U-m is equal to or greater than the key information amount L.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014500076A JP5858503B2 (en) | 2012-02-15 | 2013-01-29 | Evaluation apparatus, evaluation method, and evaluation program |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012030469 | 2012-02-15 | ||
JP2012030469 | 2012-02-15 | ||
JP2014500076A JP5858503B2 (en) | 2012-02-15 | 2013-01-29 | Evaluation apparatus, evaluation method, and evaluation program |
PCT/JP2013/000443 WO2013121710A2 (en) | 2012-02-15 | 2013-01-29 | Evaluation device, evaluation method, and evaluation programme |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2013121710A1 true JPWO2013121710A1 (en) | 2015-05-11 |
JP5858503B2 JP5858503B2 (en) | 2016-02-10 |
Family
ID=48984865
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014500076A Active JP5858503B2 (en) | 2012-02-15 | 2013-01-29 | Evaluation apparatus, evaluation method, and evaluation program |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP5858503B2 (en) |
WO (1) | WO2013121710A2 (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09251376A (en) * | 1996-03-14 | 1997-09-22 | Nippon Telegr & Teleph Corp <Ntt> | Safety evaluation device for pseudo random number generator for password/verification |
WO2006100801A1 (en) * | 2005-03-23 | 2006-09-28 | Kddi Corporation | Key stream encryption device, method, and program |
JP2006285830A (en) * | 2005-04-04 | 2006-10-19 | National Institute Of Information & Communication Technology | Intensity evaluation device for pseudo-random number generator and coder |
-
2013
- 2013-01-29 JP JP2014500076A patent/JP5858503B2/en active Active
- 2013-01-29 WO PCT/JP2013/000443 patent/WO2013121710A2/en active Application Filing
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09251376A (en) * | 1996-03-14 | 1997-09-22 | Nippon Telegr & Teleph Corp <Ntt> | Safety evaluation device for pseudo random number generator for password/verification |
WO2006100801A1 (en) * | 2005-03-23 | 2006-09-28 | Kddi Corporation | Key stream encryption device, method, and program |
JP2006285830A (en) * | 2005-04-04 | 2006-10-19 | National Institute Of Information & Communication Technology | Intensity evaluation device for pseudo-random number generator and coder |
Non-Patent Citations (1)
Title |
---|
JPN6015036882; 丹羽 朗人、栃窪 孝也: '"擬似乱数検証ツールの開発"' コンピュータセキュリティシンポジウム2003 第2003巻、第15号, 20031029, p.629-634, 社団法人情報処理学会 * |
Also Published As
Publication number | Publication date |
---|---|
JP5858503B2 (en) | 2016-02-10 |
WO2013121710A2 (en) | 2013-08-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3696209B2 (en) | Seed generation circuit, random number generation circuit, semiconductor integrated circuit, IC card and information terminal device | |
CN112152777B (en) | Homomorphic cryptographic operation-oriented key conversion method, system, equipment and readable storage medium | |
KR20100127789A (en) | Digital random number generator based on digitally-controlled oscillators | |
JP5929905B2 (en) | Order-preserving encryption system, apparatus, method, and program | |
WO2006098015A1 (en) | Data converting apparatus and data converting method | |
JPH1153173A (en) | Method and device for generating pseudo-random number | |
CN115051798A (en) | Random number generation method and device, electronic equipment and storage medium | |
CN111008407A (en) | Encryption circuit for performing virtual encryption operations | |
JP2015177329A (en) | information processing apparatus, information processing method and computer program | |
WO2019043921A1 (en) | Encryption device, decryption device, encryption method, decryption method, encryption program, and decryption program | |
JP2002229445A (en) | Modulator exponent device | |
JP5858503B2 (en) | Evaluation apparatus, evaluation method, and evaluation program | |
JP5427117B2 (en) | Message authenticator generation device, message authenticator verification device, message authenticator generation method, message authenticator verification method, and program | |
Sadkhan et al. | Simulink based implementation of developed A5/1 stream cipher cryptosystems | |
JP6194136B2 (en) | Pseudorandom number generation device and pseudorandom number generation program | |
CN115632782B (en) | Random number generation method, system and equipment based on SM4 counter mode | |
KR20200087708A (en) | Verifiable computing for approximate computation | |
JP3803664B2 (en) | Random number generation circuit, semiconductor integrated circuit, IC card and information terminal device | |
CN114448613B (en) | Physical layer key generation method and device of communication system and electronic equipment | |
JP4857230B2 (en) | Pseudorandom number generator and encryption processing device using the same | |
JP2018092010A (en) | Encryption device and encryption method, encryption program, key generation device, key generation method, and key generation program | |
JP2011119985A (en) | Encryption and decryption method | |
JP5916246B2 (en) | Cryptographic evaluation apparatus, cryptographic evaluation method, and cryptographic evaluation program | |
CN116055039B (en) | Random number generation method and device based on block cipher algorithm | |
JP2013037290A (en) | Information processing system, information processing method, and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150915 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20151023 |
|
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: 20151117 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20151210 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5858503 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |