JP2008187679A - Regular product determination system - Google Patents

Regular product determination system Download PDF

Info

Publication number
JP2008187679A
JP2008187679A JP2007021918A JP2007021918A JP2008187679A JP 2008187679 A JP2008187679 A JP 2008187679A JP 2007021918 A JP2007021918 A JP 2007021918A JP 2007021918 A JP2007021918 A JP 2007021918A JP 2008187679 A JP2008187679 A JP 2008187679A
Authority
JP
Japan
Prior art keywords
random number
processing
product
determination
host computer
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.)
Pending
Application number
JP2007021918A
Other languages
Japanese (ja)
Inventor
Tomoharu Kifuku
友晴 貴福
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2007021918A priority Critical patent/JP2008187679A/en
Publication of JP2008187679A publication Critical patent/JP2008187679A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To prevent an authentication algorithm from being easily decoded even by analyzing a communication pattern between a regularity determination apparatus and a product to be determined. <P>SOLUTION: A small-sized information device 1 includes a random number working unit 13 which repeats, just set times, work processing for selecting any one of two random numbers transmitted from a host computer 110 and transmitting a working signal working the selected random number to the host computer 110. The host computer 110 includes: random number generating units 111, 112 for generating two random number for one time of work processing; an arithmetic result judging unit 115 which judges, iteratively just set times, whether the working signal or a working arithmetic result further applying arithmetic processing to the working signal is matched with any one of a plurality of determination arithmetic results operated using the random numbers; and a regular device determination unit 116 which determines the small-sized information device 1 as a regular product when all the determination results as many as the set times indicate matching, and permits a connection with the host computer 110. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、正規性判定装置に接続された被判定製品の正規性を判断し、被判定製品が正規品であることを認証する正規品判定システムに関する。   The present invention relates to a regular product determination system that determines the regularity of a product to be judged connected to a normality judgment device and authenticates that the product to be judged is a regular product.

一般に、周辺デバイスをホストコンピュータから制御するためには、ホストコンピュータ側に各周辺デバイスに適合するデバイスドライバを備える必要がある。実際にホストコンピュータへ接続される周辺デバイスは、デバイスドライバの開発者が意図している正規製品であることが望ましい。   In general, in order to control a peripheral device from a host computer, it is necessary to provide a device driver suitable for each peripheral device on the host computer side. The peripheral device that is actually connected to the host computer is preferably an authorized product intended by the device driver developer.

デバイスドライバの提供者が意図しない正規製品以外の互換デバイスが接続された環境で動作される場面も想定される。通常、デバイスドライバは、正規製品を動作制御するために作成されているので、互換製品までもその動作を確実に制御できるとは言い切れない。このため、互換デバイスをデバイスドライバで制御した場合に、思わぬ動作を引き起こす可能性がある。   It is also assumed that the device driver is operated in an environment in which a compatible device other than a genuine product that is not intended is connected. Normally, the device driver is created to control the operation of a genuine product, so it cannot be said that the operation of even a compatible product can be reliably controlled. For this reason, when a compatible device is controlled by a device driver, an unexpected operation may be caused.

例えば、互換デバイスとして、チェック紙を読み取るスキャナを備えた読取装置が接続されていた場合、デバイスドライバとの相性が合わず、紙ジャム、キャリブレーションのミス、モータや回路の焼き付きなどを発生する場合がある。このような、問題を解決するために、特許文献1には正規性判定装置に接続された被判定製品の正規性を判断し、被判定製品が正規品であるか否かを判定する正規品認証システムが記載されている。   For example, if a compatible device is connected to a reader equipped with a scanner that reads check paper, it will not match the device driver, resulting in paper jams, calibration errors, motor or circuit burn-in, etc. There is. In order to solve such a problem, Japanese Patent Application Laid-Open No. H10-228667 determines a normality of a product to be determined connected to a normality determination device and determines whether or not the product to be determined is a genuine product. An authentication system is described.

具体的には、ノート型PCに電池パックが装着されると、装着された電池パックが正規品であるかを判断するため認証システム10が動作開始する。まず、乱数発生手段が乱数aを発生し、発生した乱数aが通信バスを通じて電池パックに伝送されると同時に、比較手段に記憶される。電池パックは第1演算手段により乱数aを用いて関数b=f(a)を演算し、演算結果bを通信バスを通じてノート型PCに返送する。ノート型PC1では第2演算手段により演算結果bを用いて関数c=g(b)=g{f(a)}を演算する。比較手段は第2演算手段の演算結果cと記憶している乱数aとを比較してa=cであるか否かを判定する。a=cであると判定されると、電池パックが正規品であることが認定される。   Specifically, when a battery pack is attached to the notebook PC, the authentication system 10 starts operating to determine whether the attached battery pack is a genuine product. First, the random number generating means generates a random number a, and the generated random number a is transmitted to the battery pack through the communication bus and simultaneously stored in the comparing means. The battery pack calculates the function b = f (a) using the random number a by the first calculation means, and returns the calculation result b to the notebook PC through the communication bus. In the notebook PC 1, the function c = g (b) = g {f (a)} is calculated by the second calculation means using the calculation result b. The comparison means compares the calculation result c of the second calculation means with the stored random number a to determine whether a = c. If it is determined that a = c, the battery pack is certified as a genuine product.

このように、従来の製品の正規品認証において、正規品認証の対象となる被判定製品内に暗号アルゴリズム/暗号キーを埋め込み、それを正規性判定装置が確認するという手段がある。暗号アルゴリズムによる正規品認証の場合、正規性判定装置側に組み込まれたドライバが乱数を発生してこれを送信し、被判定製品はその乱数と暗号キーとに対して暗号アルゴリズムを施した結果を応答で返す方式が多い。
特開2005−94128号公報
As described above, in authentic authentication of a conventional product, there is a means in which an encryption algorithm / encryption key is embedded in a determination target product that is an object of authentic authentication, and the normality determination device confirms it. In the case of authentic authentication using an encryption algorithm, the driver built into the normality determination device generates a random number and sends it, and the product to be determined outputs the result of applying the encryption algorithm to the random number and the encryption key. There are many methods to return in response.
JP 2005-94128 A

特許文献1に記載の正規品認証システムでは、乱数発生手段が発生した1の乱数に対して、特定の認証アルゴリズムを適用して演算処理された値を返すようになっているため、正規性判定装置と被判定製品との間の通信パターンを解析し易く、通信パターンを解析して被判定製品側で行っている認証アルゴリズムが解読される可能性がある。   In the genuine product authentication system described in Patent Document 1, since a random number is generated by a random number generation means, a value obtained by applying a specific authentication algorithm to a random number is returned. It is easy to analyze the communication pattern between the device and the product to be judged, and there is a possibility that the authentication algorithm performed on the product to be judged side is analyzed by analyzing the communication pattern.

