JP2003186561A - Information processing method, device and program - Google Patents

Information processing method, device and program

Info

Publication number
JP2003186561A
JP2003186561A JP2001387898A JP2001387898A JP2003186561A JP 2003186561 A JP2003186561 A JP 2003186561A JP 2001387898 A JP2001387898 A JP 2001387898A JP 2001387898 A JP2001387898 A JP 2001387898A JP 2003186561 A JP2003186561 A JP 2003186561A
Authority
JP
Japan
Prior art keywords
information
program
generating
processed
processing
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
JP2001387898A
Other languages
Japanese (ja)
Inventor
Tsutomu Yabuuchi
勉 籔内
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2001387898A priority Critical patent/JP2003186561A/en
Publication of JP2003186561A publication Critical patent/JP2003186561A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To easily detect alterations, when they are made to an information processing program for processing input information. <P>SOLUTION: An identification information generating part 101 generates identification information corresponding to the input information. An information processing part 102 turns the input information into processed information, by processing the input information using a processing program. An identification information recording part 103 keeps the identification information in a reliable organization. A program hash value generating part 104 generates a program hash value, corresponding to the information processing program used in the information processing part 102. A program hash value adding part 105 adds the program hash value to the processed information. If there is suspicion of any illegality in the information processing program, by requesting submission of the information processing program, and by comparing the hash value of the submitted information processing program and the hash value added to the processed information, alterations to the information processing program are detected. <P>COPYRIGHT: (C)2003,JPO

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、入力情報に一定の
処理を施して得られる処理済情報を生成するための情報
処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus for generating processed information obtained by subjecting input information to certain processing.

【0002】[0002]

【従来の技術】工場では、製品の品質を管理するために
製造工程での各種情報を正しく記録することが非常に重
要である。例えば、精密機械部品を製造する工場では、
製品の外形寸法、切削加工の刃送り速度などを品質管理
情報として記録する。食品工場では、殺菌工程の温度、
原材料の割合、装置を洗浄した日時などを品質管理情報
として記録する。これらの品質管理情報は、不良品発生
率の低減や、不良品が発生したときの原因追求のために
用いられる。
2. Description of the Related Art In factories, it is very important to correctly record various information in the manufacturing process in order to control the quality of products. For example, in a factory that manufactures precision machine parts,
Record the external dimensions of the product, the cutting feed rate, etc. as quality control information. In food factories, the temperature of the sterilization process,
Record the ratio of raw materials, the date and time when the equipment was washed, etc. as quality control information. These pieces of quality control information are used for reducing the defective product generation rate and for pursuing the cause when defective products occur.

【0003】品質管理情報を報告書などの紙媒体に人手
で記入した場合には、記入時に情報を改竄することが容
易であるといった問題がある。品質管理情報をオンライ
ンで自動的に取得し磁気記憶装置などの電子媒体に記録
した場合には、記録時には人手が介する余地がないため
改竄が困難であるが、事後の改竄が容易であり改竄の痕
跡が残らないといった問題がある。
When quality control information is manually entered on a paper medium such as a report, there is a problem that it is easy to falsify the information at the time of entry. When quality control information is automatically acquired online and recorded in an electronic medium such as a magnetic storage device, it is difficult to tamper because there is no room for human intervention during recording, but it is easy to tamper with after the fact and tampering is not possible. There is a problem that no trace remains.

【0004】電子媒体に記録された情報の改竄を防ぐ従
来の技術として、記録された情報を元にハッシュ値など
の識別情報を生成し、これを信頼できる機関に預ける方
法がある。この方法では、記録された情報を改竄すると
それに対応する識別情報も変化することを利用して、改
竄を検出することができる。
As a conventional technique for preventing falsification of information recorded on an electronic medium, there is a method of generating identification information such as a hash value based on the recorded information and depositing this in a reliable institution. In this method, tampering can be detected by utilizing the fact that when the recorded information is tampered with, the corresponding identification information also changes.

【0005】しかし、品質を管理するうえで重要なの
は、記録された情報そのものではなく、記録された情報
を元に平均・計数・積算などの情報処理を行った処理済
情報である。上記従来の情報処理方法では、記録された
情報に対して情報処理を行う情報処理プログラムとして
不正なプログラムが用いることにより不正な処理済情報
が生成されている場合に、これを検出することができな
い。また、記録された情報に対して情報処理を行う情報
処理プログラム自体が改竄されている場合には、記録さ
れた情報が改竄されていなくても正しい処理済情報を得
ることはできない。
However, what is important for quality control is not the recorded information itself, but the processed information obtained by performing information processing such as averaging, counting and integration based on the recorded information. In the above-mentioned conventional information processing method, when an unauthorized program is used as an information processing program for performing information processing on the recorded information, the unauthorized processed information cannot be detected. . Further, if the information processing program itself that processes information on the recorded information has been tampered with, it is not possible to obtain correct processed information even if the recorded information has not been tampered with.

【0006】[0006]

【発明が解決しようとする課題】上述した従来の情報処
理方法および装置では、入力情報に対して一定の処理を
施して処理済情報生成する場合、入力情報に対して処理
を行う情報処理プログラムの不正または改竄を検出する
ことができないという問題点があった。
In the above-described conventional information processing method and apparatus, when the processed information is generated by performing a certain process on the input information, an information processing program for processing the input information is provided. There was a problem that it was impossible to detect fraud or falsification.

【0007】本発明の目的は、入力情報に対して処理を
行う情報処理プログラムに対して改竄が行われた場合、
または情報処理プログラムとして不正なプログラムが使
用された場合、この不正または改竄を容易に検出するこ
とができる情報処理方法および方法を提供することであ
る。
An object of the present invention is to provide a method for tampering with an information processing program for processing input information,
Another object of the present invention is to provide an information processing method and method capable of easily detecting the illegality or falsification when an unauthorized program is used as the information processing program.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するため
に、本発明の情報処理方法は、入力情報に対応する識別
情報を生成するステップと、前記識別情報を記録するス
テップと、前記入力情報を情報処理プログラムを用いて
処理して処理済情報とするステップと、前記情報処理プ
ログラムに対応するプログラムハッシュ値を生成するス
テップと、前記処理済情報に前記プログラムハッシュ値
を付加するステップとを備えている。
In order to achieve the above object, an information processing method of the present invention comprises a step of generating identification information corresponding to input information, a step of recording the identification information, and the input information. Using an information processing program to obtain processed information, generating a program hash value corresponding to the information processing program, and adding the program hash value to the processed information. ing.

