JPH02244353A - Copying prevention system for program - Google Patents

Copying prevention system for program

Info

Publication number
JPH02244353A
JPH02244353A JP1065367A JP6536789A JPH02244353A JP H02244353 A JPH02244353 A JP H02244353A JP 1065367 A JP1065367 A JP 1065367A JP 6536789 A JP6536789 A JP 6536789A JP H02244353 A JPH02244353 A JP H02244353A
Authority
JP
Japan
Prior art keywords
program
medium
identification code
computer
error
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
JP1065367A
Other languages
Japanese (ja)
Inventor
Masaaki Iwasaki
岩崎 雅明
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP1065367A priority Critical patent/JPH02244353A/en
Publication of JPH02244353A publication Critical patent/JPH02244353A/en
Pending legal-status Critical Current

Links

Landscapes

  • Storage Device Security (AREA)

Abstract

PURPOSE:To prevent a medium itself from being copied and to disable the medium to be copied by a computer except a computer which uses the medium first by generating an actual program which has a registration part for identification codes by computers from a source program and superposing an error. CONSTITUTION:The medium of the source program P is loaded on an error superposing device 1 to convert the source program P into the actual program where the registration part 23b for the identification codes by computers is incorporated. Further, the medium 2 is generated by superposing an error area 23e on the actual program so that the medium can not be read by the general operation of a computer. Consequently, the medium 2 itself is prevented from being copied. Then when an identification code is not registered in the registration part 23b, the identification code of an identification code storage part 32 is written and the actual program is transferred to a secondary storage part 33. Consequently, even a computer of the same kind can be copy the medium unless the assigned identification code is coincident.

Description

【発明の詳細な説明】 〔概  要〕 コンピュータプログラム(ソフトウェア)の著作権の保
護に関し、 同機種のコンピュータ間でのコピーをも防止する方式を
従供することを目的とし、 原プログラムからコンピュータ別の識別コードの登録部
を埋設した実プログラムに変換すると共にコンピュータ
の一般操作では読み出せないように該実プログラムにエ
ラー領域を重畳させた媒体を作成するエラー重畳器と、
該媒体をかけたとき、該エラー領域を除去して該実プロ
グラムのみを転送部が読み出し且つ該登録部中の識別コ
ードと識別コード記憶部に記憶した識別コードとを照合
し、該媒体中の登録部が未登録のときには該識別コード
を書き込み、この未登録の場合と一致した場合のみ該転
送部が該実プログラムを二次記憶部に転送するコンピュ
ータとで構成する。
[Detailed Description of the Invention] [Summary] The purpose of this invention is to provide a method for protecting the copyright of computer programs (software) that also prevents copying between computers of the same model, and to protect the copyright of computer programs (software). an error superimposition device that converts the registration part of the identification code into an embedded real program and creates a medium in which an error area is superimposed on the real program so that it cannot be read by general computer operations;
When the medium is loaded, the transfer unit removes the error area and reads only the actual program, and compares the identification code in the registration unit with the identification code stored in the identification code storage unit to read the actual program. The computer is configured such that the registration section writes the identification code when it is unregistered, and the transfer section transfers the actual program to the secondary storage section only when the identification code matches the unregistered case.

〔産業上の利用分野〕[Industrial application field]

本発明は、プログラムコピー防止方式に関し、特にコン
ピュータプログラム(ソフトウェア)の著作権の保護に
関するものである。
The present invention relates to a program copy prevention system, and particularly to protection of copyright of computer programs (software).

近年、コンピュータシステムの普及とソフトウェア製品
の増加に伴い、著作者の権利と利益の保護のために、プ
ログラムのコピーを防止する機能が益々要求されて来て
いる。
In recent years, with the spread of computer systems and the increase in the number of software products, there has been an increasing demand for a function to prevent copying of programs in order to protect the rights and interests of authors.

〔従来の技術〕[Conventional technology]

従来のプログラムコピーの防止方式としては、プログラ
ムを提供する媒体上に、コピー履歴の有無を示す1ビツ
トのメモリ領域を設け、例えば最初のコピー処理中にこ
のビット情報を“l”にセットし、後のコピー処理時に
このビット情報を読み取り、“1“がセットされていた
時にはコピー処理を中断してコピーを防止している。
As a conventional program copy prevention method, a 1-bit memory area is provided on the medium that provides the program to indicate the presence or absence of a copy history, and this bit information is set to "l" during the first copy process, for example. This bit information is read during the subsequent copy processing, and if "1" is set, the copy processing is interrupted to prevent copying.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