しかしながら、認証アルゴリズムが解読されてしまうと、そのままその認証アルゴリズムが被判定製品に搭載される可能性がある。正規製品以外の製品に解読された認証アルゴリズムが搭載されてしまっては、本来、非正規製品であると判定しなければならないところ正規製品であると誤って判定してしまう恐れがある。   However, if the authentication algorithm is deciphered, there is a possibility that the authentication algorithm is directly installed in the product to be determined. If the decrypted authentication algorithm is installed in a product other than the authorized product, it may be erroneously determined that the product is a genuine product where it must originally be determined to be a non-genuine product.

本発明は、上記課題を解決するためになされたものであって、正規性判定装置に接続された被判定製品の正規性を判断し、被判定製品が正規品であることを認証する正規品認証システムにおいて、正規性判定装置と被判定製品との間の通信パターンを解析しても容易に認証アルゴリズムを解読することができないようにすることを目的とする。   The present invention has been made in order to solve the above-described problem, and determines the normality of a product to be determined connected to a normality determination device, and authenticates that the product to be determined is a genuine product. It is an object of the authentication system to prevent an authentication algorithm from being easily deciphered even if a communication pattern between a normality determination device and a product to be determined is analyzed.

上記課題を解決することのできる本発明は、正規性判定装置に接続された被判定製品が正規製品であるか否かを判定する正規品判定システムであって、
前記被判定製品は、
前記正規性判定装置から送信された複数の乱数のうち何れかを選択し、選択された乱数を加工した加工信号を前記正規性判定装置へ送信する加工処理を設定回数だけ繰り返す乱数加工部を有し、
前記正規性判定装置は、
1回の加工処理につき前記複数の乱数を発生する乱数発生部と、
前記加工信号あるいは前記加工信号にさらに演算処理を施した加工演算結果と、前記乱数発生部から発生された各乱数を用いて演算された複数の判定演算結果のうちの何れかと、が一致するか否かを前記設定回数だけ繰り返し判断する演算結果判断部と、
前記設定回数分の判定結果が、全て一致していた場合に、前記被判定製品を正規製品と判定し前記正規性判定装置との接続を許可する正規品判定部と、を有することを特徴とする。
The present invention that can solve the above-mentioned problem is a regular product determination system that determines whether a product to be determined connected to a normality determination device is a regular product,
The judged product is
A random number processing unit that selects any one of a plurality of random numbers transmitted from the normality determination device and repeats the processing for transmitting the processed signal obtained by processing the selected random number to the normality determination device a set number of times. And
The normality determination device includes:
A random number generator for generating the plurality of random numbers per processing process;
Whether the processing signal or the processing operation result obtained by further performing arithmetic processing on the processing signal matches one of a plurality of determination calculation results calculated using each random number generated from the random number generator A calculation result determination unit that repeatedly determines whether or not the set number of times,
A regular product determination unit that determines that the product to be determined is a genuine product and permits connection with the normality determination device when all the determination results for the set number of times match. To do.

上記構成によれば、正規性判定装置では1回の加工処理につき複数の乱数を発生し、被判定製品では、正規性判定装置から送信された複数の乱数のうち何れかの乱数を選択し、選択された乱数に加工処理を行うよう構成されている。この場合、正規性判定装置と被判定装置の間の通信パターンを解析しても、何れかの乱数が選択されたかを容易に判明することができない。そして、設定回数分の判定結果が全て一致していた場合に、被判定製品を正規製品と判定し正規性判定装置との接続を許可するので、1回でも判定結果が一致しなければ通信を不許可とすることができる。このため、容易に正規性判定処理のアルゴリズムを解読されることを防止するとともに、互換製品が正規性判定装置へ接続された場合の正規性判定装置との通信を規制することが可能となる。したがって、互換製品と正規性判定装置との相性が合わないことによる、誤動作や故障等を未然に防止することが可能となる。   According to the above configuration, the normality determination device generates a plurality of random numbers per processing process, and the product to be determined selects one of the plurality of random numbers transmitted from the normality determination device, The selected random number is processed. In this case, even if the communication pattern between the normality determination device and the device to be determined is analyzed, it cannot be easily determined which random number has been selected. If all the determination results for the set number of times match, the product to be determined is determined to be a regular product and connection with the normality determination device is permitted. Therefore, if the determination result does not match even once, communication is performed. It can be disallowed. Therefore, it is possible to prevent the normality determination processing algorithm from being easily deciphered and to restrict communication with the normality determination device when a compatible product is connected to the normality determination device. Therefore, it is possible to prevent malfunctions and failures due to incompatibility between the compatible product and the normality determination device.

また本発明において、前記被判定製品は、前記被判定製品に固有の乱数加工情報を記憶する情報記憶部を有し、
前記乱数加工部は、選択した乱数について、前記乱数加工情報を用いて加工した加工信号と、前記乱数加工情報を用いない加工信号と、の何れかに加工することを特徴とする。
In the present invention, the product to be determined has an information storage unit for storing random number processing information unique to the product to be determined.
The random number processing unit processes the selected random number into one of a processed signal processed using the random number processed information and a processed signal not using the random number processed information.

上記構成によれば、選択した乱数について、乱数加工情報を用いて加工した加工信号と、乱数加工情報を用いない加工信号と、の何れかに加工することができる。すなわち、選択した各乱数について、複数の加工信号のパターンを設定することができる。このため、選択した各乱数について1つの加工信号のパターンしか設定されていない場合に比べて被判定装置から正規性判定装置に対する通信パターンの解析を行うことが困難である。
従来のように、1つの加工信号のパターンしか設定されていない場合には、加工処理において必ず製品固有の乱数加工情報を用いた加工信号を返すため、正規性判定装置側では1回だけ演算結果判断を行えばよい。しかしながら、その1回の演算結果判断の信頼性を確保するには、乱数を大きな値としたり、アルゴリズム自体を複雑化する必要がある。本発明は、設定回数を適度に調整することによって、正規性判定の信頼性を強化することができる。
According to the above configuration, the selected random number can be processed into either a processing signal processed using the random number processing information or a processing signal not using the random number processing information. That is, a plurality of processing signal patterns can be set for each selected random number. For this reason, it is difficult to analyze the communication pattern from the determination target device to the normality determination device as compared to the case where only one processed signal pattern is set for each selected random number.
As in the past, when only one processing signal pattern is set, a processing signal using product-specific random number processing information is always returned in the processing processing, so that the normality determination device side only calculates the result once. Just make a decision. However, in order to ensure the reliability of the single calculation result determination, it is necessary to increase the random number or to complicate the algorithm itself. The present invention can enhance the reliability of the normality determination by appropriately adjusting the number of times of setting.

