JP2007206928A - License authentication method and license authentication device - Google Patents

License authentication method and license authentication device Download PDF

Info

Publication number
JP2007206928A
JP2007206928A JP2006024340A JP2006024340A JP2007206928A JP 2007206928 A JP2007206928 A JP 2007206928A JP 2006024340 A JP2006024340 A JP 2006024340A JP 2006024340 A JP2006024340 A JP 2006024340A JP 2007206928 A JP2007206928 A JP 2007206928A
Authority
JP
Japan
Prior art keywords
license
software
license information
authentication
information
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
JP2006024340A
Other languages
Japanese (ja)
Inventor
Toshio Ono
敏生 大野
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric 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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2006024340A priority Critical patent/JP2007206928A/en
Publication of JP2007206928A publication Critical patent/JP2007206928A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To achieve a license authentication method and a license authentication device for holding unique license information with low readability for each computer without using any exclusive hardware in license authentication in software execution. <P>SOLUTION: This license authentication method comprises a first step for storing a file by encrypting license information by using the MAC address of a user computer in which provided software is installed as a key; a second step for decoding the encrypted license information stored in the file by using the MAC address as a key; and a third step for executing authentication regarding the installation or execution of software based on the decoded license information. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、ソフトウェア開発ベンダ等から提供されるソフトウェアを、ユーザコンピュータにインストールする際に実行されるライセンス認証方法及びライセンス認証装置に関するものである。   The present invention relates to a license authentication method and a license authentication apparatus that are executed when software provided from a software development vendor or the like is installed in a user computer.

現在、ソフトウェアのライセンス認証方法は、大きく分けて2つに分類することができる。一つ目は、ソフトウェアのインストール時に、ユーザを認証する方法である。この方法は、ユーザがコンピュータシステムにソフトウェアをインストールする際、特定のライセンス情報を入力し、その情報に対して認証を行うものである。つまり、ライセンス情報を持つユーザに対して、ソフトウェアのインストールを許可することになる。   Currently, software license authentication methods can be broadly classified into two. The first is a method of authenticating a user when installing software. In this method, when a user installs software in a computer system, specific license information is input and the information is authenticated. That is, software installation is permitted for a user having license information.

二つ目は、ソフトウェアの実行時にライセンスを認証する方法である。この方法は、システムが、ソフトウェアを実行する際、コンピュータ上に配置されたライセンス情報に対して認証を行うものである。つまり、ライセンス情報が配置されたコンピュータに対して、ソフトウェアの実行を許可するものである。   The second method is to authenticate the license when the software is executed. In this method, the system authenticates the license information arranged on the computer when the software is executed. That is, the execution of software is permitted to the computer where the license information is arranged.

図5は、インストール時ライセンス認証の処理手順を示すフローチャートである。ステップS1はライセンス入力待ちであり、ベンダより任意の手段でユーザに対して発行されたライセンス情報を入力する。   FIG. 5 is a flowchart showing a processing procedure of license authentication at the time of installation. Step S1 is waiting for a license input, and the license information issued to the user by an arbitrary means is input by the vendor.

ライセンス情報の発行手段は様々であり、Webを利用したものや、ソフトウェアにバンドルされるものがある。ステップS1で入力されたライセンス情報に対する認証が実行され、判定ステップS3の判定結果が適切であればステップS4でインストールが実行され、不適切であればインストールが実行されず終了となる。   There are various means for issuing license information, such as those using the Web and those bundled with software. Authentication for the license information input in step S1 is executed. If the determination result in determination step S3 is appropriate, installation is executed in step S4. If it is inappropriate, installation is not executed and the process ends.

この方法の特徴は、システムがライセンス情報を保持する必要がないため、ライセンス情報を保持するためのコストを低減することができる点である。しかし、その反面、ライセンス情報は、ユーザがインストール時にライセンス情報を扱うため、可読性が要求されるので、不正インストールが容易に行われる危険性が高い。   The feature of this method is that it is not necessary for the system to hold the license information, so that the cost for holding the license information can be reduced. On the other hand, the license information requires readability because the user handles the license information at the time of installation. Therefore, there is a high risk that unauthorized installation can be easily performed.