このような従来のプログラムのコピーの防止方式におい
ては、コピー履歴の有無を示すビット情報を故意に書き
換えるか、又はこの情報を無視することによって、コピ
ーすることが可能になってしまう。
In such conventional program copy prevention methods, copying becomes possible by intentionally rewriting bit information indicating the presence or absence of a copy history or by ignoring this information.

一方、同機種の別のコンピュータについては、プログラ
ムのコピーはできるようになっているのが普通であった
が、複数のコンピュータに対して同数のプログラムを用
意せず1つのプログラムを用意した場合に、同機種のコ
ンピュータ間で上記のようにしてコピーが取られてしま
うとプログラム制作者は多大な経済的不利益を被ること
になる。
On the other hand, it was normally possible to copy programs to other computers of the same model, but if you prepared one program instead of the same number of programs for multiple computers, If copies are made as described above between computers of the same model, the program creator will suffer a great economic disadvantage.

従って、本発明は、故意によるプログラムコピーを防止
すると共に同機種のコンピュータ間であってもコピーを
防止する方式を提供することを目的とする。
Therefore, it is an object of the present invention to provide a method that prevents intentional program copying and also prevents copying even between computers of the same model.

〔課題を解決するための手段及び作用〕上記に鑑み、本
発明では、第1図に概念的に示すように、エラー重畳器
lとコンピュータ3とを用い、まず原プログラムPの媒
体をエラー重畳器1にかけることにより、この原プログ
ラムPを、コンピュータ別に割り当てられた識別コード
の登録部23bを埋設した実プログラムに変換する。
[Means and operations for solving the problem] In view of the above, in the present invention, as conceptually shown in FIG. This original program P is converted into an actual program in which a registration section 23b of an identification code assigned to each computer is embedded.

そして、更にコンピュータの一般操作では読み出せない
ようにその実プログラムにエラー領域23eを重畳させ
た形の媒体2を作る。
Then, a medium 2 is created in which an error area 23e is superimposed on the actual program so that it cannot be read by normal computer operations.

このようにしてまず媒体2自体がコピーされることを防
止している。
In this way, the medium 2 itself is first prevented from being copied.

このエラー領域23eが重畳された媒体2をコンピュー
タ3にかけると、転送部31がその媒体2から該エラー
領域を除去して実プログラムのみを読み出す、この浸出
は同機種のコンピュータであれば可能である。
When the medium 2 on which the error area 23e is superimposed is applied to the computer 3, the transfer unit 31 removes the error area from the medium 2 and reads only the actual program.This extraction is possible with computers of the same model. be.

そして、識別コードの登録部23b中の識別コードとコ
ンピュータ3中の識別コード記憶部32に記憶した識別
コードとを照合し、その登録部23bに識別コードが登
録されていないときには識別コード記憶部32の識將コ
ードを書き込んで転送部31により実プログラムを二次
記憶部33に転送する。照合の結果、一致しているとき
にも同様に実プログラムを二次記憶部33に転送する。
Then, the identification code in the identification code registration section 23b is compared with the identification code stored in the identification code storage section 32 in the computer 3, and if the identification code is not registered in the registration section 23b, the identification code stored in the identification code storage section 32 is checked. The identification code is written and the actual program is transferred to the secondary storage section 33 by the transfer section 31. If the comparison results in a match, the actual program is similarly transferred to the secondary storage section 33.

このようにして二次記憶部33に記憶された実プログラ
ムを再度他の媒体4に転送すればそのコンピュータ専用
のコピーができるが、異機種の場合は勿論のこと、同機
種であっても各コンピュータ毎に剖り当てられた識別コ
ードが一致しない限りは別のコンピュータ用のコピーを
とることはできなくなる。
If the actual program stored in the secondary storage unit 33 is transferred again to another medium 4 in this way, a copy can be made exclusively for that computer. Unless the identification codes assigned to each computer match, it will not be possible to make a copy for another computer.