【0009】また、本発明の他の情報処理方法は、入力
情報に対応する識別情報を生成するステップと、前記入
力情報を情報処理プログラムを用いて処理して処理済情
報とするステップと、前記識別情報を前記処理済情報に
付加するステップと、前記情報処理プログラムに対応す
るプログラムハッシュ値を生成するステップと、前記処
理済情報に前記プログラムハッシュ値を付加するステッ
プとを備えている。
Further, another information processing method of the present invention comprises the steps of generating identification information corresponding to the input information, processing the input information using an information processing program to obtain processed information, The method includes the steps of adding identification information to the processed information, generating a program hash value corresponding to the information processing program, and adding the program hash value to the processed information.

【0010】本発明によれば、情報処理プログラムから
ハッシュ値を生成して、このハッシュ値を処理済情報に
付加するようにしているので、情報処理プログラムに不
正の疑いがあるときは、情報処理プログラムの提出を求
め、提出された情報処理プログラムのハッシュ値と処理
済情報に付加されているハッシュ値との照合を行うこと
により、情報処理プログラムの不正または改竄を容易に
検出することができる。
According to the present invention, since the hash value is generated from the information processing program and the hash value is added to the processed information, when the information processing program is suspected of being illegal, the information processing is performed. By requesting the submission of the program and comparing the hash value of the submitted information processing program with the hash value added to the processed information, it is possible to easily detect fraud or falsification of the information processing program.

【0011】また、本発明の他の情報処理方法は、入力
情報に対応する識別情報を生成するステップと、前記識
別情報を記録するステップと、前記入力情報を情報処理
プログラムを用いて処理して処理済情報とするステップ
と、前記情報処理プログラムを非対称鍵暗号方式におけ
る秘密鍵を用いて暗号化することによりプログラム暗号
情報を生成するステップと、前記処理済情報に前記プロ
グラム暗号情報を付加するステップとを備えている。
In another information processing method of the present invention, a step of generating identification information corresponding to input information, a step of recording the identification information, and a step of processing the input information using an information processing program Processed information, generating program encryption information by encrypting the information processing program using a secret key in an asymmetric key cryptosystem, and adding the program encryption information to the processed information It has and.

【0012】また、本発明の他の情報処理方法は、入力
情報に対応する識別情報を生成するステップと、前記入
力情報を情報処理プログラムを用いて処理して処理済情
報とするステップと、前記識別情報を前記処理済情報に
付加するステップと、前記情報処理プログラムを非対称
鍵暗号方式における秘密鍵を用いて暗号化することによ
りプログラム暗号情報を生成するステップと、前記処理
済情報に前記プログラム暗号情報を付加するステップと
を備えている。
Further, another information processing method of the present invention comprises the steps of generating identification information corresponding to the input information, processing the input information using an information processing program to obtain processed information, Adding identification information to the processed information; generating program encryption information by encrypting the information processing program using a secret key in an asymmetric key cryptosystem; and adding the program encryption to the processed information. And a step of adding information.

【0013】本発明によれば、情報処理プログラムを暗
号化して、この暗号情報を処理済情報に付加するように
しているので、情報処理プログラムに不正の疑いがある
ときは、情報処理プログラムの提出を求め、提出された
情報処理プログラムを暗号化した暗号情報と、処理済情
報に付加されている暗号情報とを照合することにより、
情報処理プログラムの不正または改竄を容易に検出する
ことができる。
According to the present invention, the information processing program is encrypted and the encrypted information is added to the processed information. Therefore, when the information processing program is suspected of being illegal, the information processing program is submitted. By comparing the encrypted information obtained by encrypting the submitted information processing program with the encrypted information added to the processed information,
It is possible to easily detect fraud or falsification of the information processing program.

【0014】また、本発明の他の情報処理方法は、入力
情報に対応する識別情報を生成するステップと、前記識
別情報を記録するステップと、前記入力情報を情報処理
プログラムを用いて処理して処理済情報とするステップ
と、前記情報処理プログラムのソースコードに対応する
ソースコードハッシュ値を生成するステップと、前記処
理済情報に前記ソースコードハッシュ値を付加するステ
ップとを備えている。
In another information processing method of the present invention, a step of generating identification information corresponding to input information, a step of recording the identification information, and a step of processing the input information using an information processing program The method includes the step of setting the processed information, the step of generating a source code hash value corresponding to the source code of the information processing program, and the step of adding the source code hash value to the processed information.

【0015】また、本発明の他の情報処理方法は、入力
情報に対応する識別情報を生成するステップと、前記入
力情報を情報処理プログラムを用いて処理して処理済情
報とするステップと、前記識別情報を前記処理済情報に
付加するステップと、前記情報処理プログラムのソース
コードに対応するソースコードハッシュ値を生成するス
テップと、前記処理済情報に前記ソースコードハッシュ
値を付加するステップとを備えている。
Further, another information processing method according to the present invention comprises the steps of generating identification information corresponding to the input information, processing the input information using an information processing program to obtain processed information, The method includes adding identification information to the processed information, generating a source code hash value corresponding to the source code of the information processing program, and adding the source code hash value to the processed information. ing.

【0016】本発明によれば、情報処理プログラムのソ
ースコードからハッシュ値を生成して、このハッシュ値
を処理済情報に付加するようにしているので、情報処理
プログラムに不正の疑いがあるときは、情報処理プログ
ラムのソースコードの提出を求め、提出された情報処理
プログラムのソースコードのハッシュ値と処理済情報に
付加されているハッシュ値との照合を行うことにより、
情報処理プログラムの不正または改竄を容易に検出する
ことができる。
According to the present invention, since the hash value is generated from the source code of the information processing program and the hash value is added to the processed information, when the information processing program is suspected of being illegal. , By requesting the submission of the source code of the information processing program, by collating the hash value of the submitted information processing program source code with the hash value added to the processed information,
It is possible to easily detect fraud or falsification of the information processing program.

【0017】また、本発明の他の情報処理方法は、入力
情報に対応する識別情報を生成するステップと、前記識
別情報を記録するステップと、前記入力情報を情報処理
プログラムを用いて処理して処理済情報とするステップ
と、前記情報処理プログラムのソースコードを非対称鍵
暗号方式における秘密鍵を用いて暗号化することにより
ソースコード暗号情報を生成するステップと、前記処理
済情報に前記ソースコード暗号情報を付加するステップ
とを備えている。
Further, another information processing method of the present invention is to generate identification information corresponding to input information, record the identification information, and process the input information using an information processing program. Processed information, generating source code encryption information by encrypting the source code of the information processing program using a secret key in an asymmetric key cryptosystem, and adding the source code encryption to the processed information. And a step of adding information.