図6は、ソフトウェア実行時ライセンス認証の処理手順を示すフローチャートである。ステップS1はライセンスの取得である。ベンダは、事前に任意の手段でユーザコンピュータ上又は外部コンピュータ上のファイルにライセンス情報を配置・保持させておき、ユーザはソフトウェア実行時時にそのライセンス情報を呼び出して取得する。   FIG. 6 is a flowchart showing a processing procedure of license authentication at the time of software execution. Step S1 is acquisition of a license. The vendor arranges and holds license information in a file on the user computer or an external computer in advance by any means, and the user calls and acquires the license information when the software is executed.

ステップS2はライセンスの認証であり、前記ファイルより呼び出されたライセンス情報に基づいて認証する。判定ステップS3の判定結果が適切であればステップS4でソフトウェアが実行され、不適切であれば実行されず終了となる。   Step S2 is license authentication, which is performed based on the license information called from the file. If the determination result in determination step S3 is appropriate, the software is executed in step S4.

この方法の特徴は、コンピュータがライセンス情報を扱うため、ライセンス情報の可読性が要求されないことである。そのため、コンピュータ毎にユニークで可読性の低いライセンス情報を配置することで、ソフトウェアの不正実行を防止することが可能である。   The feature of this method is that the readability of the license information is not required because the computer handles the license information. For this reason, it is possible to prevent unauthorized execution of software by arranging unique and low-readable license information for each computer.

しかし、コンピュータ毎に、ユニークで可読性の低いライセンスを配置・保持することは困難である。そのため、一般的に、ライセンス情報を保持するための専用ハードウエアを用意し、そこにベンダから発行されるライセンス情報を保持する技術を利用することが多い。   However, it is difficult to place and maintain a unique and low-readable license for each computer. Therefore, in general, a dedicated hardware for holding license information is prepared, and a technique for holding license information issued by a vendor is often used.

図7は、専用ハードウエアを用意し、そこにライセンス情報を保持する場合の認証システムの構成例を示す機能ブロック図である。1はソフトウェア開発ベンダであり、提供されたソフトウェア2は、ユーザコンピュータ3にインストールされる。31はインストールされたソフトウェアファイルを示す。   FIG. 7 is a functional block diagram showing a configuration example of an authentication system when dedicated hardware is prepared and license information is held therein. Reference numeral 1 denotes a software development vendor, and the provided software 2 is installed in the user computer 3. Reference numeral 31 denotes an installed software file.

インストールに先立ち、ユーザコンピュータ側からベンダ1に対してライセンス発行要求が出される。この時ソフトウェアを実行するユーザID情報が渡される。ベンダ1はこの要求に基づいてライセンスを発行する。   Prior to installation, a license issuance request is issued from the user computer side to the vendor 1. At this time, user ID information for executing the software is passed. The vendor 1 issues a license based on this request.

4はライセンス情報サーバであり、ディスク41上のライセンス情報ファイル41にベンダ1より発行されたライセンス情報を保持する。必要応じて暗号化処理をする。このライセンス情報サーバ4は、通信バス5でユーザコンピュータ3と通信可能に接続されている。   A license information server 4 holds license information issued by the vendor 1 in the license information file 41 on the disk 41. Encrypt as necessary. This license information server 4 is communicably connected to the user computer 3 via a communication bus 5.

ユーザがインストールソフトウェア31を実行した場合に、呼び出し手段32は、ライセンス情報サーバ4のライセンス情報ファイル42よりライセンス情報を呼び出し、認証手段33に渡す。ライセンス情報が暗号化されている場合には、ベンダより通知されるキー(ソフトウェア2に内在する場合もある)により復号化し、認証手段33に渡す。   When the user executes the installed software 31, the calling unit 32 calls the license information from the license information file 42 of the license information server 4 and passes it to the authentication unit 33. If the license information is encrypted, the license information is decrypted with a key (which may be inherent in the software 2) notified from the vendor and passed to the authentication means 33.

認証手段33は、ライセンス情報サーバ4からのライセンス情報ソフトウェアの実行に関する認証を行い、成立していれば実行を許可し、不成立の場合には、実行は不許可となり、適当な表示手段34でエラー表示する。   The authentication means 33 performs authentication related to the execution of the license information software from the license information server 4, and if it is established, the execution is permitted, and if it is not established, the execution is not permitted, and an appropriate display means 34 causes an error. indicate.

このように、専用ハードウエアとしてライセンス情報サーバ4を外部に持たせる構成では、サーバの信頼性やコンピュータとの適合性の問題、更には、独自のライフサイクルを持つため、ソフトウェアのライフタイムに渡り、ライセンス認証を維持するためのコストが発生することになる。   As described above, in the configuration in which the license information server 4 is externally provided as dedicated hardware, there is a problem of server reliability and compatibility with the computer, and furthermore, since it has its own life cycle, it extends over the lifetime of the software. Therefore, a cost for maintaining the license authentication is generated.