前記乱数発生部は、1回の加工処理につき2つの乱数を発生し、
前記乱数加工部は、前記2つの乱数の和が偶数であるか、奇数であるかによって前記加工信号のパターンを変えて送信することを特徴とする。
The random number generation unit generates two random numbers per processing process,
The random number processing unit transmits the processing signal by changing a pattern of the processing signal depending on whether the sum of the two random numbers is an even number or an odd number.

上記構成によれば、偶数か奇数か、2つの乱数の何れかを選択するか、の組み合わせによって、4通りに加工信号のパターンを変えることが可能である。このため、1通りの加工信号のパターンしか設定されていない場合に比べて被判定装置から正規性判定装置への通信パターンの解析が困難である。また、通信パターンが解析されれば、4通りの加工信号パターンを2つの乱数の和が偶数か奇数かによって2通りの加工信号パターンまで絞ることができる可能性はあるが、2つの乱数のどちらが選択されたかを判明することは困難である。このため、容易に正規品判定処理のアルゴリズムを解読されることを防止することができる。   According to the above configuration, it is possible to change the pattern of the processing signal in four ways depending on the combination of whether to select an even number, an odd number, or two random numbers. For this reason, it is difficult to analyze the communication pattern from the determination target device to the normality determination device as compared with the case where only one pattern of processing signals is set. Also, if the communication pattern is analyzed, there is a possibility that the four processing signal patterns can be narrowed down to two processing signal patterns depending on whether the sum of the two random numbers is an even number or an odd number. It is difficult to determine if it has been selected. For this reason, it is possible to prevent the legitimate product determination processing algorithm from being easily decoded.

また本発明において、前記乱数加工部は、前記加工処理において剰余演算を行うことを特徴とする。このような構成によれば、正規性判定装置から被判定装置に対する通信パターンの解析を行って発生した複数の乱数の値が判明しても、剰余演算の結果と乱数の値とから、乱数加工情報を導き出すことは困難であるため、容易に正規品判定処理のアルゴリズムを解読されることを防止することができる。   In the present invention, the random number processing unit performs a remainder operation in the processing. According to such a configuration, even if a plurality of random number values generated by analyzing the communication pattern from the normality determination device to the device to be determined are found, random number processing is performed from the result of the remainder calculation and the random number value. Since it is difficult to derive information, it is possible to prevent the legitimate product determination processing algorithm from being easily decoded.

以下、本発明に係る正規品判定システムの1実施の形態について図面を参照して詳細に説明する。なお、本実施形態では、ホストコンピュータと、ホストコンピュータからの指示に応じて読み取り処理を実行する小型情報機器と、から構成される情報読取システムを例に挙げて説明する。   Hereinafter, an embodiment of a regular product determination system according to the present invention will be described in detail with reference to the drawings. In this embodiment, an information reading system including a host computer and a small information device that executes a reading process in response to an instruction from the host computer will be described as an example.

図1は、本発明の実施形態に係る情報読取システムの内部処理を示すブロック図である。ホストコンピュータ110から小型情報機器1の動作を制御するために、ホストコンピュータ側には小型情報機器専用のデバイスドライバが登録されている。本実施形態では、ホストコンピュータ110へ接続された小型情報機器1が、ホストコンピュータ110に登録されているデバイスドライバに対して正規品であるか否かを判断することができるようになっている。つまり、ホストコンピュータ110と実際に接続される小型情報機器1が、デバイスドライバの開発者等が意図する正規の製品であることを判定する機能を備えている。
(小型情報機器の機械的構成について)
まず、小型情報機器1の概要について説明する。本実施形態に係る小型情報機器1は、給紙部であるASF(Auto Sheet Feeder:オートシートフィーダ)に装填される小切手等の単票用紙を筐体に形成された略U字状の用紙搬送路に沿って搬送しながら、単票用紙上に印刷されている両面画像の読み取り、単票用紙上の磁気インク文字の読み取りを実行可能に構成されている。
FIG. 1 is a block diagram showing internal processing of the information reading system according to the embodiment of the present invention. In order to control the operation of the small information device 1 from the host computer 110, a device driver dedicated to the small information device is registered on the host computer side. In the present embodiment, it is possible to determine whether or not the small information device 1 connected to the host computer 110 is a genuine product with respect to a device driver registered in the host computer 110. In other words, the small information device 1 that is actually connected to the host computer 110 has a function of determining that it is a legitimate product intended by a device driver developer or the like.
(Mechanical configuration of small information equipment)
First, an outline of the small information device 1 will be described. The small-sized information device 1 according to the present embodiment conveys a substantially U-shaped paper sheet formed in a casing with a cut sheet such as a check loaded in an ASF (Auto Sheet Feeder) serving as a paper feeding unit. While being conveyed along the path, it is configured to be able to read a double-sided image printed on a cut sheet and read magnetic ink characters on the cut sheet.

小切手が搬送されるU字状の用紙搬送路の底の部分に相当する部位に、各種読取装置が設けられている。用紙搬送路の上流側には、複数の小切手を装填可能なASFが設けられている。ASFに装填された複数の小切手は、一枚ずつ分離されて用紙搬送路内に送り出される。
ASFから用紙搬送路内に送り出された小切手は、用紙搬送ローラ、中間搬送ローラ、排出ローラ等により排出口から排出される。
Various reading devices are provided in a portion corresponding to the bottom portion of the U-shaped paper conveyance path through which the check is conveyed. An ASF capable of loading a plurality of checks is provided on the upstream side of the paper transport path. The plurality of checks loaded in the ASF are separated one by one and sent out into the paper transport path.
The check sent from the ASF into the paper transport path is discharged from the discharge port by a paper transport roller, an intermediate transport roller, a discharge roller, and the like.

U字状の用紙搬送路の底の部分には、小切手の両面に印刷された画像の読み取りを行う画像読取装置(光学式文字読取装置:OCR)が設置されている。画像読取装置は、用紙搬送路を搬送される小切手の一面に光を照射し、反射した光を複数の受光素子(光電変換素子)を介して受光し、受光した光を電気信号に変換して1ライン分の画像を取得する。本実施形態では、小切手に印刷された画像を1ラインずつ順次読み取ることにより、小切手の二次元画像を取得する。   An image reading device (optical character reading device: OCR) that reads images printed on both sides of the check is installed at the bottom of the U-shaped paper conveyance path. The image reading apparatus irradiates light on one surface of a check conveyed on the paper conveyance path, receives the reflected light through a plurality of light receiving elements (photoelectric conversion elements), and converts the received light into an electrical signal. An image for one line is acquired. In this embodiment, a two-dimensional image of a check is acquired by sequentially reading images printed on the check line by line.