尚、識別コードも実プログラムと共に二次記憶部33に
記憶されるので、媒体4の場合と同様にこの実プログラ
ムを他のコンピュータに転送シコピーすることはできな
いことになる。
Note that since the identification code is also stored in the secondary storage unit 33 along with the actual program, this actual program cannot be transferred and copied to another computer as in the case of the medium 4.

〔実 施 例) 第2図は、本発明に係るプログラムのコピー防止方式の
一実施例を示したもので、この実施例においては、Pは
提供するプログラム作成の元になる原プログラム、・l
は原プログラムPよりプログラム媒体(ディスク)2を
作成するとき原プログラムPにエラーを重畳させるエラ
ー重畳器で例えばプログラムの製造会社等に設置される
もの、3A、3B、3Cは転送部31、識別コード部3
2、及び二次記憶部33をそれぞれが内蔵するコンピュ
ータ、4はコンピュータ3Aの転送部317作成された
プログラム媒体である。
[Embodiment] FIG. 2 shows an embodiment of the program copy prevention method according to the present invention. In this embodiment, P is the original program from which the program to be provided is created, and l
3A, 3B, and 3C are error superimposition devices that superimpose errors on the original program P when creating the program medium (disk) 2 from the original program P, and are installed at a program manufacturing company, etc. 3A, 3B, and 3C are the transfer unit 31, the identification device Code part 3
2 and a computer each having a built-in secondary storage unit 33, and 4 a program medium created by the transfer unit 317 of the computer 3A.

第3図はエラー重畳器lによって作成されたプログラム
媒体2の記憶内容例を示したもので、21はコピー有無
を示すフラグとしてのボリュームラベル、22はファイ
ルの開始アドレスを指定するファイル領域開始アドレス
部22a及びファイルの終了アドレスを指定する領域終
了アドレス部22bを有するファイルラベル、23はフ
ァイル本体(以下、単にファイルと言う)で実プログラ
ム23a、この実プログラム23a内の識別コード登録
部23b、特殊コード23c、空き領域23d、この空
きsN域23d内の続出を禁止するエラ一部23e1及
び終了コード23fを有している。尚、エラー重畳器1
は第4図に概略的に示す如く媒体続出部11と媒体書込
部12と、処理部13とで構成されている。
FIG. 3 shows an example of the storage contents of the program medium 2 created by the error superimposition device 1, where 21 is a volume label as a flag indicating whether or not to copy, and 22 is a file area start address that specifies the start address of the file. 23 is a file body (hereinafter simply referred to as a file), an actual program 23a, an identification code registration section 23b within this actual program 23a, a special It has a code 23c, a free area 23d, an error part 23e1 that prohibits successive expansion within this free sN area 23d, and an end code 23f. Furthermore, error superimposition device 1
As schematically shown in FIG. 4, it is composed of a medium successive section 11, a medium writing section 12, and a processing section 13.

以下、上記実施例の動作を説明すると、まず原プログラ
ムPの媒体から第4図に示すエラー重畳器lの媒体読出
部11によって原プログラムPが読み出され、処理部1
3にて処理の上、媒体書込部12を介してプログラム媒
体2に第3図に示すように実プログラムに変換されると
共にエラーが書込まれる。
The operation of the above embodiment will be explained below. First, the original program P is read out from the medium of the original program P by the medium reading section 11 of the error superimposing device l shown in FIG.
After processing in step 3, the program medium 2 is converted into an actual program through the medium writing section 12 as shown in FIG. 3, and errors are written therein.

即ち、ボリュームラベル21は媒体全体のコピー有無情
報を記憶し、ファイルラベル22はファイルについての
情報を記憶しており、領域開始アドレス部22aはプロ
グラムを記録するファイル23のプログラム記憶開始ア
ドレスを記録し、領域終了アドレス部22bはファイル
23のプログラム記憶終了アドレスを記憶している。フ
ァイル23は領域開始アドレス部22aによって指定さ
れるアドレスより実プログラム23aが記憶開始されて
おり、この実プログラム23aの中に埋め込まれた識別
コード登録部23bには最初に処理が実行されるコンピ
ュータの識別コードが記録されて、他のコンピュータと
区別し、特殊コード23cで実プログラム23aの記憶
部の終わりを示している。
That is, the volume label 21 stores information on whether or not the entire medium has been copied, the file label 22 stores information about the file, and the area start address section 22a records the program storage start address of the file 23 in which the program is recorded. , the area end address section 22b stores the program storage end address of the file 23. The file 23 starts storing the actual program 23a from the address specified by the area start address section 22a, and the identification code registration section 23b embedded in this actual program 23a contains the information of the computer on which the process is first executed. An identification code is recorded to distinguish it from other computers, and a special code 23c indicates the end of the storage section of the actual program 23a.