【0018】また、本発明の他の情報処理方法は、入力
情報に対応する識別情報を生成するステップと、前記入
力情報を情報処理プログラムを用いて処理して処理済情
報とするステップと、前記識別情報を前記処理済情報に
付加するステップと、前記情報処理プログラムのソース
コードを非対称鍵暗号方式における秘密鍵を用いて暗号
化することによりソースコード暗号情報を生成するステ
ップと、前記処理済情報に前記ソースコード暗号情報を
付加するステップとを備えている。
Further, another information processing method of the present invention comprises the steps of generating identification information corresponding to the input information, processing the input information using an information processing program to obtain processed information, Adding identification information to the processed information; generating source code cryptographic information by encrypting the source code of the information processing program using a secret key in an asymmetric key cryptosystem; and the processed information To the source code encryption information.

【0019】本発明によれば、情報処理プログラムのソ
ースコードを暗号化して、この暗号情報を処理済情報に
付加するようにしているので、情報処理プログラムに不
正の疑いがあるときは、情報処理プログラムのソースコ
ードの提出を求め、提出された情報処理プログラムのソ
ースコードを暗号化した暗号情報と、処理済情報に付加
されている暗号情報とを照合することにより、情報処理
プログラムの不正または改竄を容易に検出することがで
きる。
According to the present invention, the source code of the information processing program is encrypted and this encrypted information is added to the processed information. Unauthorized or falsified information processing program by requesting the source code of the program and comparing the encrypted information obtained by encrypting the source code of the submitted information processing program with the encrypted information added to the processed information. Can be easily detected.

【0020】さらに、本発明の他の情報処理方法では、
前記識別情報を、入力情報に対応するハッシュ値として
もよいし、入力情報を非対称鍵暗号方式における秘密鍵
を用いて暗号化した情報とするようにしてもよい。
Further, according to another information processing method of the present invention,
The identification information may be a hash value corresponding to the input information, or may be information obtained by encrypting the input information using a secret key in an asymmetric key cryptosystem.

【0021】[0021]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Next, embodiments of the present invention will be described in detail with reference to the drawings.

【0022】(第1の実施形態)先ず、本発明の第1の
実施形態の情報処理装置について説明する。
(First Embodiment) First, an information processing apparatus according to a first embodiment of the present invention will be described.

【0023】図1は本発明の第1の実施形態の情報処理
装置の構成を示すブロック図である。
FIG. 1 is a block diagram showing the arrangement of an information processing apparatus according to the first embodiment of the present invention.

【0024】本実施形態の情報処理装置は、図1に示さ
れるように、入力情報に対応する識別情報を生成する識
別情報生成部101と、入力情報を情報処理プログラム
を用いて処理して処理済情報とする情報処理部102
と、識別情報生成部101により生成された識別情報を
記録するための識別情報記録部103と、情報処理部1
02において用いられる情報処理プログラムに対応する
プログラムハッシュ値を生成するプログラムハッシュ値
生成部104と、情報処理部102において処理された
処理済情報に、プログラムハッシュ値生成部104によ
り生成されたプログラムハッシュ値を付加するプログラ
ムハッシュ値付加部105とから構成されている。
As shown in FIG. 1, the information processing apparatus of the present embodiment has an identification information generating section 101 for generating identification information corresponding to input information, and processing and processing the input information using an information processing program. Information processing unit 102 to be used information
An identification information recording unit 103 for recording the identification information generated by the identification information generating unit 101;
Program hash value generation unit 104 that generates a program hash value corresponding to the information processing program used in 02, and the processed information processed in information processing unit 102, the program hash value generated by program hash value generation unit 104 And a program hash value addition unit 105 for adding.

【0025】識別情報生成部101は、入力情報に対応
するハッシュ値を識別情報としてもよいし、入力情報を
非対称鍵暗号方式における秘密鍵を用いて暗号化して識
別情報とするようにしてもよい。ここで、非対称鍵暗号
方式とは、暗号化/復号の際に使用する鍵が異なる暗号
方式である。但し、以下の説明では識別情報生成部10
1は入力情報に対応するハッシュ値を識別情報として生
成する場合を用いて説明する。
The identification information generating section 101 may use the hash value corresponding to the input information as the identification information, or may encrypt the input information using the secret key in the asymmetric key cryptosystem to obtain the identification information. . Here, the asymmetric key cryptosystem is a cryptosystem in which a key used for encryption / decryption is different. However, in the following description, the identification information generation unit 10
1 is explained using a case where a hash value corresponding to input information is generated as identification information.

【0026】尚、識別情報記録部103を信頼のおける
機関に設けることにより識別情報を信頼できる機関で保
管するようにすれば、処理済情報に不正の疑いが発生し
た場合でも、入力情報に対して改竄が行われた否かを容
易に判定することができる。
By providing the identification information recording unit 103 in a reliable institution so that the identification information can be stored in a reliable institution, even if the processed information is suspected of being illegal, the input information is It is possible to easily determine whether or not the information has been tampered with.

【0027】以下の説明では、説明を具体的にするため
に、本実施形態の情報処理装置が、食品工場の殺菌工程
に設けられた複数の測定装置から殺菌温度の温度データ
を入力し、この入力情報を管理するデータセンタとして
機能する場合を例として説明する。
In the following explanation, in order to make the explanation concrete, the information processing apparatus of this embodiment inputs temperature data of the sterilization temperature from a plurality of measuring apparatuses provided in the sterilization process of the food factory. An example will be described in which it functions as a data center that manages input information.

【0028】識別情報生成部101は殺菌工程の温度計
から温度情報を受け取り、MD(Message Digest)5な
どのハッシュ関数を用いて、温度情報に対応する識別情
報を生成し、識別情報記録部103へ出力する。
The identification information generation unit 101 receives the temperature information from the thermometer in the sterilization process, generates identification information corresponding to the temperature information using a hash function such as MD (Message Digest) 5, and the identification information recording unit 103. Output to.

【0029】ここでは、温度を表すデータにMD5を適
用して得たハッシュ値が識別情報である。温度データに
対して、変数が互いに近似するものでもハッシュ値がほ
ぼ一意に決まるという特性を用いて識別を行う。ほぼ一
意に決まるのは、ハッシュ関数が互いに近似する変数同
士に対して異なる関数値を出力するという性質に基づ
く。温度の値は通常−30度から100度程度で近似す
る値であっても、ほぼ一意にハッシュ値が決まる。
Here, the hash value obtained by applying MD5 to the data representing the temperature is the identification information. For the temperature data, even if the variables are close to each other, the hash value is determined almost uniquely to identify. The reason that the hash function is determined almost uniquely is based on the property that the hash function outputs different function values for variables that are close to each other. The hash value is almost uniquely determined even if the temperature value is a value that is approximated to -30 to 100 degrees.