画像読取装置のさらに下流には、磁気インク文字を読み取る磁気インク文字読取装置(MICR(Magnetic Ink Character Reader))が設置されている。磁気インク文字読取装置は、小切手の表面に印刷された磁気インク文字を読み取るためのセンサである。この磁気インク文字読取装置は、対向配置された押付レバーによって小切手が磁気インク文字読取装置の表面に押し付けられた状態で読み取りを実行する。小切手については、口座番号などの情報が磁気インク文字で印刷された磁気インク文字記録領域を読み取る。   Further downstream of the image reader, a magnetic ink character reader (MICR (Magnetic Ink Character Reader)) that reads magnetic ink characters is installed. The magnetic ink character reader is a sensor for reading magnetic ink characters printed on the surface of a check. This magnetic ink character reading device performs reading in a state where a check is pressed against the surface of the magnetic ink character reading device by a pressing lever disposed oppositely. For a check, a magnetic ink character recording area in which information such as an account number is printed with magnetic ink characters is read.

なお、上述した画像読取装置と磁気インク文字読取装置はCPU(Central Processing Unit)によって制御される。ROM(Read Only Memory)には、CPUが読み出して実行する制御プログラムが記憶されている。このように、小型情報機器1は、通常使用時においては、用紙搬送路に沿って搬送された単票用紙に印刷された各種情報を対応する各読取装置によって読み取り、読み取り情報をホストコンピュータ110へ送信することができるようになっている。   The image reading apparatus and magnetic ink character reading apparatus described above are controlled by a CPU (Central Processing Unit). A ROM (Read Only Memory) stores a control program read and executed by the CPU. As described above, in the normal use, the small information device 1 reads various information printed on the cut sheet conveyed along the sheet conveyance path by the corresponding reading devices, and reads the read information to the host computer 110. It can be sent.

(ホストコンピュータについて)
一方、ホストコンピュータは、通常のパーソナルコンピュータであって予め小型情報機器1の動作を制御する専用のデバイスドライバが登録されている。デバイスドライバからの指示によって小型情報機器1に備えられた各種読取装置、搬送機構等が制御され、小切手の読み取り処理を実行する。本実施形態では、ホストコンピュータ110に接続された小型情報機器1が、ホストコンピュータ110に登録されているデバイスドライバに対応した正規の製品であるか否かを判断する。
(About the host computer)
On the other hand, the host computer is a normal personal computer, and a dedicated device driver for controlling the operation of the small information device 1 is registered in advance. In response to an instruction from the device driver, various reading devices, a conveyance mechanism, and the like provided in the small information device 1 are controlled to execute a check reading process. In the present embodiment, it is determined whether or not the small information device 1 connected to the host computer 110 is a legitimate product corresponding to a device driver registered in the host computer 110.

(情報読取システムの正規品判定処理について)
次に、本実施形態の情報読取システムが実行する正規品判定処理について説明する。図1は、本実施形態の情報読取システムの正規品判定処理を説明する制御ブロック図である。
本実施形態の情報読取システムにおいては、ホストコンピュータ110に接続された小型情報機器1が、ホストコンピュータ110に登録されているデバイスドライバと対応する正規の製品であるか否かをシステムを立ち上げる毎に判定するよう構成されている。
(Regarding legitimate product judgment processing of information reading system)
Next, regular product determination processing executed by the information reading system of this embodiment will be described. FIG. 1 is a control block diagram for explaining regular product determination processing of the information reading system of this embodiment.
In the information reading system of the present embodiment, every time the system is started, it is determined whether or not the small information device 1 connected to the host computer 110 is a legitimate product corresponding to the device driver registered in the host computer 110. It is comprised so that it may determine.

ホストコンピュータ110は、主として、2つの乱数発生部111,112と、発生した乱数を小型情報機器1へ送信する送信部113と、小型情報機器1から送信された加工信号を受信する受信部114と、演算結果が一致するか否かを判断する演算結果判断部115と、演算結果が一致した場合に小型情報機器1が正規製品であると判定してホストコンピュータ110との通信を許可する正規デバイス判定部116と、乱数記憶部117と、を備えている。   The host computer 110 mainly includes two random number generation units 111 and 112, a transmission unit 113 that transmits the generated random number to the small information device 1, and a reception unit 114 that receives a processed signal transmitted from the small information device 1. A calculation result determination unit 115 that determines whether the calculation results match, and a normal device that determines that the small information device 1 is a genuine product and permits communication with the host computer 110 when the calculation results match. A determination unit 116 and a random number storage unit 117 are provided.

本実施形態では、1回の正規品判定処理において行われる演算結果判断の実行回数が設定されており、乱数発生部111,112は演算結果判断が行われる度に、乱数を発生するよう設定されている。ここでは、乱数発生部111と乱数発生部112から各1個の乱数を発生し、1回の演算結果判断において2つの乱数を使用することとする。また、乱数発生部111,112が乱数を発生すると、発生した乱数は乱数記憶部117に保存される。
なお、以下では1回の演算結果判断において2つの乱数を発生する場合を一例として説明するが、これに限られることはない。すなわち、1回の演算結果判断において複数の乱数を発生する構成であればよく、多くの乱数を発生されればより通信パターンを解析されにくくすることができる。
In this embodiment, the number of executions of calculation result determination performed in one regular product determination process is set, and the random number generators 111 and 112 are set to generate a random number every time the calculation result determination is performed. ing. Here, one random number is generated from each of the random number generator 111 and the random number generator 112, and two random numbers are used in one calculation result determination. When the random number generators 111 and 112 generate random numbers, the generated random numbers are stored in the random number storage unit 117.
Hereinafter, a case where two random numbers are generated in one calculation result determination will be described as an example, but the present invention is not limited to this. In other words, it is only necessary to generate a plurality of random numbers in one calculation result determination. If a large number of random numbers are generated, the communication pattern can be more difficult to be analyzed.

小型情報機器1は、主として、ホストコンピュータ110から送信された信号を受信する受信部11、正規品判定処理において小型情報機器1側で行われる加工処理に用いられる情報であって正規製品である小型情報機器に固有の乱数加工情報を記憶する情報記憶部12と、ホストコンピュータ110から送信された2つの乱数の何れかを選択して、情報記憶部12に記憶された乱数加工情報を用いて、選択した乱数に対して加工処理を施す乱数加工部13と、ホストコンピュータ110へ信号を送信する送信部14と、を備えている。乱数加工部13によって加工された加工信号は、送信部14を介してホストコンピュータ110へ送信される。   The small information device 1 is mainly a receiving unit 11 that receives a signal transmitted from the host computer 110, and is a small product that is information used for processing performed on the small information device 1 side in the genuine product determination process and is a regular product. Select one of the two random numbers transmitted from the host computer 110 and the information storage unit 12 that stores the random number processing information unique to the information device, and use the random number processing information stored in the information storage unit 12, A random number processing unit 13 that performs processing on the selected random number and a transmission unit 14 that transmits a signal to the host computer 110 are provided. The processed signal processed by the random number processing unit 13 is transmitted to the host computer 110 via the transmission unit 14.