この特殊コード23c以後に存在する空き領域23dに
は、意味不明のエラ一部23eが設けてありこの領域が
故意に破壊されている。そしてファイル23は終了コー
ド23fで終わる。
An empty area 23d existing after the special code 23c has an error part 23e of unknown meaning, and this area has been intentionally destroyed. The file 23 then ends with an end code 23f.

このようにエラー重畳された媒体2を対応した同機種の
コンピュータで読み込むとき、実プログラム23aは領
域開始アドレス部22aの開始アドレスから始まり領域
終了アドレス部22bを無視して特殊コード23cまで
は読み出すが、一般のコンピュータ又は他機種のコンビ
エータでは領域終了アドレス部22b7!規定された終
了アドレスまで読み込もうとするので、特殊コード23
cの後、終了コード23fまでの空き領域23dとエラ
一部23eのために不完全なプログラムと判断して動作
を停止するか暴走してしまう。
When reading the medium 2 on which errors have been superimposed in this way by a compatible computer of the same model, the actual program 23a starts from the start address of the area start address section 22a, ignores the area end address section 22b, and reads up to the special code 23c. , for general computers or other types of combiators, the area end address section 22b7! Since it tries to read up to the specified end address, special code 23 is generated.
After c, the program is judged to be incomplete due to the empty area 23d up to the end code 23f and the error part 23e, and the program stops operating or runs out of control.

尚、領域終了アドレス部22bには破線で示すように、
実プログラム23aの途中のアドレスや、非実在アドレ
スを指定することによって特定のコンピュータ(同機種
)及び転送部31以外では読み出せないようにすること
もできる。
In addition, as shown by the broken line in the area end address part 22b,
By specifying an address in the middle of the real program 23a or a non-existent address, it is possible to make it impossible for anyone other than a specific computer (of the same model) and the transfer unit 31 to read it.

また、このようにエラー重畳することにより他機種のコ
ンピュータにおいて、実プログラム23a及び識別コー
ド登録部23bを含む媒体全体がコピー出来ないように
している(媒体自体がコピーされると以下に述べる識別
コードの役目が抹殺されてしまう)。
Furthermore, by superimposing errors in this way, the entire medium including the actual program 23a and the identification code registration section 23b cannot be copied in computers of other models (when the medium itself is copied, the identification code described below ).

このようにエラー重畳器1で作成されたプログラム媒体
2を各コンピュータに用いた場合の動作を次に説明する
The operation when the program medium 2 created by the error superimposition device 1 in this manner is used in each computer will be described next.

作成されたプログラム媒体2はまだ識別コード登録部2
3bには何も登録されていないが、第2図に示す如く識
別コードAのコンピュータ3Aにかけると、第5図のフ
ローチャートに示すように、まず媒体2の識別コードの
内容を転送部31が読み出して、識別コードが登録され
ているか否かをチエツクしくステップS1)、もし登録
されていなければ、識別コード記憶部32に記憶された
識別コードAを媒体2の識別コード登録部23bに登録
しくステップS2)、実プログラム23aの先頭からル
ーコードずつプログラムを読み出しくステップS3)、
特殊コード23cの有無を判別して(ステップS4)、
特殊コード23cが無ければ、二次記憶部33にルーコ
ードづつプログラムを書き込み(ステップS5)、次の
ルーコードを読み出す(ステップS6)、そして特殊コ
ード23cが読み出されるまでステップ54〜ステツプ
S6を実行する。
The created program medium 2 is still in the identification code registration section 2.
Although nothing is registered in the medium 3b, when the computer 3A with the identification code A is applied to the computer 3A as shown in FIG. Read and check whether the identification code is registered (Step S1). If not, register the identification code A stored in the identification code storage section 32 in the identification code registration section 23b of the medium 2. Step S2), step S3) of reading the program one by one from the beginning of the actual program 23a,
Determine the presence or absence of the special code 23c (step S4),
If there is no special code 23c, the program is written into the secondary storage unit 33 one by one (step S5), the next code is read (step S6), and steps 54 to S6 are executed until the special code 23c is read out. do.

