JPH04362743A - Hash production tool - Google Patents
Hash production toolInfo
- Publication number
- JPH04362743A JPH04362743A JP3165083A JP16508391A JPH04362743A JP H04362743 A JPH04362743 A JP H04362743A JP 3165083 A JP3165083 A JP 3165083A JP 16508391 A JP16508391 A JP 16508391A JP H04362743 A JPH04362743 A JP H04362743A
- Authority
- JP
- Japan
- Prior art keywords
- hash
- value
- correction value
- program
- creation
- 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
Links
- 238000012937 correction Methods 0.000 claims abstract description 67
- 230000010365 information processing Effects 0.000 claims description 11
- 238000012790 confirmation Methods 0.000 claims description 2
- 238000000034 method Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- 230000000694 effects Effects 0.000 description 2
- 238000007796 conventional method Methods 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000002452 interceptive effect Effects 0.000 description 1
Landscapes
- Detection And Correction Of Errors (AREA)
Abstract
Description
【0001】0001
【産業上の利用分野】本発明は、例えばATM(自動取
引装置)等の金融自動化機器や一般の情報処理装置に用
いられ、そのアプリケーションプログラムのローディン
グ時において、そのプログラムが正常にローディングさ
れたかを確認するためのハッシュ(HUSH)値および
ハッシュ補正値を作成するハッシュ作成ツールに関する
。[Industrial Application Field] The present invention is used in financial automation equipment such as ATMs (automated transaction machines) and general information processing equipment, and when loading an application program, it is possible to check whether the program has been loaded normally. The present invention relates to a hash creation tool that creates a hash (HUSH) value for confirmation and a hash correction value.
【0002】0002
【従来の技術】一般に、自動取引装置等の金融自動化機
器においては、その開発時にローディングするアプリケ
ーションプログラムの正当性を確認するため、ハッシュ
補正値が用いられている。即ち、自動化機器が、あるア
プリケーションプログラムのローディングによって所定
のハッシュ値を得るようにし、かつ、このハッシュ値と
加算することによってある一定の値、例えば00000
1(16進)となる値をハッシュ補正値として、このハ
ッシュ補正値をアプリケーションプログラム側に記録し
ておく。こうしてアプリケーションプログラムを自動化
機器にローディングし、ハッシュ値とハッシュ補正値を
加算した場合、そのアプリケーションプログラムが正常
にローディングされなかった場合は予め定められた値と
はならず、従って、その正当性の確認を行うことができ
る。2. Description of the Related Art Generally, hash correction values are used in financial automation equipment such as automatic transaction equipment to confirm the validity of application programs loaded during development. That is, the automated equipment obtains a predetermined hash value by loading a certain application program, and adds it to this hash value to obtain a certain value, for example 00000.
A value of 1 (hexadecimal) is set as a hash correction value, and this hash correction value is recorded on the application program side. In this way, when an application program is loaded into an automated device and the hash value and hash correction value are added, if the application program is not loaded normally, the value will not be the predetermined value, so its validity can be confirmed. It can be performed.
【0003】従来、このようなハッシュ値およびハッシ
ュ補正値を利用しようとした場合、先ずローディングす
る金融自動化機器と同様の0S(オペレーションシステ
ム)を有するツールを用い、ハッシュ値を作成する。そ
して、作成されたハッシュ値から手計算によってハッシ
ュ補正値を求め、更にそのハッシュ補正値をローディン
グするための補助記憶媒体であるフロッピディスク上の
ファイルに記載するためには、別のツールを用いてファ
イルに直接パッチを投入しなければならなかった。Conventionally, when trying to use such a hash value and a hash correction value, a hash value is first created using a tool having an operating system (OS) similar to that of the financial automation device to be loaded. Then, a hash correction value is manually calculated from the created hash value, and another tool is used to write the hash correction value in a file on the floppy disk, which is an auxiliary storage medium for loading. I had to put the patch directly into the file.
【0004】0004
【発明が解決しようとする課題】しかしながら、上記従
来の方法では、いうまでもなく、二種類のツール(ユー
ティリティ)を用いなければならない点に加え、手計算
を用いなければならないという煩雑さと不確実さの問題
点を有していた。例えば、自動取引装置の場合ハッシュ
値およびハッシュ補正値は、自動取引装置の構造上の理
由から4バイトの値であるのに対し、パッチ投入は1バ
イト単位であり、更にファイルへの記録時にもハッシュ
補正値を上位バイトと下位バイトを逆転させなけてばな
らず、加えて、プログラムが複数枚のフロッピディスク
の分割して記録されている場合、どのフロッピディスク
を用いたら良いか、そのフロッピディスクの内容を知ら
なければ分からないといった煩雑さと不確実さを有して
いた。本発明は、上記従来の問題点を解決するためにな
されたもので、容易かつ確実にハッシュ補正値のアプリ
ケーションプログラムへの記録を行うことのできるハッ
シュ作成ツールを提供することを目的とする。[Problem to be Solved by the Invention] However, it goes without saying that the above conventional method requires the use of two types of tools (utilities), as well as the complexity and uncertainty of having to use manual calculations. It had the following problems. For example, in the case of an automatic transaction device, the hash value and hash correction value are 4-byte values due to the structure of the automatic transaction device, whereas the patch input is in 1-byte units, and furthermore, when recording to a file, the hash value and hash correction value are 4 bytes. It is necessary to reverse the upper byte and lower byte of the hash correction value, and in addition, if the program is recorded on multiple floppy disks, which floppy disk should be used? It had such complexity and uncertainty that it could not be understood unless one knew the contents of the system. The present invention was made to solve the above-mentioned conventional problems, and an object of the present invention is to provide a hash creation tool that can easily and reliably record a hash correction value in an application program.
【0005】[0005]
【課題を解決するための手段】本発明のハッシュ作成ツ
ールは、情報処理装置がプログラムのローディングによ
って所定のハッシュ値を得ると共に、前記プログラムが
、該プログラムの前記情報処理装置へのローディング時
、このローディングが正常に行われたか否かを前記ハッ
シュ値との関係に基づき確認するためのハッシュ補正値
を備えた場合、該ハッシュ補正値を作成するハッシュ作
成ツールにおいて、所定のハッシュ値を作成するハッシ
ュ値作成手段と、前記ハッシュ値に加算することによっ
て一定値となる値のハッシュ補正値を作成するハッシュ
補正値作成手段と、前記ハッシュ補正値を前記プログラ
ムに記録するハッシュ補正値記録手段とを備えたもので
ある。[Means for Solving the Problems] The hash creation tool of the present invention is such that an information processing device obtains a predetermined hash value by loading a program, and the program is configured to obtain a predetermined hash value by loading a program into the information processing device. If a hash correction value is provided for checking whether or not loading has been performed normally based on the relationship with the hash value, a hash creation tool that creates the hash correction value uses a hash that creates a predetermined hash value. A hash correction value creating means for creating a hash correction value of a constant value by adding it to the hash value, and a hash correction value recording means for recording the hash correction value in the program. It is something that
【0006】[0006]
【作用】本発明のハッシュ作成ツールにおいては、ハッ
シュ値作成手段が、情報処理装置へのプログラムローデ
ィング時に得られるハッシュ値と同様の値を作成し、こ
のハッシュ値を基に、ハッシュ補正値作成手段は、ハッ
シュ値と加算することによって一定値となるハッシュ補
正値を作成する。ハッシュ補正値記録手段は、ハッシュ
補正値作成手段によって得られたハッシュ補正値をプロ
グラムに記録する。従って、ハッシュ補正値を手計算等
で行う必要がなく、容易かつ確実にハッシュ補正値のプ
ログラムへの記録を行うことができる。[Operation] In the hash creation tool of the present invention, the hash value creation means creates a value similar to the hash value obtained when loading a program into the information processing device, and based on this hash value, the hash correction value creation means creates a hash correction value that becomes a constant value by adding it to the hash value. The hash correction value recording means records the hash correction value obtained by the hash correction value creation means in the program. Therefore, there is no need to manually calculate the hash correction value, and the hash correction value can be easily and reliably recorded in the program.
【0007】[0007]
【実施例】以下、本発明の実施例を図面を用いて詳細に
説明する。図1は本発明のハッシュ作成ツールを適用し
た自動取引装置へのアプリケーションプログラムローデ
ィング時の説明図である。Embodiments Hereinafter, embodiments of the present invention will be explained in detail with reference to the drawings. FIG. 1 is an explanatory diagram at the time of loading an application program into an automatic transaction device to which the hash creation tool of the present invention is applied.
【0008】図において、1はハッシュ作成ツールを示
し、このハッシュ作成ツール1はプロセッサまたはプロ
グラム等からなり、ハッシュ値作成手段1aと、ハッシ
ュ補正値作成手段1bと、ハッシュ補正値記録手段1c
とから構成されている。ハッシュ値作成手段1aは、後
述するキャリー込み加算によってハッシュ値を作成する
手段、ハッシュ補正値作成手段1bは、ハッシュ値作成
手段1aで作成されたハッシュ値からハッシュ補正値を
作成する手段、ハッシュ補正値記録手段1cは、ハッシ
ュ補正値作成手段1bで作成されたハッシュ補正値をプ
ログラムのフロッピディスク2に書き込む手段である。
また、図中3はハッシュ作成ツール1を用いるパーソナ
ルコンピュータ、4はアプリケーションプログラムをロ
ーディングする自動取引装置、4aはアプリケーション
プログラムのローディングによって得られるハッシュ値
を示している。In the figure, 1 indicates a hash creation tool, and this hash creation tool 1 is composed of a processor or a program, and includes a hash value creation means 1a, a hash correction value creation means 1b, and a hash correction value recording means 1c.
It is composed of. The hash value creation means 1a is a means for creating a hash value by carry-in addition, which will be described later.The hash correction value creation means 1b is a means for creating a hash correction value from the hash value created by the hash value creation means 1a. The value recording means 1c is means for writing the hash correction value created by the hash correction value creation means 1b onto the floppy disk 2 of the program. Further, in the figure, 3 represents a personal computer using the hash creation tool 1, 4 represents an automatic transaction device into which an application program is loaded, and 4a represents a hash value obtained by loading the application program.
【0009】更に、上記ハッシュ作成ツール1は、自動
取引装置4のオペレーティングシステムとは異なるオペ
レーティングシステムで動作できるよう構成され、例え
ば、一般のパーソナルコンピュータ3で使用されている
オペレーティングシステム上で作動するよう構成されて
いる。即ち、自動取引装置4にローディングするアプリ
ケーションプログラムはそのフォーマットが異なるため
、通常のパーソナルコンピュータ3では一般に読込みを
行うことができないが、上記ハッシュ作成ツール1はフ
ォーマットの異なるプログラムのリード/ライトが行え
るよう構成されている。Furthermore, the hash creation tool 1 is configured to be able to operate on an operating system different from that of the automatic transaction device 4, for example, to operate on an operating system used in a general personal computer 3. It is configured. That is, since the application programs loaded into the automated transaction device 4 have different formats, they cannot generally be read by a normal personal computer 3, but the hash creation tool 1 can read/write programs with different formats. It is configured.
【0010】次に、上記構成のハッシュ作成ツール1を
用いたハッシュ補正値書き込み動作を説明する。図2は
、その動作を示すフローチャートである。先ず、パーソ
ナルコンピュータ3のオペレータは自動取引装置4にロ
ーディングするアプリケーションプログラムを選択する
(ステップS1)。尚、アプリケーションプログラムと
して、ここではプログラムAとプログラムBを使用する
ものとする。オペレータがプログラムとしてAを選択し
た場合(ステップS2)、プログラムAが格納されたフ
ロッピディスク2をセットするユニット(ドライブ)の
選択指示を行い(ステップS3)、オペレータは指定さ
れたユニットにフロッピディスク2をセットする(ステ
ップS4)。Next, a hash correction value writing operation using the hash creation tool 1 having the above configuration will be explained. FIG. 2 is a flowchart showing the operation. First, the operator of the personal computer 3 selects an application program to be loaded into the automatic transaction device 4 (step S1). It is assumed here that program A and program B are used as application programs. When the operator selects A as the program (step S2), the operator instructs the selection of the unit (drive) in which the floppy disk 2 in which program A is stored is to be set (step S3), and the operator selects the floppy disk 2 in the designated unit. is set (step S4).
【0011】これにより、ハッシュ作成ツール1のハッ
シュ値作成手段1aは、プログラムAのファイルを読込
み、4バイトを1単位として加算を行い、ハッシュ値を
作成する(ステップS5)。この場合の加算は、桁の繰
上がりがあれば、その数を切捨て、代わりに一の位に1
を足す、キャリー込み加算と呼ばれる演算を行うもので
ある。[0011] Thereby, the hash value creation means 1a of the hash creation tool 1 reads the file of program A, performs addition in units of 4 bytes, and creates a hash value (step S5). In this case, when adding a digit, if there is a carry-over, that number is rounded down and 1 is placed in the ones place instead.
It performs an operation called carry-in addition, which adds .
【0012】図3にこの演算の一例を示す。即ち、99
887760+10000000=109887760
(10進)であるが、桁の繰上がりがあるため、「1
」を切捨て、この数を一の位に足して09887761
とする加算である。次に、このようにして求めたハッシ
ュ値からハッシュ補正値作成手段1bはハッシュ補正値
を求める(ステップS6)。この場合の演算は、ハッシ
ュ値とをキャリー込み加算した結果が00000001
(16進)となる値をハッシュ補正値として求めるもの
である。尚、ここでは、キャリー込み加算した値を00
000001としたが、他の値に設定するようにしても
よい。FIG. 3 shows an example of this calculation. That is, 99
887760+10000000=109887760
(decimal), but because the digits are carried forward, “1
” and add this number to the ones place to get 09887761.
This is the addition. Next, the hash correction value creation means 1b calculates a hash correction value from the hash value obtained in this manner (step S6). In this case, the result of adding the hash value with carry is 00000001.
(hexadecimal) is obtained as the hash correction value. In addition, here, the value added including carry is 00
Although it is set to 000001, it may be set to other values.
【0013】次いで、ステップS5、S6で求めたハッ
シュ値およびハッシュ補正値をパーソナルコンピュータ
3のディスプレイに表示し(ステップS7)、このハッ
シュ補正値をフロッピディスク2に書き込むか否かのメ
ッセージを表示して、オペレータに選択を指示する。こ
こで、オペレータの選択が書き込みであった場合は(ス
テップS8)、ハッシュ補正値記録手段1cはフロッピ
ディスク2への書き込みを行う(ステップS9)。この
書き込みは、プログラムAのファイルとは別の格納ファ
イルに対して実行される。また、その際、ハッシュ補正
値の上位バイトと下位バイトは逆転するようにして書き
込みを行う。Next, the hash value and hash correction value obtained in steps S5 and S6 are displayed on the display of the personal computer 3 (step S7), and a message asking whether or not to write the hash correction value to the floppy disk 2 is displayed. to instruct the operator to make a selection. Here, if the operator's selection is writing (step S8), the hash correction value recording means 1c writes to the floppy disk 2 (step S9). This writing is performed to a storage file different from the program A file. Also, at this time, the hash correction value is written with the upper byte and lower byte reversed.
【0014】図4に、その書き込みの値を示す。即ち、
作成されたハッシュ補正値を「12345678」とし
た場合、フロッピディスク上の格納形式は「78563
412」となる。
ハッシュ補正値書き込み後、または、ステップS8にお
いてオペレータが書き込みを選択しなかった場合は、上
記の処理を繰り返すか否かの判断を行い(ステップS1
0)、繰り返す場合はステップS1に戻って上記のプロ
グラム選択処理を行う。FIG. 4 shows the written values. That is,
If the created hash correction value is "12345678", the storage format on the floppy disk is "78563".
412". After writing the hash correction value, or if the operator does not select writing in step S8, it is determined whether or not to repeat the above process (step S1
0), to repeat, return to step S1 and perform the above program selection process.
【0015】また、プログラム選択において、プログラ
ムBが選択された場合(ステップS2)、プログラムA
の場合と同様にユニット選択指示を行う(ステップS1
1)。ここでプログラムBの場合は、フロッピディスク
容量の関係から複数枚のフロッピディスクに亘って格納
され、メンバと呼ばれる単位毎に分割されている。その
ため、どのメンバをハッシュ作成の対象とするかは、ロ
ードアドレステーブルファイルに記録されている。この
ため、オペレータはロードアドレステーブルファイルが
格納されているフロッピディスクを指定のユニットにセ
ットする(ステップS12)。これによりハッシュ値作
成手段1aは、ロードアドレステーブルファイルを読み
、ハッシュ作成の対象となるメンバの名前のテーブルを
作成する(ステップS13)。[0015] Furthermore, when program B is selected in program selection (step S2), program A
A unit selection instruction is given in the same way as in the case of (step S1
1). Here, in the case of program B, due to the floppy disk capacity, it is stored across a plurality of floppy disks, and is divided into units called members. Therefore, which member is the target of hash creation is recorded in the load address table file. Therefore, the operator sets the floppy disk containing the load address table file into the designated unit (step S12). Thereby, the hash value creation means 1a reads the load address table file and creates a table of names of members to be hashed (step S13).
【0016】その後はプログラムBのフロッピディスク
(プログラムBの一部が存在する)に交換し、交換した
フロッピディスク中に存在するメンバから、ステップS
13で作成したメンバ名テーブルに名前が載っているも
のを探し、そのメンバのハッシュ値を作成する(ステッ
プS14)。作成後、再びメンバを探してハッシュ値を
作成し、前回作成したハッシュ値に今回作成したハッシ
ュ値を足し込む。以下、メンバを探し、メンバ毎のハッ
シュ値を作成するという手順を繰り返し、作成したハッ
シュ値を次々足し込んでゆく(ステップS15)。また
、ハッシュ値をとるべきメンバがまだメンバ名テーブル
に残っており(ステップS16)、かつそれが現在セッ
トされているフロッピディスクの中に存在しない場合は
、ディスプレイにその旨のメッセージを表示し(ステッ
プS17)、オペレータにフロッピディスクの交換を促
す(ステップS18)。その時、メンバ名テーブルに残
っているメンバ名を一緒に表示、どのフロッピディスク
をセットしたらよいかを明確にする。After that, replace the floppy disk with program B (on which a part of program B exists), and start from the members existing on the replaced floppy disk in step S.
The member whose name is listed in the member name table created in step S13 is searched for, and a hash value of that member is created (step S14). After creation, find the member again, create a hash value, and add the hash value created this time to the hash value created last time. Thereafter, the procedure of searching for members and creating hash values for each member is repeated, and the created hash values are added one after another (step S15). Furthermore, if the member whose hash value is to be taken still remains in the member name table (step S16), and it does not exist on the currently set floppy disk, a message to that effect is displayed on the display ( Step S17), prompts the operator to replace the floppy disk (Step S18). At that time, the remaining member names in the member name table are displayed together, making it clear which floppy disk should be set.
【0017】こうして、ハッシュ値作成の対象となって
いる全てのメンバについてハッシュ値を作成した場合は
(ステップS16)、その最終的に得られたハッシュ値
から上述したステップS6に移行し、プログラムAの場
合と同様にハッシュ補正値を作成する。以下の動作もプ
ログラムAと同様であり、求めたハッシュ補正値をディ
スプレイに表示し、オペレータはこの表示に従ってフロ
ッピディスクに書き込むか否かを選択し、書き込みを実
行する。但し、この場合の書き込みは上記ロードアドレ
ステーブルファイルに対して実行される。In this way, when hash values have been created for all the members for which hash values have been created (step S16), the process moves to the above-mentioned step S6 from the finally obtained hash value, and the program A Create a hash correction value in the same way as in the case of . The following operations are also similar to program A; the obtained hash correction value is displayed on the display, and the operator selects whether or not to write to the floppy disk according to the display, and executes the writing. However, writing in this case is executed to the load address table file.
【0018】また、このようにして作成されたフロッピ
ディスク2は、従来と同様に自動取引装置4にローディ
ングされる。即ち、プログラムのローディングによって
自動取引装置4は上述したハッシュ値作成手段1aと同
様の演算によってハッシュ値4aを得、このハッシュ値
4aと、プログラムに記録(付加)されたハッシュ補正
値との加算を行うことによって、正常にローディングさ
れたかを確認する。Furthermore, the floppy disk 2 created in this manner is loaded into the automatic transaction device 4 in the same manner as before. That is, by loading the program, the automatic transaction device 4 obtains a hash value 4a by the same calculation as the hash value creation means 1a described above, and adds this hash value 4a and the hash correction value recorded (added) to the program. Check if it was loaded correctly by running:
【0019】以上のように、上記実施例のハッシュ作成
ツールでは、ハッシュ値作成、ハッシュ補正値作成、フ
ロッピディスクへの書き込みという三つの処理を一度に
行うことができる。また、オペレータが入力しなければ
ならない項目が少なく、対話形式であるため、プログラ
ムの内容に詳しくない者にも容易に扱うことができる。
更に、プログラムBのように複数枚のフロッピディスク
に亘って格納されているものであっても、オペレータは
個々のファイルの内容を考慮する必要がない。また、従
来のように自動取引装置4と同様のオペレーティングシ
ステムのパーソナルコンピュータを用いる必要がなく、
一般のパーソナルコンピュータ3を用いることができる
ため、汎用性、移植性に優れている。As described above, the hash creation tool of the above embodiment can perform three processes at once: creation of a hash value, creation of a hash correction value, and writing to a floppy disk. Furthermore, since the number of items that the operator must input is small and the program is interactive, it can be easily used even by those who are not familiar with the contents of the program. Furthermore, even if the program B is stored across multiple floppy disks, the operator does not need to consider the contents of each individual file. In addition, there is no need to use a personal computer with the same operating system as the automatic transaction device 4 as in the past.
Since a general personal computer 3 can be used, it has excellent versatility and portability.
【0020】尚、上記実施例では、プログラムをローデ
ィングする機器として、自動取引装置4を例にとって説
明したが、これに限定されるものではなく、他の金融自
動化機器のみならず、プログラムをローディングする情
報処理装置であれば、上記実施例と同様の効果を奏する
。[0020] In the above embodiment, the automated transaction device 4 is used as an example of a device for loading programs, but the device is not limited to this, and can be used not only for other automated financial devices but also for loading programs. If it is an information processing device, the same effects as in the above embodiment can be achieved.
【0021】[0021]
【発明の効果】以上説明したように、本発明のハッシュ
作成ツールによれば、ハッシュ値作成手段とハッシュ補
正値作成手段とハッシュ補正値記録手段とを備えたので
、従来のようなハッシュ補正値作成のための手計算等の
必要がなく、容易かつ確実にハッシュ補正値のプログラ
ムへの記録を行うことができる。従って、利用者がプロ
グラムやハッシュ補正値等の内容に詳しくない者であっ
ても容易に行うことができる。As explained above, the hash creation tool of the present invention includes a hash value creation means, a hash correction value creation means, and a hash correction value recording means. There is no need for manual calculation or the like for creation, and the hash correction value can be easily and reliably recorded in the program. Therefore, even if the user is not familiar with the contents of programs, hash correction values, etc., it can be easily performed.
【図1】本発明のハッシュ作成ツールの適用したプログ
ラムローディング時の説明図である。FIG. 1 is an explanatory diagram at the time of program loading to which a hash creation tool of the present invention is applied.
【図2】本発明のハッシュ作成ツールを用いたハッシュ
補正値書き込み動作フローチャートである。FIG. 2 is a flowchart of a hash correction value writing operation using the hash creation tool of the present invention.
【図3】本発明のハッシュ作成ツールにおけるハッシュ
値演算の説明図である。FIG. 3 is an explanatory diagram of hash value calculation in the hash creation tool of the present invention.
【図4】本発明のハッシュ作成ツールにおけるハッシュ
補正値書き込みの説明図である。FIG. 4 is an explanatory diagram of hash correction value writing in the hash creation tool of the present invention.
1 ハッシュ作成手段 1a ハッシュ値作成手段 1b ハッシュ補正値作成手段 1c ハッシュ補正値記録手段 4 自動取引装置(情報処理装置) 4a ハッシュ値 1 Hash creation means 1a Hash value creation means 1b Hash correction value creation means 1c Hash correction value recording means 4 Automatic transaction device (information processing device) 4a Hash value
Claims (1)
ングによって所定のハッシュ値を得ると共に、前記プロ
グラムが、該プログラムの前記情報処理装置へのローデ
ィング時、このローディングが正常に行われたか否かを
前記ハッシュ値との関係に基づき確認するためのハッシ
ュ補正値を備えた場合、該ハッシュ補正値を作成するハ
ッシュ作成ツールにおいて、所定のハッシュ値を作成す
るハッシュ値作成手段と、前記ハッシュ値に加算するこ
とによって一定値となる値のハッシュ補正値を作成する
ハッシュ補正値作成手段と、前記ハッシュ補正値を前記
プログラムに記録するハッシュ補正値記録手段とを備え
たハッシュ作成ツール。Claim 1: An information processing device obtains a predetermined hash value by loading a program, and when the program is loaded into the information processing device, the information processing device obtains a predetermined hash value, and when the program is loaded into the information processing device, the information processing device obtains a predetermined hash value. If a hash correction value is provided for confirmation based on the relationship with the value, the hash creation tool that creates the hash correction value includes a hash value creation means that creates a predetermined hash value, and a hash value that is added to the hash value. 1. A hash creation tool comprising: hash correction value creation means for creating a hash correction value of a constant value; and hash correction value recording means for recording the hash correction value in the program.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3165083A JPH04362743A (en) | 1991-06-10 | 1991-06-10 | Hash production tool |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3165083A JPH04362743A (en) | 1991-06-10 | 1991-06-10 | Hash production tool |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH04362743A true JPH04362743A (en) | 1992-12-15 |
Family
ID=15805554
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3165083A Pending JPH04362743A (en) | 1991-06-10 | 1991-06-10 | Hash production tool |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH04362743A (en) |
-
1991
- 1991-06-10 JP JP3165083A patent/JPH04362743A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH04362743A (en) | Hash production tool | |
JP2005316624A (en) | Database reorganization program, database reorganization method, and database reorganization device | |
JPH02206820A (en) | Method and device for controlling optical disk information | |
JPH01108634A (en) | System for preventing erroneous usage of external recording medium | |
JPH11250037A (en) | Content editing device and recording medium | |
JP3120493B2 (en) | Data processing device | |
JP2658097B2 (en) | Secondary file creation method | |
JP2507399B2 (en) | Database equipment | |
JPH0535414A (en) | Magnetic tape file access system | |
JPH02226350A (en) | Data control method for computer system | |
JPS6042494B2 (en) | Program module management method | |
JPH05224852A (en) | Display system for picture display data | |
JPS62248035A (en) | Program correcting system | |
JPH09190465A (en) | Method for referring to classified and stored information | |
JPH08328911A (en) | Command log system and command log method for computer system | |
JPH07120274B2 (en) | How to determine the compatibility of user assets | |
JPH05210467A (en) | Method for copying to plural floppy disks | |
JPS59106017A (en) | Testing of input/output controller | |
JPH06168079A (en) | Data backup system | |
JPS63104154A (en) | File shift system | |
JPH03282636A (en) | Data storing method for execution of test package | |
JPH0364896B2 (en) | ||
JPH03259332A (en) | Program execution system | |
JPH01169793A (en) | System for moving optical disk management information | |
JPH01106217A (en) | Parallel storage/reading type data processor |