WO2008089624A1 - Copyright protecting method and system with digital content - Google Patents

Copyright protecting method and system with digital content Download PDF

Info

Publication number
WO2008089624A1
WO2008089624A1 PCT/CN2007/003528 CN2007003528W WO2008089624A1 WO 2008089624 A1 WO2008089624 A1 WO 2008089624A1 CN 2007003528 W CN2007003528 W CN 2007003528W WO 2008089624 A1 WO2008089624 A1 WO 2008089624A1
Authority
WO
WIPO (PCT)
Prior art keywords
time
digital content
timestamp
verification
certificate file
Prior art date
Application number
PCT/CN2007/003528
Other languages
English (en)
French (fr)
Inventor
Yi Wang
Zhi Tang
Dengsha Yuan
Xuefeng Yang
Original Assignee
Peking University
Beijing Founder Apabi Technology Ltd.
Peking University Founder Group 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 Peking University, Beijing Founder Apabi Technology Ltd., Peking University Founder Group Co., Ltd. filed Critical Peking University
Priority to JP2009545796A priority Critical patent/JP5043959B2/ja
Priority to US12/522,989 priority patent/US8887299B2/en
Priority to EP07845885.8A priority patent/EP2116949B1/en
Publication of WO2008089624A1 publication Critical patent/WO2008089624A1/zh
Priority to US14/535,144 priority patent/US20150067887A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing 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/2137Time limited access, e.g. to a computer or data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing 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/2151Time stamp