特殊コード23cが読み出されると二次記憶部33に実
プログラム23aの格納が完了する。
When the special code 23c is read out, storage of the actual program 23a in the secondary storage section 33 is completed.

以上のようにして転送部31は実プログラム23aを読
み出して二次記憶部33への書込を行い、二次記憶部3
3への書込後はこの実プログラム23a及び識別コード
登録部23bをコンピュータ3Aがバックアップ媒体4
に転送することにより、媒体2のコピーを得ることが出
来る。
As described above, the transfer unit 31 reads the actual program 23a, writes it to the secondary storage unit 33, and writes the actual program 23a to the secondary storage unit 33.
After writing to the computer 3, the actual program 23a and the identification code registration section 23b are stored in the backup medium 4 by the computer 3A.
A copy of medium 2 can be obtained by transferring it to .

ステップS1で識別コードが登録済であれば、即ち、コ
ピー後のときは、ステップS7へ進み、媒体2の識別コ
ード登録部23の識別コードと識別コード記憶部32の
識別コードとを比較し、両コードが一致すれば正当なユ
ーザーであり、ステップS3へ進み前述の操作を行うが
、識別コードが不一致のときは正当なユーザーでなくそ
のまま終了して二次記憶部33への転送を禁止しコピー
を行わせないようにする。
If the identification code has been registered in step S1, that is, after copying, the process advances to step S7, where the identification code in the identification code registration section 23 of the medium 2 is compared with the identification code in the identification code storage section 32, If the two codes match, the user is a legitimate user, and the process proceeds to step S3, and the above-mentioned operation is performed; however, if the identification codes do not match, the user is not a legitimate user, and the process ends and transfer to the secondary storage unit 33 is prohibited. Prevent copying.

従ってコンピュータ3Aで識別コードAが記録された媒
体4で識別コードBを持つ同機種の別のコンビエータ3
Bの二次記憶部33に書込をしようとすると、媒体4の
識別コードAとコンピュータ3Bの識別コード記憶部の
識別コードBが異なっているので、第5図のステップS
1→ステツプS7によって書込が出来ないこととなるの
で、コンビエータ3Bへのコピーが防止される。
Therefore, in the medium 4 on which the identification code A is recorded in the computer 3A, another combiator 3 of the same model with the identification code B is detected.
When attempting to write to the secondary storage section 33 of the computer 3B, the identification code A of the medium 4 and the identification code B of the identification code storage section of the computer 3B are different, so step S in FIG.
1→Step S7 disables writing, so copying to the combiator 3B is prevented.

また、コンピュータ3Aに使用して識別コードAが記録
された媒体2.4には識別コードAが記録されているの
で、この媒体2.4を使用して識別コードCの同機種の
コンピュータ3Cに読み込ませようとしてもやはり識別
コードが異なっているので二次記憶部33へ書き込むこ
とが出来ない。
Also, since the identification code A is recorded on the medium 2.4 used in the computer 3A and recorded with the identification code A, this medium 2.4 can be used to connect the computer 3C of the same model with the identification code C. Even if you try to read it, it cannot be written to the secondary storage unit 33 because the identification code is different.

尚、この媒体2から識別コードAのコンピュータ3Aの
二次記憶部33に実プログラム23aを転送するに際し
、転送部31が、ファイル23のエラ一部23eを判別
して取り除きコンピュータ3Aが正しく読み出して正常
な動作が出来るようにしている。
When transferring the actual program 23a from the medium 2 to the secondary storage unit 33 of the computer 3A with the identification code A, the transfer unit 31 identifies and removes the error part 23e of the file 23 so that the computer 3A can read it correctly. It allows normal operation.