ライセンス認証は、ソフトウェア開発ベンダを保護するための仕組みであり、ソフトウェア自体の価値向上には貢献しない機能である。従って、その開発・維持コストを、提供されるソフトウェア製品の価格に含めることは望ましくない。   License authentication is a mechanism for protecting software development vendors, and is a function that does not contribute to improving the value of the software itself. Therefore, it is not desirable to include the development / maintenance cost in the price of the provided software product.

特許文献1には、ソフトウェアのインストール時にライセンス認証を行うシステムが記載されている。   Patent Document 1 describes a system that performs license authentication when software is installed.

特開2004−213436号公報JP 2004-213436 A

従来のライセンス認証方法では、次のような問題点がある。
(1)インストール時ライセンス認証は、ライセンス認証に必要とされるコストを低く抑えられるが、不正コピーされる危険性がある。
The conventional license authentication method has the following problems.
(1) The license authentication at the time of installation can keep the cost required for license authentication low, but there is a risk of unauthorized copying.

(2)専用ハードウエアを利用したソフトウェア実行時認証は、ソフトウェアの不正実行を防止することができるが、ライセンス認証を維持するためのコストが発生する。 (2) Software runtime authentication using dedicated hardware can prevent unauthorized execution of software, but it incurs costs for maintaining license authentication.

(3)専用ハードウエアの信頼性や、コンピュータへの適合性の問題により発生するリスクが予測不能である。 (3) Risks arising from problems with the reliability of dedicated hardware and compatibility with computers are unpredictable.

本発明は上述した問題点を解決するためになされたものであり、ソフトウェア実行時ライセンス認証において、専用のハードウエアを使用せず、コンピュータ毎にユニークで可読性の低いライセンス情報を保持することが可能なライセンス認証方法及びライセンス認証装置を実現することを目的とする。   The present invention has been made to solve the above-described problems, and it is possible to hold unique and low-readable license information for each computer without using dedicated hardware in software runtime license authentication. An object of the present invention is to realize a license authentication method and a license authentication device.

このような課題を達成するために、本発明は次の通りの構成になっている。
(1)提供されるソフトウェアをインストールするユーザコンピュータのMACアドレスをキーとしてライセンス情報を暗号化してファイル保存する第1ステップと、
前記ファイル保存されている暗号化ライセンス情報を、前記MACアドレスをキーとして復号化する第2ステップと、
復号化された前記ライセンス情報に基づいて前記ソフトウェアのインストール又は実行に関する認証を行う第3ステップと、
を備えることを特徴とするライセンス認証方法。
In order to achieve such a subject, the present invention has the following configuration.
(1) a first step of encrypting license information using a MAC address of a user computer to install the provided software as a key and saving the file;
A second step of decrypting the encrypted license information stored in the file using the MAC address as a key;
A third step of authenticating the installation or execution of the software based on the decrypted license information;
A license authentication method comprising:

(2)前記第2ステップ及び第3ステップは、前記ソフトウェアのインストール時に起動され、前記認証が成立した時にインストールが許可されることを特徴とする(1)に記載のライセンス認証方法。 (2) The license authentication method according to (1), wherein the second step and the third step are activated when the software is installed, and the installation is permitted when the authentication is established.

(3)前記第2ステップ及び第3ステップは、インストール済みの前記ソフトウェアを実行した時に起動され、前記認証が成立した時にその実行が許可されることを特徴とする(1)に記載のライセンス認証方法。 (3) The license authentication according to (1), wherein the second step and the third step are started when the installed software is executed, and the execution is permitted when the authentication is established. Method.

(4)前記第2ステップは、復号化の成否を、前記ライセンス情報に含まれるID情報の一致により確認する成否判定ステップを含むことを特徴とする(1)乃至(3)のいずれかに記載のライセンス認証方法。 (4) In any one of (1) to (3), the second step includes a success / failure determination step of confirming the success or failure of the decryption based on a match of ID information included in the license information. License authentication method.

(5)前記ライセンス情報が、前記提供されるソフトウェアに内在されていることを特徴とする(1)乃至(4)のいずれかに記載のライセンス認証方法。 (5) The license authentication method according to any one of (1) to (4), wherein the license information is included in the provided software.