次に、本実施形態の情報読取システムにおける正規品判定処理の具体的な流れを説明する。
図2は、本実施形態の正規品判定処理を説明するフローチャートである。
まず、正規品判定処理に先立ち、乱数加工情報が磁気インク文字で書き込まれた判定用チェック紙を小型情報機器1の用紙搬送路の上流側に設置されたASFへセットし、ホストコンピュータ110からの読取コマンドに応じて、読取処理を実行する。磁気インク文字読取装置によって読み取られた磁気インク文字は、情報記憶部12に乱数加工情報Mとして記憶される。
Next, a specific flow of the regular product determination process in the information reading system of this embodiment will be described.
FIG. 2 is a flowchart for explaining the genuine product determination process of the present embodiment.
First, prior to the regular product determination process, a check sheet for determination in which random number processing information is written in magnetic ink characters is set in the ASF installed on the upstream side of the paper conveyance path of the small information device 1, and from the host computer 110 A reading process is executed according to the reading command. The magnetic ink characters read by the magnetic ink character reading device are stored as random number processing information M in the information storage unit 12.

この状態で、ホストコンピュータ110の図示せぬインターフェースを介して正規品判定処理の実行指示を受けると(ステップS11:Yes)、乱数発生部111,112がそれぞれ乱数r1,r2を生成し、送信部113を介して2つの乱数r1,r2が小型情報機器1へ送信される(ステップS12)。このとき、生成された乱数r1,r2は、乱数記憶部117に一時的に保存される。乱数加工部13は、受信部11で受信した2つの乱数r1,r2のうち何れかを選択し、選択された乱数に加工処理を行い(ステップS21)、加工信号Cとしてホストコンピュータ110へ送信する(ステップS22)。   In this state, when receiving an instruction to execute regular product determination processing via an interface (not shown) of the host computer 110 (step S11: Yes), the random number generation units 111 and 112 generate the random numbers r1 and r2, respectively, and the transmission unit Two random numbers r1 and r2 are transmitted to the small information device 1 via 113 (step S12). At this time, the generated random numbers r1 and r2 are temporarily stored in the random number storage unit 117. The random number processing unit 13 selects one of the two random numbers r1 and r2 received by the receiving unit 11, processes the selected random number (step S21), and transmits the processed signal C to the host computer 110. (Step S22).

ここで、乱数加工部13が行う乱数加工処理を説明する。図3は、2つの乱数r1,r2の何れかによって乱数加工部13がホストコンピュータ110へ反す値(加工信号C)を示したものである。
乱数加工部13は、乱数毎に、受信した乱数r1とr2の和が偶数か奇数かによって、異なる値を返すようになっている。
Here, the random number processing performed by the random number processing unit 13 will be described. FIG. 3 shows a value (processing signal C) that the random number processing unit 13 opposes to the host computer 110 by either of two random numbers r1 and r2.
The random number processing unit 13 returns a different value for each random number depending on whether the sum of the received random numbers r1 and r2 is an even number or an odd number.

乱数r1とr2の和が偶数であって選択した乱数がr1である場合にはr1×r1modPQを、乱数r1とr2の和が奇数であって選択した乱数がr1である場合にはr1×MmodPQを加工信号Cとしてホストコンピュータ110へ返す。
なお、PQは小型情報機器1とホストコンピュータ110とが備える共通の素数である。また、modは剰余演算を意味する。
また、乱数r1とr2の和が偶数であって選択した乱数がr2である場合にはr2×r2modPQを、乱数r1とr2の和が奇数であって選択した乱数がr2である場合にはr2×MmodPQを加工信号Cとしてホストコンピュータ110へ返す。
If the sum of the random numbers r1 and r2 is an even number and the selected random number is r1, then r1 × r1modPQ. If the sum of the random numbers r1 and r2 is an odd number and the selected random number is r1, then r1 × MmodPQ. To the host computer 110 as a machining signal C.
PQ is a common prime number included in the small information device 1 and the host computer 110. Mod means a remainder operation.
R2 × r2modPQ is selected when the sum of the random numbers r1 and r2 is an even number and the selected random number is r2, and r2 when the sum of the random numbers r1 and r2 is an odd number and the selected random number is r2. XMmodPQ is returned to the host computer 110 as the machining signal C.

これらに具体的な数値を当てはめてみる。素数:PQ=71、乱数加工情報:M=65、乱数:r1=10、乱数:r2=43とする。それぞれ、以下のような加工信号Cとなる。
(1)r1×r1modPQ=10×10mod71=100を71で割った余り=29
(2)r1×MmodPQ=10×65mod71=650を71で割った余り=11
(3)r2×r2modPQ=43×43mod71=1849を71で割った余り=3
(4)r2×MmodPQ=43×65mod71=2795を71で割った余り=26
となる。
Let's apply specific values to these. Prime number: PQ = 71, random number processing information: M = 65, random number: r1 = 10, random number: r2 = 43. The processing signals C are as follows.
(1) r1 × r1modPQ = 10 × 10 mod 71 = 100 remainder obtained by dividing 71 = 29
(2) r1 * MmodPQ = 10 * 65mod71 = remainder of dividing 650 by 71 = 11
(3) r2 × r2modPQ = 43 × 43mod71 = 1, remainder of 1849 divided by 71 = 3
(4) r2 × MmodPQ = 43 × 65mod71 = 2795 remainder divided by 71 = 26
It becomes.

上記値の何れかが、加工信号Cとしてホストコンピュータ110へ送信される。これを設定回数だけ繰り返し送信されると、小型情報機器1とホストコンピュータ110との間の通信パターンを解析することにより、r1+r2が偶数か奇数かによって通信パターンが4つのうち2つに絞られる可能性がある。r1+r2が偶数であった場合には上記(1),(3)が加工信号Cとして返るが、乱数加工部13がr1,r2の何れかの乱数を選択したかを判明することはできないので、(1)あるいは(3)の何れの式によって加工処理されたかを解析される虞がない。
一方、r1+r2が奇数であった場合には上記(2),(4)が加工信号Cとして返るが、同じく乱数加工部13がr1,r2の何れかの乱数を選択したかを判明することができないので、(2)あるいは(4)の何れの式によって加工処理されたかを解析される虞がない。
Any of the above values is transmitted to the host computer 110 as the machining signal C. When this is repeated for a set number of times, the communication pattern between the small information device 1 and the host computer 110 is analyzed, and the communication pattern is narrowed down to two out of four depending on whether r1 + r2 is even or odd. There is a possibility that. When r1 + r2 is an even number, the above (1) and (3) are returned as the processed signal C, but it cannot be determined whether the random number processing unit 13 has selected any of the random numbers r1 and r2. Therefore, there is no possibility of analyzing which of the expressions (1) or (3) is processed.
On the other hand, when r1 + r2 is an odd number, the above (2) and (4) are returned as the processed signal C, but it is also determined whether the random number processing unit 13 has selected either random number r1 or r2. Therefore, there is no possibility of analyzing whether the processing is performed according to the formula (2) or (4).

