JP2019045896A - Software management device, software management method and program of software management method - Google Patents

Software management device, software management method and program of software management method Download PDF

Info

Publication number
JP2019045896A
JP2019045896A JP2017164619A JP2017164619A JP2019045896A JP 2019045896 A JP2019045896 A JP 2019045896A JP 2017164619 A JP2017164619 A JP 2017164619A JP 2017164619 A JP2017164619 A JP 2017164619A JP 2019045896 A JP2019045896 A JP 2019045896A
Authority
JP
Japan
Prior art keywords
software
identification
license key
substrate
key
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.)
Granted
Application number
JP2017164619A
Other languages
Japanese (ja)
Other versions
JP6922557B2 (en
Inventor
土肥 哲也
Tetsuya Doi
哲也 土肥
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2017164619A priority Critical patent/JP6922557B2/en
Publication of JP2019045896A publication Critical patent/JP2019045896A/en
Application granted granted Critical
Publication of JP6922557B2 publication Critical patent/JP6922557B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

To provide a software management device etc. which can restrict unauthorized installation of software or fraudulent use after the installation.SOLUTION: An installation device 30 used as a software management device is a management device of software 40 relating to an extension base board 20 used as a certain base board of an information processing device 100 formed by combining a plurality of base boards. The installation device comprises: an identification ID management unit 311 for collecting data of an identification ID which each base board has respectively; a license key generation unit 312 which generates a license key 221 of the software 40 on the basis of the identification ID collected from the plurality of base boards; and an installation processing unit 33 which stores the software 40 and the data of the license key 221 in the extension base board 20, when installation from the extension base board 20 side is permitted.SELECTED DRAWING: Figure 1

Description

この発明は、情報処理装置が搭載する基板にソフトウェアをインストールなどする処理を行うソフトウェア管理装置などに関するものである。   The present invention relates to a software management apparatus and the like that perform processing such as installing software on a substrate mounted on an information processing apparatus.

従来から、制御基板などのハードウェアに、インストールなどを行ってソフトウェアを追加し、実行可能にするということが行われている。そして、ソフトウェアの不正インストールおよび不正利用に対応する技術については、様々な方法が提供されている。以下、ハードウェアは、制御基板であるものとして説明する。ソフトウェアの不正インストールを防止する一般的な方法は、情報処理装置内の制御基板にソフトウェアをインストールする際に、付与されたライセンスキーを入力することで、不正なインストールを制限する方法である。   2. Description of the Related Art Conventionally, installation and the like have been performed on hardware such as a control board to add software and make it executable. And various methods are provided about the technique corresponding to unauthorized installation and unauthorized use of software. The hardware will be described below as a control board. A common method of preventing unauthorized installation of software is a method of restricting unauthorized installation by inputting a granted license key when installing software on a control board in an information processing apparatus.

さらに、たとえば、ソフトウェアをインストールする対象となる制御基板が、ソフトウェアのインストール時またはソフトウェア利用時に、ライセンス管理を行うライセンス管理ソフトを搭載するライセンス管理装置に問い合わせを行う。そして、認証を得てから、ソフトウェアのインストールまたは利用ができるようにして、不正インストールまたは不正利用を防止する方法も提供されている(たとえば、特許文献1参照)。   Furthermore, for example, the control board on which the software is to be installed inquires of a license management apparatus on which license management software for performing license management is installed at the time of software installation or software use. Then, there is also provided a method for preventing unauthorized installation or unauthorized use by enabling software installation or use after obtaining authentication (see, for example, Patent Document 1).

特開2005−250845号公報JP 2005-250845 A

ここで、前述した従来の方法は、情報処理装置の制御基板へのソフトウェアのインストールを対象とした方法である。たとえば、機能拡張を行う拡張制御基板(以下、拡張基板という)を、主制御基板(以下、制御基板という)とデータのやりとりが可能となるように組み込むなどし、複数の基板を組み合わせて、情報処理装置が構成される場合がある。このとき、たとえば、拡張基板にソフトウェアをインストールする場合がある。   Here, the conventional method described above is a method for installing software on a control board of an information processing apparatus. For example, an extended control board (hereinafter referred to as an extended board) for functional expansion is incorporated so that data can be exchanged with a main control board (hereinafter referred to as a control board), and a plurality of boards are combined to obtain information. A processing unit may be configured. At this time, for example, software may be installed on the expansion board.

しかしながら、複数の基板のうちの1枚の基板(拡張基板)に対して、ソフトウェアをインストールなどする際、次のような問題が生じていた。たとえば、前述したライセンス管理装置によるライセンス管理を行うような方法の場合、情報処理装置とライセンス管理装置との通信処理が必要であった。さらに、ライセンス管理装置の導入、運用などの費用が増加するという課題があった。特に、安価な組み込み系の情報処理装置の場合、情報処理装置は安価であっても、高価なライセンス管理装置が必要となってしまうという課題があった。   However, when software is installed on one substrate (the extension substrate) of the plurality of substrates, the following problems have occurred. For example, in the case of the method of performing license management by the above-described license management apparatus, communication processing between the information processing apparatus and the license management apparatus is necessary. Furthermore, there is a problem that the cost for installing and operating the license management device increases. In particular, in the case of an inexpensive built-in type information processing apparatus, there is a problem that an expensive license management apparatus is required even if the information processing apparatus is inexpensive.

そこで、ソフトウェアの不正なインストールなどを管理することができるソフトウェア管理装置などの実現が望まれていた。   Therefore, it has been desired to realize a software management apparatus or the like that can manage unauthorized installation of software.

この発明に係るソフトウェア管理装置は、複数の基板が組み合わされて構成された情報処理装置の、ある基板に係るソフトウェアの管理装置であって、各基板がそれぞれ有する識別IDのデータを収集する識別ID管理部と、複数の基板から収集した識別IDに基づいて、ソフトウェアのライセンスキーを生成するライセンスキー生成部と、ある基板側からインストールが許可されると、ソフトウェアおよびライセンスキーのデータを、ある基板に記憶するインストール処理部とを備えるものである。   The software management apparatus according to the present invention is a management apparatus for software related to a certain substrate of an information processing apparatus configured by combining a plurality of substrates, and an identification ID for collecting data of identification ID which each substrate has respectively A license key generation unit that generates a license key of software based on a management unit, and identification IDs collected from a plurality of substrates, and software and license key data when installation is permitted from a certain substrate side And an installation processing unit for storing the information.

この発明に係るソフトウェア管理装置においては、識別ID管理部が、各基板の識別符号を収集し、ライセンスキー生成部が、収集した識別符号に基づいてライセンスキーを生成するようにしたので、正当な基板の組み合わせに基づき、不正インストール、不正利用などの判定に用いることができるライセンスキーを生成することができる。   In the software management apparatus according to the present invention, the identification ID management unit collects the identification code of each substrate, and the license key generation unit generates the license key based on the collected identification code. Based on the combination of substrates, it is possible to generate a license key that can be used to determine unauthorized installation, unauthorized use, and the like.

この発明の実施の形態1に係るソフトウェア40の管理方法を実現する情報処理装置100を中心とする構成を説明する図である。It is a figure explaining the composition centering on information processor 100 which realizes the management method of software 40 concerning Embodiment 1 of this invention. この発明の実施の形態1に係るインストールにおける処理の流れを説明する図である。It is a figure explaining the flow of the process in installation which concerns on Embodiment 1 of this invention. この発明の実施の形態2に係る正式な組み合わせの制御基板10と拡張基板20とに対するソフトウェア40の起動における流れを示す図である。It is a figure which shows the flow in starting of the software 40 with respect to the control board 10 of a formal combination and the expansion board 20 which concern on Embodiment 2 of this invention. この発明の実施の形態2に係る不正な組み合わせの制御基板10と拡張基板20とに対するソフトウェア40の起動における流れを示す図である。It is a figure which shows the flow in starting of the software 40 with respect to the control board 10 of the incorrect combination which concerns on Embodiment 2 of this invention, and the expansion board 20. FIG.

実施の形態1.
図1は、この発明の実施の形態1に係るソフトウェア40の管理方法を実現する情報処理装置100を中心とする構成を説明する図である。実施の形態1における情報処理装置100は、制御基板10および拡張基板20を有している。制御基板10は、情報処理装置100において、情報処理を行う主となる基板である。また、拡張基板20は、たとえば、端子などにより、制御基板10と通信可能に接続し、情報処理装置100の機能強化、新たな機能付加などを行う基板である。拡張基板20は、本実施の形態においては、インストール装置30が有するソフトウェア40がインストールされる基板である。また、インストール装置30は、ソフトウェア40を記録しており、情報処理装置100の拡張基板20に、ソフトウェア40をインストールする作業処理を行うソフトウェア管理装置である。ここで、制御基板10および拡張基板20においても、それぞれ、インストールされたソフトウェア40を管理するソフトウェア管理装置を有している。
Embodiment 1
FIG. 1 is a diagram for explaining the configuration of an information processing apparatus 100 that implements the method of managing software 40 according to the first embodiment of the present invention. The information processing apparatus 100 in the first embodiment includes the control substrate 10 and the expansion substrate 20. The control board 10 is a main board that performs information processing in the information processing apparatus 100. The extension board 20 is communicably connected to the control board 10 by, for example, a terminal or the like, and performs enhancement of functions of the information processing apparatus 100, addition of new functions, and the like. In the present embodiment, the extension board 20 is a board on which the software 40 possessed by the installation device 30 is installed. The installation device 30 is a software management device that records software 40 and performs work processing for installing the software 40 on the expansion board 20 of the information processing device 100. Here, each of the control board 10 and the expansion board 20 also has a software management device that manages the installed software 40.

情報処理装置100は、具体的には、たとえば、パーソナルコンピュータである。また、PBX、ソフトスイッチなどの交換器なども情報処理装置100となる。また、機械などを制御する演算処理装置も、情報処理装置100となる。   Specifically, the information processing apparatus 100 is, for example, a personal computer. Further, a PBX, a switch such as a soft switch, or the like is also the information processing apparatus 100. In addition, an arithmetic processing unit that controls a machine or the like is also the information processing apparatus 100.

そして、情報処理装置100がパーソナルコンピュータのときの制御基板10は、たとえば、CPUなどを搭載したマザーボードである。また、拡張基板20は、ISA(Industrial Standard Architecture)バス、PCI(Peripheral Component Interconnect)バス、USB(Universal Serial Bus)バスなどを介して、制御基板10であるマザーボードに接続される、ビデオカード、LAN(Local Area Network)カード、USBメモリなどである。   The control board 10 when the information processing apparatus 100 is a personal computer is, for example, a motherboard on which a CPU or the like is mounted. In addition, the expansion board 20 is connected to the motherboard which is the control board 10 via an industrial standard architecture (ISA) bus, a peripheral component interconnect (PCI) bus, a universal serial bus (USB) bus, etc. (Local Area Network) card, USB memory, etc.

また、情報処理装置100が交換器のときの制御基板10は、たとえば、CPUなどを搭載したメインボードである。また、拡張基板20は、ISAバス、PCI_Expressバス、USBバスなどを介して、制御基板10であるメインボードに接続される、アナログ2線式一般公衆回線インタフェースカードなどである。   The control board 10 when the information processing apparatus 100 is an exchange is, for example, a main board on which a CPU or the like is mounted. The expansion board 20 is an analog two-wire general public line interface card or the like connected to the main board which is the control board 10 via an ISA bus, a PCI_Express bus, a USB bus or the like.

本実施の形態の制御基板10は、ライセンスキー解析部11および記憶部12を有している。ライセンスキー解析部11は、拡張基板20がソフトウェア40に基づく起動処理を行う際、拡張基板20側から送られてきた起動通知に含まれるライセンスキー221のデータを解析処理する。また、解析処理した結果に基づいて、拡張基板20に起動許可または起動拒否を通知する。また、記憶部12は、ライセンスキー解析部11が解析処理を行うために必要となるデータを記憶する。ここでは、制御基板側識別ID(識別符号)121および復号鍵122をデータとして記憶する。   The control board 10 of the present embodiment has a license key analysis unit 11 and a storage unit 12. When the expansion board 20 performs the activation process based on the software 40, the license key analysis unit 11 analyzes the data of the license key 221 included in the activation notification sent from the expansion board 20 side. Further, based on the analysis processing result, the extension substrate 20 is notified of the activation permission or the activation rejection. The storage unit 12 also stores data necessary for the license key analysis unit 11 to perform analysis processing. Here, the control board side identification ID (identification code) 121 and the decryption key 122 are stored as data.

また、本実施の形態の拡張基板20は、ライセンスキー管理部21および記憶部22を有している。ライセンスキー管理部21は、ソフトウェア40をインストールする際、インストール装置30から送られたライセンスキー221を処理し、拡張基板20に付与されたライセンスキー221であると判定すれば、処理したライセンスキー221を管理する。また、インストールされたソフトウェア40を起動して実行する際、制御基板10にライセンスキー221を含む起動通知を送る。そして、制御基板10側から起動許可が通知されると、ソフトウェア40を起動する。記憶部22は、ライセンスキー管理部21が処理を行うために必要となるデータを記憶する。ここでは、ライセンスキー221、拡張基板側識別ID222および復号鍵122をデータとして記憶する。   Further, the expansion board 20 of the present embodiment includes the license key management unit 21 and the storage unit 22. When installing the software 40, the license key management unit 21 processes the license key 221 sent from the installation device 30, and if it is determined that the license key 221 is assigned to the expansion board 20, the processed license key 221 Manage Further, when the installed software 40 is activated and executed, an activation notification including the license key 221 is sent to the control board 10. Then, when the activation permission is notified from the control board 10 side, the software 40 is activated. The storage unit 22 stores data necessary for the license key management unit 21 to perform processing. Here, the license key 221, the expansion board side identification ID 222 and the decryption key 122 are stored as data.

ここで、制御基板10のライセンスキー解析部11および拡張基板20のライセンスキー管理部21が行う処理については、たとえば、各基板が有するCPUが、各部が行う手順を、あらかじめプログラム化したものを実行して、各部における処理の工程を実現する。プログラムは、たとえば、記憶部12および記憶部22に記憶されている。ただし、これに限定するものではなく、各部を別個に専用機器(ハードウェア)で構成してもよい。   Here, for the processing performed by the license key analysis unit 11 of the control substrate 10 and the license key management unit 21 of the extension substrate 20, for example, the CPU of each substrate executes a program in which the procedures performed by the respective components are programmed in advance. To realize the processing steps in each part. The program is stored, for example, in storage unit 12 and storage unit 22. However, the present invention is not limited to this, and each unit may be separately configured by a dedicated device (hardware).

そして、インストール装置30は、ライセンスキー処理部31、記憶部32およびインストール処理部33を有している。インストール処理部33は、ソフトウェア40を拡張基板20にインストールする処理を行う。また、記憶部32は、インストール処理部33およびライセンスキー処理部31が処理を行うために必要となるデータを記憶する。ここでは、インストール装置側識別ID321、暗号鍵322およびソフトウェア40をデータとして記憶する。   The installation device 30 has a license key processing unit 31, a storage unit 32 and an installation processing unit 33. The installation processing unit 33 performs a process of installing the software 40 on the expansion substrate 20. The storage unit 32 also stores data necessary for the installation processing unit 33 and the license key processing unit 31 to perform processing. Here, the installation device identification ID 321, the encryption key 322 and the software 40 are stored as data.

また、ライセンスキー処理部31は、ライセンスキー221を生成する処理を行う。ライセンスキー処理部31は、さらに、識別ID管理部311およびライセンスキー生成部312を有している。識別ID管理部311は、制御基板10における制御基板側識別ID121、拡張基板20における拡張基板側識別ID222およびインストール装置30におけるインストール装置側識別ID321を収集処理する。ライセンスキー生成部312は、制御基板側識別ID121、拡張基板側識別ID222およびインストール装置側識別ID321並びに暗号鍵322に基づいて、ライセンスキー221を生成処理する。   Further, the license key processing unit 31 performs a process of generating the license key 221. The license key processing unit 31 further includes an identification ID management unit 311 and a license key generation unit 312. The identification ID management unit 311 collects and processes the control substrate side identification ID 121 in the control substrate 10, the extension substrate side identification ID 222 in the extension substrate 20, and the installation device identification ID 321 in the installation device 30. The license key generation unit 312 generates the license key 221 based on the control board identification ID 121, the extension board identification ID 222, the installation apparatus identification ID 321, and the encryption key 322.

ここで、インストール装置30について、ここでは、独立した装置として説明するが、インストール装置30は、インストーラのようなプログラムとして構成されることが多い。たとえば、インストール装置30が有する機能に係るプログラムおよびデータ並びにソフトウェア40を、たとえば、制御基板10の記憶部12に記憶させる。そして、制御基板10が有するCPUなどの処理制御装置が、プログラムを実行し、インストール装置30が行う作業処理の機能を行うようにしてもよい。   Here, although the installation device 30 is described here as an independent device, the installation device 30 is often configured as a program such as an installer. For example, the program and data related to the function of installation device 30 and software 40 are stored, for example, in storage unit 12 of control board 10. Then, a processing control device such as a CPU of the control board 10 may execute a program and perform the function of work processing performed by the installation device 30.

ここで、識別ID(制御基板側識別ID121、拡張基板側識別ID222およびインストール装置側識別ID321)などについて説明する。識別IDは、基板などを一意に識別することが可能な識別符号のデータである。ここで、拡張基板20毎に同一の固有識別情報が拡張基板側識別ID222として付与されていてもよい。たとえば、所定製造メーカーの拡張基板20については、同一の固有識別情報が拡張基板側識別ID222として付与されるようにすることで、拡張基板20に対する識別IDの付与行為にかかるコストを軽減することができる。後述するように、インストール時に組み合わせている制御基板10との関係で、不正防止がはかられるからである。   Here, identification ID (control board side identification ID 121, extended board side identification ID 222, installation device side identification ID 321) and the like will be described. The identification ID is data of an identification code that can uniquely identify a substrate or the like. Here, the same unique identification information may be assigned as the extension board side identification ID 222 for each extension board 20. For example, for the extension substrate 20 of a predetermined manufacturer, the same unique identification information is given as the extension substrate side identification ID 222, thereby reducing the cost of giving the identification ID to the extension substrate 20. it can. As will be described later, it is possible to prevent fraud in relation to the control board 10 combined at the time of installation.

制御基板側識別ID121および拡張基板側識別ID222の例としては、次に示すようなものがある。
・基板情報(基板の形式、名称などの情報であって、基板内に内蔵されている情報)
・製造元情報(基板の製造元、販売元などの情報であって、基板内に内蔵されている情報)
・基板ファームウェア情報(基板内に内蔵されているファームウェア、BIOSなどのバージョン情報)
・基板シリアル情報(シリアル番号、製造番号、ランダム情報などの情報であって、基板内に内蔵されている情報)
・状態情報(たとえば、ON、OFF、正常、異常、DIPスイッチ設定2(4つの設定モードの内の2の設定)などの基板の状態に係る情報であって、基板内に内蔵されている情報)
Examples of the control board side identification ID 121 and the extension board side identification ID 222 are as follows.
· Substrate information (information such as the type and name of the substrate, which is embedded in the substrate)
・ Manufacturer information (information on the manufacturer, distributor, etc. of the substrate and contained in the substrate)
・ Board firmware information (Firmware built in the board, version information such as BIOS)
・ Board serial information (information such as serial number, serial number, random information, etc., which is embedded in the board)
-Information related to the state of the board such as state information (for example, ON, OFF, normal, abnormal, DIP switch setting 2 (setting 2 of 4 setting modes), etc. Information embedded in the board )

また、インストール装置側識別ID321の例としては、次に示すようなものがある。
・ソフトウェア40のソフトウェアライセンス情報(利用者がソフトウェア40を利用する際に守る事項に係る情報)
・ソフトウェア40のシリアル番号情報
Further, examples of the installation device side identification ID 321 include the following.
-Software license information of software 40 (information on matters to be protected when a user uses software 40)
・ Serial number information of software 40

そして、暗号鍵322および復号鍵122は、暗号化および複合化を行う組み合わせの鍵のデータである。鍵の組み合わせは、秘密鍵を共通して用いる共通鍵方式または公開鍵方式のどちらで構成してもよい。ただし、本実施の形態においては、前述したように、ライセンスキー221の生成は、インストール装置30の処理により行われる。秘密鍵の秘匿の点から、暗号鍵322は秘密鍵とし、復号鍵122は公開鍵とする公開鍵方式が望ましい。また、インストールを行う際、暗号鍵322に基づいて復号鍵122を生成するため、インストールにおける手順は複雑になるが、共通鍵方式および公開鍵方式を組み合わせた鍵交換方式であってもよい。   The encryption key 322 and the decryption key 122 are data of a combination key that performs encryption and decryption. The combination of keys may be configured by either a common key scheme or a public key scheme in which a secret key is commonly used. However, in the present embodiment, as described above, the generation of the license key 221 is performed by the processing of the installation device 30. It is desirable that the encryption key 322 be a secret key and the decryption key 122 be a public key system in which the decryption key 122 is a public key, in view of the secrecy of the secret key. In addition, since the decryption key 122 is generated based on the encryption key 322 at the time of installation, the procedure for installation is complicated, but it may be a key exchange method combining the common key method and the public key method.

たとえば、制御基板10から基板情報(名称)の制御基板側識別ID121を取得する。また、拡張基板20から基板シリアル情報(製造番号)の拡張基板側識別ID222を取得する。そして、インストール装置30は、制御基板10の基板情報(名称)の制御基板側識別ID121、拡張基板20の基板シリアル情報(製造番号)の拡張基板側識別ID222およびソフトウェアライセンス情報のインストール装置側識別ID321に基づいて、ライセンスキー221を生成する。   For example, the control board side identification ID 121 of the board information (name) is acquired from the control board 10. Further, the expansion board side identification ID 222 of the board serial information (production number) is acquired from the expansion board 20. Then, the installation device 30 includes a control substrate side identification ID 121 of substrate information (name) of the control substrate 10, an extension substrate side identification ID 222 of substrate serial information (production number) of the extension substrate 20, and an installation device identification ID 321 of software license information. The license key 221 is generated on the basis of.

他にも、たとえば、制御基板10から基板シリアル情報(製造番号)の制御基板側識別ID121を取得する。また、拡張基板20から基板シリアル情報(製造番号)の識別IDおよび状態情報(ON)の拡張基板側識別ID222を取得する。そして、インストール装置30は、制御基板10の基板シリアル情報(製造番号)の制御基板側識別ID121、拡張基板20の基板シリアル情報(製造番号)の識別IDおよび状態情報(ON)の拡張基板側識別ID222並びにソフトウェアライセンス情報のインストール装置側識別ID321に基づいて、ライセンスキー221を生成する。   Besides, for example, the control board side identification ID 121 of the board serial information (production number) is acquired from the control board 10. Further, the identification ID of the substrate serial information (production number) and the extension substrate identification ID 222 of the state information (ON) are acquired from the extension substrate 20. The installation device 30 then identifies the control board side identification ID 121 of the board serial information (production number) of the control board 10, the identification ID of the board serial information (production number) of the extension board 20, and the extension board side identification of the state information (ON). The license key 221 is generated based on the ID 222 and the installation device identification ID 321 of the software license information.

本実施の形態の情報処理装置100は、制御基板10および拡張基板20の複数の基板を有している。さらに、インストール装置30のライセンスキー生成部312は、複数の基板などが有する識別IDに基づいて、ライセンスキー221を生成する。そして、拡張基板20に、ソフトウェア40をインストールする際、拡張基板20がライセンスキー221に基づいて、インストールを許可するか否かを判定するものである。   The information processing apparatus 100 according to the present embodiment has a plurality of control boards 10 and a plurality of expansion boards 20. Furthermore, the license key generation unit 312 of the installation device 30 generates the license key 221 based on the identification ID of a plurality of substrates or the like. Then, when the software 40 is installed on the expansion board 20, it is determined based on the license key 221 whether the expansion board 20 permits the installation.

図2は、この発明の実施の形態1に係るインストールにおける処理の流れを説明する図である。図2に基づいて、ソフトウェア40を拡張基板20にインストールする際に各装置が行う処理について説明する。   FIG. 2 is a diagram for explaining the flow of processing in installation according to the first embodiment of the present invention. A process performed by each device when installing the software 40 on the expansion board 20 will be described based on FIG.

ライセンスキー処理部31の識別ID管理部311は、制御基板10に制御基板側識別ID121の要求を行う(ステップS31)。制御基板10は、記憶部12に記憶している制御基板側識別ID121を識別ID管理部311に通知する(ステップS11)。識別ID管理部311は、制御基板側識別ID121を取得すると(ステップS32)、識別ID管理部311は、拡張基板20に拡張基板側識別ID222の要求を行う(ステップS33)。拡張基板20は、記憶部22に記憶している拡張基板側識別ID222を識別ID管理部311に通知する(ステップS21)。識別ID管理部311は、拡張基板側識別ID222を取得する(ステップS34)。さらに、識別ID管理部311は、記憶部32が記憶するインストール装置側識別ID321を取得する(ステップS35)。   The identification ID management unit 311 of the license key processing unit 31 requests the control substrate 10 for the control substrate identification ID 121 (step S31). The control substrate 10 notifies the identification ID management unit 311 of the control substrate side identification ID 121 stored in the storage unit 12 (step S11). When the identification ID management unit 311 acquires the control substrate side identification ID 121 (step S32), the identification ID management unit 311 requests the extension substrate 20 for the extension substrate side identification ID 222 (step S33). The extension board 20 notifies the identification ID management unit 311 of the extension board side identification ID 222 stored in the storage unit 22 (step S21). The identification ID management unit 311 acquires the extension board side identification ID 222 (step S34). Further, the identification ID management unit 311 acquires the installed apparatus identification ID 321 stored in the storage unit 32 (step S35).

ライセンスキー処理部31のライセンスキー生成部312は、暗号鍵322を用いて、制御基板側識別ID121、拡張基板側識別ID222およびインストール装置側識別ID321に基づいて、識別IDを含むデータを暗号処理し、ライセンスキー221を生成する(ステップS36)。そして、ライセンスキー処理部31は、ライセンスキー生成部312が生成したライセンスキー221を、拡張基板20に通知する(ステップS37)。   The license key generation unit 312 of the license key processing unit 31 uses the encryption key 322 to encrypt data including an identification ID based on the control substrate identification ID 121, the extension substrate identification ID 222, and the installation device identification ID 321. , And generates a license key 221 (step S36). Then, the license key processing unit 31 notifies the extended substrate 20 of the license key 221 generated by the license key generation unit 312 (step S37).

拡張基板20において、ライセンスキー管理部21は、記憶部22に記憶された復号鍵122を用いて、ライセンスキー221に基づく復号処理を行う(ステップS22)。そして、ライセンスキー管理部21は、ライセンスキー221を復号したデータの中に、拡張基板側識別ID222が含まれているかどうかを判定する(ステップS23)。ライセンスキー管理部21は、拡張基板側識別ID222が含まれていると判定すると、インストール装置30に、インストール許可の旨を通知する(ステップS24)。   In the extension board 20, the license key management unit 21 uses the decryption key 122 stored in the storage unit 22 to perform decryption processing based on the license key 221 (step S22). Then, the license key management unit 21 determines whether the extension board identification ID 222 is included in the data obtained by decrypting the license key 221 (step S23). If the license key management unit 21 determines that the extension board identification ID 222 is included, the license key management unit 21 notifies the installation device 30 of the permission of the installation (step S24).

そして、インストール装置30のインストール処理部33は、拡張基板20に対して、ソフトウェア40をインストールする処理を行う(ステップS38)。   Then, the installation processing unit 33 of the installation device 30 performs a process of installing the software 40 on the expansion board 20 (step S38).

一方、ライセンスキー管理部21は、ライセンスキー221を復号したデータの中に、拡張基板側識別ID222が含まれていないと判定すると、インストール装置30に、インストール拒否の旨を通知する(ステップS25)。   On the other hand, when the license key management unit 21 determines that the extension board side identification ID 222 is not included in the data obtained by decrypting the license key 221, the license key management unit 21 notifies the installation device 30 that installation is refused (step S25). .

以上のように、実施の形態1によれば、インストール装置30において、識別ID管理部311が、制御基板側識別ID121、拡張基板側識別ID222およびインストール装置側識別ID321を収集処理する。そして、ライセンスキー生成部312が、収集した識別IDに基づいてライセンスキー221を生成することで、インストールにおいて正当な制御基板10および拡張基板20の組み合わせから、不正の判定に用いるライセンスキー221を生成することができる。また、ソフトウェア40をインストールする際、拡張基板20のライセンスキー管理部21が、復号鍵122を用いてライセンスキー221の復号処理を行う。そして、拡張基板側識別ID222が含まれていると判定すると、ソフトウェア40のインストールを許可するようにしたので、不正インストールを防止することができる。したがって、ライセンス管理装置などによるライセンスの発行が不要になる。また、拡張基板20が故障などにより交換した場合でも、ソフトウェア40をインストールすることができる。   As described above, according to the first embodiment, in the installation device 30, the identification ID management unit 311 collects and processes the control board side identification ID 121, the extension board side identification ID 222, and the installation device side identification ID 321. Then, the license key generation unit 312 generates the license key 221 based on the collected identification ID, thereby generating the license key 221 to be used for the determination of fraud from the combination of the control board 10 and the expansion board 20 that are valid in installation can do. Further, when installing the software 40, the license key management unit 21 of the expansion board 20 performs decryption processing of the license key 221 using the decryption key 122. Then, when it is determined that the expansion board side identification ID 222 is included, the installation of the software 40 is permitted, so that unauthorized installation can be prevented. Therefore, it is not necessary to issue a license by the license management device or the like. Furthermore, even when the expansion board 20 is replaced due to a failure or the like, the software 40 can be installed.

実施の形態2.
実施の形態2においては、拡張基板20にインストールされたソフトウェア40を起動して、実行する際の処理について説明する。機器構成などについては、実施の形態1において説明したことと同様である。
Second Embodiment
In the second embodiment, a process when activating and executing the software 40 installed on the expansion substrate 20 will be described. The device configuration and the like are the same as those described in the first embodiment.

図3は、この発明の実施の形態2に係る正式な組み合わせの制御基板10と拡張基板20とに対するソフトウェア40の起動における流れを示す図である。拡張基板20において、ソフトウェア40を起動して実行しようとする際、ライセンスキー管理部21は、記憶部22に記憶されたライセンスキー221を制御基板10に通知する(ステップS26)。   FIG. 3 is a diagram showing a flow of activation of the software 40 with respect to the control substrate 10 and the expansion substrate 20 in a formal combination according to the second embodiment of the present invention. In the expansion board 20, when the software 40 is to be activated and executed, the license key management unit 21 notifies the control board 10 of the license key 221 stored in the storage unit 22 (step S26).

制御基板10において、ライセンスキー解析部11は、復号鍵122を用いて、ライセンスキー221を解析処理する(ステップS12)。そして、ライセンスキー解析部11は、ライセンスキー221を復号したデータの中に、制御基板側識別ID121が含まれているかどうかを判定する(ステップS13)。ライセンスキー解析部11は、制御基板側識別ID121が含まれていると判定すると、拡張基板20に、起動許可の旨を通知する(ステップS14)。拡張基板20は、ソフトウェア40を起動し、実行する(ステップS27)。   In the control board 10, the license key analysis unit 11 analyzes the license key 221 using the decryption key 122 (step S12). Then, the license key analysis unit 11 determines whether the control board side identification ID 121 is included in the data obtained by decrypting the license key 221 (step S13). If the license key analysis unit 11 determines that the control board side identification ID 121 is included, the license key analysis unit 11 notifies the extension board 20 that the start is permitted (step S14). The extension board 20 starts up and executes the software 40 (step S27).

図4は、この発明の実施の形態2に係る不正な組み合わせの制御基板10と拡張基板20とに対するソフトウェア40の起動における流れを示す図である。拡張基板20において、ソフトウェア40を起動して実行しようとする際、ライセンスキー管理部21は、記憶部22に記憶されたライセンスキー221を制御基板10に通知する(ステップS26)。   FIG. 4 is a diagram showing a flow of activation of the software 40 with respect to the control substrate 10 and the expansion substrate 20 of an incorrect combination according to the second embodiment of the present invention. In the expansion board 20, when the software 40 is to be activated and executed, the license key management unit 21 notifies the control board 10 of the license key 221 stored in the storage unit 22 (step S26).

制御基板10において、ライセンスキー解析部11は、復号鍵122を用いて、ライセンスキー221を解析処理する(ステップS12)。そして、ライセンスキー解析部11は、ライセンスキー221を復号したデータの中に、制御基板側識別ID121が含まれているかどうかを判定する(ステップS13)。たとえば、別の制御基板10においてソフトウェア40がインストールされた拡張基板20が起動しようとすると、復号したデータにおける制御基板側識別ID121が制御基板10のものとは異なる。そこで、ライセンスキー解析部11は、制御基板側識別ID121が含まれていないと判定すると、拡張基板20に、起動拒否の旨を通知する(ステップS15)。   In the control board 10, the license key analysis unit 11 analyzes the license key 221 using the decryption key 122 (step S12). Then, the license key analysis unit 11 determines whether the control board side identification ID 121 is included in the data obtained by decrypting the license key 221 (step S13). For example, when the expansion board 20 on which the software 40 is installed in another control board 10 is to be activated, the control board identification ID 121 in the decoded data is different from that of the control board 10. Therefore, if the license key analysis unit 11 determines that the control board side identification ID 121 is not included, the license key analysis unit 11 notifies the extension board 20 of the effect of the start rejection (step S15).

以上のように、実施の形態2によれば、拡張基板20が、インストールされたソフトウェア40を起動して実行する際、制御基板10にライセンスキー221を通知し、制御基板10のライセンスキー解析部11が解析処理を行う。そして、制御基板側識別ID121が含まれているかどうかを判定し、起動許可または起動拒否を行うようにしたので、正規の制御基板10および拡張基板20の組み合わせ以外でのソフトウェア40の不正利用を防止することができる。   As described above, according to the second embodiment, when the expansion board 20 starts and executes the installed software 40, the control board 10 is notified of the license key 221, and the license key analysis unit of the control board 10 11 performs analysis processing. Then, it is determined whether or not the control board side identification ID 121 is included, and the activation permission or activation rejection is performed. Therefore, unauthorized use of the software 40 other than the combination of the normal control substrate 10 and the expansion substrate 20 is prevented. can do.

実施の形態3.
前述した実施の形態1では、拡張基板20のライセンスキー管理部21は、ソフトウェア40のインストール時において、インストールの可否について判定を行ったが、これに限定するものではない。ソフトウェア40をインストールしておき、起動および実行する際に、ライセンスキー221を復号し、拡張基板側識別ID222が、含まれていないかどうかを判定し、起動および実行の可否について判断するようにしてもよい。
Third Embodiment
In the first embodiment described above, the license key management unit 21 of the expansion board 20 determines whether or not the software 40 can be installed. However, the present invention is not limited to this. When the software 40 is installed and activated and executed, the license key 221 is decrypted, it is determined whether or not the expansion board side identification ID 222 is included, and whether or not the activation and execution can be determined. It is also good.

また、前述した実施の形態1では、インストール装置30のライセンスキー処理部31において、ライセンスキー生成部312は、インストール装置側識別ID321を含めた識別ID管理部311が収集した識別IDに基づいてライセンスキー221を生成した。ただし、これに限定するものではない。たとえば、ライセンスキー生成部312が、インストール装置側識別ID321を含めず、制御基板側識別ID121および拡張基板側識別ID222に基づいてライセンスキー221を生成するようにしてもよい。   In the first embodiment described above, in the license key processing unit 31 of the installation device 30, the license key generation unit 312 performs a license based on the identification ID collected by the identification ID management unit 311 including the installation device identification ID 321. The key 221 has been generated. However, it is not limited to this. For example, the license key generation unit 312 may generate the license key 221 based on the control board identification ID 121 and the extension board identification ID 222 without including the installed apparatus identification ID 321.

さらに、前述した実施の形態1では、インストール装置30では、収集した識別IDを暗号化したライセンスキー221を生成した。しかしながら、暗号化によるライセンスキー221の生成は必須のものではなく、各基板の識別IDが含まれていることが確認できるものであればよい。   Furthermore, in the first embodiment described above, the installation device 30 generates the license key 221 in which the collected identification ID is encrypted. However, generation of the license key 221 by encryption is not essential, as long as it can be confirmed that the identification ID of each substrate is included.

実施の形態4.
前述した実施の形態1〜実施の形態3においては、各基板などの識別IDに基づいてライセンスキー221を生成するものとして説明した。ここでは、ライセンスキー221としているが、ライセンスキー221には、プロダクトキー、パスワードなど、ソフトウェア40のインストール、利用などの正当な権限を有することを示すデータを含み、これらのデータの生成にも適用することができる。
Fourth Embodiment
In the first to third embodiments described above, it has been described that the license key 221 is generated based on the identification ID of each substrate or the like. Here, although the license key 221 is used, the license key 221 includes data indicating that the product 40 has a valid right such as installation or use of the software 40, such as a password, and is also applied to generation of these data. can do.

また、前述した実施の形態1〜実施の形態3においては、制御基板10と拡張基板20との組み合わせにおける情報処理装置100の例について説明したが、基板の種類などについては、特に限定しない。   In the first to third embodiments described above, the example of the information processing apparatus 100 in the combination of the control substrate 10 and the extension substrate 20 has been described, but the type of substrate and the like are not particularly limited.

10 制御基板
11 ライセンスキー解析部
12 記憶部
121 制御基板側識別ID
122 復号鍵
20 拡張基板
21 ライセンスキー管理部
22 記憶部
221 ライセンスキー
222 拡張基板側識別ID
30 インストール装置
31 ライセンスキー処理部
311 識別ID管理部
312 ライセンスキー生成部
32 記憶部
321 インストール装置側識別ID
322 暗号鍵
33 インストール処理部
40 ソフトウェア
100 情報処理装置
10 Control Board 11 License Key Analysis Unit 12 Storage Unit 121 Control Board Side Identification ID
122 Decryption key 20 Expansion board 21 License key management section 22 Storage section 221 License key 222 Expansion board side identification ID
30 installation device 31 license key processing unit 311 identification ID management unit 312 license key generation unit 32 storage unit 321 installation apparatus identification ID
322 encryption key 33 installation processing unit 40 software 100 information processing apparatus

Claims (12)

複数の基板が組み合わされて構成された情報処理装置の、ある基板に係るソフトウェアの管理装置であって、
各基板がそれぞれ有する識別IDのデータを収集する識別ID管理部と、
前記複数の前記基板から収集した前記識別IDに基づいて、前記ソフトウェアのライセンスキーを生成するライセンスキー生成部と、
前記ある基板側からインストールが許可されると、前記ソフトウェアおよび前記ライセンスキーのデータを、前記ある基板に記憶するインストール処理部と
を備えるソフトウェア管理装置。
It is a management apparatus for software related to a certain substrate of an information processing apparatus configured by combining a plurality of substrates,
An identification ID management unit that collects data of identification IDs that each substrate has,
A license key generation unit that generates a license key of the software based on the identification ID collected from the plurality of substrates;
A software management apparatus, comprising: an installation processing unit that stores the software and data of the license key in the certain substrate when the certain substrate side permits the installation.
前記ライセンスキー生成部は、前記複数の前記基板から収集した前記識別IDを暗号化して、前記ライセンスキーを生成する請求項1に記載のソフトウェア管理装置。   The software management device according to claim 1, wherein the license key generation unit encrypts the identification ID collected from the plurality of the substrates to generate the license key. 前記情報処理装置の前記ある基板側において、
前記暗号化された前記ライセンスキーを復号する復号鍵のデータを有する記憶部と、
前記復号鍵に基づいて、生成された前記ライセンスキーを復号処理し、復号処理に係るデータに、前記ある基板が有する前記識別IDが含まれているかどうかを判定し、前記ある基板が有する前記識別IDが含まれていると判定すると、前記ソフトウェアのインストールを許可するライセンスキー管理部と
を備える請求項2に記載のソフトウェア管理装置。
At the certain substrate side of the information processing apparatus,
A storage unit having data of a decryption key for decrypting the encrypted license key;
The generated license key is decrypted based on the decryption key, and it is determined whether the data related to the decryption process includes the identification ID of the certain substrate, and the identification of the certain substrate is determined. The software management device according to claim 2, further comprising: a license key management unit that permits installation of the software when it is determined that the ID is included.
前記情報処理装置の前記ある基板側において、
前記暗号化された前記ライセンスキーを復号する復号鍵のデータを有する記憶部と、
前記復号鍵に基づいて、生成された前記ライセンスキーを復号処理し、復号処理に係るデータに、前記ある基板が有する前記識別IDが含まれているかどうかを判定し、前記ある基板が有する前記識別IDが含まれていないと判定すると、前記ソフトウェアの起動および実行を拒否するライセンスキー管理部と
を備える請求項2に記載のソフトウェア管理装置。
At the certain substrate side of the information processing apparatus,
A storage unit having data of a decryption key for decrypting the encrypted license key;
The generated license key is decrypted based on the decryption key, and it is determined whether the data related to the decryption process includes the identification ID of the certain substrate, and the identification of the certain substrate is determined. The software management device according to claim 2, further comprising: a license key management unit that rejects activation and execution of the software when it determines that the ID is not included.
前記情報処理装置の前記ある基板以外の他の前記基板において、
前記暗号化された前記ライセンスキーを復号する復号鍵のデータを有する記憶部と、
前記ある基板から送られた前記ライセンスキーを復号処理し、復号処理に係るデータに、前記他の前記基板が有する前記識別IDが含まれているかどうかを判定し、前記他の前記基板が有する前記識別IDが含まれていると判定すると、前記ある基板における前記ソフトウェアの起動および実行を許可するライセンスキー処理部と
を備える請求項2〜請求項4のいずれか一項に記載のソフトウェア管理装置。
In the substrate other than the certain substrate of the information processing apparatus,
A storage unit having data of a decryption key for decrypting the encrypted license key;
The license key sent from the certain substrate is subjected to decryption processing, and it is determined whether the data relating to the decryption processing includes the identification ID of the other substrate, and the other substrate has the same. The software management device according to any one of claims 2 to 4, further comprising: a license key processing unit that permits activation and execution of the software on the certain substrate when it is determined that the identification ID is included.
複数の基板が組み合わされて構成された情報処理装置の、ある基板に係るソフトウェアの管理方法であって、
前記ある基板に前記ソフトウェアをインストールする際、各基板がそれぞれ有する識別IDのデータを収集する工程と、
前記複数の前記基板から収集した前記識別IDに基づいて、ライセンスキーを生成する工程と
を有するソフトウェア管理方法。
A method of managing software related to a certain substrate of an information processing apparatus configured by combining a plurality of substrates,
Collecting the data of the identification ID of each substrate when installing the software on the certain substrate;
Generating a license key based on the identification ID collected from the plurality of substrates.
前記複数の前記基板から収集した前記識別IDを暗号化して、前記ライセンスキーを生成する請求項6に記載のソフトウェア管理方法。   The software management method according to claim 6, wherein the license ID is generated by encrypting the identification ID collected from the plurality of substrates. 前記ある基板は、前記暗号化された前記ライセンスキーを復号する復号鍵のデータを有し、
前記ある基板において、前記復号鍵に基づき、前記ライセンスキーを復号処理する工程と、
前記ある基板において、復号処理に係るデータに、前記ある基板が有する前記識別IDが含まれていると判定すると、前記ソフトウェアのインストールを許可する工程と、
前記ソフトウェアおよび前記ライセンスキーのデータを、前記ある基板に記憶する工程と
をさらに有する請求項7に記載のソフトウェア管理方法。
The certain substrate has data of a decryption key that decrypts the encrypted license key.
Decrypting the license key on the substrate based on the decryption key;
Allowing the installation of the software when it is determined that data relating to the decoding process includes the identification ID of the certain substrate in the certain substrate;
The method according to claim 7, further comprising the step of storing the software and the data of the license key on the certain substrate.
前記ある基板は、前記暗号化された前記ライセンスキーを復号する復号鍵のデータを有し、
インストールが行われた前記ソフトウェアを起動して実行する際、前記ある基板が、前記復号鍵に基づき、前記ライセンスキーを復号処理する工程と、前記ある前記基板が有する前記識別IDが含まれていないと判定すると、前記ソフトウェアの起動および実行を拒否する工程と
をさらに有する請求項7に記載のソフトウェア管理方法。
The certain substrate has data of a decryption key that decrypts the encrypted license key.
The process for decrypting the license key based on the decryption key when the installed software is activated and executed, and the identification ID included in the substrate is not included. The software management method according to claim 7, further comprising the step of rejecting activation and execution of the software if it is determined.
前記ある基板以外の他の前記基板は、前記暗号化された前記ライセンスキーを復号する復号鍵のデータを有し、
インストールが行われた前記ソフトウェアを起動して実行する際、前記ある基板が、前記他の前記基板に前記ライセンスキーを送る工程と、
前記他の前記基板は、前記復号鍵に基づき、前記ライセンスキーを復号処理する工程と、前記他の前記基板が有する前記識別IDが含まれていると判定すると、前記ある基板が前記ソフトウェアを起動して実行することを許可する工程と
をさらに有する請求項7〜請求項9のいずれか一項に記載のソフトウェア管理方法。
The other substrates other than the certain substrate have data of a decryption key that decrypts the encrypted license key.
Sending the license key to the other substrate when the certain substrate starts up and executes the installed software;
The certain substrate activates the software when it is determined that the other substrate includes the step of decrypting the license key based on the decryption key and the identification ID of the other substrate. The software management method according to any one of claims 7 to 9, further comprising the step of:
複数の基板が組み合わされて構成された情報処理装置の、ある基板に係るソフトウェアの管理方法を実現するプログラムであって、
前記ある基板に前記ソフトウェアをインストールする際、各基板がそれぞれ有する識別IDのデータを収集する工程と、
前記複数の前記基板から収集した前記識別IDに基づいて、ライセンスキーを生成する工程と、
をコンピュータに行わせるソフトウェア管理方法のプログラム。
A program that implements a method of managing software related to a certain substrate of an information processing apparatus configured by combining a plurality of substrates,
Collecting the data of the identification ID of each substrate when installing the software on the certain substrate;
Generating a license key based on the identification ID collected from the plurality of the substrates;
A program of software management method to make a computer perform.
前記複数の前記基板から収集した前記識別IDを暗号化して、前記ライセンスキーを生成する請求項11に記載のソフトウェア管理方法のプログラム。   The program according to claim 11, wherein the license ID is generated by encrypting the identification ID collected from the plurality of substrates.
JP2017164619A 2017-08-29 2017-08-29 Software management device and software management method program Active JP6922557B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017164619A JP6922557B2 (en) 2017-08-29 2017-08-29 Software management device and software management method program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017164619A JP6922557B2 (en) 2017-08-29 2017-08-29 Software management device and software management method program

Publications (2)

Publication Number Publication Date
JP2019045896A true JP2019045896A (en) 2019-03-22
JP6922557B2 JP6922557B2 (en) 2021-08-18

Family

ID=65816441

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017164619A Active JP6922557B2 (en) 2017-08-29 2017-08-29 Software management device and software management method program

Country Status (1)

Country Link
JP (1) JP6922557B2 (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005516288A (en) * 2002-01-23 2005-06-02 インテリック コーポレーション Management system, method and apparatus for authorized delivery and billing of electronic circuits
JP2006279935A (en) * 2005-03-04 2006-10-12 Ricoh Co Ltd Information processor, control method of the same, and computer readable recording medium
JP2007193579A (en) * 2006-01-19 2007-08-02 Tokyo Electron Ltd Substrate-processing device, license-managing program, license information-providing device, license information-providing program, license-managing system, and recording medium
JP2008242660A (en) * 2007-03-26 2008-10-09 Canon Inc Program management apparatus and method
JP2008262528A (en) * 2007-03-19 2008-10-30 Ricoh Co Ltd Information processor, installation method and installation system
US20090183229A1 (en) * 2005-09-13 2009-07-16 Canon Kabushiki Kaisha License Authentication Device and License Authentication Method
JP2010044510A (en) * 2008-08-11 2010-02-25 Murata Machinery Ltd Information communication system and authentication program therefor
JP2014123323A (en) * 2012-12-21 2014-07-03 Ntt Data Corp Information processing device having software unauthorized use inhibition function, software unauthorized use inhibition method, and program
WO2017006058A1 (en) * 2015-07-07 2017-01-12 Universite De Montpellier System and method for authenticating and ip licensing of hardware modules
JP2017050786A (en) * 2015-09-03 2017-03-09 株式会社日立製作所 Communication device, communication system, and data processing device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005516288A (en) * 2002-01-23 2005-06-02 インテリック コーポレーション Management system, method and apparatus for authorized delivery and billing of electronic circuits
JP2006279935A (en) * 2005-03-04 2006-10-12 Ricoh Co Ltd Information processor, control method of the same, and computer readable recording medium
US20090183229A1 (en) * 2005-09-13 2009-07-16 Canon Kabushiki Kaisha License Authentication Device and License Authentication Method
JP2007193579A (en) * 2006-01-19 2007-08-02 Tokyo Electron Ltd Substrate-processing device, license-managing program, license information-providing device, license information-providing program, license-managing system, and recording medium
JP2008262528A (en) * 2007-03-19 2008-10-30 Ricoh Co Ltd Information processor, installation method and installation system
JP2008242660A (en) * 2007-03-26 2008-10-09 Canon Inc Program management apparatus and method
JP2010044510A (en) * 2008-08-11 2010-02-25 Murata Machinery Ltd Information communication system and authentication program therefor
JP2014123323A (en) * 2012-12-21 2014-07-03 Ntt Data Corp Information processing device having software unauthorized use inhibition function, software unauthorized use inhibition method, and program
WO2017006058A1 (en) * 2015-07-07 2017-01-12 Universite De Montpellier System and method for authenticating and ip licensing of hardware modules
JP2017050786A (en) * 2015-09-03 2017-03-09 株式会社日立製作所 Communication device, communication system, and data processing device

Also Published As

Publication number Publication date
JP6922557B2 (en) 2021-08-18

Similar Documents

Publication Publication Date Title
US9602282B2 (en) Secure software and hardware association technique
JP4982825B2 (en) Computer and shared password management methods
US8677144B2 (en) Secure software and hardware association technique
RU2295834C2 (en) Initialization, maintenance, renewal and restoration of protected mode of operation of integrated system, using device for controlling access to data
AU2011332180B2 (en) Secure software licensing and provisioning using hardware based security engine
JP4861423B2 (en) Information processing apparatus and information management method
EP2997708B1 (en) Self-authentication device and method
US10540663B2 (en) Mechanism for verifying the authenticity of a product
US10621593B2 (en) Method for verifying the authenticity of a product
TW201839645A (en) Storage device and method for controlling access privilege of a storage device to determine whether the authentication data matches the authentication code or not after receiving the authentication data from the electronic device via the second communication network
JP2006514321A (en) Architecture for installing encrypted applications
JP2008287488A (en) Data distributing and preserving unit
JP2019045896A (en) Software management device, software management method and program of software management method
JP5049179B2 (en) Information processing terminal device and application program activation authentication method
JP5997604B2 (en) Information processing apparatus having software illegal use prevention function, software illegal use prevention method and program
JP7170588B2 (en) Data processing method and data processing system
KR102274163B1 (en) System of credential management for mobile access authentication using secure module
WO2023228373A1 (en) Programmable logic controller, control method, and program
JP2011175562A (en) System and method for managing restriction of terminal use, and recording medium
JP2006092382A (en) Method, system and program for managing software license
EP2336942A1 (en) Computer readable medium storing a program for password management and user authentication
JP5234217B2 (en) Information processing apparatus, software update method, and program
JP2013191226A (en) Information processing apparatus, software update method, and image processing apparatus
EP2336940A1 (en) Method for password management and authentication
JP2012142901A (en) Information processing system and information processing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200513

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210301

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210413

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210614

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20210629

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210712

R150 Certificate of patent or registration of utility model

Ref document number: 6922557

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150