(6)暗号化された前記ライセンス情報は、前記ユーザコンピュータ内部にファイル保存されることを特徴とする(1)乃至(5)のいずれかに記載のライセンス認証方法。 (6) The license authentication method according to any one of (1) to (5), wherein the encrypted license information is stored as a file in the user computer.

(7)提供されるソフトウェアをインストールするユーザコンピュータのMACアドレスをキーとしてライセンス情報を暗号化してファイル保存する暗号化手段と、
前記ファイル保存されている暗号化ライセンス情報を、前記MACアドレスをキーとして復号化する復号化手段と、
復号化された前記ライセンス情報に基づいて前記ソフトウェアのインストール又は実行に関する認証を行う認証手段と、
を備えることを特徴とするライセンス認証装置。
(7) encryption means for encrypting license information using the MAC address of a user computer that installs the provided software as a key, and saving the file;
Decryption means for decrypting the encrypted license information stored in the file using the MAC address as a key;
Authenticating means for authenticating installation or execution of the software based on the decrypted license information;
A license authentication apparatus comprising:

以上説明したことから明らかなように、本発明によれば次のような効果がある。
(1)専用ハードウエアを使用したソフトウェア実行時ライセンス認証方式と比較して、
MACアドレスによる暗号化により、コンピュータ固有のライセンス情報を生成できる。
As is apparent from the above description, the present invention has the following effects.
(1) Compared to software runtime license authentication using dedicated hardware,
Computer-specific license information can be generated by encryption using the MAC address.

(2)MACアドレスによる復号化のため、ライセンス情報の不正コピーが防止できる。 (2) Unauthorized copying of license information can be prevented because of decryption by MAC address.

(3)ライセンス情報を暗号化して管理するため、改竄されにくい。 (3) Since license information is encrypted and managed, it is difficult to be tampered with.

(4)専用ハードウエアを必要としないので、販売・維持・管理コストが大幅に削減できる。 (4) Since dedicated hardware is not required, sales, maintenance and management costs can be greatly reduced.

(5)ソフトウェアのライフタイムに渡り、高品質で安定したライセンス認証を実現することができる。 (5) High quality and stable license authentication can be realized over the lifetime of the software.

(6)専用ハードウエアを必要としないので、信頼性や適合性の問題が発生しない。 (6) Since dedicated hardware is not required, there is no problem of reliability or compatibility.

(7)ハードウエアに依存しないアーキテクチャなので、製品のライフタイムに渡り安定する。 (7) Since the architecture does not depend on hardware, it is stable over the lifetime of the product.

(8)ライセンス情報をファイルで保持できるので、バックアップ・リストアが容易に行える。 (8) Since license information can be held in a file, backup and restoration can be easily performed.

以下、本発明を図面により詳細に説明する。図1は、本発明を適用したライセンス認証装置の一実施形態を示す機能ブロック図である。図7で説明した従来装置と同一要素には同一符号を付して説明を省略する。以下、本発明の特徴部につき説明する。   Hereinafter, the present invention will be described in detail with reference to the drawings. FIG. 1 is a functional block diagram showing an embodiment of a license authentication apparatus to which the present invention is applied. The same elements as those of the conventional apparatus described with reference to FIG. Hereinafter, the characteristic part of the present invention will be described.

図1において、100は本発明が適用されたユーザコンピュータである。ユーザは、事前処理としてベンダ1に対してライセンス発行を要求する。このとき、ユーザID共にソフトウェアを実行するユーザコンピュータのMACアドレス情報をベンダ1に通知する。   In FIG. 1, reference numeral 100 denotes a user computer to which the present invention is applied. The user requests the vendor 1 to issue a license as pre-processing. At this time, the MAC address information of the user computer that executes the software is notified to the vendor 1 together with the user ID.

ベンダ1は、ユーザから通知された情報に基づいて、MACアドレスをキーとして暗号化したライセンス情報を持ったライセンスをユーザに発行する。具体的には、任意の手段でユーザに渡される暗号化したライセンス情報を含むライセンスインストールプログラム101をユーザコンピュータ3で実行させ、ユーザコンピュータのディスク上の暗号化ライセンス情報ファイル102に配置させる。ライセンスインストールプログラムは、提供されるソフトウェア2に内在されている場合もある。 Based on the information notified from the user, the vendor 1 issues a license having license information encrypted with the MAC address as a key. Specifically, the license installation program 101 including the encrypted license information delivered to the user by an arbitrary means is executed by the user computer 3 and arranged in the encrypted license information file 102 on the disk of the user computer. The license installation program may be included in the provided software 2.