また、(1)から(4)の何れの加工処理においても、剰余演算(mod)を適用するため、乱数r1,r2の値が解析されても、加工処理のアルゴリズムを導き出すことは困難であり、(2)及び(4)の加工処理において用いられる小型情報機器に固有の乱数加工情報Mの値を導き出すことも難しいと言える。   In any processing of (1) to (4), the remainder calculation (mod) is applied, and it is difficult to derive the processing algorithm even if the values of the random numbers r1 and r2 are analyzed. It can also be said that it is difficult to derive the value of the random number processing information M unique to the small information device used in the processing processes (2) and (4).

ここでは、乱数r1とr2の和は、r1+r2=10+43=53であり奇数となる。ステップS21において、r1=10が選択されると、乱数加工部13は(2)の値を加工信号Cとしてホストコンピュータ110へ送信する。   Here, the sum of the random numbers r1 and r2 is r1 + r2 = 10 + 43 = 53, which is an odd number. When r1 = 10 is selected in step S21, the random number processing unit 13 transmits the value of (2) as the processing signal C to the host computer 110.

次に、ホストコンピュータ110の受信部114が加工信号を受信すると演算結果判断部115が、加工信号Cあるいは加工信号Cにさらに演算処理を施した加工演算結果Xと、各乱数r1,r2を用いて演算された複数の判定演算結果Yのうちの何れかと、が一致するか否かを判断する(ステップS13,ステップS14)。   Next, when the reception unit 114 of the host computer 110 receives the processing signal, the calculation result determination unit 115 uses the processing signal C or the processing calculation result X obtained by further processing the processing signal C and the random numbers r1 and r2. It is determined whether or not any one of the plurality of determination calculation results Y calculated in step S13 and step S14.

ここで、演算結果判断部115が行う演算結果判断処理を説明する。図4は、2つの乱数r1,r2の和が偶数であるか奇数であるかによって演算結果判断部115が行う判断式を示したものである。
演算結果判断部115は、乱数記憶部117に保存されている乱数r1とr2の和が偶数か奇数かによって、次の判断式にしたがって演算結果を判断する。なお、M2=M×MmodPQであって、演算結果判断部115が予め記憶している値である。
Here, calculation result determination processing performed by the calculation result determination unit 115 will be described. FIG. 4 shows a determination formula performed by the calculation result determination unit 115 depending on whether the sum of the two random numbers r1 and r2 is an even number or an odd number.
The calculation result determination unit 115 determines the calculation result according to the following determination formula depending on whether the sum of the random numbers r1 and r2 stored in the random number storage unit 117 is an even number or an odd number. Note that M2 = M × MmodPQ, which is a value stored in advance by the calculation result determination unit 115.

以下のような判断式となる。
<乱数r1とr2の和が偶数であった場合の判断式>
(5)C=r1×r1modPQ
(6)C=r2×r2modPQ
<乱数r1とr2の和が奇数であった場合の判断式>
(7)C×CmodPQ=M2×r1×r1modPQ
(8)C×CmodPQ=M2×r2×r2modPQ
The judgment formula is as follows.
<Judgment formula when the sum of the random numbers r1 and r2 is an even number>
(5) C = r1 × r1modPQ
(6) C = r2 × r2modPQ
<Judgment formula when the sum of the random numbers r1 and r2 is an odd number>
(7) C × CmodPQ = M2 × r1 × r1modPQ
(8) C × CmodPQ = M2 × r2 × r2modPQ

ホストコンピュータ110の解析により上記判断式が明らかになった状態で、互換性のある非正規製品デバイスに本実施形態の正規品判定処理のアルゴリズムを適用しようとした場合、非正規製品デバイスでは乱数加工情報Mの値が必要になる。ホストコンピュータ110の解析でM2がM×MmodPQで成り立つことが推測できても、乱数加工情報Mの値が何であるかは総当りで試さなければならない。したがって、素数PQと乱数加工情報Mを十分大きな値とすることで、現実的な時間ではMを導きだすことは不可能となる。   When the algorithm of the regular product determination processing of the present embodiment is applied to a compatible non-genuine product device in a state where the above judgment formula is clarified by the analysis of the host computer 110, random number processing is performed in the non-genuine product device. The value of information M is required. Even if it can be inferred from the analysis of the host computer 110 that M2 is M × MmodPQ, what the value of the random number processing information M must be brute-force tested. Therefore, it is impossible to derive M in a realistic time by setting the prime number PQ and the random number processing information M to sufficiently large values.

ここでは、乱数r1とr2の和は奇数であるため、ステップS13において小型情報機器1から送信された加工信号Cにさらに演算処理を施した加工演算結果Xを求める。
X=C×CmodPQ=11×11mod71=50
さらに、ステップS14において、判定演算結果Y1,Y2を求めて演算結果が一致するか否かを判断し、判断式(7)及び(8)について判断する。
(7)Y1=M2×r1×r1modPQ=(M×MmodPQ×r1×r1)modPQ
=65×65mod71×10×10modPQ=36×100mod71
=50
(8)Y2=M2×r2×r2modPQ=(M×MmodPQ×r2×r2)modPQ
=65×65mod71×43×43modPQ=36×1849mod71
=66564mod71=37
Here, since the sum of the random numbers r1 and r2 is an odd number, a processing calculation result X obtained by further processing the processing signal C transmitted from the small information device 1 in step S13 is obtained.
X = C × Cmod PQ = 11 × 11 mod 71 = 50
Further, in step S14, determination calculation results Y1 and Y2 are obtained to determine whether or not the calculation results match, and determination expressions (7) and (8) are determined.
(7) Y1 = M2 × r1 × r1 mod PQ = (M × M mod PQ × r 1 × r 1) mod PQ
= 65 × 65 mod 71 × 10 × 10 mod PQ = 36 × 100 mod 71
= 50
(8) Y2 = M2 * r2 * r2modPQ = (M * MmodPQ * r2 * r2) modPQ
= 65 × 65 mod 71 × 43 × 43 mod PQ = 36 × 1849 mod 71
= 66564 mod 71 = 37