【0030】次に、温度情報の入力として識別情報を生
成する過程について説明する。データの要件である測定
時刻と作業状況データとして、温度を用いた例を以下に
示す。 −−−−−−−−−−−−−−−−−−−−−−−−− 測定時刻 2001年11月19日21時32分38秒 測定装置 殺菌工程タンク1 温度 82度 −−−−−−−−−−−−−−−−−−−−−−−−− 作業状況データとして温度と測定時刻は対応付けられて
入力される。測定装置とデータセンタの間は常時ネット
ワーク接続をしていることを前提とし、測定時刻のある
経過時間後(例えば5秒後)には、作業状況データがデ
ータセンタに到着する。
Next, a process of generating identification information as input of temperature information will be described. An example in which temperature is used as the measurement time and work status data, which are data requirements, is shown below. ----------------------------- Measurement time November 19, 2001 21:32:38 Measurement device Sterilization process tank 1 temperature 82 degrees --- −−−−−−−−−−−−−−−−−−−−−−−− Temperature and measurement time are associated and input as work status data. It is assumed that the measuring device and the data center are always connected to the network, and the work status data arrives at the data center after a certain elapsed time of the measurement time (for example, 5 seconds).

【0031】データセンタに到着した作業状況データに
基づくハッシュ値について計算して、改竄することは事
実上困難になる。温度の値はせいぜい−30度〜100
度程度なので、現実問題として作業状況データを測定し
てから短い時間経過(上記例では5秒)の間に、データ
を改竄することは時間が不足なためである。逆に、測定
時刻からデータセンタに到着した時刻まであまりにも時
間が(例:5秒以上)経過しているようであれば、改竄
の可能性がある信頼できないデータとして扱う。同様
に、データセンタ上でのデータ処理についても、データ
処理を行った時刻を処理済情報に埋め込んでおけば、改
竄をする時間的余裕が無くなる。
It is virtually difficult to calculate and tamper with the hash value based on the work status data that has arrived at the data center. The temperature value is at most -30 degrees to 100
This is because the degree is about a degree, and as a practical matter, it is insufficient to tamper with the data within a short time period (5 seconds in the above example) after measuring the work situation data. On the contrary, if it seems that too much time (for example, 5 seconds or more) has passed from the measurement time to the time of arrival at the data center, it is treated as unreliable data that may be tampered with. Similarly, regarding the data processing on the data center, if the time when the data processing is performed is embedded in the processed information, there is no time margin for falsification.

【0032】情報処理部102は殺菌工程の温度計から
温度情報を受け取り、1日の殺菌温度の最低値を求める
処理により処理済情報を生成し、プログラムハッシュ値
付加部105へ出力する。信頼できる組織に管理される
識別情報記録部103は、識別情報生成部101から入
力された識別情報を記録する。
The information processing unit 102 receives the temperature information from the thermometer of the sterilization process, generates processed information by the process of obtaining the minimum sterilization temperature of one day, and outputs it to the program hash value addition unit 105. The identification information recording unit 103 managed by a reliable organization records the identification information input from the identification information generating unit 101.

【0033】プログラムハッシュ値生成部104は、情
報処理部102で用いられるプログラムに対し、MD5
などのハッシュ関数を用いて対応するプログラムハッシ
ュ値を生成し、プログラムハッシュ値付加部105へ出
力する。プログラムハッシュ値付加部105は、情報処
理部102から処理済情報を受け取り、プログラムハッ
シュ値生成部104から受け取ったプログラムハッシュ
値を付加して、情報の閲覧者へ送信する。
The program hash value generation unit 104 uses the MD5 for the program used in the information processing unit 102.
A corresponding program hash value is generated using a hash function such as, and is output to the program hash value adding unit 105. The program hash value addition unit 105 receives the processed information from the information processing unit 102, adds the program hash value received from the program hash value generation unit 104, and transmits it to the information viewer.

【0034】温度情報が、測定後に改竄された疑いがあ
る場合には、温度情報から再び識別情報を生成し、あら
かじめ識別情報記録部103に記録されている識別情報
と比較する。比較した結果が一致しなかった場合には、
温度情報が改竄されたものと判定することができる。
When there is a suspicion that the temperature information has been tampered with after the measurement, the identification information is generated again from the temperature information and compared with the identification information recorded in advance in the identification information recording unit 103. If the compared results do not match,
It can be determined that the temperature information has been tampered with.

【0035】情報処理部102で動作している情報処理
プログラムが不正であり、1日の殺菌温度の最低値を正
しく算出していない疑いのある場合には、情報処理プロ
グラムの提出を求め検証する。提出された情報処理プロ
グラムが正しく最低値を算出し、かつ、提出された情報
処理プログラムのハッシュ値が処理済情報に付加されて
いたハッシュ値と一致する場合は、情報処理プログラム
に不正がないことを確認できる。提出された情報処理プ
ログラムのハッシュ値と、処理済情報に付加されていた
ハッシュ値が一致しない場合には、情報処理プログラム
が改竄されたものと判定することができる。提出された
情報処理プログラムのハッシュ値と、処理済情報に付加
されていたハッシュ値が一致するが、提出された情報処
理プログラムが正しく最低値を算出しない場合には、不
正な情報処理プログラムが使われていたと判定すること
ができる。
When it is suspected that the information processing program operating in the information processing unit 102 is incorrect and the minimum daily sterilization temperature has not been calculated correctly, the information processing program should be submitted for verification. . If the submitted information processing program correctly calculates the minimum value and the hash value of the submitted information processing program matches the hash value added to the processed information, the information processing program is correct. Can be confirmed. If the hash value of the submitted information processing program does not match the hash value added to the processed information, it can be determined that the information processing program has been tampered with. If the hash value of the submitted information processing program matches the hash value added to the processed information, but if the submitted information processing program does not correctly calculate the minimum value, an unauthorized information processing program is used. It can be determined that it was broken.

【0036】以上説明したように、本実施形態の情報処
理装置によれば、改竄を防ぐことができないが、監査の
際に改竄を発見することが容易になる。例えば、実測値
に関係なく常時規格に合った温度を出力するような温度
計は、立ち入り検査で温度計をテストすることにより簡
単に発見することができる。
As described above, according to the information processing apparatus of the present embodiment, it is not possible to prevent falsification, but it is easy to find the falsification during the audit. For example, a thermometer that constantly outputs a temperature that conforms to the standard regardless of the actual measurement value can be easily found by testing the thermometer in the on-site inspection.

【0037】つまり、本実施形態によれば、情報処理プ
ログラムに対応するハッシュ値を生成して、このハッシ
ュ値を処理済情報に付加するようにしているので、情報
処理プログラムに不正の疑いがあるときは、情報処理プ
ログラムの提出を求め、提出された情報処理プログラム
のハッシュ値と、処理済情報に付加されているハッシュ
値とを照合することにより、情報処理プログラムの不正
または改竄を容易に検出することができる。
That is, according to this embodiment, since the hash value corresponding to the information processing program is generated and this hash value is added to the processed information, the information processing program may be illegitimate. In this case, by requesting the submission of the information processing program, and by collating the hash value of the submitted information processing program with the hash value added to the processed information, it is possible to easily detect fraud or falsification of the information processing program. can do.