現在、普及しているコンピュータ(主にパーソナルコンピュータ)は、Ethernet(登録商標)を介して通信するためのハードウエアが装着されている。このハードウエアには、MAC(Media Access Control)アドレスと呼ばれる全世界でユニーク性が保証された識別情報が割り当てられている。103は、ユーザコンピュータ100に配置されたMACアドレス情報である。   Currently, widely used computers (mainly personal computers) are equipped with hardware for communicating via Ethernet (registered trademark). Identification information called a MAC (Media Access Control) address guaranteed to be unique all over the world is assigned to this hardware. Reference numeral 103 denotes MAC address information arranged in the user computer 100.

暗号化されたライセンス情報は、ユーザコンピュータ上に配置された暗号化情報ライセンスファイル102として容易に保持することができる。そのため、ライセンス情報を保持するための専用のハードウエアを必要としない。   The encrypted license information can be easily held as an encrypted information license file 102 arranged on the user computer. Therefore, no dedicated hardware for holding license information is required.

又、暗号化されたライセンス情報を読み出す時は、復号化するめのキー(暗号化に使用したMACアドレス)が必要となるので、適切なキーを持つコンピュータ以外では、復号化することができない。つまり、MACアドレスを利用して、ライセンス情報を暗号化することにより、コンピュータ毎にユニークで、可読性の低いライセンス情報を持つことが可能となる。   Also, when reading the encrypted license information, a key for decryption (the MAC address used for encryption) is required, and therefore it cannot be decrypted except by a computer having an appropriate key. That is, by encrypting the license information using the MAC address, it is possible to have license information that is unique for each computer and has low readability.

104は、インストールされたソフトウェアファイルであり、ユーザがこれを実行しようとした場合には、認証手段105、復号化手段106が起動し、ベンダより発行されたライセンス情報を、暗号化ライセンス情報ファイル102から読み出し、復号化してソフトウェア実行に関する認証が実行される。   Reference numeral 104 denotes an installed software file. When the user tries to execute the software file, the authentication unit 105 and the decryption unit 106 are activated, and the license information issued by the vendor is converted into the encrypted license information file 102. Are read out and decrypted to perform authentication related to software execution.

復号化手段106は、103のMACアドレスをキーとして利用し、暗号化されて保持されているライセンス情報を復号化して認証手段105に渡す。107は、必要に応じて設けられる成否判定手段であり、復号化が正常に実行されたか否かをチェックする。   The decryption means 106 uses the MAC address 103 as a key, decrypts the license information that is encrypted and holds it, and passes it to the authentication means 105. Reference numeral 107 denotes a success / failure determination unit provided as necessary, and checks whether or not the decryption has been executed normally.

復号化処理の成否判定の手法として、暗号化したライセンス情報に含まれるID情報を復号化した情報が予め設定されたID情報との一致により判定することができる。成否判定手段107は、ID情報の一致があれば復号化したライセンス情報を認証手段105に渡し、不一致であれば表示手段108でエラー表示する。   As a method for determining the success or failure of the decryption process, information obtained by decrypting the ID information included in the encrypted license information can be determined by matching with preset ID information. The success / failure determination unit 107 passes the decrypted license information to the authentication unit 105 if the ID information matches, and displays an error on the display unit 108 if the ID information does not match.

認証手段105は、成否判定手段108から渡されたライセン情報に基づいて認証を行い、実行しようとしているソフトウェアの実行がライセンスされている場合には実行を許可し、実行を不許可して表示手段107でエラー表示する。   The authentication unit 105 performs authentication based on the license information passed from the success / failure determination unit 108, and permits the execution when the execution of the software to be executed is licensed, and disallows the execution and displays the display unit. An error is displayed at 107.

図2は、ライセンスの発行から配置・認証に至る全体のプロセスを示す遷移図である。(A)はベンダによるライセンス発行ステップであり、ライセンス情報をユーザコンピュータのMACアドレスをキーとして暗号化する。   FIG. 2 is a transition diagram illustrating the entire process from license issuance to placement / authentication. (A) is a license issuance step by the vendor, and the license information is encrypted using the MAC address of the user computer as a key.