したがって、ステップS14において、加工信号Cにさらに演算処理を施した加工演算結果Xと、乱数r1,r2を用いて演算された2つの判定演算結果Y1,Y2のうちのY1が一致すると判断し(ステップS14:Yes)、この判断処理が設定回数だけ行われたかを判断する(ステップS15)。設定回数だけ演算結果判断が行われていない場合には(ステップS15:No)、ステップS12へ戻り再び乱数を生成して、ステップS21,ステップS22,ステップ13,ステップ14,ステップ15の処理を繰り返し実行する。   Therefore, in step S14, it is determined that the machining calculation result X obtained by further calculating the machining signal C matches Y1 of the two determination calculation results Y1 and Y2 calculated using the random numbers r1 and r2. Step S14: Yes), it is determined whether this determination process has been performed a set number of times (step S15). When the calculation result judgment is not performed for the set number of times (step S15: No), the process returns to step S12 to generate a random number again, and repeats the processing of step S21, step S22, step 13, step 14, and step 15. Execute.

例えば、設定回数を20回とすれば、ステップS15の判断が行われる毎に正規デバイス判定部116が回数カウンタをカウントアップし、20回にわたるステップS15の判断処理で演算結果が全て一致した場合には、ホストコンピュータ110に接続された小型情報機器1が正規製品であると判定して、ホストコンピュータ110との接続を許可する(ステップS16)。接続が許可されると、外部からの入力指示に応じてホストコンピュータ110から送信される各種コマンドに対応じた通常処理が実行される(ステップS17)。   For example, if the set number of times is 20, the regular device determination unit 116 increments the number counter every time the determination of step S15 is performed, and all the calculation results match in the determination process of step S15 over 20 times. Determines that the small information device 1 connected to the host computer 110 is an authorized product, and permits connection with the host computer 110 (step S16). When the connection is permitted, normal processing corresponding to various commands transmitted from the host computer 110 is executed in response to an input instruction from the outside (step S17).

一方、ステップS14において、1度でも演算結果が一致しない場合が発生したときは(ステップS14:No)、ホストコンピュータ110に接続された小型情報機器1が非正規製品であると判定して、ホストコンピュータ110との接続を不許可とする(ステップS18)。これにより、ホストコンピュータ110に登録されたデバイスドライバによって、正規品判定処理の対象となった小型情報機器1を制御することができないようになる。したがって、小型情報機器1が正規製品の互換デバイスであった場合には、デバイスドライバとの相性が合わず、紙ジャム、キャリブレーションのミス、モータや回路の焼き付きなどを発生する場合があるが、本実施形態によれば互換デバイスとホストコンピュータとの通信を不許可とするのでこれらの問題が発生することを未然に防止することができる。   On the other hand, if the calculation result does not match even once in step S14 (step S14: No), it is determined that the small information device 1 connected to the host computer 110 is an unauthorized product, and the host Connection with the computer 110 is not permitted (step S18). Thereby, the device driver registered in the host computer 110 cannot control the small information device 1 subjected to the regular product determination process. Therefore, when the small information device 1 is a compatible device of a regular product, it may not be compatible with the device driver and may cause a paper jam, a calibration error, or a motor or circuit burn-in. According to the present embodiment, since communication between the compatible device and the host computer is not permitted, it is possible to prevent these problems from occurring.

また、本実施形態において、1回の演算結果判断処理につき乱数を2つ生成し、何れか一方の乱数を選択し、選択された乱数に応じて加工信号を変更するよう構成されている。したがって、ホストコンピュータ110と小型情報機器1との間の通信パターンを解析しても容易に正規性判定処理のアルゴリズムを解読されることを防止することができ、デバイスドライバに合わない互換デバイスとホストコンピュータとの通信を規制することが可能となる。したがって、デバイスドライバとの相性が合わないことによる、誤動作や故障等を未然に防止することが可能となる。   Further, in the present embodiment, two random numbers are generated for one calculation result determination process, one of the random numbers is selected, and the processing signal is changed according to the selected random number. Therefore, even if the communication pattern between the host computer 110 and the small information device 1 is analyzed, it is possible to prevent the normality determination processing algorithm from being easily decoded, and a compatible device and host that do not match the device driver. Communication with a computer can be restricted. Accordingly, it is possible to prevent malfunctions and failures due to incompatibility with the device driver.

また、本実施形態によれば、正規品判定処理のアルゴリズムに使用する演算種類が、掛け算や剰余演算等に限られている。このため例えば、さらなる処理の高速化を図るために、上述した正規品判定処理をハードウェアで実現しようとした場合でも、より低コストで実現することができる。   Further, according to the present embodiment, the type of calculation used for the algorithm for the genuine product determination process is limited to multiplication, remainder calculation, and the like. Therefore, for example, in order to further increase the processing speed, even if the above-described regular product determination processing is to be realized by hardware, it can be realized at a lower cost.

また、本実施形態において、正規性判定処理の強度を変更したい場合には、ステップS14の演算結果判断を行う設定回数を変えることで容易に強度を調整することができる。   Further, in the present embodiment, when it is desired to change the strength of the normality determination process, the strength can be easily adjusted by changing the set number of times for performing the calculation result determination in step S14.

なお、本実施形態では、ステップS21の乱数加工処理において用いた乱数加工情報Mは、磁気インク文字読取装置が判定用チェック紙に書き込まれた磁気インク文字を読み取ることによって取得したが、これに限られることはない。勿論、小型情報機器1のフラッシュROM等に予め乱数加工情報Mが登録された場合であっても本発明を適用することができる。また、設定回数を乱数加工情報Mとすれば、乱数加工情報Mを判定用チェック紙から読み取る必要がなく、正規製品に予め登録する必要もないので、より正規品判定処理の信頼性を強化することができる。   In the present embodiment, the random number processing information M used in the random number processing in step S21 is acquired by reading the magnetic ink characters written on the check paper by the magnetic ink character reading device. It will never be done. Of course, the present invention can be applied even when the random number processing information M is registered in advance in the flash ROM or the like of the small information device 1. Further, if the set number of times is set as the random number processing information M, it is not necessary to read the random number processing information M from the check sheet for determination, and it is not necessary to register in advance in a regular product, thereby further enhancing the reliability of the regular product determination processing. be able to.