【0038】(第2の実施形態)次に、本発明の第2の
実施形態の情報処理装置について説明する。
(Second Embodiment) Next, an information processing apparatus according to a second embodiment of the present invention will be described.

【0039】本実施形態の情報処理装置は、図2に示す
ように、図1に示した第1の実施形態の情報処理装置に
対して、プログラムハッシュ値生成部104、プログラ
ムハッシュ値付加部105を、プログラム暗号情報生成
部204、プログラム暗号情報付加部205にそれぞれ
置き換えたものである。図2において、図1中の構成要
素と同一の構成要素には同一の符号を付し、説明を省略
するものとする。
As shown in FIG. 2, the information processing apparatus according to the present embodiment is different from the information processing apparatus according to the first embodiment shown in FIG. 1 in that the program hash value generation unit 104 and the program hash value addition unit 105 are included. Are replaced with a program encryption information generation unit 204 and a program encryption information addition unit 205, respectively. In FIG. 2, the same components as those in FIG. 1 are designated by the same reference numerals, and the description thereof will be omitted.

【0040】プログラム暗号情報生成部204は、情報
処理部102において用いられる情報処理プログラムを
非対称の秘密鍵を用いて暗号化することによりプログラ
ム暗号情報を生成する。プログラム暗号情報付加部20
5は、情報処理部102において処理された処理済情報
に、プログラム暗号情報生成部204により生成された
プログラム暗号情報を付加する。
The program cryptographic information generation unit 204 generates the program cryptographic information by encrypting the information processing program used in the information processing unit 102 with an asymmetric secret key. Program encryption information addition unit 20
Reference numeral 5 adds the program encryption information generated by the program encryption information generation unit 204 to the processed information processed by the information processing unit 102.

【0041】本実施形態によれば、情報処理プログラム
を暗号化して、この暗号情報を処理済情報に付加するよ
うにしているので、情報処理プログラムに不正の疑いが
あるときは、情報処理プログラムの提出を求め、提出さ
れた情報処理プログラムを暗号化した暗号情報と、処理
済情報に付加されている暗号情報とを照合することによ
り、情報処理プログラムの不正または改竄を容易に検出
することができる。
According to the present embodiment, the information processing program is encrypted and the encrypted information is added to the processed information. Therefore, when the information processing program is suspected of being illegal, It is possible to easily detect fraud or falsification of the information processing program by requesting submission and collating the encrypted information obtained by encrypting the submitted information processing program with the encrypted information added to the processed information. .

【0042】(第3の実施形態)次に、本発明の第3の
実施形態の情報処理装置について説明する。
(Third Embodiment) Next, an information processing apparatus according to a third embodiment of the present invention will be described.

【0043】本実施形態の情報処理装置は、図3に示す
ように、図1に示した第1の実施形態の情報処理装置に
対して、プログラムハッシュ値生成部104、プログラ
ムハッシュ値付加部105を、ソースコードハッシュ値
生成部304、ソースコードハッシュ値付加部305に
それぞれ置き換えたものである。図3において、図1中
の構成要素と同一の構成要素には同一の符号を付し、説
明を省略するものとする。
As shown in FIG. 3, the information processing apparatus of this embodiment is different from the information processing apparatus of the first embodiment shown in FIG. 1 in that it has a program hash value generation unit 104 and a program hash value addition unit 105. Are replaced with a source code hash value generation unit 304 and a source code hash value addition unit 305, respectively. In FIG. 3, the same components as those in FIG. 1 are designated by the same reference numerals, and the description thereof will be omitted.

【0044】ソースコードハッシュ値生成部304は、
情報処理部102において用いられる情報処理プログラ
ムのソースコードに対応するプログラムハッシュ値を生
成する。ソースコードハッシュ値付加部305は、情報
処理部102において処理された処理済情報に、ソース
コードハッシュ値生成部304により生成されたソース
コードハッシュ値を付加する。
The source code hash value generator 304
A program hash value corresponding to the source code of the information processing program used in the information processing unit 102 is generated. The source code hash value addition unit 305 adds the source code hash value generated by the source code hash value generation unit 304 to the processed information processed by the information processing unit 102.

【0045】本実施形態によれば、情報処理プログラム
のソースコードに対応するハッシュ値を生成して、この
ハッシュ値を処理済情報に付加するようにしているの
で、情報処理プログラムに不正の疑いがあるときは、情
報処理プログラムのソースコードの提出を求め、提出さ
れた情報処理プログラムのソースコードのハッシュ値
と、処理済情報に付加されているハッシュ値とを照合す
ることにより、情報処理プログラムの不正または改竄を
容易に検出することができる。
According to this embodiment, since the hash value corresponding to the source code of the information processing program is generated and this hash value is added to the processed information, there is no doubt that the information processing program is illegal. In some cases, the source code of the information processing program is requested, and the hash value of the submitted source code of the information processing program is collated with the hash value added to the processed information to obtain the information processing program. Fraud or falsification can be easily detected.

【0046】(第4の実施形態)次に、本発明の第4の
実施形態の情報処理装置について説明する。
(Fourth Embodiment) Next, an information processing apparatus according to a fourth embodiment of the present invention will be described.

【0047】本実施形態の情報処理装置は、図4に示す
ように、図1に示した第1の実施形態の情報処理装置に
対して、プログラムハッシュ値生成部104、プログラ
ムハッシュ値付加部105を、ソースコード暗号情報生
成部404、ソースコード暗号情報付加部405にそれ
ぞれ置き換えたものである。図4において、図1中の構
成要素と同一の構成要素には同一の符号を付し、説明を
省略するものとする。
As shown in FIG. 4, the information processing apparatus of this embodiment is different from the information processing apparatus of the first embodiment shown in FIG. 1 in that it has a program hash value generation unit 104 and a program hash value addition unit 105. Are replaced with a source code encryption information generation unit 404 and a source code encryption information addition unit 405. 4, the same components as those in FIG. 1 are designated by the same reference numerals, and the description thereof will be omitted.

【0048】ソースコード暗号情報生成部404は、情
報処理部102において用いられる情報処理プログラム
のソースコードを非対称の秘密鍵を用いて暗号化するこ
とによりソースコード暗号情報を生成する。ソースコー
ド暗号情報付加部405は、情報処理部102において
処理された処理済情報に、ソースコード暗号情報生成部
404により生成されたソースコード暗号情報を付加す
る。
The source code encryption information generation unit 404 generates the source code encryption information by encrypting the source code of the information processing program used in the information processing unit 102 using the asymmetric secret key. The source code encryption information addition unit 405 adds the source code encryption information generated by the source code encryption information generation unit 404 to the processed information processed by the information processing unit 102.