このため、二次記憶部33に格納された実プログラム2
3aは、エラ一部23eが除去されているのでこのまま
では他のコンピュータ3B又は3Cへのコピーが可能と
なってしまうが、この実プログラム23aを実行しても
ファイル23上の識別コードとコンピュータの識別コー
ドとの違いを検出することになるので動作を停止し、そ
の実プログラム23aを消去してしまう(第6図参照)
Therefore, the actual program 2 stored in the secondary storage unit 33
3a has the error part 23e removed, so it can be copied to another computer 3B or 3C as is, but even if this actual program 23a is executed, the identification code on the file 23 and the computer's identification code will be lost. Since a difference with the identification code is detected, the operation is stopped and the actual program 23a is erased (see Figure 6).
.

これは、何らかの形で二次記憶部33にプログラムが残
っていると、第3図に示したエラー重畳の仕掛けが分か
ってしまうのを防ぐためである。
This is to prevent the error superposition mechanism shown in FIG. 3 from being discovered if the program remains in the secondary storage section 33 in some form.

〔発明の効果〕〔Effect of the invention〕

このように、本発明に係るプログラムのコピー防止方式
では、原プログラムからコンピュータ別の識別コード登
録部を有する実プログラムを作成し且つエラーを重畳さ
せることにより媒体自体のコピーを防止し、且つ同機種
であっても最初にその媒体を使用したコンピュータ以外
のコンピュータでは読み取れず、コピーができないこと
となる。
As described above, in the program copy prevention method according to the present invention, a real program having an identification code registration section for each computer is created from an original program, and an error is superimposed to prevent copying of the medium itself. Even if it is, it cannot be read and copied by any computer other than the one that originally used the medium.

従って、複数のコンピュータに対して同数のプログラム
を用意せず、1つのプログラムを用意した場合における
多量のコピーを防止することができ、著作権の経済的価
値を維持することができる。
Therefore, it is possible to prevent a large amount of copying when one program is prepared instead of preparing the same number of programs for a plurality of computers, and it is possible to maintain the economic value of copyright.

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

第1図は本発明に係るプログラムコピー防止方式の原理
ブロック図、 第2図は本発明に係るプログラムコピー防止方式の一実
施例を示す図、 第3図は本発明で用いるエラー重畳器で作成される媒体
の構成概念を示す図、 第4図はエラー重畳器の構成図、 第5図は本発明で用いられるコンピュータの転送部の動
作フローチャート図、 第6図は本発明により転送された実プログラム実行開始
時のフローチャート図、である。 第1図において、 P・・・原プログラム、 1・・・エラー重畳器、 2・・・媒体、 3・・・コンピュータ、 23b・−・識別コード登録部、 23 e−・・エラ一部、 31・・−転送部、 32・・・識別コード記憶部、 33・・・二次記憶部。 図中、同一符号は同−又は相当部分を示す。
Figure 1 is a principle block diagram of the program copy prevention method according to the present invention, Figure 2 is a diagram showing an embodiment of the program copy prevention method according to the present invention, and Figure 3 is created using the error superimposition device used in the present invention. FIG. 4 is a diagram showing the configuration of the error superimposing device; FIG. 5 is an operation flowchart of the transfer section of the computer used in the present invention; FIG. It is a flowchart figure at the time of a program execution start. In FIG. 1, P...Original program, 1...Error superimposition device, 2...Medium, 3...Computer, 23b...Identification code registration unit, 23e...Error part, 31... - Transfer unit, 32... Identification code storage unit, 33... Secondary storage unit. In the figures, the same reference numerals indicate the same or corresponding parts.

Claims (1)

【特許請求の範囲】[Claims] 原プログラムからコンピュータ別の識別コードの登録部
(23b)を埋設した実プログラムに変換すると共にコ
ンピュータの一般操作では読み出せないように該実プロ
グラムにエラー領域(23e)を重畳させた媒体(2)
を作成するエラー重畳器(1)と、該媒体(2)をかけ
たとき、該エラー領域(23e)を除去して該実プログ
ラムのみを転送部(31)が読み出し且つ該登録部(2
3b)中の識別コードと識別コード記憶部(32)に記
憶した識別コードとを照合し、該媒体(2)中の登録部
(23b)が未登録のときには該識別コードを書き込み
、この未登録の場合と一致した場合のみ該転送部(31
)が該実プログラムを二次記憶部(33)に転送するコ
ンピュータ(3)と、で構成されたことを特徴とするプ
ログラムのコピー防止方式。
A medium (2) in which an original program is converted into a real program in which a computer-specific identification code registration part (23b) is embedded, and an error area (23e) is superimposed on the real program so that it cannot be read by general computer operations.
When the medium (2) is applied to the error superimposition device (1) that creates the
3b) is compared with the identification code stored in the identification code storage section (32), and if the registration section (23b) in the medium (2) is unregistered, the identification code is written, and the unregistered The transfer unit (31
), and a computer (3) that transfers the actual program to a secondary storage unit (33).
JP1065367A 1989-03-17 1989-03-17 Copying prevention system for program Pending JPH02244353A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1065367A JPH02244353A (en) 1989-03-17 1989-03-17 Copying prevention system for program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1065367A JPH02244353A (en) 1989-03-17 1989-03-17 Copying prevention system for program