ライセンスの内容を例示すれば、“1”のフラグが立っているプログラムL1及びL3は実行を許可するが、“0” のフラグが立っているプログラムL2は不許可とされる。
このとき、ライセンス情報の中に復号化の成否を判定するIDを入れることができる。この例では、“Yokogawa”をIDとする。
To illustrate the contents of the license, execution of the programs L1 and L3 with the flag “1” is permitted, but the program L2 with the flag “0” is not permitted.
At this time, an ID for determining success or failure of decryption can be included in the license information. In this example, “Yokogawa” is the ID.

暗号化のアルゴリズムは任意であるが、例えばマイクロソフト社のVisual Studio.Netでは、DES(Data Encript Standard)の実装が提供されているので、これを使用することができる。   Although the encryption algorithm is arbitrary, for example, Microsoft's Visual Studio.Net provides an implementation of DES (Data Encript Standard), which can be used.

この場合、MACアドレスをDESの共通キーとして使用するが、マイクロソフト社の実装は、一般に提供されているものであるため、何らかの方法(排他論理和やビットシフト等)で、MACアドレスを変形し、DESのキーすることが望ましい。復号化にも同様な変形が必要である。   In this case, the MAC address is used as a DES common key, but since the Microsoft implementation is generally provided, the MAC address is transformed by some method (exclusive OR, bit shift, etc.) DES key is desirable. Similar modifications are required for decoding.

(B)はユーザによるライセンスの配置ステップであり、暗号化したライセンス情報を、ユーザコンピュータのディスク上のファイル102に配置する。   (B) is a license arrangement step by the user, in which the encrypted license information is arranged in the file 102 on the disk of the user computer.

(C)はソフトウェア実行時における、ユーザコンピュータ内でのライセンスの認証ステップであり、ユーザコンピュータのディスク上のファイル102より暗号化されたライセンス情報を読み出し、MACアドレスをキーとして復号化する。この時、復号化の成否を、ID“Yokogawa”が正しく読み出されることにより確認する。   (C) is a license authentication step in the user computer at the time of software execution. The license information encrypted from the file 102 on the disk of the user computer is read and decrypted using the MAC address as a key. At this time, the success or failure of the decryption is confirmed by correctly reading the ID “Yokogawa”.

図3は、ベンダによるライセンス発行の処理手順を示すフローチャートである。ステップS1はユーザ情報の入力待ちである。ベンダは、ユーザ自身を認識するID及びソフトウェアを実行するユーザコンピュータに配置されたMACアドレスの入力を、ユーザに対して要求する。   FIG. 3 is a flowchart showing a processing procedure for issuing a license by a vendor. Step S1 waits for input of user information. The vendor requests the user to input an ID for recognizing the user himself / herself and a MAC address arranged in the user computer that executes the software.

ライセンス発行用ソフトウェアは、ユーザのアイデンティティ毎に、予め与えられたライセンス情報を保持する。ステップS2では、ベンダがユーザ情報を取得する。ステップS3では、MACアドレスをキーとして利用し、ライセンス情報を暗号化し、ステップS4で発行するライセンスを生成する。   The license issuing software holds license information given in advance for each user identity. In step S2, the vendor acquires user information. In step S3, the license information is encrypted using the MAC address as a key, and a license to be issued is generated in step S4.

図4は、ユーザコンピュータによるライセンス認証の処理手順を示すフローチャートである。ステップS1はライセンス情報の読み出しであり、実行されるソフトウェアは、ユーザコンピュータ上に配置された暗号化ライセンス情報ファイル102に保存されたライセンス情報を読み出す。   FIG. 4 is a flowchart showing a license authentication processing procedure by the user computer. Step S1 is reading of license information, and the executed software reads the license information stored in the encrypted license information file 102 arranged on the user computer.

ステップS2は、MACアドレスの読み出しであり、ソフトウェアが実行されるコンピュータが保持するMACアドレスを読み出す。MACアドレスの読み出し機能は、OSにより提供される。   Step S2 is the reading of the MAC address, and the MAC address held by the computer on which the software is executed is read. The MAC address read function is provided by the OS.

ステップS3はライセンス情報の復号化であり、MACアドレスをキーとして利用し、ライセンス情報を復号化する。ステップS4は、ライセンスの認証であり、復号化したライセンス情報を基に認証する。認証に失敗した場合には、ソフトウェアの実行は許可されない。   In step S3, the license information is decrypted, and the license information is decrypted using the MAC address as a key. Step S4 is license authentication, which is performed based on the decrypted license information. If authentication fails, software execution is not allowed.