【0049】本実施形態によれば、情報処理プログラム
のソースコードを暗号化して、この暗号情報を処理済情
報に付加するようにしているので、情報処理プログラム
に不正の疑いがあるときは、情報処理プログラムのソー
スコードの提出を求め、提出された情報処理プログラム
のソースコードを暗号化した暗号情報と、処理済情報に
付加されている暗号情報とを照合することにより、情報
処理プログラムの不正または改竄を容易に検出すること
ができる。
According to this embodiment, the source code of the information processing program is encrypted and this encrypted information is added to the processed information. By requesting the submission of the source code of the processing program and comparing the encrypted information obtained by encrypting the source code of the submitted information processing program with the encrypted information added to the processed information, the information processing program can Tampering can be easily detected.

【0050】上記第1から第4の実施形態では、識別情
報生成部101により生成された識別情報を識別情報記
録部103に記録するものとして説明したが、本発明は
これに限定されるものではなく、識別情報記録部103
の替わりに識別情報付加部を設けて、識別情報生成部1
01により生成された識別情報をこの識別情報付加部に
より処理済情報に付加するようにしてもよい。
In the first to fourth embodiments, the identification information generated by the identification information generating unit 101 is recorded in the identification information recording unit 103, but the present invention is not limited to this. Without the identification information recording unit 103
The identification information adding unit is provided instead of the
The identification information generated by 01 may be added to the processed information by this identification information addition unit.

【0051】また、図には示されていないが、上記第1
から第4の実施形態の情報処理装置は、上記で説明した
情報処理方法を実行するためのプログラムを記録した記
録媒体を備えている。この記録媒体は磁気ディスク、半
導体メモリ、CD−ROMまたはその他の記録媒体であ
ってもよい。このプログラムは、記録媒体から情報処理
装置にインストールされ、情報処理装置の動作を制御す
る。具体的には、情報処理装置内のCPUがこのプログ
ラムの制御により情報処理装置のハードウェア資源に特
定の処理を行うように指示することにより上記の処理が
実現される。また、通信回線から情報処理装置に対して
上記プログラムがインストールされるようにしてもよ
い。
Although not shown in the figure, the first
The information processing apparatus according to the fourth to fourth embodiments includes a recording medium recording a program for executing the information processing method described above. This recording medium may be a magnetic disk, a semiconductor memory, a CD-ROM or other recording medium. This program is installed in the information processing device from the recording medium and controls the operation of the information processing device. Specifically, the CPU in the information processing device controls the program to instruct the hardware resources of the information processing device to perform a specific process, thereby realizing the above process. Further, the program may be installed in the information processing device from a communication line.

【0052】[0052]

【発明の効果】以上説明したように、本発明によれば、
入力情報を処理するための処理プログラムの改竄および
不正を容易に検出することができるという効果を得るこ
とができる。
As described above, according to the present invention,
It is possible to obtain an effect that it is possible to easily detect falsification and fraud of a processing program for processing input information.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の第1の実施形態の情報処理装置の構成
を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of an information processing apparatus according to a first embodiment of the present invention.

【図2】本発明の第2の実施形態の情報処理装置の構成
を示すブロック図である。
FIG. 2 is a block diagram showing a configuration of an information processing device according to a second embodiment of the present invention.

【図3】本発明の第3の実施形態の情報処理装置の構成
を示すブロック図である。
FIG. 3 is a block diagram showing a configuration of an information processing device according to a third embodiment of the present invention.

【図4】本発明の第4の実施形態の情報処理装置の構成
を示すブロック図である。
FIG. 4 is a block diagram showing a configuration of an information processing device according to a fourth embodiment of the present invention.

【符号の説明】[Explanation of symbols]

101 識別情報生成部 102 情報処理部 103 識別情報記録部 104 プログラムハッシュ値生成部 105 プログラムハッシュ値付加部 204 プログラム暗号情報生成部 205 プログラム暗号情報付加部 304 ソースコードハッシュ値生成部 305 ソースコードハッシュ値付加部 404 ソースコード暗号情報生成部 405 ソースコード暗号情報付加部 101 identification information generation unit 102 Information processing unit 103 identification information recording unit 104 Program Hash Value Generation Unit 105 Program hash value addition unit 204 Program Cryptographic Information Generation Unit 205 Program Cryptographic Information Addition Unit 304 Source code hash value generator 305 Source code hash value addition unit 404 Source code encryption information generation unit 405 Source code encryption information addition unit

Claims (18)

