Method and manufacture for preventing unauthorized use by judging the corresponding relationship between logical and physical addresses5661800Abstract In case that software is written on a recording medium at physical addresses thereof in units of a prescribed size and the software is subsequently executed upon being read out of the recording medium from the physical addresses in the order of logical addresses, the corresponding relationship between the logical addresses of the software and the physical addresses conforming to the logical addresses, as well as a checking program for preventing unlawful use of the software, is added on to the main body of the software, which is then recorded on an original. Before execution of the software that has been recorded on a recording medium (the original or a copy), the corresponding relationship between the logical and physical addresses on this recording medium is obtained by the checking program. The corresponding relationship obtained and the corresponding relationship that has been added to the software are compared. If the two agree, it is deemed that the recording medium is the original and execution of the main body of the software is allowed. If the two do not agree, execution of the main body of software is not allowed. Claims What is claimed is: Description BACKGROUND OF THE INVENTION
______________________________________
PHYSICAL PHYSICAL PHYSICAL
ADDRESS C ADDRESS (C + 1)
ADDRESS (C + 2)
LOGICAL LOGICAL LOGICAL
ADDRESS 1 ADDRESS 3 ADDRESS 2
______________________________________
the correspondence between the physical and logical addresses of the copy disk is as follows:
______________________________________
PHYSICAL PHYSICAL PHYSICAL
ADDRESS D ADDRESS (D + 1)
ADDRESS (D + 2)
LOGICAL LOGICAL LOGICAL
ADDRESS 1 ADDRESS 2 ADDRESS 3
______________________________________
Thus, the physical--logical address tables of the original and copy disk differ in that (1) the physical addresses change from C to D and (2) the relationship between the physical addresses and logical addresses is different. Hence, execution of the software on the copy disk is inhibited to prevent unlawful or unauthorized copying. (d) Second embodiment of method of preventing unlawful unauthorized copying according to the invention In the first embodiment, the corresponding relationship between physical and logical addresses is incorporated in an application program (software) in cluster units. This is because accessing is performed in cluster units according to the DOS command. With an SCSI copy command, however, data can be read out of an original and recorded on a copy disk in block (sector) units. In such case the user data area of an optical disk is the same for both the original and copy disk and use based upon an unlawful copy cab no longer be prevented as in the first embodiment. In the second embodiment, therefore, the corresponding relationship between physical and logical addresses is incorporated in the application program (software) in sector units and it is so arranged that the corresponding relationship of the original will differ from that of the copy disk. (d-1) Software constitution FIG. 14 is a diagram showing the composition of software according to the second embodiment. Illustrated in FIG. 14 are the optical disk (original) 1, the alternate sector area 12, the file management area 13a, the file area 13b, the FAT 13a-2, the directory 13a-4 and the defect management area 14a. Though Sn is a normal sector, here it is regarded as being a defective sector, data to be recorded in the sector Sn is recorded in the alternate sector Sc and the corresponding relationship between the defective sector (actually the normal sector) Sn and the alternate sector Sc is recorded in the defect management area 14a. Numeral 100' denotes an application program (let SAMPLE.TXT be the name of the program) that has been recorded in the file area 13b. The application program 100' is composed of main software 101', a correspondence table 102' showing the correspondence between physical and logical addresses on the original, and a checking program 103' for preventing unauthorized use. The application program 100' is written in the file area, which includes the defective sector (actually the normal sector) Sn, sequentially in the manner indicated by the arrows attached to the dashed lines. Some of the software to be recorded in the defective sector (actually the normal sector) Sn is recorded in the alternate sector Sc. A sector (block) can be expressed by the track number and the sector position [written in the form "(i-th track, j-th sector)"] at this track number. A (0th track, 0th sector) is adopted as the starting sector (first sector), the sectors that follow this sector are numbered consecutively and the sectors can be expressed by these numbers. The former are defined as physical addresses and the latter as logical addresses. When the physical and logical addresses are defined as set forth above, the correspondence between the physical addresses storing the application program and the logical addresses becomes as illustrated in FIG. 15 if the application program has been recorded from physical address (F-1) as in FIG. 14. This correspondence becomes the correspondence table 102' indicating the corresponding between the physical and logical addresses. The table 102' is incorporated in the application program (SAMPLE.TXT) 100'. It should be noted that the correspondence table 102' need not hold the correspondence between all of the physical addresses at which the application program is recorded and the logical addresses. For example, it will suffice if the table holds the correspondence between the first three of the physical and logical addresses that include the defective sector. (D-2) Correspondence between physical and logical addresses on entire optical disk FIGS. 16A, 16B are diagrams for describing correspondence between physical and logical addresses on the entirety of an optical disk. Numeral 14a denotes the defect management area. It is assumed that block addresses of the defective sector and alternate sector have been written in the defect management area as illustrated in FIG. 16A. If it is assumed that one track has been partitioned into 25 sectors between the physical address (i-th track, j-th sector) of the normal sector and logical address A, the corresponding relationship indicated by the following equation will hold: A=25.multidot.i+j+1 However, the above equal will not hold with regard to a defective sector. The sector having the physical block address (123rd track, 4th sector) from the defect management area is the defective sector. Consequently, the physical address of the defective sector cannot be made to correspond to the logical block address 3080. Rather, the physical block address (9990th track, 0th sector) of the alternate sector corresponds to this logical block address, with the result that the correspondence table indicating the correspondence between the logical and physical block addresses becomes as shown in FIG. 16B. There is only one defective sector in the case described above. However, a correspondence table indicating the correspondence between the logical and physical block addresses of the entire optical disk is created in the same manner even if there are a plurality of defective sectors. (d-3) Control for preventing unlawful or unauthorized use in second aspect of the invention FIG. 17 is a flowchart of processing for preventing unlawful or unauthorized use according to a second aspect of the invention. It should be noted that the logical address 3080 (physical address: 123rd track, 4th sector) in the original is a normal sector but is regarded as being a defective sector, and the block addresses of the defective sector and alternate sector are recorded in the defect management area 14a in advance, as shown in FIG. 16A. Further, the application program SAMPLE.TXT is recorded at logical addresses 3078.about.3082. In this case, the portion of the software recorded at the logical address 3080 is not recorded at the physical address (123rd track, 4th sector) but in the alternate sector (9990th track, 0th sector) instead. Accordingly, the correspondence between the physical and logical addresses of the first three sectors of the application program SAMPLE.TXT is as indicated in the section enclosed by the dashed lines in FIG. 16B. This correspondence is incorporated in the application program 100' as the correspondence table 102' indicating the correspondence between the physical and logical addresses. After the optical disk is loaded in the optical disk drive 21 (FIG. 4), "SAMPLE.TXT" is entered from the keyboard and the return key is pressed (step 301). As a result, the host system 31 acquires the application program SAMPLE.TXT in accordance with prescribed handshaking with the optical disk drive 21 and stores the program in the memory 31b (step 302). Next, the checking program 103' for preventing unauthorized use of the application program SAMPLE.TXT is started up (step 303) so that processing for preventing unauthorized use is executed. Specifically, alternate management information (see FIG. 16A) indicating the correspondence between the defective sector and alternate sector is acquired from the defect management area of the optical disk and stored in the memory 31b (step 304). Next, the correspondence table indicating the correspondence between the logical and physical addresses of the entire disk is created using the alternate management information (step 305). Thereafter, the logical addresses of the application program SAMPLE.TXT on the disk are obtained from the information that has been stored in the file management area of the disk (step 306). For example, if the disk is managed in accordance with MS-DOS, the logical address of each file will be clear from the directory entry, the sector count SC of sectors constituting the cluster and the FAT information. Accordingly, this file management information is read and the logical addresses of the application program SAMPLE.TXT on the disk are obtained. Next, the physical addresses corresponding to the first three logical addresses of the application program are found using the correspondence table obtained at step 305, and a correspondence table indicating the correspondence between the physical and logical addresses is created (step 307). When the correspondence table indicating the correspondence between the physical and logical addresses has been created, this table is compared with the correspondence table of the original included in the application program SAMPLE.TXT (step 308). If the optical disk is the original, the two tables will agree and therefore execution of the main part 101' of the application program is allowed from this point onward (step 309). On the other hand, if the created correspondence table does not agree with the correspondence table of the original included in the application program SAMPLE.TXT, this means that the optical disk is a copied disk. Accordingly, a warning or other message is displayed, execution of the main software 101' is forbidden (step 310) and processing is terminated. The reason why the correspondence table created in the case of a copied disk and the correspondence table of the original included in the application program SAMPLE.TXT fail to agree will now be described. When the application program SAMPLE.TXT of the original is copied to a copy disk in sector (block) units using an SCSI copy command, the program is written to the copy disk in the order of the logical addresses. Accordingly, if it is assumed that the application program SAMPLE.TXT is copied from logical address 3078 of the copy disk, then (1) the starting sector is recorded at logical address 3078 (physical address: 123rd track, 2nd sector); (2) the second sector is recorded at logical address 3079 (physical address: 123rd track, 3rd sector); (3) the third sector is recorded at logical address 3080 (physical address: 123rd track, 4th sector); (4) the fourth sector is recorded at logical address 3081 (physical address: 123rd track, 5th sector); and (5) the fifth sector is recorded at logical address 3082 (physical address: 123rd track, 6th sector). Consequently, the correspondence table indicating the correspondence between the physical and logical addresses created from the copy disk becomes as shown in FIG. 18; this differs from the correspondence table of the original. It should be noted that the logical address 3080 (physical address: 123rd track, 4th sector) is taken to be a normal sector on the copy disk. However, even if this is a defective sector, there is no possibility that an alternate sector the same as that of the original will be assigned, and therefore the correspondence tables will differ. In the foregoing, it is described for the sake of convenience that the application program is recorded on the copy disk from a logical address identical with that of the original. However, the probability of this occurring is very low. When an original in FIG. 19A is copied to a copy disk, generally the result is as shown in FIG. 19B. As a result, the correspondence between the physical and logical addresses of the original is as follows:
______________________________________
PHYSICAL PHYSICAL PHYSICAL
ADDRESS (F - 1)
ADDRESS G ADDRESS (F + 1)
LOGICAL LOGICAL LOGICAL
ADDRESS 1 ADDRESS (I + 1)
ADDRESS (I + 2)
______________________________________
However, the correspondence between the physical and logical addresses of the copy disk is as follows:
______________________________________
PHYSICAL PHYSICAL PHYSICAL
ADDRESS K ADDRESS (K + 1)
ADDRESS (K + 2)
LOGICAL LOGICAL LOGICAL
ADDRESS L ADDRESS (L + 1)
ADDRESS (L + 2)
______________________________________
Thus, the physical--logical address tables of the original and copy disk differ in that (1) the physical addresses are different and (2) the relationship between the physical addresses and logical addresses is different. Hence, execution of the software on the copy disk is inhibited to prevent unauthorized-copying. (e) Third embodiment of method of preventing unauthorized use according to the invention In the first and second embodiments, the original and copy disk are distinguished between based upon corresponding relationship between logical and physical addresses. In the third embodiment, the original and copy disk are distinguished between using a medium ID. (e-1) Constitution of optical disk and software FIG. 20 is a diagram for describing a third embodiment of the present invention. Illustrated in FIG. 20 are the optical disk (original) 1, the user data area 11, the alternate sector area 12 and the defect management area 14a. Numeral 2 denotes the sector in which the medium ID is recorded. This sector is regarded as being a normal sector in the maintenance mode and a defective sector in the ordinary mode. Numeral 3 denotes the alternate sector accessed instead of the sector 2 in the ordinary mode. The corresponding relationship between the defective sector (actually the normal sector) 2 and the alternate sector 3 is recorded in the defect management area 14a. More specifically, the correspondence (alternate management information) between the track number Td and sector number Sd of the defective sector 2 and the track number Ta and sector number Sa of the alternate sector 3 is recorded in the defect management area 14a. The application program (whose program name is SAMPLE.TXT) 110 is composed of the main software 111, the ID 112 of the original and the checking program 113 for preventing unauthorized use. (e-2) Control for preventing unlawful use in third embodiment of the invention FIG. 21 is a flowchart of processing for preventing unlawful use in the third embodiment of the invention. It should be noted that the medium ID is recorded in the sector 2 at a prescribed physical address of the Original 1, and that the ID 112 of the original and the checking program 113 for preventing unlawful use are recorded on the original 1 by being added to the application program SAMPLE.TXT. Further, the main software is assumed to have been encrypted. After the optical disk is loaded in the optical disk drive 21 (FIG. 4), "SAMPLE.TXT" is entered from the keyboard and the return key is pressed. As a result, the host system 31 acquires the application program SAMPLE.TXT in accordance with prescribed handshaking with the optical disk drive 21 and stores the program in the memory 31b. Next, the checking program 113 for preventing unauthorized use is started up so that processing for preventing unauthorized use is executed. First, the mode is changed over to establish the maintenance mode (step 401). The maintenance mode is a mode in which the normal sector 2 is treated as being a normal sector rather than a defective sector. In other words, this is a mode in which no reference is made to the alternate management information that has been stored in the defect management area 14a. Next, data (the medium ID in the case of the original and simple data in the case of the copy disk) is read from the predetermined sector 2 (step 402) and the mode is changed over to the ordinary mode (step 403). This is a mode in which the normal sector is treated as being a defective sector. In other words, the ordinary mode is one in which the alternate management information that has been stored in the defect management area 14a is referred to as being effective. Next, a check is performed to determine whether the read data agrees with the medium ID of the original 1 included in the application program SAMPLE.TXT (step 404). If they agree, this means the optical disk that has been loaded in the optical disk drive is the original. Accordingly, the encrypted application program is decoded (step 405) and execution of the main software 111 is performed in the ordinary mode on the basis of the decoded program (step 406). On the other hand, if the read data does not agree with the medium ID of the original 1, this means that the optical disk I is a copied disk. Accordingly, a warning or other message is displayed and operation is halted (step 407). The foregoing is a case in which the main software 111 has been encrypted. However, encryption can be dispensed with and step 405 can therefore be deleted. In the case of the copied disk, the data read from the sector 2 is not the medium ID for the following reason. In the ordinary mode, copying is carried out by reading the application program SAMPLE.TXT 110 from the original 1 and recording it on the copy disk. However, in the ordinary mode, sector 2 in which the medium ID has been recorded is regarded as being a defective sector and therefore the alternate sector 3 is processed instead of the sector 2 and the data in the alternate sector 3 is written in the sector 2 of the copy disk. Consequently, the data read out of the prescribed physical address (sector 2) of the copy disk differs from the medium ID of the original, execution of the copied software can be inhibited and unauthorized use thereof can be prevented. Unlawful or unauthorized use of the software is prevented, if random data is written in the alternate sector 3. Further, even if copying is carried out in sector units in response to an SCSI copy command, duplication does not extend as far as the alternate management information recorded in the defect management area or up to the contents of the defective sector. This makes it possible to prevent the use based upon unlawful or unauthorized copying. In the embodiment set forth above, a case is described in which the invention is applied to an optical disk. However, the invention is not limited to optical disks but can of course be applied to other recording media such as hard disks and floppy disks. (f) Fourth embodiment of method of preventing unlawful or unauthorized use according to the invention (f-1) Overview In order to prevent copying using a medium ID, it is so arranged that a user absolutely cannot rewrite a medium ID recorded on an optical disk. If such an arrangement is adopted, the medium ID of the original and the medium ID of another optical disk will differ. Even if software is copied to another optical disk, therefore, execution of this software can be refused. In order to make it impossible to rewrite a medium ID, it is necessary to record the ID in a physically irreversible manner. To accomplish this, first an absolute location (sector) is prepared on the optical disk and the medium ID is recorded at this location. The recording method used is not of the magneto-optical type but entails rotating the disk at low speed and recording the ID through a "write once" method using a high-power laser light beam. Since special equipment is necessary in order to record on the film of a magneto-optical disk medium by the "write once" technique, an ordinary user is entirely incapable of rewriting the medium ID. This embodiment will now be described taking a 3.5-inch magneto-optical disk as an example. In general, optical disk drives presently available on the market have a disk rotating speed of 2400.about.3600 rpm and a recording laser power of approximately 10 mW. The data area of a magneto-optical disk is capable of being rewritten, with data being recorded by a magneto-optical signal. A magneto-optical disk also has a ROM area in which information such as disk control information is recorded. The foregoing is for the case of a RAM disk, in which the entirety of the data area is rewritable. However, there are also disks in which all or part of the data area is a ROM area. (Such a disk is referred to as a full ROM disk or partial ROM disk.) Prescribed information is recorded in a ROM area in the form of pits, and a general user cannot write data in the ROM area. Accordingly, consideration has been given to recording the medium ID in the ROM area in the same manner that information is recorded in this area. However, such an expedient is not realistic. Specifically, since information and the medium ID would be recorded in the ROM area in the form of pits by using a substrate-forming die referred to as a stamper, a stamper having a different ID would have to be prepared for each individual magneto-optical disk in order to make the medium ID different for each disk. (f-2) Method of irreversibly recording medium ID According to this embodiment of the invention, a magneto-optical disk having RAM and ROM portions is prepared and pits are formed in the ROM portion using a high-power laser while rotating the disk at a low speed. At this time the servo characteristics of the drive also are made to correspond to low-speed rotation. As for the method of pit formation, it is permissible to form holes completely through the recording film since the reading in of information from the ROM portion utilizes the intensity of reflected light. Further, if a pit signal is read in, it is unnecessary to form the holes completely through the recording film. In such case it is permissible to merely deform or alter the properties of the film. FIG. 22 is a diagram for describing the method of pit formation. Broadly speaking, four types of pit formation can be used: (1) a hole-forming type, (2) a phase-change type, (3) a bubble type and (4) a texture type. In the hole-forming type, a recording film consisting of Te-C, Te-Se or the like formed on a transparent substrate is irradiated with a high-power laser light beam to raise the temperature of the recording layer above the melting point or decomposition point thereof, thereby forming holes. If the recording film is subsequently scanned with a weak laser light beam, reflected light does not return from the portions having the holes. Accordingly, signals can be reproduced from the recording film by detecting the intensity of reflected light using a photodiode. In the phase-change type, TeO.sub.2 and Te are deposited on a transparent substrate by binary simultaneous vapor deposition or the like to form an amorphous film (recording film) of TeO.sub.x (x=1.1.about.1.5), the amorphous film is irradiated with a laser beam to elevate the film to its crystallization temperature, and then the film is cooled gradually so as to change the laser-irradiated portions to the crystalline state. Since the amount of reflected laser light at crystalline portions differs from that at non-crystalline portions, data can be recorded only one time and this data can be read subsequently. In the bubble type, a macromolecular trigger layer and a platinum (Pt) recording layer are formed successively on a transparent substrate, and a bubble B is formed by irradiation with a laser beam. The reflectivity of laser light varies depending upon the absence or presence of bubbles, thereby making it possible to reproduce signals from the recording layer at a later time. In the texture type, first the recording layer is formed to have pits in advance and then the layer is irradiated with a laser beam to smoothen the surface thereof, thereby making the reflectivity of the surface before recording and the reflectivity of the surface after recording differ. As a result, signals can be reproduced subsequently. It will suffice to prepare a 64-bit signal as the medium ID, and only one sector need be provided for the medium ID. (f-3) Construction of fourth embodiment FIG. 23 is a diagram for describing the fourth embodiment of the present invention. Illustrated in FIG. 23 are the magneto-optical disk (original) 1, the user data area 11, a RAM area 11a, a ROM area 11b, a medium-ID recording sector 120 recorded in the ROM area in a physically irreversible manner, and an application program (whose program name is SAMPLE.TXT) composed of main software 131, a medium ID 132 of the original and a checking program 133 for preventing unlawful use. The checking program 133 includes an address 134 at which the medium ID is recorded. (f-4) Control for preventing unlawful or unauthorized use in fourth aspect of the invention After the optical disk is loaded in the optical disk drive 21 (FIG. 4), "SAMPLE.TXT" is entered from the keyboard and the return key is pressed. As a result, the host system 31 acquires the application program SAMPLE.TXT in accordance with prescribed handshaking with the optical disk drive 21 and stores the program in the memory 31b. Next, the checking program 133 for preventing unauthorized use of the application program SAMPLE.TXT is started up so that processing for preventing unauthorized use is executed. The medium ID (the medium ID of the original in case of the original or the medium ID of a copy disk in case of the copy disk) is read from the sector 120 designated by the medium-ID recording address 134. Next, a check is performed to determine whether the read medium ID agrees with the medium ID of the original included in the application program SAMPLE.TXT. If they agree, this means the optical disk that has been loaded in the optical disk drive is the original. Accordingly, the main software 131 is executed. If the two do not agree, however, this means that the optical disk is the copy disk and, hence, a warning or other message is displayed and operation is halted. Thus, the medium ID of an optical disk can be made to differ for each individual optical disk. Moreover, the medium ID is recorded in the ROM area in a physically irreversible manner. As a result, even if a general user makes a copy of the disk using a personal computer or the like, the user cannot rewrite his or her own medium ID, thus making it possible to prevent unlawful use of software. In the foregoing, the medium ID is recorded in the ROM area of the magneto-optical disk, though it is possible to record the medium ID in the RAM area instead. The operation involved in the RAM area is exactly the same as that for performing recording in the ROM area. In the case of the RAM area, however, a method of magnetically altering the properties of the RAM area is more effective than that for forming holes. The reason for this is the possibility that holes formed in the RAM area may be detected as errors. An example of a method of magnetically producing a change in property involves using a high-power laser light beam to irradiate a non-crystalline material (an amorphous ferrous metal or the like) formed on a substrate, thereby elevating the crystallization temperature, and subsequently cooling the material to change the laser-irradiated portions to the crystalline state. Thus, the crystallized portions undergo a magnetic change in property that is irreversible. In the case where the phase-change type or the bubble type is adopted for forming the pits, at the time when the medium ID is read, the regeneration mode for reading data from the optical disk is changed from the magneto-optical regeneration mode to the regeneration mode in conformity to the phase-change type or the bubble type. In this regeneration mode, the decrease or increase of the quantity of the reflected light is not regarded as an error and the medium ID is read by changing the quantity of light of a optical pick-up provided in a magneto-optical disk drive unit. Mode changing instruction information is recorded in a predetermined area of the optical disk in advance so that the magneto-optical disk drive unit changes the regeneration mode at the time of reading the medium ID. The structure of the magneto-optical disk drive unit is disclosed in Japanese laid-open patent No. Tokkaihei 5-242505. Although, the original medium ID is contained in the application program, it is possible to record it anywhere in the optical disk. And when a plurality of application programs are recorded in the optical disk, it is possible to provide the original medium ID for each application program. Thus, in accordance with the present invention, it is arranged to additionally provide software with the corresponding relationship:between physical addresses storing software data on an original and logical addresses, and with a security program for preventing unlawful or unauthorized use, obtain an actual corresponding relationship between physical addresses and logical addresses on a storage medium on the basis of the security program when the software is executed, compare this corresponding relationship with the corresponding relationship added on to the software, allow execution of the software in a case where the result of the comparison indicates agreement and disallow execution of the software in a case where the result of the comparison indicates non-agreement. Accordingly, even if the software of the original is copied unlawfully, the software cannot be executed, thus rendering the copy meaningless. This prevents unauthorized copying of the software. Further, in accordance with the invention, it is so arranged that in a case where software has been copied from an original in cluster units, the correspondence between the logical and physical addresses on the copy is different from the corresponding relationship on the original. Therefore, even if software is copied by a DOS command, the copied software cannot be executed and the unauthorized copying of software can be prevented. Furthermore, it is so arranged that the relationship between the physical and logical addresses on an original will not become a simple rising or falling sequence. This means that even if the original is copied, the correspondence between the physical and logical addresses on the copy can be made different from the corresponding relationship on the original. Further, in accordance with the present invention, the corresponding relationship between physical and logical addresses is managed in sector units, a prescribed normal sector on the original is regarded as being a defective sector and part of the software is recorded in a sector that is an alternate to the defective sector. (A physical address of the alternate sector is incorporated in the corresponding relationship of the original.) As a result, it is so arranged that in a case where software has been copied from the original in sector units, the data that has been recorded in the alternate sector is recorded in the normal sector of the copy and a physical address of the alternate sector is no longer incorporated in the corresponding relationship on the copy. As a result, the corresponding relationship on the copy becomes different from the corresponding relationship on the original. Even if copying is performed in sector units, execution of software can be prevented. Furthermore, in accordance with the present invention, a medium ID is recorded in a prescribed normal sector on an original, software is additionally provided with the medium ID of the original and with a security program for preventing unlawful or unauthorized copying, and the normal sector in which the medium ID has been recorded is construed to be a defective sector in an ordinary mode. Consequently, in a case where software is read from the original and recorded on a copy, the data that has been recorded in the alternate sector is recorded in the normal sector of the copy, and the data in the prescribed normal sector of the copy differs from the medium ID of the original. As a result, when the software is executed, a maintenance mode is established by the security program, the data is read out of the normal sector and it is judged whether the data agrees with the original medium ID that has been added on to the software. If it is judged that the two agree, the ordinary mode is established and execution of the software is allowed. If the two do not agree, then execution of the software is not allowed. Therefore, even if the software is copied unlawfully from the original to another disk, the software cannot be executed and, hence, the copy is rendered meaningless. This makes it possible to prevent unlawful copying. Further, in accordance with the invention, the medium ID of an optical disk can be made different for each individual disk. Moreover, the medium ID is recorded in a physically or magnetically irreversible manner. As a result, even if a general user makes a copy of the disk using a personal computer or the like, the user cannot rewrite his or her own medium ID so as to make it agree with the medium ID of the original. This makes it possible to prevent unlawful or unauthorized use of software. As many apparently widely different embodiments of the present invention can be made without departing from the spirit and scope thereof, it is to be understood that the invention is not limited to the specific embodiments thereof except as defined in the appended claims.
|
Same subclass Same class Consider this |
||||||||||
