JPH04138525A - Copying program execution inhibiting system - Google Patents

Copying program execution inhibiting system

Info

Publication number
JPH04138525A
JPH04138525A JP2261748A JP26174890A JPH04138525A JP H04138525 A JPH04138525 A JP H04138525A JP 2261748 A JP2261748 A JP 2261748A JP 26174890 A JP26174890 A JP 26174890A JP H04138525 A JPH04138525 A JP H04138525A
Authority
JP
Japan
Prior art keywords
program
code
conversion
keyboard
key code
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
JP2261748A
Other languages
Japanese (ja)
Inventor
Takao Kaneto
金戸 孝夫
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.)
Shimadzu Corp
Original Assignee
Shimadzu 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 Shimadzu Corp filed Critical Shimadzu Corp
Priority to JP2261748A priority Critical patent/JPH04138525A/en
Publication of JPH04138525A publication Critical patent/JPH04138525A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the execution inhibiting capacity of a copying program by providing this copying program execution inhibiting system with a code conversion memory and a reverse conversion program for converting a key code (conversion code) outputted from a keyboard interface into an original input key code. CONSTITUTION:When an illegal user having illegally copied an external software S e.g. and not having a key code conversion unit 5 inputs a command 'COPY', the software S sends a character string 'COPY' to the reverse conversion program P. The program P converts respective characters C, O, P, Y to reverse conversion codes D, P, Q, Z and outputs the converted codes D, P, Q, Z to an execution program P0. Since a completely meaningless character string 'DPQZ' is applied to the program P0 as a command, the program P0 outputs an error display and does not execute the original function. Thus, the utilization of the program by the illegal user can be surely inhibited.

Description

【発明の詳細な説明】 A、産業上の利用分野 この発明は、販売されるコンピュータプログラムの無断
複製を防止するため、複製されたコンピュータプログラ
ムの使用を不可能にする技術に関する。
DETAILED DESCRIPTION OF THE INVENTION A. Field of Industrial Application This invention relates to a technique for preventing unauthorized copying of computer programs sold on the market by making it impossible to use copied computer programs.

B、従来技術 販売されているコンピュータプログラムを無断で複製し
、複数の利用者で使用する行為が後を絶たない、これは
プログラムの著作権を侵害する不法コピー行為である。
B. Prior Art There is no end to the act of copying commercially available computer programs without permission and using them by multiple users. This is an act of illegal copying that infringes on the copyright of the program.

この不法コピーのため、コンピュータプログラムの販売
数が低下し、ひいては販売価格の向上を引き起こす結果
となる。そこで、この不法コピーを防止するために、以
下に示すようなコピープログラムの使用を不可能にする
方法が実施されている。
This illegal copying results in a decline in the number of computer programs sold, which in turn causes an increase in sales prices. Therefore, in order to prevent this illegal copying, the following method of disabling the use of copy programs has been implemented.

(1)プログラムの入ったフロッピーディスク内にコピ
ープロテクトプログラムを入れる。
(1) Insert the copy protection program into the floppy disk containing the program.