本発明を適用したライセンス認証装置の一実施形態を示す機能ブロック図である。It is a functional block diagram which shows one Embodiment of the license authentication apparatus to which this invention is applied. ライセンスの発行から配置・認証に至る全体のプロセスを示す遷移図である。FIG. 10 is a transition diagram illustrating an entire process from license issuance to arrangement / authentication. ベンダによるライセンス発行の処理手順を示すフローチャートである。It is a flowchart which shows the processing procedure of the license issue by a vendor. ユーザコンピュータによるライセンス認証の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the license authentication by a user computer. 従来のインストール時ライセンス認証の処理手順を示すフローチャートである。It is a flowchart which shows the processing procedure of the license authentication at the time of the conventional installation. 従来のソフトウェア実行時ライセンス認証の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the conventional license authentication at the time of software execution. 専用ハードウエアにライセンス情報を保持する場合の認証システムの構成例を示す機能ブロック図である。It is a functional block diagram which shows the structural example of the authentication system in the case of hold | maintaining license information in exclusive hardware.

符号の説明Explanation of symbols

1 ソフトウェ開発ベンダ
2 提供ソフトウェア
100 ユーザコンピュータ
101 ライセンスインストールプログラム
102 暗号化ライセンス情報ファイル
103 MACアドレス
104 インストールソフトウェア
105 認証手段
106 復号化手段
107 成否判定手段
108 表示手段
DESCRIPTION OF SYMBOLS 1 Software development vendor 2 Software provided 100 User computer 101 License installation program 102 Encrypted license information file 103 MAC address 104 Installed software 105 Authentication means 106 Decryption means 107 Success / failure judgment means 108 Display means

Claims (7)

提供されるソフトウェアをインストールするユーザコンピュータのMACアドレスをキーとしてライセンス情報を暗号化してファイル保存する第1ステップと、
前記ファイル保存されている暗号化ライセンス情報を、前記MACアドレスをキーとして復号化する第2ステップと、
復号化された前記ライセンス情報に基づいて前記ソフトウェアのインストール又は実行に関する認証を行う第3ステップと、
を備えることを特徴とするライセンス認証方法。
A first step of encrypting and storing the license information with the MAC address of the user computer on which the provided software is installed as a key;
A second step of decrypting the encrypted license information stored in the file using the MAC address as a key;
A third step of authenticating the installation or execution of the software based on the decrypted license information;
A license authentication method comprising:
前記第2ステップ及び第3ステップは、前記ソフトウェアのインストール時に起動され、前記認証が成立した時にインストールが許可されることを特徴とする請求項1に記載のライセンス認証方法。   The license authentication method according to claim 1, wherein the second step and the third step are started when the software is installed, and the installation is permitted when the authentication is established. 前記第2ステップ及び第3ステップは、インストール済みの前記ソフトウェアを実行した時に起動され、前記認証が成立した時にその実行が許可されることを特徴とする請求項1に記載のライセンス認証方法。   The license authentication method according to claim 1, wherein the second step and the third step are started when the installed software is executed, and the execution is permitted when the authentication is established. 前記第2ステップは、復号化の成否を、前記ライセンス情報に含まれるID情報の一致により確認する成否判定ステップを含むことを特徴とする請求項1乃至3のいずれかに記載のライセンス認証方法。   The license authentication method according to any one of claims 1 to 3, wherein the second step includes a success / failure determination step of confirming whether the decryption is successful or not by matching the ID information included in the license information. 前記ライセンス情報が、前記提供されるソフトウェアに内在されていることを特徴とする請求項1乃至4のいずれかに記載のライセンス認証方法。   The license authentication method according to claim 1, wherein the license information is included in the provided software. 暗号化された前記ライセンス情報は、前記ユーザコンピュータ内部にファイル保存されることを特徴とする請求項1乃至5のいずれかに記載のライセンス認証方法。   6. The license authentication method according to claim 1, wherein the encrypted license information is stored in a file in the user computer. 提供されるソフトウェアをインストールするユーザコンピュータのMACアドレスをキーとしてライセンス情報を暗号化してファイル保存する暗号化手段と、
前記ファイル保存されている暗号化ライセンス情報を、前記MACアドレスをキーとして復号化する復号化手段と、
復号化された前記ライセンス情報に基づいて前記ソフトウェアのインストール又は実行に関する認証を行う認証手段と、
を備えることを特徴とするライセンス認証装置。
Encryption means for encrypting license information using the MAC address of a user computer to install the provided software as a key, and storing the file;
Decryption means for decrypting the encrypted license information stored in the file using the MAC address as a key;
Authenticating means for authenticating installation or execution of the software based on the decrypted license information;
A license authentication apparatus comprising:
JP2006024340A 2006-02-01 2006-02-01 License authentication method and license authentication device Pending JP2007206928A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006024340A JP2007206928A (en) 2006-02-01 2006-02-01 License authentication method and license authentication device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006024340A JP2007206928A (en) 2006-02-01 2006-02-01 License authentication method and license authentication device