Publications (1)

Publication Number Publication Date
JPH02244353A true JPH02244353A (en) 1990-09-28

Family

ID=13284922

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1065367A Pending JPH02244353A (en) 1989-03-17 1989-03-17 Copying prevention system for program

Country Status (1)

Country Link
JP (1) JPH02244353A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0652239A (en) * 1992-02-04 1994-02-25 Internatl Business Mach Corp <Ibm> Data processing method and system, limited book reading system and stamping tool system
JPH07152554A (en) * 1993-11-29 1995-06-16 Nec Corp Chargeable key register system, chargeable treatment system, chargeable software installation system and chargeable software check system
US6049670A (en) * 1995-01-10 2000-04-11 Fujitsu Limited Identifier managing device and method in software distribution system
JP2003076433A (en) * 2001-08-30 2003-03-14 Anritsu Corp Measuring device
JP2009031838A (en) * 2007-07-24 2009-02-12 Nec Soft Ltd File device, file control program, and file control method
JP2009087234A (en) * 2007-10-02 2009-04-23 Toshiba Tec Corp File management system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0652239A (en) * 1992-02-04 1994-02-25 Internatl Business Mach Corp <Ibm> Data processing method and system, limited book reading system and stamping tool system
JPH07152554A (en) * 1993-11-29 1995-06-16 Nec Corp Chargeable key register system, chargeable treatment system, chargeable software installation system and chargeable software check system
US6049670A (en) * 1995-01-10 2000-04-11 Fujitsu Limited Identifier managing device and method in software distribution system
JP2003076433A (en) * 2001-08-30 2003-03-14 Anritsu Corp Measuring device
JP2009031838A (en) * 2007-07-24 2009-02-12 Nec Soft Ltd File device, file control program, and file control method
JP2009087234A (en) * 2007-10-02 2009-04-23 Toshiba Tec Corp File management system

Similar Documents

Publication Publication Date Title
US4646234A (en) Anti-piracy system using separate storage and alternate execution of selected proprietary and public portions of computer programs
US4584641A (en) Copyprotecting system for software protection
US6006190A (en) Computer implemented method and a computer system for enforcing software licenses
US7363507B2 (en) Device and method of preventing pirated copies of computer programs
JPH02244353A (en) Copying prevention system for program
JPH07325712A (en) Illicit copy preventing device for program
JPH0156410B2 (en)
JPS63129564A (en) Preventing system for unauthorized copying of recording medium
TW502205B (en) A method of securely storing back-up or recovery files on a hard disk of a computer system
US20030149885A1 (en) Transfer and copy prevention digital recording media protection and master disk manufacturing method
JP3302593B2 (en) Software copyright protection device
JP4810846B2 (en) Programs that prevent unauthorized use of program data
JPS63296136A (en) Method for confirming validity of program
JPS63279341A (en) Memory integrated circuit
JPH0344750A (en) Message file protection system
JP2004164322A (en) File control system, file control method and file control program
CN115292761A (en) Security chip data protection method, security chip and storage medium
JP2733192B2 (en) Disc copying method
JP2001034539A (en) Floppy disk, system and method for illegal use prevention, and medium
JPH07141120A (en) Processing method for fault in information storage medium
JPH03144827A (en) Illicit usage preventing method for computer
JPH02138622A (en) Microprocessor
JPS6329357A (en) Copy protect method for floppy disk
JPS6167161A (en) System for inhibiting universal use of software
JPH04116713A (en) Protection system for magnetic tape data