一般に、パソコンなどのコンピュータでプログラムのコ
ピーを行うには、オペレーティングシステム(基本ソフ
トウェア)の複写機能を利用するが、この複写機能でも
コピーされない部分がある(例えば、フロッピーディス
クの「0」トラック目で管理情報などを記憶する部分)
、そこで、この部分に識別用のコードを記憶しておけば
、オリジナルのディスクには識別コードがあり、コピー
されたディスクには識別コードは複写されず存在しない
状態となる。コピープロテクトプログラムはその識別コ
ードが存在しているかどうかでオリジナルのディスク(
コピーが許可されているディスク)か、コピーされたデ
ィスク(コピーが許可されていないディスク)かを判断
し、コピーディスク内のプログラムの実行を禁止するも
のである。
Generally, to copy a program on a computer such as a personal computer, you use the copy function of the operating system (basic software), but even with this copy function, there are some parts that are not copied (for example, track 0 of a floppy disk). (part that stores management information, etc.)
Therefore, if an identification code is stored in this part, the original disc will have the identification code, and the copied disc will not have the identification code copied. The copy protection program detects the original disc (
It determines whether the disc is a copied disc (a disc for which copying is permitted) or a copied disc (a disc for which copying is not permitted), and prohibits the execution of programs on the copied disc.

(2) R3−232/C拡張コネクタなどコンピュー
タが標準に装備しているインタフェイスに装着する応答
装置と、当該応答装置の有無を判別するプログラムをオ
リジナルディスクに付加する。
(2) Add to the original disk a response device that is attached to an interface such as an R3-232/C expansion connector that is standard equipment on the computer, and a program that determines the presence or absence of the response device.

オリジナルディスク内のプログラムはR5−232/C
拡張コネクタに応答装置が装着されているかどうかを判
断し、装着されているときのみプログラムを実行する。
The program on the original disc is R5-232/C
Determines whether a response device is attached to the expansion connector and executes the program only when it is attached.

したがって、応答装置を持たない、コピープログラムの
使用者はプログラムを実行することができなくなる。
Therefore, a user of the copy program who does not have a response device will not be able to execute the program.

C3発明が解決しようとする課題 しかしながら、(1)に記載したコピープロテクトプロ
グラムをディスク内に入れる方法の場合、プロテクトプ
ログラムを無効とするプロテクト解除用のプログラムを
使うことにより、コピープログラムの実行が可能になっ
てしまうという欠点がある。
C3 Problem to be Solved by the Invention However, in the case of the method described in (1) in which a copy protection program is inserted into a disc, the copy program can be executed by using a protection cancellation program that invalidates the protection program. The disadvantage is that it becomes

(2)に記載のオリジナルディスクに応答装置を付加す
る方法では、コンピュータのMS−232/C拡張コネ
クタを応答装置が占有してしまうため、この拡張コネク
タに通信モデムなどの外部機器を接続することができず
、コンピュータがもつ本来の機能を十分に発揮できなく
なるという欠点がある。
In the method of adding a response device to the original disk described in (2), the response device occupies the computer's MS-232/C expansion connector, so it is not necessary to connect an external device such as a communication modem to this expansion connector. The disadvantage is that the computer cannot fully perform its original functions.

また、一般に、応答装置はプログラムからの信号を受信
して、プログラムにその受信信号に応じた信号を出力す
る機器で、プログラムはその返信信号から応答装置の有
無を識別するようになっている。このような処理を行う
ため、応答装置にはマイクロプロセッサが内蔵されてお
り、比較的高価なものであった。
Generally, a response device is a device that receives a signal from a program and outputs a signal corresponding to the received signal to the program, and the program identifies the presence or absence of the response device from the reply signal. In order to perform such processing, the response device has a built-in microprocessor and is relatively expensive.

この発明は、このような事情に鑑みてなされたものであ
って、コンピュータの拡張コネクタを占有することな(
、比較的安価で、しかもコピープログラムの実行禁止能
力の向上を図ることができるコピープログラム実行禁止
システムを提供することを目的とする。
This invention was made in view of the above circumstances, and it is possible to avoid monopolizing the expansion connector of a computer (
An object of the present invention is to provide a copy program execution prohibition system that is relatively inexpensive and can improve copy program execution prohibition ability.

01課題を解決するための手段 すなわち、この発明のコピープログラム実行禁止システ
ムは、コンピュータのキーボードと、キーボード用イン
タフェイスとの間に装備されて、前記キーボードから入
力されるキーコードを読み出しアドレスとし、これと全
く別のコード(変換コード)を出力する比較的小容量の
コード変換用メモリと、前記コンピュータで使用される
ソフトウェア内に内挿されて、前記キーボード用インタ
フェイスから出力されるキーコード(変換コード)を元
の入力キーコードに変換する逆変換プログラムとを備え
たことを特徴としている。
01 Means for Solving the Problems That is, the copy program execution prohibition system of the present invention is installed between a computer keyboard and a keyboard interface, and uses a key code input from the keyboard as a read address, A relatively small-capacity code conversion memory that outputs a completely different code (conversion code), and a key code (conversion code) that is interpolated into the software used in the computer and output from the keyboard interface. The device is characterized by comprising a reverse conversion program that converts the input key code (conversion code) into the original input key code.

E、作用 この発明によれば、キーボードとキーボード用インタフ
ェイス間に装備されるコード変換用メモリが、キーボー
ドからの人力キーコードを全く別のコード(変換コード
)に変換してこれを出力する。コンピュータで使用され
るプログラム内に挿入された逆変換プログラムは、キー
ボード用インタフェイスからの出力コード(変換コード
)を元の入力キーコードに変換する。
E. Effects According to the present invention, the code conversion memory provided between the keyboard and the keyboard interface converts the manual key code from the keyboard into a completely different code (conversion code) and outputs it. A reverse conversion program inserted into a program used in a computer converts the output code (conversion code) from the keyboard interface into the original input key code.

これで、前記プログラムをコンピュータで使用すること
が可能になる。
The program can now be used on a computer.

したがって、前記コード変換用メモリを持たずに、前記
プログラムをコピーしたものを使用すると、プログラム
内の逆変換プログラムによる逆変換作用によって、入力
コードは別のコードに変換されてしまい、正規のコマン
ドとしてプログラムに与えられず、プログラムの実行が
禁止される。
Therefore, if you use a copy of the program without the code conversion memory, the input code will be converted into another code by the inverse conversion program in the program, and it will not be recognized as a regular command. It is not given to the program, and execution of the program is prohibited.

また、前記コード変換用メモリは、キーボードとキーボ
ード用インタフェイス間に接続されるだけなので、従来
の応答装置を装着する例のようにコンピュータの拡張コ
ネクタを占有することがなく、さらに、比較的小容量の
ため比較的安価である。
In addition, since the code conversion memory is only connected between the keyboard and the keyboard interface, it does not occupy the expansion connector of the computer unlike in the case of installing a conventional response device, and furthermore, it is relatively small. It is relatively inexpensive due to its capacity.

F、実施例 以下、この発明の実施例を図面に基づいて説明する。F. Example Embodiments of the present invention will be described below based on the drawings.

第1図はこの発明のコピープログラム実行禁止システム
の概略構成を示したブロック図である。
FIG. 1 is a block diagram showing a schematic configuration of a copy program execution prohibition system according to the present invention.

図中、符号1はコンピュータ本体、2はキーボード、3
はモニタデイスプレィ、4はフロンピーディスクドライ
バー(図示せず)で読み込まれた各種のアブリケーシッ
ンプログラム(この例では外部ソフトウェアS)をコン
ピュータ本体1に入出力するインタフェイスで、通常、
このような概略的な構成で外部ソフトウェアSの運用が
行われている。
In the figure, 1 is the computer body, 2 is the keyboard, and 3
4 is a monitor display, and 4 is an interface for inputting and outputting various application programs (in this example, external software S) loaded by a floppy disk driver (not shown) to the computer main body 1.
The external software S is operated with such a schematic configuration.

本実施例で新たに追加した構成部品は、符号5のキーコ
ード変換ユニットと、前記外部ソフトウェアS内の逆変
換プログラムPである。つまり、このコピープログラム
実行禁止システムを用いるソフトウェアの供給者は、キ
ーコード変換ユニット5と逆変換プログラムPを内蔵し
たソフトウェアとを対にして供給する。
The newly added components in this embodiment are a key code conversion unit 5 and a reverse conversion program P in the external software S. That is, a supplier of software that uses this copy program execution prohibition system supplies the key code conversion unit 5 and the software containing the inverse conversion program P as a pair.

キーコード変換ユニット5は、キーコード変換を行うコ
ード変換用メモリとしてのROM6と、キーボード2の
出力信号をROM6に送出するか否かを切り換えるスイ
ッチSWとで構成されており、キーボード2とキーボー
ド用コネクタ7との間に装着される。したがって、コン
ピュータ本体1に装備されている他のコネクタ類を占有
することなく、外部機器を接続してのコンピュータ本体
1の本来の機能を損なうことがない。
The key code conversion unit 5 is composed of a ROM 6 as a code conversion memory that performs key code conversion, and a switch SW that switches whether or not to send the output signal of the keyboard 2 to the ROM 6. It is installed between the connector 7 and the connector 7. Therefore, other connectors installed in the computer main body 1 are not occupied, and the original functions of the computer main body 1 are not impaired by connecting external devices.

ROM6は、キーコード変換用のメモリテーブルを内蔵
したもので、キーボード2から出力されるキーコードを
読みだしアドレスとして人力し、そのキーコードに応し
た変換コードを出力する機能を有している。変換用メモ
リテーブルの一例を第2図に示す。
The ROM 6 has a built-in memory table for key code conversion, and has a function of reading out the key code output from the keyboard 2, inputting it as an address, and outputting a converted code corresponding to the key code. An example of a conversion memory table is shown in FIG.

この図に示すように、メモリテーブルは、キーコード:
 A、B、C,D、E、・・・などのアルファベット列
に対して、全く異なるアルファベット列を対応させたも
のである。
As shown in this figure, the memory table has key codes:
Alphabetical strings such as A, B, C, D, E, . . . are made to correspond to completely different alphabetic strings.

例えば、キーボード2から「A」が入力されると、RO
M6はこれをメモリテーブルの読みだしアドレスとし、
対応する変換コードrB」を出力するようになっている
。要は、キーボード2から人力されたコードを全く別の
コードに変換すればよく、メモリテーブルの構成は種々
の形式とすることができる。
For example, when "A" is input from keyboard 2, RO
M6 uses this as the read address of the memory table,
The corresponding conversion code rB" is output. In short, it is sufficient to convert the code entered manually from the keyboard 2 into a completely different code, and the memory table can be configured in various formats.

スイッチSWは、上記コード変換用のROM6を介して
の入力を行う場合(逆変換プログラムP内蔵の外部ソフ
トウェアSを使用する場合)にのみ、ユーザーによって
ON状態にされ、それ以外の使用ではOFF状態にされ
る。これにより、キーコード変換ユニット5を装着した
ままでもコンピュータを通常の状態で使用することを可
能にしている。
The switch SW is turned ON by the user only when performing input via the ROM 6 for code conversion (when using external software S with built-in reverse conversion program P), and is turned OFF during other uses. be made into This allows the computer to be used normally even with the key code conversion unit 5 attached.

外部ソフトウェアSに内蔵されている逆変換プログラム
Pは、キーコード変換ユニット5によって変換されたコ
ードを元の入力コードに逆変換するもので、第2図に示
したメモリテーブルと逆の構成のメモリテーブル(図示
せず)を有しており、逆変換コード(元の入力コード)
を外部ソフトウェアSの機能を果たす実行プログラムP
、に出力するようになっている。
The inverse conversion program P built in the external software S is for inversely converting the code converted by the key code conversion unit 5 into the original input code, and uses a memory with a configuration opposite to that of the memory table shown in FIG. table (not shown) and the inverse conversion code (original input code)
An execution program P that performs the functions of external software S
, is output to .

次に上述したシステムの動作について説明する。Next, the operation of the above-mentioned system will be explained.

このコピープログラム実行禁止システムにより、コピー
プロテクトされた外部ソフトウェアSを購入したユーザ
ーは、まず、キーコード変換ユニ・ント5をキーボード
2と、キーボード用コネクタ7との間に装着し、キーコ
ード変換ユニット5に備えられているスイッチSWを「
ON」にする。
With this copy program execution prohibition system, a user who has purchased copy-protected external software S must first install the key code conversion unit 5 between the keyboard 2 and the keyboard connector 7, and install the key code conversion unit 5 between the keyboard 2 and the keyboard connector 7. The switch SW provided in 5 is
Turn it on.

次に、逆変換プログラムP内蔵の外部ソフトウェアSを
コンピュータ本体1内にインストールする。これで、外
部ソフトウェアSを使用する準備が完了する。あとは、
付属のマニュアルに従って、外部ソフトウェアSの使用
を開始すればよい。
Next, external software S containing a reverse conversion program P is installed in the computer main body 1. The preparation for using the external software S is now complete. later,
Just start using the external software S according to the attached manual.

ユーザーがキーボード2から所要のコマンド(例えば、
rcOPYJ )を入力すると、この各文字コードはキ
ーコード変換ユニット5内に与えられ、スイゝツチSW
を介してROM6に入力する。ROM6は入力した各文
字コードc、o、p、yを第2図のメモリテーブルへの
読み出しアドレスとし、それぞれに対する変換コードD
、P、Q、Zをコンピュータ本体lに出力する。
The user enters the desired command from keyboard 2 (for example,
When inputting rcOPYJ), each character code is given to the key code conversion unit 5, and the switch SW
The data is input to the ROM 6 via the ROM 6. The ROM 6 uses the input character codes c, o, p, y as read addresses to the memory table shown in Figure 2, and sets the conversion code D for each.
, P, Q, and Z are output to the computer main body l.

コンピュータ本体l内にインストールされている外部ソ
フトウェアSは、変換コードD、P、Q、Zを入力し、
それを逆変換プログラムPに送出する。
The external software S installed in the computer body inputs the conversion codes D, P, Q, and Z.
It is sent to the inverse conversion program P.

逆変換プログラムPは、変換コードD、P、Q、Zに対
応した逆変換コード(元の文字コードC,O,P、Y)
に逆変換して、実行プログラムP0に出力する。
The reverse conversion program P is a reverse conversion code corresponding to the conversion codes D, P, Q, and Z (original character codes C, O, P, and Y).
It is inversely converted into and output to the execution program P0.

実行プログラムP0は、与えられたコマンドに応した処
理を実行する。
The execution program P0 executes processing according to the given command.

仮に、この外部ソフトウェアSを不法コピーした、キー
コード変換ユニット5を持たない不正使用者が、上記の
コマンドrcOPYJを人力すると、外部ソフトウェア
Sは、同様にしてこの文字列C0PYを逆変換プログラ
ムPに送出する。逆変換プログラムPは、C,O,P、
Yを逆変換コードD、P、Q、Zに変換して、実行プロ
グラムP0に出力する。
If an unauthorized user who illegally copies this external software S and does not have the key code conversion unit 5 manually executes the above command rcOPYJ, the external software S similarly converts this character string C0PY into the reverse conversion program P. Send. The inverse conversion program P is C, O, P,
Convert Y into reverse conversion codes D, P, Q, and Z and output them to the execution program P0.

このように、実行プログラムP、には全く無意味な文字
列r DPQZ Jがコマンドとして与えられるため、
実行プログラムP0はエラー表示を出力するなどして、
本来の機能を果たすことはなく、コピープログラムの実
行が禁止される。
In this way, the execution program P is given the completely meaningless string r DPQZ J as a command, so
The execution program P0 outputs an error message, etc.
It does not perform its original function, and copy program execution is prohibited.

なお、上述した実施例では、ROM6を内蔵するキーコ
ード変換ユニット5を、キーボード2とキーボード用コ
ネクタ7との間に装着した場合を示したが、ROM6を
キーボード2に内蔵する構成にしてもよい。通常、キー
ボード2は内部にキーコード出力用のICを内蔵してお
り、このICの後段にROM6を取りつけることで実施
は可能になる。
In the above-described embodiment, the key code conversion unit 5 containing the ROM 6 is installed between the keyboard 2 and the keyboard connector 7, but the ROM 6 may also be built into the keyboard 2. . Usually, the keyboard 2 has a built-in IC for outputting key codes, and this can be implemented by installing a ROM 6 after this IC.

G9発明の効果 以上の説明から明らかなように、この発明に係るコピー
プログラム実行禁止システムは、キーボードとキーボー
ド用インタフェイス間にコード変換用メモリを装備して
、キーボードからの入力キーコードを全く別のコード(
変換コード)に変換し、これをコンピュータで使用され
るプログラム内の逆変換プログラムで、元の入力キーコ
ードに変換するようにした。このため、前記コード変換
用メモリを装備しない限り、前記プログラムの実行は不
可能となり、コード変換メモリを持たないコピープログ
ラムの利用者(不正使用者)によるプログラムの使用を
ほぼ確実に禁止することができる。
Effects of the G9 Invention As is clear from the above explanation, the copy program execution prohibition system according to the present invention is equipped with a code conversion memory between the keyboard and the keyboard interface, and completely separates the input key codes from the keyboard. The code for (
This is then converted into the original input key code using a reverse conversion program within the computer program. Therefore, unless the code conversion memory is installed, the program cannot be executed, and it is almost certain that users of the copy program (unauthorized users) who do not have the code conversion memory will be prohibited from using the program. can.

また、前記コード変換用メモリは、キーボードとキーボ
ード用インタフェイス間に接続されるだけなので、従来
の応答装置を装着する例のようにコンピュータの拡張コ
ネクタを占有することなく、外部機器の接続を可能にす
るから、コンピュータがもつ拡張機能を損なわずに、コ
ピープロテクトを実行することができる。
In addition, since the code conversion memory is simply connected between the keyboard and the keyboard interface, it is possible to connect external devices without occupying the computer's expansion connector, unlike in the case of installing a conventional response device. Therefore, copy protection can be implemented without damaging the computer's advanced functions.

さらに、本システムによるハードウェアとしては、比較
的小容量のコード変換用メモリだけなので、比較的安価
なシステムとすることができる。
Furthermore, since the hardware required by this system is only a relatively small capacity memory for code conversion, the system can be relatively inexpensive.

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

第1図ないし第2図は、この発明の一実施例に係り、第
1図はコピープログラム実行禁止システムの概略構成を
示したブロック図、第2図はROM6に内蔵されるコー
ド変換用メモリテーブルの一例を示した図である。 1・・・コンピュータ本体  2・・・キーボード5・
・・キーコード変換ユニット 6・・・ROM P・・・逆変換プログラム 特許出願人 株式会社 島津製作所
1 and 2 relate to an embodiment of the present invention, in which FIG. 1 is a block diagram showing a schematic configuration of a copy program execution prohibition system, and FIG. 2 is a code conversion memory table built in the ROM 6. It is a figure showing an example. 1... Computer body 2... Keyboard 5.
...Key code conversion unit 6...ROM P...Reverse conversion program Patent applicant: Shimadzu Corporation

Claims (1)

【特許請求の範囲】[Claims] (1)コンピュータのキーボードと、キーボード用イン
タフェイスとの間に装備されて、前記キーボードから入
力されるキーコードを読み出しアドレスとし、これと全
く別のコード(変換コード)を出力する比較的小容量の
コード変換用メモリと、前記コンピュータで使用される
ソフトウェア内に内挿されて、前記キーボード用インタ
フェイスから出力されるキーコード(変換コード)を元
の入力キーコードに変換する逆変換プログラムとを備え
たことを特徴とするコピープログラム実行禁止システム
(1) A relatively small capacity installed between a computer keyboard and a keyboard interface, which uses the key code input from the keyboard as a read address and outputs a completely different code (conversion code). a code conversion memory; and an inverse conversion program that is interpolated into software used in the computer and converts the key code (conversion code) output from the keyboard interface into the original input key code. A copy program execution prohibition system characterized by:
JP2261748A 1990-09-29 1990-09-29 Copying program execution inhibiting system Pending JPH04138525A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2261748A JPH04138525A (en) 1990-09-29 1990-09-29 Copying program execution inhibiting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2261748A JPH04138525A (en) 1990-09-29 1990-09-29 Copying program execution inhibiting system

Publications (1)

Publication Number Publication Date
JPH04138525A true JPH04138525A (en) 1992-05-13

Family

ID=17366163

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2261748A Pending JPH04138525A (en) 1990-09-29 1990-09-29 Copying program execution inhibiting system

Country Status (1)

Country Link
JP (1) JPH04138525A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100458036B1 (en) * 1996-03-08 2005-01-15 마츠시타 덴끼 산교 가부시키가이샤 Microprocessor suitable for reproducing av data while protecting the av data from illegal copy and image information processing system using the pocroprocessor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100458036B1 (en) * 1996-03-08 2005-01-15 마츠시타 덴끼 산교 가부시키가이샤 Microprocessor suitable for reproducing av data while protecting the av data from illegal copy and image information processing system using the pocroprocessor

Similar Documents

Publication Publication Date Title
US5490216A (en) System for software registration
EP0449256B1 (en) Microcontroller having security means
US5894551A (en) Single computer system having multiple security levels
US6044157A (en) Microprocessor suitable for reproducing AV data while protecting the AV data from illegal copy and image information processing system using the microprocessor
US6725379B1 (en) Stolen computer detection and protection
US5860099A (en) Stored program system with protected memory and secure signature extraction
JP3688356B2 (en) Licensee notification system
US6647498B1 (en) Method and apparatus for preventing personal computer from being illegally used
WO1996034334A1 (en) Device for executing enciphered program
JP2003186819A (en) Computer system equipped with usb device with security function
JPH03500462A (en) Methods and devices for software protection and its universalization
JPH04138525A (en) Copying program execution inhibiting system
JPS61259338A (en) Program keyboard mechanism
JP2002236522A (en) Method for preventing illegal use of software, program, and storage medium
JPH09305249A (en) Information processor and method for mounting electronic equipment on the information processor
CN100495335C (en) Encryption system for computer mainboard and encryption method thereof
JP2000347853A (en) Device and method for copy guard
TW581702B (en) Information processing device and record medium
JP4803601B2 (en) Image processing apparatus and image forming apparatus
US20030126452A1 (en) Methods for protecting specific program area or data area
JPS61173341A (en) Method and apparatus for protecting safeguard program from illegal use in microcomputer
GB2203271A (en) Personal computer with encrypted programs
WO2000016179A1 (en) Method and device of disabling the unauthorised use of a computer
JPS59109949A (en) Copyright protective device of software
KR100322797B1 (en) Computer User Notification Method