【特許請求の範囲】[Claims] 【請求項1】 入力情報に対応する識別情報を生成する
ステップと、 前記識別情報を記録するステップと、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とするステップと、 前記情報処理プログラムに対応するプログラムハッシュ
値を生成するステップと、 前記処理済情報に前記プログラムハッシュ値を付加する
ステップと、を備えた情報処理方法。
1. A step of generating identification information corresponding to input information, a step of recording the identification information, a step of processing the input information using an information processing program to obtain processed information, the information An information processing method comprising: a step of generating a program hash value corresponding to a processing program; and a step of adding the program hash value to the processed information.
【請求項2】 入力情報に対応する識別情報を生成する
ステップと、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とするステップと、 前記識別情報を前記処理済情報に付加するステップと、 前記情報処理プログラムに対応するプログラムハッシュ
値を生成するステップと、 前記処理済情報に前記プログラムハッシュ値を付加する
ステップと、を備えた情報処理方法。
2. A step of generating identification information corresponding to input information, a step of processing the input information using an information processing program to obtain processed information, and adding the identification information to the processed information. An information processing method comprising: a step of generating a program hash value corresponding to the information processing program; and a step of adding the program hash value to the processed information.
【請求項3】 入力情報に対応する識別情報を生成する
ステップと、 前記識別情報を記録するステップと、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とするステップと、 前記情報処理プログラムを非対称鍵暗号方式における秘
密鍵を用いて暗号化することによりプログラム暗号情報
を生成するステップと、 前記処理済情報に前記プログラム暗号情報を付加するス
テップと、を備えた情報処理方法。
3. A step of generating identification information corresponding to input information, a step of recording the identification information, a step of processing the input information using an information processing program to obtain processed information, the information. An information processing method comprising: a step of generating program cryptographic information by encrypting a processing program using a secret key in an asymmetric key cryptosystem; and a step of adding the program cryptographic information to the processed information.
【請求項4】 入力情報に対応する識別情報を生成する
ステップと、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とするステップと、 前記識別情報を前記処理済情報に付加するステップと、 前記情報処理プログラムを非対称鍵暗号方式における秘
密鍵を用いて暗号化することによりプログラム暗号情報
を生成するステップと、 前記処理済情報に前記プログラム暗号情報を付加するス
テップと、を備えた情報処理方法。
4. A step of generating identification information corresponding to input information, a step of processing the input information using an information processing program to obtain processed information, and adding the identification information to the processed information. A step of generating program cryptographic information by encrypting the information processing program with a secret key in an asymmetric key cryptosystem; and a step of adding the program cryptographic information to the processed information. Information processing method.
【請求項5】 入力情報に対応する識別情報を生成する
ステップと、 前記識別情報を記録するステップと、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とするステップと、 前記情報処理プログラムのソースコードに対応するソー
スコードハッシュ値を生成するステップと、 前記処理済情報に前記ソースコードハッシュ値を付加す
るステップと、を備えた情報処理方法。
5. A step of generating identification information corresponding to input information, a step of recording the identification information, a step of processing the input information using an information processing program to obtain processed information, the information An information processing method comprising: a step of generating a source code hash value corresponding to a source code of a processing program; and a step of adding the source code hash value to the processed information.
【請求項6】 入力情報に対応する識別情報を生成する
ステップと、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とするステップと、 前記識別情報を前記処理済情報に付加するステップと、 前記情報処理プログラムのソースコードに対応するソー
スコードハッシュ値を生成するステップと、 前記処理済情報に前記ソースコードハッシュ値を付加す
るステップと、を備えた情報処理方法。
6. A step of generating identification information corresponding to input information, a step of processing the input information using an information processing program to obtain processed information, and adding the identification information to the processed information. An information processing method comprising: a step; a step of generating a source code hash value corresponding to a source code of the information processing program; and a step of adding the source code hash value to the processed information.
【請求項7】 入力情報に対応する識別情報を生成する
ステップと、 前記識別情報を記録するステップと、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とするステップと、 前記情報処理プログラムのソースコードを非対称鍵暗号
方式における秘密鍵を用いて暗号化することによりソー
スコード暗号情報を生成するステップと、 前記処理済情報に前記ソースコード暗号情報を付加する
ステップと、を備えた情報処理方法。
7. A step of generating identification information corresponding to input information, a step of recording the identification information, a step of processing the input information using an information processing program to obtain processed information, the information A step of generating source code cryptographic information by encrypting the source code of the processing program using a secret key in an asymmetric key cryptosystem; and a step of adding the source code cryptographic information to the processed information. Information processing method.
【請求項8】 入力情報に対応する識別情報を生成する
ステップと、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とするステップと、 前記識別情報を前記処理済情報に付加するステップと、 前記情報処理プログラムのソースコードを非対称鍵暗号
方式における秘密鍵を用いて暗号化することによりソー
スコード暗号情報を生成するステップと、 前記処理済情報に前記ソースコード暗号情報を付加する
ステップと、を備えた情報処理方法。
8. A step of generating identification information corresponding to input information, a step of processing the input information using an information processing program to obtain processed information, and adding the identification information to the processed information. A step of generating source code cryptographic information by encrypting a source code of the information processing program using a secret key in an asymmetric key cryptosystem; a step of adding the source code cryptographic information to the processed information And an information processing method comprising:
【請求項9】 前記識別情報が、入力情報に対応するハ
ッシュ値である請求項1から8のいずれか1項記載の情
報処理方法。
9. The information processing method according to claim 1, wherein the identification information is a hash value corresponding to input information.
【請求項10】 前記識別情報が、入力情報を非対称鍵
暗号方式における秘密鍵を用いて暗号化した情報である
請求項1から8のいずれか1項記載の情報処理方法。
10. The information processing method according to claim 1, wherein the identification information is information obtained by encrypting input information using a secret key in an asymmetric key cryptosystem.
【請求項11】 入力情報に対応する識別情報を生成す
る識別情報生成手段と、 前記識別情報生成手段により生成された識別情報を記録
するための識別情報記録手段と、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とする情報処理手段と、 前記情報処理手段において用いられる情報処理プログラ
ムに対応するプログラムハッシュ値を生成するプログラ
ムハッシュ値生成手段と、 前記情報処理手段において処理された処理済情報に、前
記プログラムハッシュ値生成手段により生成されたプロ
グラムハッシュ値を付加するプログラムハッシュ値付加
手段と、を備えた情報処理装置。
11. An identification information generation unit for generating identification information corresponding to input information, an identification information recording unit for recording the identification information generated by the identification information generation unit, and an information processing program for the input information. Information processing means for processing the processed information into processed information, program hash value generating means for generating a program hash value corresponding to an information processing program used in the information processing means, and processing in the information processing means An information processing apparatus comprising: a program hash value adding unit that adds the program hash value generated by the program hash value generating unit to the processed information.
【請求項12】 入力情報に対応する識別情報を生成す
る識別情報生成手段と、 前記識別情報生成手段により生成された識別情報を記録
するための識別情報記録手段と、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とする情報処理手段と、 前記情報処理手段において用いられる情報処理プログラ
ムを非対称鍵暗号化方式の秘密鍵を用いて暗号化するこ
とによりプログラム暗号情報を生成するプログラム暗号
情報生成手段と、 前記情報処理手段において処理された処理済情報に、前
記プログラム暗号情報生成手段により生成されたプログ
ラム暗号情報を付加するプログラム暗号情報付加手段
と、を備えた情報処理装置。
12. An identification information generating means for generating identification information corresponding to input information, an identification information recording means for recording the identification information generated by the identification information generating means, and an information processing program for the input information. Information processing means for processing the processed information into processed information and a program for generating program encryption information by encrypting an information processing program used in the information processing means with a secret key of an asymmetric key encryption method An information processing apparatus comprising: encryption information generating means; and program encryption information adding means for adding the program encryption information generated by the program encryption information generating means to the processed information processed by the information processing means.
【請求項13】 入力情報に対応する識別情報を生成す
る識別情報生成手段と、 前記識別情報生成手段により生成された識別情報を記録
するための識別情報記録手段と、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とする情報処理手段と、 前記情報処理手段において用いられる情報処理プログラ
ムのソースコードに対応するプログラムハッシュ値を生
成するソースコードハッシュ値生成手段と、 前記情報処理手段において処理された処理済情報に、前
記ソースコードハッシュ値生成手段により生成されたソ
ースコードハッシュ値を付加するソースコードハッシュ
値付加手段と、を備えた情報処理装置。
13. An identification information generating means for generating identification information corresponding to input information, an identification information recording means for recording the identification information generated by the identification information generating means, and an information processing program for the input information. Information processing means for processing the processed information into processed information, source code hash value generating means for generating a program hash value corresponding to the source code of the information processing program used in the information processing means, and the information processing means An information processing apparatus, comprising: source code hash value adding means for adding the source code hash value generated by the source code hash value generating means to the processed information processed in.
【請求項14】 入力情報に対応する識別情報を生成す
る識別情報生成手段と、 前記識別情報生成手段により生成された識別情報を記録
するための識別情報記録手段と、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とする情報処理手段と、 前記情報処理手段において用いられる情報処理プログラ
ムのソースコードを非対称鍵暗号方式における秘密鍵を
用いて暗号化することによりソースコード暗号情報を生
成するソースコード暗号情報生成手段と、 前記情報処理手段において処理された処理済情報に、前
記ソースコード暗号情報生成手段により生成されたソー
スコード暗号情報を付加するソースコード暗号情報付加
手段と、を備えた情報処理装置。
14. Identification information generating means for generating identification information corresponding to input information, identification information recording means for recording the identification information generated by the identification information generating means, and information processing program for the input information. Information processing means for processing the processed information as processed information and source code of the information processing program used in the information processing means by encrypting the source code by using a secret key in the asymmetric key cryptosystem. Source code cryptographic information generating means for generating, and source code cryptographic information adding means for adding the source code cryptographic information generated by the source code cryptographic information generating means to the processed information processed by the information processing means. An information processing device provided.
【請求項15】 入力情報に対応する識別情報を生成す
る処理と、 前記識別情報を記録する処理と、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とする処理と、 前記情報処理プログラムに対応するプログラムハッシュ
値を生成する処理と、 前記処理済情報に前記プログラムハッシュ値を付加する
処理と、をコンピュータに実行させるためのプログラ
ム。
15. A process of generating identification information corresponding to input information, a process of recording the identification information, a process of processing the input information using an information processing program to obtain processed information, the information. A program for causing a computer to execute a process of generating a program hash value corresponding to a processing program and a process of adding the program hash value to the processed information.
【請求項16】 入力情報に対応する識別情報を生成す
る処理と、 前記識別情報を記録する処理と、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とする処理と、 前記情報処理プログラムを非対称鍵暗号方式における秘
密鍵を用いて暗号化することによりプログラム暗号情報
を生成する処理と、 前記処理済情報に前記プログラム暗号情報を付加する処
理と、をコンピュータに実行させるためのプログラム。
16. A process of generating identification information corresponding to input information, a process of recording the identification information, a process of processing the input information using an information processing program to obtain processed information, the information. A program for causing a computer to execute a process of generating program cryptographic information by encrypting a processing program using a secret key in an asymmetric key cryptosystem, and a process of adding the program cryptographic information to the processed information .
【請求項17】 入力情報に対応する識別情報を生成す
る処理と、 前記識別情報を記録する処理と、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とする処理と、 前記情報処理プログラムのソースコードに対応するソー
スコードハッシュ値を生成する処理と、 前記処理済情報に前記ソースコードハッシュ値を付加す
る処理と、をコンピュータに実行させるためのプログラ
ム。
17. A process of generating identification information corresponding to input information, a process of recording the identification information, a process of processing the input information using an information processing program to obtain processed information, the information. A program for causing a computer to execute a process of generating a source code hash value corresponding to a source code of a processing program and a process of adding the source code hash value to the processed information.
【請求項18】 入力情報に対応する識別情報を生成す
る処理と、 前記識別情報を記録する処理と、 前記入力情報を情報処理プログラムを用いて処理して処
理済情報とする処理と、 前記情報処理プログラムのソースコードを非対称鍵暗号
方式における秘密鍵を用いて暗号化することによりソー
スコード暗号情報を生成する処理と、 前記処理済情報に前記ソースコード暗号情報を付加する
処理と、をコンピュータに実行させるためのプログラ
ム。
18. A process of generating identification information corresponding to input information, a process of recording the identification information, a process of processing the input information using an information processing program to obtain processed information, the information. A process of generating source code cryptographic information by encrypting the source code of the processing program using a secret key in an asymmetric key cryptosystem, and a process of adding the source code cryptographic information to the processed information are stored in a computer. A program to run.
JP2001387898A 2001-12-20 2001-12-20 Information processing method, device and program Pending JP2003186561A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001387898A JP2003186561A (en) 2001-12-20 2001-12-20 Information processing method, device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001387898A JP2003186561A (en) 2001-12-20 2001-12-20 Information processing method, device and program

