WO2011039902A1 - コンテンツ起動方法、コンテンツ再生装置 - Google Patents
コンテンツ起動方法、コンテンツ再生装置 Download PDFInfo
- Publication number
- WO2011039902A1 WO2011039902A1 PCT/JP2010/002849 JP2010002849W WO2011039902A1 WO 2011039902 A1 WO2011039902 A1 WO 2011039902A1 JP 2010002849 W JP2010002849 W JP 2010002849W WO 2011039902 A1 WO2011039902 A1 WO 2011039902A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- firmware
- program
- content
- activation
- game
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44589—Program code verification, e.g. Java bytecode verification, proof-carrying code
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/10—Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/10—Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
- G06F21/12—Protecting executable software
- G06F21/14—Protecting executable software against software analysis or reverse engineering, e.g. by obfuscation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/51—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems at application loading time, e.g. accepting, rejecting, starting or inhibiting executable software based on integrity or source reliability
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/57—Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
- G06F21/572—Secure firmware programming, e.g. of basic input output system [BIOS]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2109—Game systems
Definitions
- the game program activation unit 202 executes the activation program and performs initialization work for executing the game program in the playback device (S18).
- the game program execution unit 204 controls the playback device to provide a game to the user (S20).
- the game program side control transfer unit 206 transfers control of the playback device to the firmware 100 (S22).
- the processing in this flowchart ends.
- the decryption key setting program 300 passes control to the boot program decryption unit 106 of the firmware 100 without acquiring a key.
- the firmware-side control transfer unit 110 transfers the control of the playback device to the game program 200 regardless of whether or not the start program decoding unit 106 has decoded the start program (S44).
- the firmware 100 realizes not only the function of decrypting the activation program and transferring control of the playback device to the game program 200, but also functions such as playback of still images and moving images and browsing of web content on the playback device. It also has a role to play. In order to update the firmware 100, operation verification of all these functions is necessary, and the update frequency of the firmware 100 is limited to about once every several months.
- the creator of the game encrypts the startup program in advance.
- the creator of the game can not only encrypt the startup program, but can also add an electronic signature to the startup program.
- the activation program decrypting unit 106 only has to decrypt the activation program and verify the digital signature.
- a digital signature verification unit (not shown) may be provided in the activation program decryption unit 106 so that the digital signature verification unit also verifies the digital signature. It is advantageous in that falsification of the startup program can be verified by attaching a digital signature in addition to encryption of the startup program.
- firmware 100 firmware, 102 execution instruction reception unit, 104 decryption key setting unit, 106 activation program decryption unit, 108 decryption key storage unit, 110 firmware side control transfer unit, 200 game program, 202 game program activation unit, 204 game program execution unit, 206 game program side control transfer section, 210 firmware verification section, 300 decryption key setting program, 304 decryption key setting section, 308 decryption key storage section, 310 firmware verification section, 400 memory.
- This invention can be used for content activation control.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Multimedia (AREA)
- Technology Law (AREA)
- Stored Programmes (AREA)
- Storage Device Security (AREA)
Abstract
Description
図1は、実施形態1に係る再生装置に搭載されているファームウェア100とその再生装置で実行されるゲームプログラム200とにおける、ゲームプログラム200の起動から終了までの間に関わる機能ブロックを模式的に表した図である。ファームウェア100とゲームプログラム200とは、再生装置のメモリ400にロードされ、図示しない再生装置のプロセッサによって実行される。
図3は実施形態2に係る再生装置で実行されるゲームプログラム200における、ゲームプログラム200の起動から終了までの間に関わる機能ブロックを模式的に表した図である。実施形態2は、ファームウェア100については実施形態1と同様なのでその説明は省略する。また、実施形態1と同様に、ファームウェア100とゲームプログラム200とは、再生装置のメモリ400にロードされ、図示しない再生装置のプロセッサによって実行される。
図5は、実施形態3に係る再生装置に搭載されているファームウェア100とその再生装置で実行されるゲームプログラム200、および起動プログラムを復号する鍵の設定に特化した復号鍵設定プログラム300における、ゲームプログラム200の起動から終了までの間に関わる機能ブロックを模式的に表した図である。ファームウェア100、ゲームプログラム200および復号鍵設定プログラム300は、再生装置のメモリ400にロードされ、図示しない再生装置のプロセッサによって実行される。
Claims (8)
- コンテンツの起動に先立って、前記コンテンツの起動を制御するファームウェアが改竄されているか否かを確認するファームウェア検証ステップと、
前記ファームウェアが改竄されていない場合、前記コンテンツを起動するための暗号化された起動プログラムを復号するための鍵を、前記ファームウェアに設定する復号鍵設定ステップと、
鍵の設定された前記ファームウェアにより、暗号化された起動プログラムを復号する起動プログラム復号ステップとをプロセッサに実行させることを特徴とするコンテンツ起動方法。 - 前記ファームウェア検証ステップと前記復号鍵設定ステップとを実行するためのプログラムモジュールは、前記ファームウェアとは分離して提供されるものであり、
前記ファームウェアはメモリに常駐される一方で、前記プログラムモジュールは、実行前に前記メモリに読み込まれ、実行後に前記メモリから解放されることを特徴とする請求項1に記載の方法。 - コンテンツの起動に先立って、前記コンテンツの起動を制御するファームウェアが改竄されているか否かを確認するファームウェア検証部と、
前記ファームウェアが改竄されていない場合、前記コンテンツを起動するための暗号化された起動プログラムを復号するための鍵を、前記ファームウェアに設定する復号鍵設定部と、
鍵の設定された前記ファームウェアにより、暗号化された起動プログラムを復号する起動プログラム復号部とを含むことを特徴とするコンテンツ再生装置。 - 前記ファームウェア検証部と前記復号鍵設定部とは、前記ファームウェアとは分離して提供されるプログラムによって実現されるものであり、
前記プログラムは、前記ファームウェアの更新頻度よりも高い頻度で更新されることを特徴とする請求項3に記載の装置。 - 前記プログラムは、前記コンテンツを格納する記録媒体に前記コンテンツとともに格納されて配布されることを特徴とする請求項4に記載の装置。
- コンテンツの起動に先立って、前記コンテンツの起動を制御するファームウェアが改竄されているか否かを確認するファームウェア検証機能と、
前記ファームウェアが改竄されていない場合、前記コンテンツを起動するための暗号化された起動プログラムを復号するための鍵を、前記ファームウェアに設定する復号鍵設定機能と、
鍵の設定された前記ファームウェアにより、暗号化された起動プログラムを復号する起動プログラム復号機能とをコンピュータに実現させることを特徴とするプログラム。 - コンテンツの起動に先立って、前記コンテンツを実行するコンテンツ再生装置の動作を制御するファームウェアが改竄されているか否かを確認するファームウェア検証機能と、
前記ファームウェアが第三者に改竄されていないことが確認できた場合、あらかじめ前記コンテンツの作成者によって暗号化された、前記コンテンツを起動するための起動プログラムを復号する鍵を、複数の前記鍵を格納する復号鍵のデータベースから選択して取得する復号鍵取得機能とを前記再生装置のプロセッサに実現させることを特徴とする、前記ファームウェアとは分離して提供されるプログラム。 - 請求項7に記載のプログラムを記録した記録媒体。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/000,548 US20110213986A1 (en) | 2009-09-30 | 2010-04-20 | Method for Activating Content and Content Reproduction Apparatus |
| CN2010800015971A CN102089768A (zh) | 2009-09-30 | 2010-04-20 | 内容启动方法、内容再现装置 |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2009226894A JP4702861B2 (ja) | 2009-09-30 | 2009-09-30 | コンテンツ起動方法、コンテンツ再生装置 |
| JP2009-226894 | 2009-09-30 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2011039902A1 true WO2011039902A1 (ja) | 2011-04-07 |
Family
ID=43825756
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/JP2010/002849 Ceased WO2011039902A1 (ja) | 2009-09-30 | 2010-04-20 | コンテンツ起動方法、コンテンツ再生装置 |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US20110213986A1 (ja) |
| JP (1) | JP4702861B2 (ja) |
| CN (1) | CN102089768A (ja) |
| WO (1) | WO2011039902A1 (ja) |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP3007094B1 (en) * | 2014-10-08 | 2021-05-05 | Nintendo Co., Ltd. | Boot program, information processing apparatus, information processing system, information processing method, semiconductor apparatus, and program |
| US10182387B2 (en) * | 2016-06-01 | 2019-01-15 | At&T Intellectual Property I, L.P. | Method and apparatus for distributing content via diverse networks |
| GB2554942B (en) * | 2016-10-14 | 2018-11-21 | Imagination Tech Ltd | Verifying firmware binary images using a hardware design and formal assertions |
| CN112948838A (zh) * | 2021-02-24 | 2021-06-11 | 长沙海格北斗信息技术有限公司 | 芯片加密启动方法、导航芯片及其接收机 |
| JP7596898B2 (ja) | 2021-04-01 | 2024-12-10 | ブラザー工業株式会社 | 画像形成装置 |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2006038622A1 (ja) * | 2004-10-06 | 2006-04-13 | Nec Corporation | コンテンツ配信システム |
| JP2006245704A (ja) * | 2005-02-28 | 2006-09-14 | Sony Corp | 復号回路 |
| JP2009169986A (ja) * | 2009-05-07 | 2009-07-30 | Panasonic Corp | コンテンツ再生方法および情報処理装置 |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH11194708A (ja) * | 1998-01-07 | 1999-07-21 | Sony Corp | 情報処理装置および方法、並びに伝送媒体 |
| US7515718B2 (en) * | 2000-12-07 | 2009-04-07 | Igt | Secured virtual network in a gaming environment |
| EP1429224A1 (en) * | 2002-12-10 | 2004-06-16 | Texas Instruments Incorporated | Firmware run-time authentication |
| KR100604828B1 (ko) * | 2004-01-09 | 2006-07-28 | 삼성전자주식회사 | 펌웨어 암호화 방법 및 해독 방법과 그 처리 장치 |
| JP4116024B2 (ja) * | 2005-07-29 | 2008-07-09 | 株式会社ソニー・コンピュータエンタテインメント | ペリフェラルの使用管理方法、電子システム及びその構成装置 |
-
2009
- 2009-09-30 JP JP2009226894A patent/JP4702861B2/ja not_active Expired - Fee Related
-
2010
- 2010-04-20 CN CN2010800015971A patent/CN102089768A/zh active Pending
- 2010-04-20 WO PCT/JP2010/002849 patent/WO2011039902A1/ja not_active Ceased
- 2010-04-20 US US13/000,548 patent/US20110213986A1/en not_active Abandoned
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2006038622A1 (ja) * | 2004-10-06 | 2006-04-13 | Nec Corporation | コンテンツ配信システム |
| JP2006245704A (ja) * | 2005-02-28 | 2006-09-14 | Sony Corp | 復号回路 |
| JP2009169986A (ja) * | 2009-05-07 | 2009-07-30 | Panasonic Corp | コンテンツ再生方法および情報処理装置 |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2011076354A (ja) | 2011-04-14 |
| JP4702861B2 (ja) | 2011-06-15 |
| CN102089768A (zh) | 2011-06-08 |
| US20110213986A1 (en) | 2011-09-01 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8539240B2 (en) | Rights object authentication in anchor point-based digital rights management | |
| US7089425B2 (en) | Remote access authorization of local content | |
| JP4798935B2 (ja) | 長期にリニューアル可能なセキュリティを提供するコンテンツセキュリティ方法、その装置およびコンピュータ読取可能記憶媒体 | |
| CN1220121C (zh) | 程序分发设备、客户设备、程序分发系统和程序分发方法 | |
| CA2679592C (en) | Method, system and software product for transferring content to a remote device | |
| KR20040103743A (ko) | 콘텐츠 재생 장치 및 콘텐츠 재생 제어 방법 | |
| JP2004532495A5 (ja) | ||
| EP2979392B1 (en) | A challenge-response method and associated client device | |
| JP4702861B2 (ja) | コンテンツ起動方法、コンテンツ再生装置 | |
| JP3863401B2 (ja) | ソフトウェア処理装置 | |
| CN101615415A (zh) | 信息处理装置和数据处理方法及程序 | |
| JP2012518972A (ja) | 更新可能なコンテンツ保護を有するコンテンツ配布 | |
| JP2010157867A (ja) | 動画再生コード生成装置、動画配信システム、実行形式プログラム、同プログラムを記録した記録媒体、サーバー、及び動画再生コード生成方法 | |
| US20100241863A1 (en) | Device for reproducing digital content, secure electronic entity, system comprising said elements and method for reproducing digital content | |
| KR20130034599A (ko) | 정보 저장 디바이스, 정보 처리 디바이스, 정보 처리 시스템, 정보 처리 방법, 및 프로그램 | |
| JP2015135703A (ja) | デジタル著作権制御用再帰的セキュリティプロトコルのための方法およびシステム | |
| JP2009122923A (ja) | 著作権保護システム、再生装置、及び再生方法 | |
| WO2009030888A1 (en) | Delivery of digital content | |
| KR20060024652A (ko) | 암호화된 멀티미디어 파일을 저장하는 기억 장치 및 그파일의 재생 방법 | |
| AU2016202276B2 (en) | Method, system and software product for transferring content to a remote device | |
| JP2010061182A (ja) | ソフトウェア管理方法、ソフトウェア管理装置およびソフトウェア管理プログラム | |
| KR20110023699A (ko) | 착탈형 메모리를 이용한 컨텐츠 보안 장치 및 이를 이용한 보안 방법 | |
| JP2006229672A (ja) | コンテンツ再生装置、セキュア処理プログラム、セキュア処理プログラムが記録された記録媒体、権利管理プログラム、及び権利管理プログラムが記録された記録媒体 | |
| HK1137544B (en) | Method, system and software product for transferring content to a remote device | |
| JP2009020904A (ja) | サービス提供システム、サービス提供方法、及びサービス提供プログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 201080001597.1 Country of ref document: CN |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 13000548 Country of ref document: US |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 10820029 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 10820029 Country of ref document: EP Kind code of ref document: A1 |