JP2007206928A - License authentication method and license authentication device - Google Patents
License authentication method and license authentication device Download PDFInfo
- 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
Links
Images
Abstract
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.
インストールに先立ち、ユーザコンピュータ側からベンダ1に対してライセンス発行要求が出される。この時ソフトウェアを実行するユーザID情報が渡される。ベンダ1はこの要求に基づいてライセンスを発行する。
Prior to installation, a license issuance request is issued from the user computer side to the
4はライセンス情報サーバであり、ディスク41上のライセンス情報ファイル41にベンダ1より発行されたライセンス情報を保持する。必要応じて暗号化処理をする。このライセンス情報サーバ4は、通信バス5でユーザコンピュータ3と通信可能に接続されている。
A license information server 4 holds license information issued by the
ユーザがインストールソフトウェア31を実行した場合に、呼び出し手段32は、ライセンス情報サーバ4のライセンス情報ファイル42よりライセンス情報を呼び出し、認証手段33に渡す。ライセンス情報が暗号化されている場合には、ベンダより通知されるキー(ソフトウェア2に内在する場合もある)により復号化し、認証手段33に渡す。
When the user executes the installed
認証手段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には、ソフトウェアのインストール時にライセンス認証を行うシステムが記載されている。
従来のライセンス認証方法では、次のような問題点がある。
(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,
ベンダ1は、ユーザから通知された情報に基づいて、MACアドレスをキーとして暗号化したライセンス情報を持ったライセンスをユーザに発行する。具体的には、任意の手段でユーザに渡される暗号化したライセンス情報を含むライセンスインストールプログラム101をユーザコンピュータ3で実行させ、ユーザコンピュータのディスク上の暗号化ライセンス情報ファイル102に配置させる。ライセンスインストールプログラムは、提供されるソフトウェア2に内在されている場合もある。
Based on the information notified from the user, the
現在、普及しているコンピュータ(主にパーソナルコンピュータ)は、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
暗号化されたライセンス情報は、ユーザコンピュータ上に配置された暗号化情報ライセンスファイル102として容易に保持することができる。そのため、ライセンス情報を保持するための専用のハードウエアを必要としない。
The encrypted license information can be easily held as an encrypted
又、暗号化されたライセンス情報を読み出す時は、復号化するめのキー(暗号化に使用した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
復号化手段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.
復号化処理の成否判定の手法として、暗号化したライセンス情報に含まれる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 /
認証手段105は、成否判定手段108から渡されたライセン情報に基づいて認証を行い、実行しようとしているソフトウェアの実行がライセンスされている場合には実行を許可し、実行を不許可して表示手段107でエラー表示する。
The
図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
(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
図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.
1 ソフトウェ開発ベンダ
2 提供ソフトウェア
100 ユーザコンピュータ
101 ライセンスインストールプログラム
102 暗号化ライセンス情報ファイル
103 MACアドレス
104 インストールソフトウェア
105 認証手段
106 復号化手段
107 成否判定手段
108 表示手段
DESCRIPTION OF
Claims (7)
前記ファイル保存されている暗号化ライセンス情報を、前記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:
前記ファイル保存されている暗号化ライセンス情報を、前記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:
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)
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 |
-
2006
- 2006-02-01 JP JP2006024340A patent/JP2007206928A/en active Pending
Cited By (9)
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 |