Publications (1)

Publication Number Publication Date
JP2003186561A true JP2003186561A (en) 2003-07-04

Family

ID=27596589

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001387898A Pending JP2003186561A (en) 2001-12-20 2001-12-20 Information processing method, device and program

Country Status (1)

Country Link
JP (1) JP2003186561A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8689212B2 (en) 2008-02-25 2014-04-01 Panasonic Corporation Information processing device for controlling an application able to access a predetermined device, and control method using an information processing device for controlling an application able to access a predetermined device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8689212B2 (en) 2008-02-25 2014-04-01 Panasonic Corporation Information processing device for controlling an application able to access a predetermined device, and control method using an information processing device for controlling an application able to access a predetermined device

Similar Documents

Publication Publication Date Title
TWI518548B (en) Machine authenticity judgment system and machine authenticity judgment method
CN106031086B (en) Method and system for generating device certificate and the validity for examining device certificate
EP1505765A1 (en) Data processing system, data processing device, data processing method, and computer program
US20100312810A1 (en) Secure identification of music files
US20130007471A1 (en) Systems and methods for securing cryptographic data using timestamps
WO2019098895A1 (en) Method and arrangement for detecting digital content tampering
JP2004206435A (en) License management method, and license management system
SG171730A1 (en) System and method for hardware based security
CN107341368A (en) Licensing effective time method of calibration and device
SG177596A1 (en) System and method for managing electronic assets
JP2004013600A (en) Data processing system, data processing device and method, and its computer program
CN110598377A (en) Software serial number management method and device based on block chain
US20170063821A1 (en) Secure protocol for chip authentication
JP6674401B2 (en) Detection system, detection method and detection program
JP4208082B2 (en) Data alteration detection method, data alteration detection device, and data alteration detection program
US8447695B2 (en) System and method for processing feedback entries received from software
JP2012178074A (en) Plant operation/maintenance terminal and record management method for plant operation/maintenance
JP2004015507A (en) Access right management system, communication processor and method, and computer program
CN112948894A (en) Block chain-based anti-counterfeiting method, device, equipment and medium for tally inspection report
JP2003186561A (en) Information processing method, device and program
JP2000339153A (en) Method and device for verifying program and storage medium storing program verification program
CN113821446A (en) Test verification method and device for transaction system
CN112825093B (en) Security baseline checking method, host, server, electronic device and storage medium
JP2004015495A (en) Authority management system, information processing apparatus and method therefor, as well as computer program
JP2004015527A (en) Data processing right management system, information processor and method, and computer program

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20050610

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061106

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061220

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070219

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070509