Publications (1)

Publication Number Publication Date
JP2007206928A true JP2007206928A (en) 2007-08-16

Family

ID=38486355

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006024340A Pending JP2007206928A (en) 2006-02-01 2006-02-01 License authentication method and license authentication device

Country Status (1)

Country Link
JP (1) JP2007206928A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090089881A1 (en) * 2007-09-28 2009-04-02 Eugene Indenbom Methods of licensing software programs and protecting them from unauthorized use
WO2009140911A1 (en) * 2008-05-19 2009-11-26 Zheng Kuanyong Method for interactive authentication
US20120047074A1 (en) * 2007-09-28 2012-02-23 Eugene Indenbom Methods of protecting software programs from unauthorized use
JPWO2010103613A1 (en) * 2009-03-10 2012-09-10 順子 杉中 Network system and authentication method in network system
JP2016051382A (en) * 2014-09-01 2016-04-11 京セラドキュメントソリューションズ株式会社 Information processing apparatus and image forming system
CN111651732A (en) * 2020-06-03 2020-09-11 上海寰创通信科技股份有限公司 License offline authentication method

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090089881A1 (en) * 2007-09-28 2009-04-02 Eugene Indenbom Methods of licensing software programs and protecting them from unauthorized use
US20120047074A1 (en) * 2007-09-28 2012-02-23 Eugene Indenbom Methods of protecting software programs from unauthorized use
US9129098B2 (en) * 2007-09-28 2015-09-08 Abbyy Development Llc Methods of protecting software programs from unauthorized use
US9336369B2 (en) * 2007-09-28 2016-05-10 Abbyy Development Llc Methods of licensing software programs and protecting them from unauthorized use
WO2009140911A1 (en) * 2008-05-19 2009-11-26 Zheng Kuanyong Method for interactive authentication
JPWO2010103613A1 (en) * 2009-03-10 2012-09-10 順子 杉中 Network system and authentication method in network system
JP2016051382A (en) * 2014-09-01 2016-04-11 京セラドキュメントソリューションズ株式会社 Information processing apparatus and image forming system
CN111651732A (en) * 2020-06-03 2020-09-11 上海寰创通信科技股份有限公司 License offline authentication method
CN111651732B (en) * 2020-06-03 2024-04-30 上海寰创通信科技股份有限公司 License offline authentication method

Similar Documents

Publication Publication Date Title
JP6595822B2 (en) Information processing apparatus and control method thereof
JP5116325B2 (en) Information processing apparatus, software update method, and image processing apparatus
KR100625365B1 (en) System and method for authentication
JP4099039B2 (en) Program update method
KR100792287B1 (en) Method for security and the security apparatus thereof
US20020116632A1 (en) Tamper-resistant computer system
JP2008152764A (en) System and method for preventing unapproved installation of software program
WO2007044947A2 (en) Software-firmware transfer system
JP2007206928A (en) License authentication method and license authentication device
JP2007141044A (en) Information processor and program execution control method
CN109155733B (en) Information processing apparatus and information processing system
JP2009059008A (en) File management system
JP2009080772A (en) Software starting system, software starting method and software starting program
JP2009129461A (en) Storage device, terminal device using the storage device, and using method thereof
CN110674525A (en) Electronic equipment and file processing method thereof
JP2007048008A (en) External storage, computer, and sbc control method
JP5582231B2 (en) Information processing apparatus, authenticity confirmation method, and recording medium
JP2008505385A (en) Security unit and protection system comprising such a security unit and method for protecting data
WO2022242035A1 (en) Software secure application method and apparatus
JP4655613B2 (en) Program execution apparatus and program execution method
JP5730488B2 (en) Information processing system
JP2009245135A (en) Information processing terminal device and start authentication method of application program
JP2009032165A (en) Software license management system, program and device
JP5310897B2 (en) Information processing apparatus, software update method, and recording medium
JP5234217B2 (en) Information processing apparatus, software update method, and program