Definitions

  • the present invention relates to the field of copyright protection technologies for digital content, and in particular, to a copyright protection method and system for digital content. Background technique
  • the digital copyright protection system needs to correctly determine the "current time" when the user uses the digital content: if the current time is within the specified time range, it can continue to be used; otherwise, the digital content is considered to have expired, and the user cannot use the digital content. .
  • the first scheme uses system time plus a certain algorithm to achieve time control. Since the system time can be modified, the BIOS of the computer device can also be cleared, so it is unreasonable to determine if the number has expired by the system time.
  • the second scheme implements time control by modifying the certificate file to write the elapsed time.
  • the disadvantage of this scheme is that if the user re-covers the modified certificate file with the original certificate file, the digital content that has expired will continue to be used.
  • the third option is to record the time difference when the user modifies the time.
  • the DRM system is based on The time difference is corrected (for example, see the method described in "Digital Rights Management Method and System for User Content Copyright Protection” filed by Samsung Electronics Society in February 2005).
  • the disadvantage of this scheme is that it is closely integrated with the system hardware. For example, it is difficult to implement on a general PC platform.
  • the time of the device is indeed inaccurate, and the user performs proofreading according to the standard time, it will be considered as a malicious modification by the system. Time, thus recording the time difference.
  • An embodiment of the present invention provides a copyright protection method for digital content, including: a registration step of registering in a copyright protection system by a digital content using device, and generating a system registration code and a random key;
  • a timestamp generation step generating a timestamp as a benchmark for time verification
  • the timestamp verification step when the digital content usage device is started, checks the validity of the timestamp, and if the verification passes, proceeds to the next step, and if the verification fails, the digital content is not allowed;
  • An authorization certificate file obtaining step the digital content using device acquiring an authorization certificate file for the digital content from the server, the certificate file defining a start time and an end time of allowing the digital content to be used;
  • the time verification step verifies the time stamp with the time in the authorization certificate file to determine whether the digital content usage device is allowed to use the digital content.
  • the registration code is encrypted by using a random key.
  • the timestamp generating step the timestamp is written in a storage area of the digital content using device, the random key is placed in the timestamp, and the timestamp further includes digital content. Use the version number of the device, the startup time of the digital content usage device, the check code, and the latest time to obtain the certificate file.
  • the original data is encrypted before the time stamp is written to the storage area of the digital content using device.
  • the timestamp is checked when the digital content usage device is started, and if the timestamp does not exist, the timestamp is reconstructed; if the timestamp exists, the information in the timestamp is obtained, and then Time check, if the check passes, the current system time is used to update the start time part of the timestamp. If the check fails, the digital content is not allowed.
  • a new random key is generated when the timestamp is reconstructed. Since the registration code is encrypted with this random key, the random key in the new timestamp will not correctly unlock the registration code data, thus ensuring that the timestamp cannot be arbitrarily deleted.
  • the version number and the check code are checked when the information in the time stamp is obtained, thereby ensuring the validity of the time stamp.
  • time stamping is performed on the timestamp, the following method is used:
  • step b Determine whether the current system time is earlier than the latest time to obtain the certificate file in the timestamp, and if so, determine that the system time is wrong, otherwise go to step b;
  • step c Determine whether the current system time is earlier than the start time in the timestamp, and if so, determine that the system time is wrong, and update the start time in the timestamp with the linear weighted average of the two times, otherwise go to step c ;
  • the method is to randomly select the start time field in several certificate files, if the latest time to obtain the certificate file in the timestamp is earlier than any start time, It indicates that the timestamp is wrong, otherwise it is checked by the timestamp. It is assumed that the current system time is T1, the weighting value is A, the starting time in the timestamp is T2, and the weighting value is B, then the linear weighted average is: (A x Tl + B x T2 ) / ( A + B ), The purpose of this is to prevent the user from adjusting the system time later and then returning to the correct time to read. The value can be quickly restored to the correct time in the timestamp after the copyright protection system has been activated for a limited number of times.
  • the digital content using device writes the start time field in the certificate file to the time stamp after acquiring the certificate file.
  • the digital content using device checks the time when using the digital content, first obtains the startup time in the timestamp, and determines that the system time is modified if the current system time is earlier than the startup time. Then, the time of obtaining the latest certificate file in the timestamp is obtained. If the current system time is earlier than this time, it is determined that the system time is modified; finally, the start time field in several certificate files is randomly selected, if the latest timestamp is obtained The time of the certificate file is earlier than any of the start times, indicating that the timestamp is wrong.
  • Another embodiment of the present invention provides a copyright protection system for digital content, including a digital content usage device and a server, the digital content usage device comprising:
  • a registration module for system registration of a digital content using device, generating a system registration code and a random key
  • a timestamp generating module configured to generate a timestamp, the timestamp as a reference for time verification
  • a timestamp verification module when the digital content using device is started, the verification module checks the validity of the timestamp If the verification passes, proceed to the next step. If the verification fails, the digital content is not allowed.
  • An authorization certificate file acquisition module for obtaining an authorization certificate file for digital content from a server
  • the time verification module verifies the time stamp and the time in the authorization certificate file to determine whether the digital content usage device is allowed to use the digital content.
  • the digital content using device is a local device
  • the server is a remote server.
  • the server includes a certificate server and a content server.
  • the digital content using device includes a general computer, a handheld electronic device, and a smart phone mounted with the reader software, but is not limited to the above device. Further, the digital content using device and the server are connected and communicated via the Internet.
  • FIG. 1 is a schematic diagram of the principle of an embodiment of the present invention.
  • FIG. 2 is a flowchart of a timestamp checking module when the system is started according to an embodiment of the present invention
  • FIG. 3 is a flowchart of time checking a timestamp according to an embodiment of the present invention.
  • FIG. 4 is a structural diagram of a copyright protection system according to an embodiment of the present invention. detailed description
  • the embodiments of the present invention are further described below in conjunction with the accompanying drawings.
  • the present invention can be applied to a copyright protection system for digital contents such as electronic books, electronic newspapers, electronic periodicals, digital video and audio, and the following describes an embodiment of the present invention by using an application example of an electronic book in a digital library.
  • copyright-protected e-books can provide readers with a lending service. After the reader borrows an e-book, the time limit for the e-book is allowed to be read by the server of the digital library, and the reading time of the e-book is controlled by the reading system of the e-book.
  • two files will be downloaded from the server of the digital library, one is the content file of the electronic book, and the other is the certificate file of the electronic book, and the time period of the time control is set in the certificate file, where the start Time is recorded as the start time StartTime field.
  • FIG. 4 is a block diagram of the copyright protection system of the present invention.
  • the copyright protection system of the present invention includes a local digital content using device S401, a remote certificate server S402, and a content server S403.
  • the digital content using device S401 includes the following modules in addition to the CPU, the memory, and the display device:
  • the registration module is used for system registration of the digital content using device S401, System registration code and random key;
  • a timestamp generating module configured to generate a timestamp, the timestamp as a reference for time verification; a verification module for checking validity of the timestamp, when the copyright protection system is started, the verification module is Check the validity of the timestamp. If the verification passes, proceed to the next step. If the verification fails, the digital content is not allowed.
  • the above certificate server S402 and content server S403 are preferably two independent servers.
  • the local digital content usage device can be a conventional computer with reader software installed, or other handheld digital reading device or smartphone with associated reader software installed.
  • the local digital content usage device and the remote certificate server and content server can be connected and communicated by wired or wireless means.
  • the following is a detailed description of the implementation method using the e-book reader software under the Windows operating system as an example.
  • the local digital content using device is a reader, and the reader must register in the digital library server system in step S101 before borrowing the electronic book, and the registration will be completed in step S102.
  • the registration code and time stamp are generated, and the registration code is encrypted with a random key, which is placed in the timestamp.
  • the registration code and timestamp are written to the Windows registry.
  • the timestamp includes the following information: version number, start time of the reader, random key, check code, and the time of the latest certificate file.
  • the random key will be used to encrypt the registration code, and the check code takes a constant.
  • the timestamp will encrypt the original data before it is written to the registry.
  • the verification step S103 when the digital content using device is activated, the validity of the time stamp is checked. If the verification passes, the next step is performed, and if the verification fails, the digital content is not allowed.
  • step S104 the reader starts the certificate file after the completion of the download of the certificate file.
  • the field is written with a timestamp.
  • step S105 the reader acquires an electronic book that it wants to read.
  • the time is checked in step S106, and the start time in the time stamp is first obtained. If the current system time is earlier than the startup time, the system time is determined to be changed. Then, the time of obtaining the latest certificate file in the timestamp is obtained. If the current system time is earlier than this time, it is determined that the system time is modified; finally, the StartTime field in several certificate files is randomly selected, and if the timestamp is the latest to obtain the certificate file The time is earlier than any StartTime, indicating that the timestamp is wrong. If any of the conditions are not verified, the reader will not be able to open the e-book for reading. If the verification is passed, the process proceeds to step S107 to use the digital content.
  • step S201 the reader is started and initialized. Then, in step S202, the timestamp is checked. If the timestamp does not exist, the timestamp is reconstructed in step S204. If the timestamp exists, the process proceeds to step S203, where the information in the timestamp is obtained. Then, a time check is performed in step S205, and if it is correct, the start time portion in the time stamp is updated with the current system time in step S206, and the flow proceeds to step S207 to end the check, otherwise, the time stamp is reconstructed in step S204.
  • Step S204 generates a new random key when rebuilding the timestamp. Since the registration code is encrypted by using the random key, the random key in the new timestamp will not correctly unlock the registration code data, thereby ensuring that the timestamp cannot be Was removed at will.
  • Step S203 When obtaining the information in the timestamp, the version number and the check code are checked to ensure the validity of the timestamp.
  • FIG. 3 is a flow chart of time checking a timestamp according to an embodiment of the present invention. As shown in FIG. 3, the method for obtaining timestamp information and performing time check on the timestamp in step S301 is as follows:
  • step S302 determines whether the current system time is earlier than the latest time to obtain the certificate file in the time stamp. If yes, step S307 concludes that the system time is wrong, otherwise
  • Step S303 determines whether the current system time is earlier than the reader startup time in the timestamp, and if so, step S307 determines that the system time is in error, and uses the average of the two times to update the startup time in the timestamp. Otherwise transfer to (;. c. Step S304: determining whether the latest acquisition certificate file time in the verification time stamp is valid, the verification method is to randomly select the StartTime field in the five certificate files, if the latest time to obtain the certificate file in the timestamp is earlier than any StartTime, As shown in step S305, it indicates that the time stamp is wrong, otherwise step S306 can determine that the system time is correct.
  • a timestamp is first generated and written into the registry of the Windows system, otherwise the timestamp is determined to be valid, and if it is invalid, the timestamp error flag is recorded, if it is valid, Update the start time in the timestamp.
  • the system time is modified.
  • the user borrowed a book valid for three days on July 7, 2006.
  • the user tried to read the book on July 11, 2006, and he will take the system time. Adjusted to July 8, 2006, as long as he started the reader after 8 July 2006 or borrowed other books, it will be judged that the system time is wrong.
  • the user In order to view an expired book, the user must ensure that no readers are started or borrowed before the system time expires after borrowing the book.
  • the user deletes the timestamp directly, because the timestamp contains the encryption key of the digital library system registration information, and after the deletion, the new random key is re-applied to construct a new timestamp, so that the timestamp is The key obtained in the middle will not be able to unlock the registration information, so that the e-books that have been borrowed can no longer be read.
  • the user backs up the timestamp to another place after borrowing, and overwrites the existing timestamp after the book expires.
  • the timestamp check is no problem, but the reader will use the current system time and certificate file.
  • the expiration time in the comparison is made to determine that the book expires and cannot be read.
  • the user backs up the timestamp to another place after borrowing, overwrites the existing timestamp after expiration, and adjusts the system time to the validity period, because the system randomly selects 5 already borrowed.
  • the StartTime field of the certificate file is verified. Once the latest acquisition certificate in the timestamp is found to be earlier than any StartTime, the timestamp is determined to be in error, and the borrowed e-book cannot be read.
  • Other embodiments are obtained by the person according to the technical solution of the present invention, and are also within the scope of the technical innovation of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Technology Law (AREA)
  • Storage Device Security (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

一种数字内容的版权保护方法及系统 技术领域
本发明涉及数字内容的版权保护技术领域, 尤其涉及一种数字内容的版 权保护方法及系统。 背景技术
目前, 随着网络的普及, 电子图书、 电子报、 电子期刊、 数字视音频等 数字内容被越来越多的用户所接受, 数字图书馆也在大学、 社区甚至于公众 网上受到越来越广泛的关注。 因而, 对于出版社、 报社、 图书馆来说, 对数 字内容的版权保护越来越重要。 目前需要解决的问题是, 如何在数字图书馆、 电子文档的安全保护等应用中, 实现对数字内容按时间控制的版权保护。 例 如, 一个用户从数字图书馆中 "借" 了一个数字内容, 则数字图书馆只应允 许该用户在某一特定时间段内使用该数字内容。 因此, 数字版权保护系统需 要正确判断用户使用数字内容时的 "当前时间": 如果当前时间在指定的时间 范围内, 则可以继续使用; 否则就认为数字内容已过期, 该用户无法使用该 数字内容。
对于数字内容时间控制的实现, 关键在于获取正确的 "当前时间", 防止 对 "当前时间" 的恶意修改。 为实现上述目的, 一般采用如下几种方案:
( 1 )第一种方案采用系统时间加上一定的算法来实现时间控制。 由于系 统时间可以被修改, 计算机设备的 BIOS也可以清零, 因此通过系统时间来判 断数字是否过期是不合理的。
( 2 )第二种方案通过修改证书文件把流逝的时间写入其中来实现时间控 制。 这种方案的弊端是, 如果用户用最初的证书文件重新覆盖修改后的证书 文件, 便会导致原来已经过期的数字内容又能够继续使用。
( 3 )第三种方案是在用户修改时间的时候记录时间差, DRM 系统根据 时间差进行校正 (例如, 参见由三星电子林式会社于 2005年 2月申请的专利 "用户内容版权保护的数字权利管理方法和系统" 所述的方法)。 这种方案的 弊端在于和系统硬件结合比较紧密, 比如对于通用的 PC平台就很难实现, 另 外如果设备的时间确实不准, 而用户根据标准时间进行了校对, 会被系统认 为是一次恶意修改时间, 从而记录下时间差。
以上几种时间控制方案, 均会出现已经过期的用户采用某种方法(而且 很容易做到)使得过期的数字内容可以被其继续使用。 应该过期的数字内容 还能被使用, 显然无法实现通过时间控制对数字内容进行版权保护。
另外, 还有其他方案, 通过设计专用的硬件装置记录时间, 以达到控制 时间的目的。 但专用硬件设计的方法, 不适用于通用设备的使用, 这必将增 加普通用户的负担,不利于数字内容的普及。所以,针对 PC机等通用的设备, 需要有比较安全且方便实用的时间控制方法。 发明内容
本发明的一个实施例提供了一种数字内容的版权保护方法, 包括: 注册步骤, 由数字内容使用装置在版权保护系统中注册, 并生成系统注 册码及随机密钥;
时间戳生成步骤, 生成时间戳, 作为时间校验的基准;
时间戳校验步骤, 在数字内容使用装置启动时, 对时间戳的有效性进行 校验, 如果校验通过, 则进行下一步骤, 如果校验失败, 则不允许使用数字 内容;
授权证书文件获取步骤, 数字内容使用装置从服务器获取数字内容的使 用授权证书文件 , 所述证书文件限定允许使用所述数字内容的起始时间和结 束时间;
时间校验步骤, 将时间戳与授权证书文件中的时间进行校验, 确定是否 允许数字内容使用装置使用数字内容。
进一步, 在所述注册步驟中, 所述注册码采用随机密钥进行加密。 进一步, 在所述时间戳生成步骤中, 所述时间戳是在数字内容使用装置 的存储区中写入的, 所述随机密钥放置在所述时间戳中, 所述时间戳还包括 数字内容使用装置的版本号、 数字内容使用装置的启动时间、 校验码、 最新 获取证书文件的时间。
进一步, 在将所述时间戳写入数字内容使用装置的存储区前对原始数据 进行加密。
进一步, 在时间戳校验步骤中, 在数字内容使用装置启动时对时间戳进 行检查, 如果时间戳不存在, 则重新构建时间戳; 如果时间戳存在, 则获取 时间戳中的信息, 然后进行时间检查, 如果校验通过, 则用当前系统时间去 更新时间戳中的启动时间部分, 如果校验失败, 不允许使用数字内容。
进一步, 在重新构建时间戳时生成一个新的随机密钥。 由于注册码是采 用此随机密钥加密的, 新的时间戳中的随机密钥将不能正确解开注册码数据, 从而保证时间戳不能被随意删除。
进一步, 在获取时间戳中的信息时对版本号和校验码进行检查, 从而保 证时间戳的有效性。
进一步, 对时间戳进行时间检查时采用如下方法:
a.判断当前系统时间是否比时间戳中最新获取证书文件的时间更早,如果 是, 则断定系统时间出错, 否则转入步驟 b;
b.判断当前系统时间是否比时间戳中的启动时间更早,如果是, 则断定系 统时间出错, 并采用这两个时间的线性加权平均值更新时间戳中的启动时间, 否则转入步骤 c;
c.判断校验时间戳中的最新获取证书文件时间是否有效,方法是随机抽取 若干个证书文件中的起始时间字段, 如果时间戳中最新获取证书文件的时间 早于任何一个起始时间, 则表明时间戳有错, 否则通过时间戳的时间检查。 其中假设当前系统时间为 T1 , 加权值为 A, 时间戳中的启动时间为 T2, 加权 值为 B, 则线性加权平均值为: (A x Tl + B x T2 ) / ( A + B ), 这样做的目的 在于防止用户将系统时间往后调后再调回正确时间时不能阅读, 而采用平均 值后可以在版权保护系统启动有限的几次后迅速使时间戳中的启动时间恢复 正确时间。
进一步, 在授权证书文件获取步骤中, 数字内容使用装置在获取证书文 件后将证书文件中的起始时间字段写入时间戳。
进一步, 在时间校验步骤中, 数字内容使用装置在使用数字内容的时候 对时间做校验, 首先获取时间戳中的启动时间, 如果当前系统时间比启动时 间更早, 则断定系统时间被修改; 然后获取时间戳中最新获取证书文件的时 间, 如果当前系统时间比此时间更早, 则断定系统时间被修改; 最后随机抽 取若干个证书文件中的起始时间字段, 如果时间戳中最新获取证书文件的时 间早于任何一个起始时间, 则表明时间戳有错。
本发明的另一个实施例提供了一种数字内容按的版权保护系统, 包括数 字内容使用装置及服务器, 所述数字内容使用装置包括:
注册模块, 用于数字内容使用装置进行系统注册, 生成系统注册码及随 机密钥;
时间戳生成模块, 用于生成时间戳, 所述时间戳作为时间校验的基准; 时间戳校验模块, 当数字内容使用装置启动时, 所述校验模块对时间戳 的有效性进行校验, 如果校验通过, 则进行下一步驟, 如果校验失败, 则不 允许使用数字内容;
授权证书文件获取模块, 用于从服务器上获取数字内容的使用授权证书 文件; 以及
时间校验模块, 将时间戳与授权证书文件中的时间进行校验, 确定是否 允许数字内容使用装置使用数字内容。
进一步, 所述的数字内容使用装置为本地装置, 所述服务器为远程服务 器。
进一步, 所述服务器包括证书服务器和内容服务器。
进一步, 所述的数字内容使用装置包括安装有阅读器软件的普通计算机、 手持电子设备及智能手机, 但不限于上述设备。 进一步, 数字内容使用装置与服务器通过互联网进行连接和通讯。
采用本发明实施例所述的方法和系统, 有效地解决了现有的数字内容按 时间控制的版权保护方案中所存在的参考时间不准确, 已经过期的数字内容, 用户通过采用某种方法仍然能够继续使用的问题。 附图说明
图 1 是本发明实施例的原理示意图;
图 2是本发明实施例的系统启动时时间戳检查模块流程图;
图 3 是本发明实施例的对时间戳进行时间检查的流程图;
图 4是本发明实施例所述版权保护系统的结构图。 具体实施方式
下面结合说明书附图对本发明的实施例作进一步的描述。 本发明可以应 用于电子图书、 电子报、 电子期刊、 数字视音频等数字内容的版权保护系统, 以下以电子图书在数字图书馆中的应用实例, 进一步说明本发明的实施方式。
在数字图书馆中, 具有版权保护的电子图书可以给读者提供借阅的服务。 读者借到一本电子图书后, 就已经由数字图书馆的服务器指定了该电子图书 允许阅读的时间段, 并由电子图书的阅读系统对电子图书的阅读时间进行控 制。
读者提交借阅请求后, 将从数字图书馆的服务器上下载两个文件, 一是 电子图书的内容文件, 一是电子图书的证书文件, 证书文件中设定了时间控 制的时间段, 其中起始时间记为开始时间 StartTime字段。
图 4是本发明所述版权保护系统的结构图。 如图 4所示, 本发明所述的 版权保护系统包括本地的数字内容使用装置 S401及远程的证书服务器 S402、 内容服务器 S403。 所述的数字内容使用装置 S401除了包括 CPU、 存储器、 显示装置外, 还设有以下模块:
注册模块, 所述注册模块用于数字内容使用装置 S401进行系统注册, 生 成系统注册码及随机密钥;
时间戳生成模块, 用于生成一个时间戳, 该时间戳作为时间校验的基准; 用于对时间戳的有效性进行检查的校验模块, 当版权保护系统启动时, 所述校验模块对时间戳的有效性进行校验, 如果校验通过, 进行下一步骤, 如果校验失败, 不允许使用数字内容;
用于从证书服务器上获取数字内容的使用授权证书文件的模块; 及时间有效性校睑模块, 用于在使用数字内容前, 对时间的有效性进行 校验, 当校验通过后才能使用数字内容。
从系统的安全性考虑, 上述证书服务器 S402与内容服务器 S403最好是 两个独立的服务器。
本地的数字内容使用装置可以是安装有阅读器软件的普通计算机, 也可 以是其他的安装有相关阅读器软件的手持数字阅读设备或智能手机。 本地的 数字内容使用装置与远程的证书服务器和内容服务器之间可以通过各个有线 或无线的方式进行连接和通讯。 下面以 Windows操作系统下的电子书阅读器 软件作为例子详述实施方法。
图 1 是本发明实施例的原理示意图。 如图 1所示, 本实施例中, 本地的 数字内容使用装置是阅读器, 阅读器在借阅电子图书之前, 必须在步骤 S101 中在数字图书馆服务器系统注册, 注册完成后将在步驟 S102中生成注册码和 时间戳, 注册码采用随机密钥进行加密, 此随机密钥放置在时间戳中。
注册码和时间戳均写入 Windows注册表, 时间戳包括以下信息: 版本号、 阅读器的启动时间、 随机密钥、 校验码、 最新获取证书文件的时间。 随机密 钥将会被用于加密注册码, 校验码取一个常量。 时间戳在写入注册表前将会 对原始数据进行加密。
在校验步骤 S103中, 在数字内容使用装置启动时, 对时间戳的有效性进 行校验, 如果校验通过, 则进行下一步骤, 如果校验失败, 则不允许使用数 字内容。
在步據 S104中, 阅读器在下载证书文件完成后将证书文件中的起始时间 字段写入时间戳。
在步驟 S105中, 阅读器获取想要阅读的电子图书。 阅读器在获取想要阅 读的电子图书的时候在步驟 S106中对时间做时间校验, 首先获取时间戳中的 启动时间, 如果当前系统时间比启动时间更早, 则断定系统时间被^ ί 改; 然 后获取时间戳中最新获取证书文件的时间 , 如果当前系统时间比此时间更早 , 则断定系统时间被修改; 最后随机抽取若干个证书文件中的 StartTime字段, 如果时间戳中最新获取证书文件的时间早于任何一个 StartTime, 则表明时间 戳有错。 校验有任何一个条件不通过, 阅读器将不能打开电子图书进行阅读。 如果通过校验, 则进入步骤 S 107可以使用数字内容。
上述系统启动时时间戳检查步骤 S103 的具体流程如图 2所示。 在步骤 S201中, 阅读器启动并初始化。 然后在步骤 S202中对时间戳进行检查, 如果 时间戳不存在, 则在步骤 S204中重新构建时间戳, 如果时间戳存在, 则进入 步骤 S203 , 获取时间戳中的信息。 然后在步骤 S205中进行时间检查, 如果正 确则在步骤 S206 中用当前系统时间去更新时间戳中的启动时间部分, 并进 入步骤 S207以结束检查, 否则, 在步骤 S204中重新构建时间戳。
步骤 S204重新构建时间戳时生成一个新的随机密钥, 由于注册码是采用 此随机密钥加密的, 新的时间戳中的随机密钥将不能正确解开注册码数据 , 从而保证时间戳不能被随意删除。
步驟 S203获取时间戳中的信息的时候需要对版本号和校验码进行检查, 从而保证时间戳的有效性。
图 3 是本发明实施例的对时间戳进行时间检查的流程图。 如图 3所示, 步骤 S301获取时间戳信息并对时间戳进行时间检查时方法如下:
a.首选步驟 S302判断当前系统时间是否比时间戳中最新获取证书文件时 间更早, 如果是, 则步骤 S307断定系统时间出错, 否则转入
b.步驟 S303判断当前系统时间是否比时间戳中的阅读器启动时间更早, 如果是, 则步骤 S307断定系统时间出错, 并采用这两个时间的平均值去更新 时间戳中的启动时间, 否则转入(;。 c.步驟 S304判断校验时间戳中的最新获取证书文件时间是否有效, 校验 方法是随机抽取 5个证书文件中的 StartTime字段, 如果时间戳中最新获取证 书文件的时间早于任何一个 StartTime,如步骤 S305所示,则表明时间戳有错, 否则步 S306可以确定系统时间正确。
下面结合附图对本发明中几种特殊情况作进一步地描述。 其它情况下的 流程见发明内容。
第一种情况,启动阅读器的时候,如果不存在时间戳则首先生成一个时间 戳并写入 Windows系统的注册表, 否则判断时间戳是否有效,若无效则记录时 间戳出错标识, 若有效则更新时间戳中的启动时间。
第二种情况, 系统时间发生修改, 举一个例子, 比如用户于 2006年 7月 7日借阅了一本有效期三天的图书,用户在 2006年 7月 11曰企图阅读此图书, 他将系统时间往前调整到 2006年 7月 8日, 这时只要他在 2006年 7月 8曰 之后启动过阅读器或者借阅过其他图书, 则均会被判定系统时间出错。 而用 户要看一本过期的图书, 必须保证在借阅此图书后到期后不再调整系统时间 前进行任何阅读器的启动或者图书借阅的活动。
第三种情况, 用户直接把时间戳删除, 因为时间戳中包含了数字图书馆 系统注册信息的加密密钥, 删除后将重新采用新的随机密钥来构建新的时间 戳, 这样从时间戳中取得的密钥将不能解开注册信息, 从而使得已经借阅的 电子图书再也无法阅读。
第四种情况, 用户在借阅后将时间戳备份到别的地方, 在图书过期后对 现有的时间戳进行覆盖, 这时时间戳检查没有问题, 但是阅读器会根据当前 系统时间和证书文件中的到期时间进行比较, 从而判定图书过期不能阅读。
第五种情况, 用户在借阅后将时间戳备份到别的地方, 在过期后对现有 的时间戳进行覆盖, 并且把系统时间往前调整到有效期内, 因为系统会随机 抽取 5个已经借阅的证书文件的 StartTime字段进行校验, 一旦发现了时间戳 中的最新获取证书时间早于任何一个 StartTime, 则断定时间戳出错, 借阅的 电子图书将不能阅读。 人员根据本发明的技术方案得出其他的实施方式, 同样属于本发明的技术创 新范围。

Claims

权 利 要 求
1. 一种数字内容的版权保护方法, 其特征在于, 包括:
注册步骤, 由数字内容使用装置在版权保护系统中注册, 并生成系统注 册码及随机密钥;
时间戳生成步驟, 数字内容使用装置生成时间戳, 作为时间校验的基准; 时间戳校验步驟, 在数字内容使用装置启动时, 对时间戳的有效性进行 校验, 如果校脸通过, 则进行下一步骤, 如果校验失败, 则不允许使用数字 内容;
授权证书文件获取步骤 , 数字内容使用装置从服务器获取数字内容的使 用授权证书文件, 所述证书文件限定允许使用所述数字内容的起始时间和结 束时间;
时间校验步骤, 将时间戳与授权证书文件中的时间进行校验, 确定是否 允许数字内容使用装置使用数字内容。
2. 如权利要求 1所述的数字内容按时间控制的版权保护方法, 其特征在 于, 在所述注册步骤中, 所述注册码采用随机密钥进行加密。
3. 如权利要求 1所述的数字内容按时间控制的版权保护方法, 其特征在 于, 在所述时间戳生成步骤中, 所述时间戳是在数字内容使用装置的存储区 中写入的, 所述随机密钥放置在所述时间戳中, 所述时间戳还包括数字内容 使用装置的版本号、 数字内容使用装置的启动时间、 校验码、 最新获取证书 文件的时间。
4. 如权利要求 3所述的数字内容按时间控制的版权保护方法, 其特征在 于, 在将所述时间戳写入数字内容使用装置的存储区前对原始数据进行加密。
5. 如权利要求 1所述的数字内容按时间控制的版权保护方法, 其特征在 于, 在时间戳校验步骤中, 在数字内容使用装置启动时对时间戳进行检查, 如果时间戳不存在, 则重新构建时间戳; 如果时间戳存在, 则获取时间戳中 的信息, 然后进行时间检查, 如果校验通过, 则用当前系统时间去更新时间 戳中的启动时间部分, 如果校验失败, 不允许使用数字内容。
6. 如权利要求 5所述的数字内容按时间控制的版权保护方法, 其特征在 于, 在重新构建时间戳时生成一个新的随机密钥。
7. 如权利要求 5所述的数字内容按时间控制的版权保护方法, 其特征在 于, 在获取时间戳中的信息时对版本号和校验码进行检查, 从而保证时间戳 的有效性。
8. 如权利要求 5所述的数字内容按时间控制的版权保护方法, 其特征在 于, 对时间戳进行时间检查时采用如下方法:
a.判断当前系统时间是否比时间戳中最新获取证书文件的时间更早,如果 是, 则断定系统时间出错, 否则转入步骤 b;
b.判断当前系统时间是否比时间戳中的启动时间更早, 如果是, 则断定系 统时间出错, 并采用这两个时间的线性加权平均值更新时间戳中的启动时间, 否则转入步骤 c;
c.判断校验时间戳中的最新获取证书文件时间是否有效,方法是随机抽取 若干个证书文件中的起始时间字段, 如果时间戳中最新获取证书文件的时间 早于任何一个起始时间, 则表明时间戳有错, 否则通过时间戳的时间检查。
9. 如权利要求 1所述的数字内容按时间控制的版权保护方法, 其特征在 于, 在授权证书文件获取步骤中, 数字内容使用装置在获取证书文件后将证 书文件中的起始时间字段写入时间戳。
10. 如权利要求 1所述的数字内容按时间控制的版权保护方法,其特征在 于, 在时间校验步驟中, 数字内容使用装置在使用数字内容的时候对时间做 校脸, 首先获取时间戳中的启动时间, 如果当前系统时间比启动时间更早, 则断定系统时间被修改; 然后获取时间戳中最新获取证书文件的时间, 如果 当前系统时间比此时间更早, 则断定系统时间被修改; 最后随机抽取若干个 证书文件中的起始时间字段, 如果时间戳中最新获取证书文件的时间早于任 何一个起始时间, 则表明时间戳有错。
11. 一种数字内容的版权保护系统, 包括数字内容使用装置及服务器, 其 特征在于, 所述数字内容使用装置包括:
注册模块, 用于数字内容使用装置进行系统注册, 生成系统注册码及随 机密钥;
时间戳生成模块, 用于生成时间戳, 所述时间戳作为时间校验的基准; 时间戳校验模块, 当数字内容使用装置启动时, 所述校验模块对时间戳 的有效性进行校验, 如果校验通过, 则进行下一步驟, 如果校验失败, 则不 允许使用数字内容;
授权证书文件获取模块, 用于从服务器上获取数字内容的使用授权证书 文件; 以及
时间校验模块, 将时间戳与授权证书文件中的时间进行校验, 确定是否 允许数字内容使用装置使用数字内容。
12.如权利要求 11所述的数字内容按时间控制的版权保护系統,其特征在 于, 所述的数字内容使用装置为本地装置, 所述服务器为远程服务器。
13. 如权利要求 11或 12所述的数字内容按时间控制的版权保护系统,其 特征在于, 所述服务器包括证书服务器和内容服务器。
14. 如权利要求 11所述的数字内容按时间控制的版权保护系统, 其特征 在于, 所述的数字内容使用装置包括安装有阅读器软件的普通计算机、 手持 电子设备及智能手机。
15. 如权利要求 12所述的数字内容按时间控制的版权保护系统, 其特征 在于, 数字内容使用装置与服务器通过互联网进行连接和通讯。
16. 一种数字内容使用装置, 其特征在于, 包括:
注册模块, 用于进行系统注册, 生成系统注册码及随机密钥;
时间戳生成模块, 用于生成一个时间戳, 所述时间戳作为时间校验的基 准;
时间戳校验模块, 当数字内容使用装置启动时, 所述校验模块对时间戳 的有效性进行校验, 如果校验通过, 则进行下一步驟, 如果校验失败, 则不 允许使用数字内容; 授权证书文件获取模块, 用于从服务器上获取数字内容的使用授权证书 文件; 以及
时间校验模块, 将时间戳与授权证书文件中的时间进行校验, 确定是否 允许数字内容使用装置使用数字内容。
PCT/CN2007/003528 2007-01-17 2007-12-11 Copyright protecting method and system with digital content WO2008089624A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2009545796A JP5043959B2 (ja) 2007-01-17 2007-12-11 デジタルコンテンツ権利マネジメント方法およびシステム
US12/522,989 US8887299B2 (en) 2007-01-17 2007-12-11 Digital content rights management method and system
EP07845885.8A EP2116949B1 (en) 2007-01-17 2007-12-11 Copyright protecting method and system with digital content
US14/535,144 US20150067887A1 (en) 2007-01-17 2014-11-06 Digital content rights management method and system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200710062790.6 2007-01-17
CNB2007100627906A CN100452074C (zh) 2007-01-17 2007-01-17 一种数字内容按时间控制的版权保护方法及系统

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US12/522,989 A-371-Of-International US8887299B2 (en) 2007-01-17 2007-12-11 Digital content rights management method and system
US14/535,144 Continuation US20150067887A1 (en) 2007-01-17 2014-11-06 Digital content rights management method and system

Publications (1)

Publication Number Publication Date
WO2008089624A1 true WO2008089624A1 (en) 2008-07-31

Family

ID=38692613

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/003528 WO2008089624A1 (en) 2007-01-17 2007-12-11 Copyright protecting method and system with digital content

Country Status (5)

Country Link
US (2) US8887299B2 (zh)
EP (1) EP2116949B1 (zh)
JP (1) JP5043959B2 (zh)
CN (1) CN100452074C (zh)
WO (1) WO2008089624A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6765866B1 (en) 2000-02-29 2004-07-20 Mosaid Technologies, Inc. Link aggregation

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100452074C (zh) * 2007-01-17 2009-01-14 北京大学 一种数字内容按时间控制的版权保护方法及系统
CN100555299C (zh) * 2007-12-28 2009-10-28 中国科学院计算技术研究所 一种数字版权保护方法和系统
US8571994B2 (en) * 2009-06-26 2013-10-29 Disney Enterprises, Inc. Method and system for allocating access to digital media content
CN101996386A (zh) * 2009-08-14 2011-03-30 北大方正集团有限公司 实现数字图书借阅的方法、装置及系统
CN101729311B (zh) * 2009-11-18 2013-01-09 中兴通讯股份有限公司 一种对本域活动源有效性的检测方法及装置
US9535884B1 (en) 2010-09-30 2017-01-03 Amazon Technologies, Inc. Finding an end-of-body within content
CN102592173A (zh) * 2011-01-07 2012-07-18 北大方正集团有限公司 数字内容借阅处理方法、装置及系统
US8635277B2 (en) * 2011-03-29 2014-01-21 Amazon Technologies, Inc. Mediated lending of digital items
US8799363B2 (en) 2011-03-29 2014-08-05 Amazon Technologies, Inc. Lending digital items to identified recipients
CN102194071B (zh) * 2011-05-20 2013-06-05 嘉兴云歌信息科技有限公司 基于时域的数据取证及交叉分析方法
CN102289610A (zh) * 2011-06-08 2011-12-21 无敌科技(西安)有限公司 嵌入式设备离线数字版权管理证书控管系统及其方法
US10296878B1 (en) 2011-06-28 2019-05-21 Amazon Technologies, Inc. Platform for providing generic e-content
US9116991B2 (en) * 2011-08-16 2015-08-25 Google Inc. Searching encrypted electronic books
US8612584B2 (en) * 2011-08-29 2013-12-17 Google Inc. Using eBook reading data to generate time-based information
US9654467B1 (en) * 2013-03-14 2017-05-16 EMC IP Holding Company LLC Time synchronization solutions for forward-secure one-time authentication tokens
WO2015032059A1 (zh) 2013-09-05 2015-03-12 华为技术有限公司 存储系统及数据操作请求处理方法
US10218817B2 (en) 2015-04-28 2019-02-26 Microsoft Technology Licensing, Llc Digital rights list for device groups
EP3455763B1 (en) * 2016-05-12 2020-12-30 Koninklijke Philips N.V. Digital rights management for anonymous digital content sharing
CN106778085A (zh) * 2016-11-22 2017-05-31 中铁第五勘察设计院集团有限公司 一种软件加密保护及自动延期的方法
CN107315929A (zh) * 2017-02-10 2017-11-03 苏州丞相文化科技有限公司 一种互联网图片版权保护的方法
KR102488636B1 (ko) * 2017-11-23 2023-01-17 삼성전자주식회사 데이터 및 타임스탬프를 암호화하는 암호화 장치, 이를 포함하는 시스템 온 칩, 및 전자 장치
US20210349968A1 (en) * 2018-10-16 2021-11-11 Follett Corporation Method and system for electronic content delivery to a user device through a wireless captive audience device
CN111460393A (zh) * 2020-03-18 2020-07-28 紫光云技术有限公司 一种防止系统绕过软件license时间管控的方法
CN112348998B (zh) * 2020-07-24 2024-03-12 深圳Tcl新技术有限公司 一次性密码的生成方法、装置、智能门锁及存储介质
CN112153078B (zh) * 2020-10-26 2021-07-27 广州欧赛斯信息科技有限公司 一种基于时间释放的加密方法及系统
CN112636920A (zh) * 2020-12-10 2021-04-09 浙商银行股份有限公司 一种基于权限管控的同构许可链互联方法
CN113052729B (zh) * 2021-03-16 2024-06-18 公安部第三研究所 一种手机取证能力验证样品的构建平台及方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003274339A (ja) * 2002-03-13 2003-09-26 Sanyo Electric Co Ltd 情報記憶装置、情報記憶方法および記憶媒体
CN1642077A (zh) * 2004-01-13 2005-07-20 国际商业机器公司 可信数字时间戳的生成和验证的方法及系统
CN101000646A (zh) * 2007-01-17 2007-07-18 北京大学 一种数字内容按时间控制的版权保护方法及系统

Family Cites Families (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5978476A (en) * 1996-09-17 1999-11-02 Altera Corporation Access restriction to circuit designs
JP3575210B2 (ja) * 1997-02-04 2004-10-13 日本ビクター株式会社 デジタル情報管理システム、端末装置、情報管理センタ及びデジタル情報管理方法
US6233341B1 (en) * 1998-05-19 2001-05-15 Visto Corporation System and method for installing and using a temporary certificate at a remote site
US6865675B1 (en) * 1998-07-14 2005-03-08 Koninklijke Philips Electronics N.V. Method and apparatus for use of a watermark and a unique time dependent reference for the purpose of copy protection
JP2000068953A (ja) * 1998-08-20 2000-03-03 Hitachi Ltd 暗号化放送視聴端末装置及びシステム
US6920567B1 (en) * 1999-04-07 2005-07-19 Viatech Technologies Inc. System and embedded license control mechanism for the creation and distribution of digital content files and enforcement of licensed use of the digital content files
US6625656B2 (en) * 1999-05-04 2003-09-23 Enounce, Incorporated Method and apparatus for continuous playback or distribution of information including audio-visual streamed multimedia
US6970849B1 (en) * 1999-12-17 2005-11-29 Microsoft Corporation Inter-server communication using request with encrypted parameter
CN1343938A (zh) * 2000-09-21 2002-04-10 优硕资讯科技股份有限公司 控制电子文件的租借效期的方法及其系统
JP2003085321A (ja) * 2001-09-11 2003-03-20 Sony Corp コンテンツ利用権限管理システム、コンテンツ利用権限管理方法、および情報処理装置、並びにコンピュータ・プログラム
EP1474924A2 (en) * 2002-02-01 2004-11-10 Koninklijke Philips Electronics N.V. Watermark-based access control method and device
US20040073789A1 (en) * 2002-10-15 2004-04-15 Powers John Stephenson Method for collaborative software licensing of electronically distributed computer programs
KR100597401B1 (ko) * 2004-02-06 2006-07-06 삼성전자주식회사 컨텐츠 저작권 보호를 위한 drm 관리 방법 및 그 장치
US20050289072A1 (en) * 2004-06-29 2005-12-29 Vinay Sabharwal System for automatic, secure and large scale software license management over any computer network
US20060080260A1 (en) * 2004-10-13 2006-04-13 Tien-Fu Chen System and method for digital content rights management on portable storage devices
KR100666941B1 (ko) * 2005-01-07 2007-01-11 삼성전자주식회사 동일 컨텐츠에 대한 중복 다운로드 관리 방법
US8074083B1 (en) * 2007-01-09 2011-12-06 Google Inc. Controlling download and playback of media content
US20080271076A1 (en) * 2007-04-27 2008-10-30 General Instrument Corporation Method and Apparatus for Switching Between Edge Device Resources in an SDV System
KR20110003325A (ko) * 2008-02-22 2011-01-11 노키아 코포레이션 라이브 및 재생 소비를 위한 행동을 결정하는 시스템 및 방법
CN101425093A (zh) * 2008-12-05 2009-05-06 腾讯科技(深圳)有限公司 基于社会性网络关系链的联系人动态内容聚合方法及系统

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003274339A (ja) * 2002-03-13 2003-09-26 Sanyo Electric Co Ltd 情報記憶装置、情報記憶方法および記憶媒体
CN1642077A (zh) * 2004-01-13 2005-07-20 国际商业机器公司 可信数字时间戳的生成和验证的方法及系统
CN101000646A (zh) * 2007-01-17 2007-07-18 北京大学 一种数字内容按时间控制的版权保护方法及系统

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Digital Rights Management Method And System For Content Copyright Protection", February 2005, SAMSUNG ELECTRONICS CO., LTD.
See also references of EP2116949A4

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6765866B1 (en) 2000-02-29 2004-07-20 Mosaid Technologies, Inc. Link aggregation

Also Published As

Publication number Publication date
CN101000646A (zh) 2007-07-18
US8887299B2 (en) 2014-11-11
US20100086130A1 (en) 2010-04-08
JP2010517123A (ja) 2010-05-20
EP2116949A4 (en) 2013-06-12
US20150067887A1 (en) 2015-03-05
EP2116949B1 (en) 2018-02-21
EP2116949A1 (en) 2009-11-11
CN100452074C (zh) 2009-01-14
JP5043959B2 (ja) 2012-10-10

Similar Documents

Publication Publication Date Title
WO2008089624A1 (en) Copyright protecting method and system with digital content
US10489562B2 (en) Modular software protection
US9009477B2 (en) Archiving electronic content having digital signatures
US8869288B2 (en) Method for using time from a trusted host device
US8688588B2 (en) Method for improving accuracy of a time estimate used in digital rights management (DRM) license validation
RU2347266C2 (ru) Способ и устройство для получения и удаления информации относительно объектов цифровых прав
KR101509377B1 (ko) 권리 객체 백업 방법 및 장치
US20090151006A1 (en) Group registration device, group registration release device, group registration method, license acquisition device, license acquisition method, time setting device, and time setting method
US20080307494A1 (en) Memory device with circuitry for improving accuracy of a time estimate used to authenticate an entity
US20080307495A1 (en) Memory device with circuitry for improving accuracy of a time estimate used in digital rights management (DRM) license validation
US20080304364A1 (en) Memory device with circuitry for improving accuracy of a time estimate
CA2495196A1 (en) Apparatus, system and method for securing digital documents in a digital appliance
US20080307507A1 (en) Memory device using time from a trusted host device
JP2001014441A (ja) 半導体メモリカード及び読み出し装置
WO2010139258A1 (zh) 一种软件版权保护方法、设备和系统
TW202022659A (zh) 數位版權管理系統與數位版權保護方法
US20080307237A1 (en) Method for improving accuracy of a time estimate used to authenticate an entity to a memory device
JP4673150B2 (ja) デジタルコンテンツ配信システムおよびトークンデバイス
JP2002287629A (ja) 電子デバイス、電子デバイス内の情報更新システム、情報更新方法およびそのプログラム
WO2008154309A1 (en) Memory device using the time from a trusted host device and method for use therewith
JP2006127349A (ja) デジタル著作権管理装置およびプログラム
JP2004145618A (ja) 情報処理装置および文書認証方法およびプログラムおよび記録媒体
EP2156355A1 (en) Memory device with circuitry for improving accuracy of a time estimate used to authenticate an entity and method for use therewith
JP2012178065A (ja) 情報処理装置、情報処理方法、プログラムおよび記録媒体
JP2002207639A (ja) コンテンツ並びにその処理方法及びその処理装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07845885

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2009545796

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2007845885

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 12522989

Country of ref document: US