本実施形態の情報読取システムの内部処理を示すブロック図である。It is a block diagram which shows the internal process of the information reading system of this embodiment. 本実施形態の正規品判定処理を説明するフローチャートである。It is a flowchart explaining the regular article determination process of this embodiment. 2つの乱数r1,r2とホストコンピュータへ反す値(加工信号C)との対応関係を示した図である。It is the figure which showed the correspondence of two random numbers r1 and r2 and the value (processing signal C) against a host computer. 2つの乱数r1,r2の和が偶数であるか奇数であるかによって演算結果判断部が行う判断式を示した図である。It is the figure which showed the judgment type which a calculation result judgment part performs by whether the sum of two random numbers r1 and r2 is an even number or an odd number.

符号の説明Explanation of symbols

1:小型情報機器、11:受信部、12:情報記憶部、13:乱数加工部、14:送信部、110:ホストコンピュータ、111:乱数発生部、112:乱数発生部、113:送信部、114:受信部、115:演算結果判断部、116:正規性デバイス判定部 1: small information device, 11: reception unit, 12: information storage unit, 13: random number processing unit, 14: transmission unit, 110: host computer, 111: random number generation unit, 112: random number generation unit, 113: transmission unit, 114: reception unit, 115: calculation result determination unit, 116: normality device determination unit

Claims (4)

正規性判定装置に接続された被判定製品が正規製品であるか否かを判定する正規品判定システムであって、
前記被判定製品は、
前記正規性判定装置から送信された複数の乱数のうち何れかを選択し、選択された乱数を加工した加工信号を前記正規性判定装置へ送信する加工処理を設定回数だけ繰り返す乱数加工部を有し、
前記正規性判定装置は、
1回の加工処理につき前記複数の乱数を発生する乱数発生部と、
前記加工信号あるいは前記加工信号にさらに演算処理を施した加工演算結果と、前記乱数発生部から発生された各乱数を用いて演算された複数の判定演算結果のうちの何れかと、が一致するか否かを前記設定回数だけ繰り返し判断する演算結果判断部と、
前記設定回数分の判定結果が、全て一致していた場合に、前記被判定製品を正規製品と判定し前記正規性判定装置との接続を許可する正規品判定部と、を有することを特徴とする正規品判定システム。
A regular product determination system for determining whether a product to be determined connected to a normality determination device is a regular product,
The judged product is
A random number processing unit that selects any one of a plurality of random numbers transmitted from the normality determination device and repeats the processing for transmitting the processed signal obtained by processing the selected random number to the normality determination device a set number of times. And
The normality determination device includes:
A random number generator for generating the plurality of random numbers per processing process;
Whether the processing signal or the processing operation result obtained by further performing arithmetic processing on the processing signal matches one of a plurality of determination calculation results calculated using each random number generated from the random number generator A calculation result determination unit that repeatedly determines whether or not the set number of times,
A regular product determination unit that determines that the product to be determined is a genuine product and permits connection with the normality determination device when all the determination results for the set number of times match. Genuine product judgment system.
前記被判定製品は、前記被判定製品に固有の乱数加工情報を記憶する情報記憶部を有し、
前記乱数加工部は、選択した乱数について、前記乱数加工情報を用いて加工した加工信号と、前記乱数加工情報を用いない加工信号と、の何れかに加工することを特徴とする請求項1に記載の正規品判定システム。
The judged product has an information storage unit for storing random number processing information unique to the judged product,
The random number processing unit processes the selected random number into one of a processing signal processed using the random number processing information and a processing signal not using the random number processing information. The regular product judgment system described.
前記乱数発生部は、1回の加工処理につき2つの乱数を発生し、
前記乱数加工部は、前記2つの乱数の和が偶数であるか、奇数であるかによって前記加工信号のパターンを変えて送信することを特徴とする請求項2に記載の正規品判定システム。
The random number generation unit generates two random numbers per processing process,
The regular product determination system according to claim 2, wherein the random number processing unit changes the pattern of the processing signal depending on whether the sum of the two random numbers is an even number or an odd number.
前記乱数加工部は、前記加工処理において剰余演算を行うことを特徴とする請求項1から3の何れかに記載の正規品判定システム。   The said random number processing part performs a remainder calculation in the said process, The regular product determination system in any one of Claim 1 to 3 characterized by the above-mentioned.
JP2007021918A 2007-01-31 2007-01-31 Regular product determination system Pending JP2008187679A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007021918A JP2008187679A (en) 2007-01-31 2007-01-31 Regular product determination system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007021918A JP2008187679A (en) 2007-01-31 2007-01-31 Regular product determination system

Publications (1)

Publication Number Publication Date
JP2008187679A true JP2008187679A (en) 2008-08-14

Family

ID=39730385

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007021918A Pending JP2008187679A (en) 2007-01-31 2007-01-31 Regular product determination system

Country Status (1)

Country Link
JP (1) JP2008187679A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7393862B2 (en) 2017-12-22 2023-12-07 ザ・ボーイング・カンパニー Countermeasures against phase tracking attacks on ring oscillator-based entropy sources

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7393862B2 (en) 2017-12-22 2023-12-07 ザ・ボーイング・カンパニー Countermeasures against phase tracking attacks on ring oscillator-based entropy sources

Similar Documents

Publication Publication Date Title
US7424398B2 (en) Boot validation system and method
JP5681574B2 (en) Method and apparatus for storing and verifying serial number using smart label in image generating apparatus
US11921834B2 (en) Authentication method and circuit
JP2019215754A (en) Information processor and method for controlling the same, and program
JP2021140413A (en) Print control device, printer, print control system, and program
JP2008187679A (en) Regular product determination system
JP6917405B2 (en) Replacement unit
EP1895473B1 (en) Postage printing system for printing both postal and non-postal documents
JP2005028792A (en) Printing medium, image forming device and printing method
US20220300778A1 (en) Methods and Systems for Selectively Preventing Operation of a Component
JP5090108B2 (en) How to check the device status
US10382214B2 (en) Authentication chaining by connected devices
JP7330681B2 (en) Information processing apparatus, its control method, program, and image forming apparatus
JP5464052B2 (en) Authentication processing apparatus, authentication processing method, authentication processing program, processing system, and automatic teller machine
JP5322788B2 (en) Information processing apparatus, information processing method, and program
JP2006253767A (en) Image forming apparatus, image reading apparatus, and printed matter issue system
US20230409697A1 (en) Authentication using magnetic field based on current drawn by security device
JP5644453B2 (en) Authentication system and authentication method
US20230367863A1 (en) Authentication using analog signal challenge
JP6433523B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP4602870B2 (en) Print processing apparatus, print processing method, and print processing program
US20200028975A1 (en) Information processing apparatus and method of controlling the same
JP6188666B2 (en) Image forming apparatus
JP2011248594A (en) Authentication processing device, authentication processing method, authentication processing program, processing system, and automated teller machine
JP2005142838A (en) Image processing apparatus, program, and storage medium