US20110126006A1 - Method and system for secure network-based distribution of content - Google Patents

Method and system for secure network-based distribution of content Download PDF

Info

Publication number
US20110126006A1
US20110126006A1 US13/010,600 US201113010600A US2011126006A1 US 20110126006 A1 US20110126006 A1 US 20110126006A1 US 201113010600 A US201113010600 A US 201113010600A US 2011126006 A1 US2011126006 A1 US 2011126006A1
Authority
US
United States
Prior art keywords
media
user
key
media file
file
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.)
Abandoned
Application number
US13/010,600
Inventor
Thomas Dowdy
Jeffrey L. Robbin
Guy L. Tribble
David Heller
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US13/010,600 priority Critical patent/US20110126006A1/en
Publication of US20110126006A1 publication Critical patent/US20110126006A1/en
Priority to US15/438,646 priority patent/US10628557B2/en
Abandoned legal-status Critical Current

Links

Images

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]
    • G06F21/101Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM] by binding digital rights to specific entities
    • G06F21/1011Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM] by binding digital rights to specific entities to devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F1/00Details not covered by groups G06F3/00 - G06F13/00 and G06F21/00
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general

Definitions

  • the present invention relates to content distribution and, more particularly, to content distribution in a client-server environment.
  • mp3.com which uses a centralized server for storage of the numerous songs that are available for download.
  • Napster Another popular approach to music distribution was Napster in which peer-to-peer sharing was utilized. With peer-to-peer sharing, the numerous songs reside on the user machines of the many users, not on a centralized server.
  • the invention relates to network-based distribution of content.
  • the distribution of content is not only secure but also controlled.
  • the security restricts access to content within media files during downloads as well as while stored at a server or client.
  • each media file is encrypted with a different, randomly generated key.
  • the control over the distribution of the media file can serve to limit the subsequent distribution of media files from clients to other clients.
  • the control can permit media files to be shared on a limited number of different clients affiliated with the same user.
  • the clients can vary with application but generally are computing devices that have memory storage. Often, the clients are personal computers or other computing devices that are capable of storing and presenting content to their users.
  • the invention can be implemented in numerous ways including, as a method, system, device, apparatus, or computer readable medium. Several embodiments of the invention are discussed below.
  • one embodiment of the invention includes at least the operations of: receiving media files pertaining to media items, each of the media files having at least media content data; generating a download key for each of the media files, the download keys being different for each of the media files; encrypting each of the media files with the corresponding one of the download keys to produce encrypted media files; and storing the encrypted media files to the centralized media store.
  • one embodiment of the invention includes at least the operations of: identifying a media file from a plurality of available media files, each of the media files having at least media content data; purchasing access to the identified media file; obtaining a download key that corresponds to the identified media file; downloading the identified media file in its encrypted form to the local machine; decrypting the identified media file to its unencrypted form using the download key; obtaining at least one user key, the user key being associated with a user of the local machine; generating a content key that is at least substantially random; encrypting the media content data of the identified media file with the content key; encrypting the content key with the user key to produce an encrypted content key; modifying the identified media file to further include a user key reference and the encrypted content key; and storing the modified media file to the local machine.
  • another embodiment of the invention includes at least the operations of: identifying a media file from a plurality of available media files, each of the media files having at least media content data; purchasing access to the identified media file; obtaining a download key that corresponds to the identified media file; downloading the identified media file in its encrypted form to the local machine; obtaining at least one user key, the user key being associated with a user of the local machine; generating a content key that is at least substantially random; transcrypting the media content data of the identified media file using the download key and the content key; encrypting the content key with the user key to produce an encrypted content key; modifying the identified media file to further include a user key reference and the encrypted content key; and storing the modified media file to the local machine.
  • still another embodiment of the invention includes at least the operations of: identifying a media file from a plurality of available media files, each of the media files having at least media content data; purchasing access to the identified media file; obtaining at least one user key, the user key being associated with a user of the local machine; generating a content key that is at least substantially random; encrypting the media content data of the identified media file with the content key; encrypting the content key with the user key to produce an encrypted content key; and modifying the identified media file to further include a user key reference and the encrypted content key.
  • one embodiment of the invention includes at least the operations of: identifying a media file to be presented, the identified media file having at least encrypted media content data, a user key reference, and an encrypted content key; obtaining a user key based on the user key reference within the identified media file; obtaining the encrypted content key from the identified media file; decrypting the encrypted content key using the user key to obtain the content key; decrypting the encrypted media content data of the identified media file with the content key; and presenting the media content data of the identified media file.
  • one embodiment of the invention includes at least: computer program code for receiving media files pertaining to media items, each of the media files having at least media content data; computer program code for generating a download key for each of the media files, the download keys being different for each of the media files; computer program code for encrypting each of the media files with the corresponding one of the download keys to produce encrypted media files; computer program code for storing the encrypted media files to the centralized media store; computer program code for identifying a media file to be purchased from a plurality of available media files, each of the media files having at least media content data; computer program code for purchasing access to the identified media file; computer program code for obtaining a download key that corresponds to the identified media file; and computer program code for downloading the identified media file in its encrypted form to the local machine.
  • one embodiment of the invention includes at least: computer program code for receiving a particular media file at the local machine from the server machine, the particular media file having at least media content data; computer program code for decrypting the particular media file to its unencrypted form using the download key; computer program code for obtaining at least one user key, the user key being associated with a user of the local machine; computer program code for generating a content key that is at least substantially random; computer program code for encrypting the media content data of the particular media file with the content key; computer program code for encrypting the content key with the user key to produce an encrypted content key; computer program code for modifying the particular media file to further include a user key reference and the encrypted content key; and computer program code for storing the modified media file to the local machine.
  • one embodiment of the invention includes at least: computer program code for identifying a media file from a plurality of available media files, each of the media files having at least media content data; computer program code for purchasing access to the identified media file; computer program code for obtaining a download key that corresponds to the identified media file; computer program code for downloading the identified media file in its encrypted form to the local machine; computer program code for obtaining at least one user key, the user key being associated with a user of the local machine; computer program code for generating a content key that is at least substantially random; computer program code for transcrypting the media content data of the identified media file using the download key and the content key; computer program code for encrypting the content key with the user key to produce an encrypted content key; computer program code for modifying the identified media file to further include a user key reference and the encrypted content key; and computer program code for storing the modified media file to the local machine.
  • one embodiment of the invention includes at least: computer program code for identifying a media file from a plurality of available media files, each of the media files having at least media content data; computer program code for purchasing access to the identified media file; computer program code for obtaining at least one user key, where the user key is associated with a user of the local machine; computer program code for generating a content key that is at least substantially random; computer program code for encrypting the media content data of the identified media file with the content key; computer program code for encrypting the content key with the user key to produce an encrypted content key; and computer program code for modifying the identified media file to further include a user key reference and the encrypted content key.
  • one embodiment of the invention includes at least a media store and a media server.
  • the media store stores a plurality of media files, where each of the media files have at least media content data and possibly metadata.
  • the metadata if provided, describes characteristics of the associated media item.
  • the media server operates to generate a download key for each of the media files to be stored, to encrypt each of the media files with the corresponding one of the download keys to produce encrypted media files, and to store the encrypted media files to the media store.
  • another embodiment of the invention includes at least a media store and a media server.
  • the media store stores a plurality of media files, where each of the media files have at least encrypted media content data.
  • the media server operates to distribute the media files to machines in a secure manner such that the media files can be presented on only those user machines that have been authorized by user accounts maintained by said media server.
  • Another embodiment of the invention concerns a media distribution system wherein a set of the media files that have been purchased by a particular user can be authorized for use on a limited number of machines associated with the particular user.
  • one embodiment of the invention includes at least: computer program code for identifying a media file to be presented, the identified media file having at least encrypted media content data, a user key reference, and an encrypted content key; computer program code for obtaining a user key based on the user key reference within the identified media file; computer program code for obtaining the encrypted content key from the identified media file; computer program code for decrypting the encrypted content key using the user key to obtain the content key; computer program code for decrypting the encrypted media content data of the identified media file with the content key; and computer program code for presenting the media content data of the identified media file.
  • FIG. 1 is a block diagram of a media distribution system according to one embodiment of the invention.
  • FIG. 2 is a block diagram of a media server according to one embodiment of the invention.
  • FIG. 3 is a flow diagram of media storage processing according to one embodiment of the invention.
  • FIGS. 4A and 4B are flow diagrams of media purchase and download processing according to one embodiment of the invention.
  • FIGS. 5A and 5B are flow diagrams of media purchase and download processing according to another embodiment of the invention.
  • FIGS. 6A and 6B are flow diagrams of media purchase and download processing according to still another embodiment of the invention.
  • FIG. 7 is a flow diagram of playback processing according to one embodiment of the invention.
  • the invention pertains to network-based distribution of content.
  • the distribution of content is not only secure but also controlled.
  • the security restricts access to content within media files during downloads as well as while stored at a server or client.
  • each media file is encrypted with a different, randomly generated key.
  • the control over the distribution of the media file can serve to limit the subsequent distribution of media files from clients to other clients.
  • the control can permit media files to be shared on a limited number of different clients affiliated with the same user.
  • the clients can vary with application but generally are computing devices that have memory storage. Often, the clients are personal computers or other computing devices that are capable of storing and presenting content to their users.
  • the invention pertains to a method and system for controlled distribution of content in a client-server environment.
  • the controlled distribution uses encryption and user accounts to not only restrict unauthorized access to the content but also to limit usage rights to the content by authorized users.
  • the content can, for example, be audio, video, or image data.
  • the content can also be referred to as media content or media (when referring to audio, video, or image data).
  • the content is typically contained in a file known as a media file.
  • Such media files have a digital form and are stored on a data storage medium.
  • the data storage medium can pertain to a compact disc, a magnetic storage device, a semiconductor memory device, an optical storage device, etc.
  • FIG. 1 is a block diagram of a media distribution system 100 according to one embodiment of the invention.
  • the media distribution system 100 includes a media server 102 .
  • the media server 102 stores, manages and downloads media files.
  • the media files are provided to the media server 102 by a local media source 104 or a remote media source 106 .
  • the local media source 104 can be in the form of a compact disc (CD), a magnetic storage device, a digital versatile disk (DVD), or a disk drive.
  • the local media source 104 is a removable medium that can be provided to a media company and delivered to the media server 102 at a hosting location.
  • the remote media source 106 can pertain to a computing device that couples to the media server 102 through a data network 108 , such as the Internet.
  • the remote media source 106 can transmit or stream media files to the media server 102 through the data network 108 .
  • the media files that are received at the media server 102 from the media sources 104 , 106 can be processed and then stored to a media storage 110 .
  • the processing of the media files at the media server 102 can secure the files using encryption and can also prepare the media files for download to prospective users (i.e., purchasers).
  • the media distribution system 100 allows users of client machines 112 and 114 to access the media server 102 via the data network (Internet) 108 . Accordingly, users of the client machines 112 and 114 are able to interact with the media server 102 . Through such interaction, users of the client machines 112 and 114 are able to browse the media files stored in the media storage 110 , select media files for purchase, download the purchased media files, and subsequently play the purchased media files at their respective client machines 112 and 114 .
  • the media distribution system 100 operates to impose limitations on access to the media files through encryption processes. The media distribution system 100 also causes usage restrictions to be imposed on the purchased media files that have been downloaded.
  • the client machines 112 and 114 are computing devices, either general-purpose or special purpose. In recent times, computing devices have become smaller and more compact. The computing devices can also be designed for primarily stationary or portable usage. One type of portable computing device that the invention is suitable for use with are known as handheld computing devices. Handheld computing devices are sometimes more specialized computing devices than are general-purpose personal computers. For example, one type of handheld computing device is a portable (or personal) media player. Media players can also be referred to as consumer electronics products. A media player plays media, such as MP3 files, MPEG files, Advanced Audio Coding (AAC) files, compact discs or DVDs, for the benefit of a user. In one embodiment, the media player can utilize a disk drive to provide mass storage of media content that is played by the media player.
  • AAC Advanced Audio Coding
  • FIG. 2 is a block diagram of a media server 200 according to one embodiment of the invention.
  • the media server 200 is, for example, suitable for use as the media server 102 illustrated in FIG. 1 .
  • the media server 200 couples to a network (e.g., the data network 108 ) and a media storage (e.g., the media storage 110 ).
  • the media server 200 includes a media storage manager 202 , a media purchase manager 204 , a media download manager 206 , and user accounts 208 .
  • the media storage manager 202 operates to receive incoming media files, to process the media files for eventual download, and to store the files to the media storage.
  • the media purchase manager 204 assists users of client machines (e.g., the client machines 112 and 114 shown in FIG. 1 ) to purchase one or more media files through on-line interaction with the media server 200 .
  • client machines e.g., the client machines 112 and 114 shown in FIG. 1
  • the media purchase manager 204 would assist a user in completing an electronic commerce transaction to enable the user to purchase the right to receive and utilize one or more media files.
  • the media download manager 206 facilitates the download of media files that have been purchased to the appropriate client machines of the users that have purchased the media files.
  • the user accounts 208 store user information pertaining to users of the system.
  • the user information includes a set of user keys associated with each of the users.
  • the user keys are used by the media server 200 when encrypting media files for particular users that have purchased access rights thereto. Through management of the user keys for a user, the media server 200 can limit the number or type of client machine that is able to receive or make use of the media file.
  • FIG. 3 is a flow diagram of media storage processing 300 according to one embodiment of the invention.
  • the media storage processing 300 is, for example, performed by the media server 102 illustrated in FIG. 1 or the media storage manager 202 illustrated in FIG. 2 .
  • the media storage processing 300 initially receives 302 a media file at the media server.
  • the media file is constructed such that it includes media data and may further include metadata.
  • the metadata describes characteristics of the data.
  • the metadata can indicate characteristics, such as, name, artist, copyright information, title, etc.
  • the metadata of the media file is optionally encrypted 304 , such as with a global key.
  • the global key is used to encrypt the metadata for all the media files at the media server.
  • different global keys can be used with different media servers.
  • the metadata is not that sensitive so the use of a common global key to encrypt such is adequate. However, if stronger encryption is desired, then more specialized keys can be used to increase the level of security.
  • the metadata is not encrypted.
  • a download key is also generated 306 for the media file.
  • the download key is a substantially random secret key that is generated for each media file to be stored.
  • the media file is encrypted 308 with the download key.
  • the media file is encrypted 308 with the download key corresponding to that particular media file.
  • the media file (encrypted media file) is secured through encryption and ready for download to potential users.
  • the encrypted media file is stored 310 to a central media storage.
  • the central media storage is the media storage 110 of FIG. 1 .
  • the media storage processing 300 is complete and ends.
  • the encrypted media file can be purchased and transmitted to the purchaser in its encrypted format to prevent unauthorized access to the media file.
  • the media files are stored in an encrypted manner and are ready to be downloaded with little or no further processing. Consequently, the server is able to be more efficient and handle greater demands for downloading of media files.
  • FIGS. 4A and 4B are flow diagrams of media purchase and download processing 400 according to one embodiment of the invention.
  • the media purchase and download processing 400 is, for example, performed by the media server 102 illustrated in FIG. 1 or by the media purchase manager 204 and the media download manager 206 of the media server 200 illustrated in FIG. 2 .
  • the media purchase and download processing 400 initially permits a user to browse 402 media files that are available for purchase.
  • the user is able to browse the media files to assist the user in determining whether to purchase one or more of the media files.
  • the user is able to view at least portions of the metadata for the media files, view text associated with the media files, and/or sample audio, graphics or video pertaining to the media files.
  • a user selects 404 a media file for purchase. Then, the user purchases 406 the media file and receives an associated download key. The user may also receive a global key when a media file is purchased.
  • the purchase of the media file can be an electronic commerce transaction in which the user pays for the access to the media file through any of a variety of financial transfer means, such as credit card, debit card, or payment assistance (e.g., PayPal, Neteller, pre-paid ATM, etc.).
  • the media file is downloaded 408 to the user.
  • the download 408 of the media file can be performed by streaming the media file through the data network to the user, namely, to the user's client machine.
  • the downloading 408 of the media file is efficient because the manner in which the media file is stored facilitates its immediate download without the need for processing-intensive conversion.
  • the media file is then decrypted 410 at the user's local machine using the download key. Further, at this point, if the metadata of the media file itself is encrypted, the metadata can also be decrypted using the global key which has previously been provided to the user who has purchased the access rights to the media file.
  • user keys associated with the user are retrieved 412 .
  • One of the user keys is selected 414 .
  • the user keys can be rotated (e.g., cycled) for improved security.
  • the number of different client machines that can be authorized can be limited, thereby restricting the ability of the user to utilize the downloaded media file on more than the predetermined limited number of client machines.
  • a random content key is generated 416 .
  • the random content key is a key that is substantially randomly generated or pseudo-randomly generated.
  • the media portion of the media file is encrypted 418 with the random content key.
  • the random content key is then itself encrypted 420 with the selected user key.
  • the media file is modified 422 to further include a user key reference and the encrypted random content key.
  • the media file could be further modified to include information identifying the user who purchased access rights to the media file.
  • the media file could be modified to include user-identifying information by storing an encrypted version of the global key (associated with the user that purchased the access rights) into the media file.
  • the media portion of the media file may be modified by digitally watermarking it with user-identifiable information.
  • the appropriate user key will be needed, and the user key reference allows the user key to be located (should it be present).
  • the user key is stored in a local data storage of the user's client machine.
  • the modified media file is stored 424 to the local data storage.
  • the local data storage can be a disk drive, random-access memory, a removable media, etc.
  • a database can be used to manage the storage of the modified media files in the local data storage. Following the operation 424 , the media purchase and download processing 400 is complete and ends.
  • the media file can have a file format that varies.
  • one suitable file format is a MPEG4 format.
  • Other suitable formats include QuickTime movies, MPEG-1 format and MPEG-2 format.
  • FIGS. 5A and 5B are flow diagrams of media purchase and download processing 500 according to another embodiment of the invention.
  • the media purchase and download processing 500 is, for example, performed by the media server 102 illustrated in FIG. 1 or by the media purchase manager 204 and the media download manager 206 of the media server 200 illustrated in FIG. 2 .
  • the media purchase and download processing 500 initially permits a user to browse 502 media files that are available for purchase.
  • the user is able to browse the media files to assist the user in determining whether to purchase one or more of the media files.
  • the user is able to view at least portions of the metadata for the media files, view text associated with the media files, and/or sample audio, graphics or video pertaining to the media files.
  • a user selects 504 a media file for purchase. Then, the user purchases 506 the media file and receives an associated download key. The user may also receive a global key when a media file is purchased.
  • the purchase of the media file can be an electronic commerce transaction in which the user pays for the access to the media file through any of a variety of financial transfer means, such as credit card, debit card, or payment assistance (e.g., PayPal, Neteller, pre-paid ATM, etc.).
  • the media file is downloaded 508 to the user.
  • the download 508 of the media file can be performed by streaming the media file through the data network to the user, namely, to the user's client machine.
  • the downloading 508 of the media file is efficient because the manner in which the media file is stored facilitates its immediate download without the need for processing-intensive conversion.
  • user keys associated with the user are retrieved 510 . Then, one of the user keys is selected 512 .
  • the user keys can be rotated (e.g., cycled) for improved security.
  • the number of different client machines that can be authorized can be limited, thereby restricting the ability of the user to utilize the downloaded media file on more than the predetermined limited number of client machines.
  • a random content key is generated 514 .
  • the random content key is a key that is substantially randomly generated or pseudo-randomly generated.
  • the media portion of the media file is transcrypted 516 using the download key and the random content key.
  • the random content key is then itself encrypted 518 with the selected user key.
  • the media file is modified 520 to further include a user key reference and the encrypted random content key.
  • the media file could be further modified to include information identifying the user who purchased access rights to the media file.
  • the media file could be modified to include user-identifying information by storing an encrypted version of the global key (associated with the user that purchased the access rights) into the media file.
  • the appropriate user key will be needed, and the user key reference allows the user key to be located (should it be present).
  • the user key is stored in a local data storage of the user's client machine.
  • the modified media file is stored 522 to the local data storage.
  • the local data storage can be a disk drive, random-access memory, a removable media, etc.
  • a database can be used to manage the storage of the modified media files in the local data storage. Following the operation 522 , the media purchase and download processing 500 is complete and ends.
  • FIGS. 6A and 6B are flow diagrams of media purchase and download processing 600 according to still another embodiment of the invention.
  • the media purchase and download processing 600 is, for example, performed by the media server 102 illustrated in FIG. 1 or by the media purchase manager 204 and the media download manager 206 of the media server 200 illustrated in FIG. 2 .
  • the media purchase and download processing 600 initially permits a user to browse 602 media files that are available for purchase.
  • the user is able to browse the media files to assist the user in determining whether to purchase one or more of the media files.
  • the user is able to view at least portions of the metadata for the media files, view text associated with the media files, and/or sample audio, graphics or video pertaining to the media files.
  • a user selects 604 a media file for purchase. Then, the user purchases 606 the media file.
  • the purchase of the media file can be an electronic commerce transaction in which the user pays for the access to the media file through any of a variety of financial transfer means, such as credit card, debit card, or payment assistance (e.g., PayPal, Neteller, pre-paid ATM, etc.).
  • user keys associated with the user are retrieved 608 . Then, one of the user keys is selected 610 .
  • the user keys can be rotated (e.g., cycled) for improved security.
  • the number of different client machines that can be authorized can be limited, thereby restricting the ability of the user to utilize the downloaded media file on more than the predetermined limited number of client machines.
  • a random content key is generated 612 .
  • the random content key is a key that is substantially randomly generated or pseudo-randomly generated.
  • the media portion of the media file is encrypted 614 with the random content key.
  • the random content key is then itself encrypted 616 with the selected user key.
  • the media file is modified 618 to further include a user key reference and the encrypted random content key.
  • the media file could be further modified to include information identifying the user who purchased access rights to the media file.
  • the media file could be modified to include user-identifying information by storing an encrypted version of the global key (associated with the user that purchased the access rights) into the media file.
  • the media portion of the media file may be modified by digitally watermarking it with user-identifiable information.
  • the media file is then downloaded 620 to the user.
  • the download 620 of the media file can be performed by streaming the media file through the data network to the user, namely, to the user's client machine.
  • the appropriate user key is needed, and the user key reference allows the user key to be located (should it be present).
  • the user key is stored in a local data storage of the user's client machine.
  • the modified media file is stored 622 to the local data storage.
  • the local data storage can be a disk drive, random-access memory, a removable media, etc.
  • a database can be used to manage the storage of the modified media files in the local data storage. Following the operation 622 , the media purchase and download processing 600 is complete and ends.
  • FIG. 7 is a flow diagram of playback processing 700 according to one embodiment of the invention.
  • the playback processing 700 is performed at a client machine (user machine), such as the client machine 112 or the client machine 114 illustrated in FIG. 1 .
  • the client machines can be desktop computers, notebook computers, handheld computers, personal digital assistants, media players, and various other devices.
  • the playback processing 700 allows a user of a client machine to browse 702 media files in the local data storage for playback.
  • the media files that are available for playback can be searched, scanned or reviewed (e.g., pre-viewed) by the user.
  • the user browses through the media files using the metadata for the media files or perhaps samples of the media files.
  • a media file to be played is selected 704 .
  • a user key reference is obtained 706 from the selected media file.
  • the media files that are stored to the local media storage have a user key reference contained within the media files.
  • the user key reference can be obtained 706 from the selected media file.
  • a user key is then located 708 in the client machine (e.g., local data storage) based on the user key reference that was obtained 706 from the selected media file.
  • a decision 710 determines whether the user key was found.
  • the decision 710 determines that the user key is not able to be found, then the user has not configured the client machine to be suitable for accessing media files; hence, a user account must be setup 712 with the media server. This requires that the user interact with the media server via the client machine to setup a user account specific to the client machine.
  • the playback processing 700 returns to repeat the operation 708 and subsequent operations so that the user key can be located.
  • an encrypted random content key is obtained 714 from the selected media file. Again, the nature of the selected media file is such that it contains the encrypted random content key. Then, the encrypted random content key is decrypted 716 with the user key. The random content key that results from the decrypting 716 can then be used to decrypt 718 the encrypted media portion of the media file. At this point, the media portion of the media file is in the “clear.” Finally, the media portion of the media file is played 720 at the client machine. Following the operation 720 , the playback processing 700 is complete and ends.
  • the media files can pertain to audio items (e.g., audio files or songs, such as for music), video items (e.g., video files or movies), or image items (e.g., photos).
  • audio items e.g., audio files or songs, such as for music
  • video items e.g., video files or movies
  • image items e.g., photos
  • the invention is preferably implemented by software, but can also be implemented in hardware or a combination of hardware and software.
  • the invention can also be embodied as computer readable code on a computer readable medium.
  • the computer readable medium is any data storage device that can store data which can thereafter be read by a computer system. Examples of the computer readable medium include read-only memory, random-access memory, CD-ROMs, DVDs, magnetic tape, optical data storage devices, carrier waves.
  • the computer readable medium can also be distributed over network-coupled computer systems so that the computer readable code is stored and executed in a distributed fashion.
  • One advantage of the invention is that encryption and user accounts are used to provide controlled distribution of content. The controlled distribution can not only restrict unauthorized access to the content but also limit usage rights to the content by authorized users.
  • Another advantage of the invention is that media file-specific encryption can be utilized at a server-side, while user-specific encryption can be used at a client-side.
  • Another advantage of the invention is that media files can be commonly encrypted at the server-side for storage and download to any user that has been authorized (e.g., by purchasing such rights).
  • Another advantage of the invention is that media files can be re-encrypted at a client-side using a random criteria so that all media files at the client-side are encrypted with a different key. Still another advantage of the invention is that, if desired, purchased media files can have restricted usage rights such that the content within the media files can only be played on a limited number of clients (user machines). Yet another advantage of the invention is that media files at a client-side can be browsed with respect to metadata (which is stored unencrypted) while access to media content data is protected through encryption.

Abstract

A method and system for network-based distribution of content are disclosed. The distribution of content is not only secure but also controlled. The security restricts access to content within media files during downloads as well as while stored at a server or client. In one embodiment, each media file is encrypted with a different, randomly generated key. The control over the distribution of the media file can serve to limit the subsequent distribution of media files from clients to other clients. In another embodiment, the control can permit media files to be shared on a limited number of different clients affiliated with the same user. The clients can vary with application but generally are computing devices that have memory storage. Often, the clients are personal computers or other computing devices that are capable of storing and presenting content to their users.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 10/832,812, filed Apr. 26, 2004, and entitled “METHOD AND SYSTEM FOR SECURE NETWORK-BASED DISTRIBUTION OF CONTENT”, which is hereby incorporated by reference herein, which in turn is a Continuation-In-Part of U.S. patent application Ser. No. 10/423,700, filed Apr. 25, 2003, and entitled “METHOD AND SYSTEM FOR SECURE NETWORK-BASED DISTRIBUTION OF CONTENT”, which is hereby incorporated by reference herein.
  • This application is also related to: (i) U.S. patent application Ser. No. 10/833,267, filed Apr. 26, 2004, and entitled “METHOD AND SYSTEM FOR NETWORK-BASED PURCHASE AND DISTRIBUTION OF MEDIA” (now U.S. Pat. No. 7,797,242), which is hereby incorporated by reference herein; and (ii) U.S. patent application Ser. No. 10/832,984, filed Apr. 26, 2004, and entitled “GRAPHICAL USER INTERFACE FOR BROWSING, SEARCHING AND PRESENTING MEDIA ITEMS”, which is hereby incorporated by reference herein.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention relates to content distribution and, more particularly, to content distribution in a client-server environment.
  • 2. Description of the Related Art
  • In recent years music delivery or distribution over the Internet has become popular. Due to the advances in efficient file formats, such as MP3 and MPEG4, the size of media files have become small enough to make their download via the Internet practical. Also, technological advances have led to higher-speed Internet connections and lower cost of memory. The combination of these advances make downloading media files, such as for music and videos, manageable and not too time consuming.
  • One popular approach to music distribution is mp3.com which uses a centralized server for storage of the numerous songs that are available for download. Another popular approach to music distribution was Napster in which peer-to-peer sharing was utilized. With peer-to-peer sharing, the numerous songs reside on the user machines of the many users, not on a centralized server.
  • These on-line approaches to music distribution were associated with wide-scale copyright infractions. The music industry was particularly concerned over the popularity of these on-line music distribution websites and the associated unauthorized copying and sharing of media files. In an effort to protect its copyrights and royalty revenue for artists, the music industry undertook legal actions to thwart these popular on-line music distribution websites.
  • Thus, there is a need for improved approaches to on-line content distribution that provides users the ease and convenience of downloading media files, while at the same time provides a secured and controlled environment to protect copyright holders' rights to the content contained within the media files.
  • SUMMARY
  • Broadly speaking, the invention relates to network-based distribution of content. The distribution of content is not only secure but also controlled. The security restricts access to content within media files during downloads as well as while stored at a server or client. In one embodiment, each media file is encrypted with a different, randomly generated key. The control over the distribution of the media file can serve to limit the subsequent distribution of media files from clients to other clients. In another embodiment, the control can permit media files to be shared on a limited number of different clients affiliated with the same user. The clients can vary with application but generally are computing devices that have memory storage. Often, the clients are personal computers or other computing devices that are capable of storing and presenting content to their users.
  • The invention can be implemented in numerous ways including, as a method, system, device, apparatus, or computer readable medium. Several embodiments of the invention are discussed below.
  • As a method for storing media files to a centralized media storage such that they are ready for download, one embodiment of the invention includes at least the operations of: receiving media files pertaining to media items, each of the media files having at least media content data; generating a download key for each of the media files, the download keys being different for each of the media files; encrypting each of the media files with the corresponding one of the download keys to produce encrypted media files; and storing the encrypted media files to the centralized media store.
  • As a method for acquiring a media file for usage at a local machine from a central server machine, one embodiment of the invention includes at least the operations of: identifying a media file from a plurality of available media files, each of the media files having at least media content data; purchasing access to the identified media file; obtaining a download key that corresponds to the identified media file; downloading the identified media file in its encrypted form to the local machine; decrypting the identified media file to its unencrypted form using the download key; obtaining at least one user key, the user key being associated with a user of the local machine; generating a content key that is at least substantially random; encrypting the media content data of the identified media file with the content key; encrypting the content key with the user key to produce an encrypted content key; modifying the identified media file to further include a user key reference and the encrypted content key; and storing the modified media file to the local machine.
  • As a method for acquiring a media file for usage at a local machine from a central server machine, another embodiment of the invention includes at least the operations of: identifying a media file from a plurality of available media files, each of the media files having at least media content data; purchasing access to the identified media file; obtaining a download key that corresponds to the identified media file; downloading the identified media file in its encrypted form to the local machine; obtaining at least one user key, the user key being associated with a user of the local machine; generating a content key that is at least substantially random; transcrypting the media content data of the identified media file using the download key and the content key; encrypting the content key with the user key to produce an encrypted content key; modifying the identified media file to further include a user key reference and the encrypted content key; and storing the modified media file to the local machine.
  • As a method for acquiring a media file for usage at a local machine from a central server machine, still another embodiment of the invention includes at least the operations of: identifying a media file from a plurality of available media files, each of the media files having at least media content data; purchasing access to the identified media file; obtaining at least one user key, the user key being associated with a user of the local machine; generating a content key that is at least substantially random; encrypting the media content data of the identified media file with the content key; encrypting the content key with the user key to produce an encrypted content key; and modifying the identified media file to further include a user key reference and the encrypted content key.
  • As a method for presenting content data from a media file to a user, one embodiment of the invention includes at least the operations of: identifying a media file to be presented, the identified media file having at least encrypted media content data, a user key reference, and an encrypted content key; obtaining a user key based on the user key reference within the identified media file; obtaining the encrypted content key from the identified media file; decrypting the encrypted content key using the user key to obtain the content key; decrypting the encrypted media content data of the identified media file with the content key; and presenting the media content data of the identified media file.
  • As a computer readable medium including at least computer program code for storing media files to a centralized media store associated with a central server machine, as well as acquiring a media file for usage at a local machine from the central server machine, one embodiment of the invention includes at least: computer program code for receiving media files pertaining to media items, each of the media files having at least media content data; computer program code for generating a download key for each of the media files, the download keys being different for each of the media files; computer program code for encrypting each of the media files with the corresponding one of the download keys to produce encrypted media files; computer program code for storing the encrypted media files to the centralized media store; computer program code for identifying a media file to be purchased from a plurality of available media files, each of the media files having at least media content data; computer program code for purchasing access to the identified media file; computer program code for obtaining a download key that corresponds to the identified media file; and computer program code for downloading the identified media file in its encrypted form to the local machine.
  • As a computer readable medium including at least computer program code for acquiring a media file for usage at a local machine from a central server machine, one embodiment of the invention includes at least: computer program code for receiving a particular media file at the local machine from the server machine, the particular media file having at least media content data; computer program code for decrypting the particular media file to its unencrypted form using the download key; computer program code for obtaining at least one user key, the user key being associated with a user of the local machine; computer program code for generating a content key that is at least substantially random; computer program code for encrypting the media content data of the particular media file with the content key; computer program code for encrypting the content key with the user key to produce an encrypted content key; computer program code for modifying the particular media file to further include a user key reference and the encrypted content key; and computer program code for storing the modified media file to the local machine.
  • As computer readable medium including at least computer program code for usage of a media file at a local machine from a central server machine, one embodiment of the invention includes at least: computer program code for identifying a media file from a plurality of available media files, each of the media files having at least media content data; computer program code for purchasing access to the identified media file; computer program code for obtaining a download key that corresponds to the identified media file; computer program code for downloading the identified media file in its encrypted form to the local machine; computer program code for obtaining at least one user key, the user key being associated with a user of the local machine; computer program code for generating a content key that is at least substantially random; computer program code for transcrypting the media content data of the identified media file using the download key and the content key; computer program code for encrypting the content key with the user key to produce an encrypted content key; computer program code for modifying the identified media file to further include a user key reference and the encrypted content key; and computer program code for storing the modified media file to the local machine.
  • As a computer readable medium including at least computer program code for acquiring a media file for usage at a local machine from a central server machine, one embodiment of the invention includes at least: computer program code for identifying a media file from a plurality of available media files, each of the media files having at least media content data; computer program code for purchasing access to the identified media file; computer program code for obtaining at least one user key, where the user key is associated with a user of the local machine; computer program code for generating a content key that is at least substantially random; computer program code for encrypting the media content data of the identified media file with the content key; computer program code for encrypting the content key with the user key to produce an encrypted content key; and computer program code for modifying the identified media file to further include a user key reference and the encrypted content key.
  • As a media distribution system, one embodiment of the invention includes at least a media store and a media server. The media store stores a plurality of media files, where each of the media files have at least media content data and possibly metadata. The metadata, if provided, describes characteristics of the associated media item. The media server operates to generate a download key for each of the media files to be stored, to encrypt each of the media files with the corresponding one of the download keys to produce encrypted media files, and to store the encrypted media files to the media store.
  • As a media distribution system, another embodiment of the invention includes at least a media store and a media server. The media store stores a plurality of media files, where each of the media files have at least encrypted media content data. The media server operates to distribute the media files to machines in a secure manner such that the media files can be presented on only those user machines that have been authorized by user accounts maintained by said media server.
  • Another embodiment of the invention concerns a media distribution system wherein a set of the media files that have been purchased by a particular user can be authorized for use on a limited number of machines associated with the particular user.
  • As a computer readable medium including at least computer program code for presenting a media file at a local machine, one embodiment of the invention includes at least: computer program code for identifying a media file to be presented, the identified media file having at least encrypted media content data, a user key reference, and an encrypted content key; computer program code for obtaining a user key based on the user key reference within the identified media file; computer program code for obtaining the encrypted content key from the identified media file; computer program code for decrypting the encrypted content key using the user key to obtain the content key; computer program code for decrypting the encrypted media content data of the identified media file with the content key; and computer program code for presenting the media content data of the identified media file.
  • Other aspects and advantages of the invention will become apparent from the following detailed description taken in conjunction with the accompanying drawings which illustrate, by way of example, the principles of the invention.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The invention will be readily understood by the following detailed description in conjunction with the accompanying drawings, wherein like reference numerals designate like structural elements, and in which:
  • FIG. 1 is a block diagram of a media distribution system according to one embodiment of the invention.
  • FIG. 2 is a block diagram of a media server according to one embodiment of the invention.
  • FIG. 3 is a flow diagram of media storage processing according to one embodiment of the invention.
  • FIGS. 4A and 4B are flow diagrams of media purchase and download processing according to one embodiment of the invention.
  • FIGS. 5A and 5B are flow diagrams of media purchase and download processing according to another embodiment of the invention.
  • FIGS. 6A and 6B are flow diagrams of media purchase and download processing according to still another embodiment of the invention.
  • FIG. 7 is a flow diagram of playback processing according to one embodiment of the invention.
  • DETAILED DESCRIPTION OF EMBODIMENTS OF THE INVENTION
  • The invention pertains to network-based distribution of content. The distribution of content is not only secure but also controlled. The security restricts access to content within media files during downloads as well as while stored at a server or client. In one embodiment, each media file is encrypted with a different, randomly generated key. The control over the distribution of the media file can serve to limit the subsequent distribution of media files from clients to other clients. In another embodiment, the control can permit media files to be shared on a limited number of different clients affiliated with the same user. The clients can vary with application but generally are computing devices that have memory storage. Often, the clients are personal computers or other computing devices that are capable of storing and presenting content to their users.
  • The invention pertains to a method and system for controlled distribution of content in a client-server environment. The controlled distribution uses encryption and user accounts to not only restrict unauthorized access to the content but also to limit usage rights to the content by authorized users.
  • The content can, for example, be audio, video, or image data. The content can also be referred to as media content or media (when referring to audio, video, or image data). The content is typically contained in a file known as a media file. Such media files have a digital form and are stored on a data storage medium. For example, the data storage medium can pertain to a compact disc, a magnetic storage device, a semiconductor memory device, an optical storage device, etc.
  • Embodiments of this aspect of the invention are discussed below with reference to FIGS. 1-7. However, those skilled in the art will readily appreciate that the detailed description given herein with respect to these figures is for explanatory purposes as the invention extends beyond these limited embodiments.
  • FIG. 1 is a block diagram of a media distribution system 100 according to one embodiment of the invention. The media distribution system 100 includes a media server 102. The media server 102 stores, manages and downloads media files. The media files are provided to the media server 102 by a local media source 104 or a remote media source 106. The local media source 104 can be in the form of a compact disc (CD), a magnetic storage device, a digital versatile disk (DVD), or a disk drive. Typically, the local media source 104 is a removable medium that can be provided to a media company and delivered to the media server 102 at a hosting location. The remote media source 106 can pertain to a computing device that couples to the media server 102 through a data network 108, such as the Internet. The remote media source 106 can transmit or stream media files to the media server 102 through the data network 108. The media files that are received at the media server 102 from the media sources 104, 106 can be processed and then stored to a media storage 110. The processing of the media files at the media server 102 can secure the files using encryption and can also prepare the media files for download to prospective users (i.e., purchasers).
  • The media distribution system 100 allows users of client machines 112 and 114 to access the media server 102 via the data network (Internet) 108. Accordingly, users of the client machines 112 and 114 are able to interact with the media server 102. Through such interaction, users of the client machines 112 and 114 are able to browse the media files stored in the media storage 110, select media files for purchase, download the purchased media files, and subsequently play the purchased media files at their respective client machines 112 and 114. The media distribution system 100 operates to impose limitations on access to the media files through encryption processes. The media distribution system 100 also causes usage restrictions to be imposed on the purchased media files that have been downloaded.
  • The client machines 112 and 114 are computing devices, either general-purpose or special purpose. In recent times, computing devices have become smaller and more compact. The computing devices can also be designed for primarily stationary or portable usage. One type of portable computing device that the invention is suitable for use with are known as handheld computing devices. Handheld computing devices are sometimes more specialized computing devices than are general-purpose personal computers. For example, one type of handheld computing device is a portable (or personal) media player. Media players can also be referred to as consumer electronics products. A media player plays media, such as MP3 files, MPEG files, Advanced Audio Coding (AAC) files, compact discs or DVDs, for the benefit of a user. In one embodiment, the media player can utilize a disk drive to provide mass storage of media content that is played by the media player.
  • FIG. 2 is a block diagram of a media server 200 according to one embodiment of the invention. The media server 200 is, for example, suitable for use as the media server 102 illustrated in FIG. 1. In this regard, the media server 200 couples to a network (e.g., the data network 108) and a media storage (e.g., the media storage 110).
  • The media server 200 includes a media storage manager 202, a media purchase manager 204, a media download manager 206, and user accounts 208. The media storage manager 202 operates to receive incoming media files, to process the media files for eventual download, and to store the files to the media storage. The media purchase manager 204 assists users of client machines (e.g., the client machines 112 and 114 shown in FIG. 1) to purchase one or more media files through on-line interaction with the media server 200. Typically, the media purchase manager 204 would assist a user in completing an electronic commerce transaction to enable the user to purchase the right to receive and utilize one or more media files. The media download manager 206 facilitates the download of media files that have been purchased to the appropriate client machines of the users that have purchased the media files. The user accounts 208 store user information pertaining to users of the system. In one embodiment, the user information includes a set of user keys associated with each of the users. The user keys are used by the media server 200 when encrypting media files for particular users that have purchased access rights thereto. Through management of the user keys for a user, the media server 200 can limit the number or type of client machine that is able to receive or make use of the media file.
  • FIG. 3 is a flow diagram of media storage processing 300 according to one embodiment of the invention. The media storage processing 300 is, for example, performed by the media server 102 illustrated in FIG. 1 or the media storage manager 202 illustrated in FIG. 2.
  • The media storage processing 300 initially receives 302 a media file at the media server. The media file is constructed such that it includes media data and may further include metadata. The metadata describes characteristics of the data. For example, the metadata can indicate characteristics, such as, name, artist, copyright information, title, etc. The metadata of the media file is optionally encrypted 304, such as with a global key. In one embodiment, the global key is used to encrypt the metadata for all the media files at the media server. In another embodiment, if desired, different global keys can be used with different media servers. Typically, the metadata is not that sensitive so the use of a common global key to encrypt such is adequate. However, if stronger encryption is desired, then more specialized keys can be used to increase the level of security. In another embodiment, the metadata is not encrypted.
  • A download key is also generated 306 for the media file. The download key is a substantially random secret key that is generated for each media file to be stored. Next, the media file is encrypted 308 with the download key. Here, the media file is encrypted 308 with the download key corresponding to that particular media file. At this point, the media file (encrypted media file) is secured through encryption and ready for download to potential users. After the media file is encrypted 308, the encrypted media file is stored 310 to a central media storage. In one embodiment, the central media storage is the media storage 110 of FIG. 1. Following the operation 310, the media storage processing 300 is complete and ends.
  • Once stored in the central media storage, the encrypted media file can be purchased and transmitted to the purchaser in its encrypted format to prevent unauthorized access to the media file. Hence, by storing the encrypted media files to the central media storage, the media files are stored in an encrypted manner and are ready to be downloaded with little or no further processing. Consequently, the server is able to be more efficient and handle greater demands for downloading of media files.
  • FIGS. 4A and 4B are flow diagrams of media purchase and download processing 400 according to one embodiment of the invention. The media purchase and download processing 400 is, for example, performed by the media server 102 illustrated in FIG. 1 or by the media purchase manager 204 and the media download manager 206 of the media server 200 illustrated in FIG. 2.
  • The media purchase and download processing 400 initially permits a user to browse 402 media files that are available for purchase. Here, the user is able to browse the media files to assist the user in determining whether to purchase one or more of the media files. Often the user is able to view at least portions of the metadata for the media files, view text associated with the media files, and/or sample audio, graphics or video pertaining to the media files.
  • After the browsing 402, a user selects 404 a media file for purchase. Then, the user purchases 406 the media file and receives an associated download key. The user may also receive a global key when a media file is purchased. Here, the purchase of the media file can be an electronic commerce transaction in which the user pays for the access to the media file through any of a variety of financial transfer means, such as credit card, debit card, or payment assistance (e.g., PayPal, Neteller, pre-paid ATM, etc.).
  • Next, the media file is downloaded 408 to the user. In one embodiment, the download 408 of the media file can be performed by streaming the media file through the data network to the user, namely, to the user's client machine. Here, the downloading 408 of the media file is efficient because the manner in which the media file is stored facilitates its immediate download without the need for processing-intensive conversion.
  • Once the media file is downloaded 408, the media file is then decrypted 410 at the user's local machine using the download key. Further, at this point, if the metadata of the media file itself is encrypted, the metadata can also be decrypted using the global key which has previously been provided to the user who has purchased the access rights to the media file.
  • Following the purchase 406 of the media item, user keys associated with the user are retrieved 412. One of the user keys is selected 414. The user keys can be rotated (e.g., cycled) for improved security. In one embodiment, the number of different client machines that can be authorized can be limited, thereby restricting the ability of the user to utilize the downloaded media file on more than the predetermined limited number of client machines.
  • After the user has selected 414 one of the user keys, a random content key is generated 416. The random content key is a key that is substantially randomly generated or pseudo-randomly generated. Then, the media portion of the media file is encrypted 418 with the random content key. The random content key is then itself encrypted 420 with the selected user key.
  • Next, the media file is modified 422 to further include a user key reference and the encrypted random content key. Optionally, the media file could be further modified to include information identifying the user who purchased access rights to the media file. For example, the media file could be modified to include user-identifying information by storing an encrypted version of the global key (associated with the user that purchased the access rights) into the media file. Optionally, the media portion of the media file may be modified by digitally watermarking it with user-identifiable information.
  • In order to utilize the media file on the client machine, the appropriate user key will be needed, and the user key reference allows the user key to be located (should it be present). In one embodiment, if the user key is present, the user key is stored in a local data storage of the user's client machine. Likewise, the modified media file is stored 424 to the local data storage. For example, the local data storage can be a disk drive, random-access memory, a removable media, etc. Also, in one embodiment, a database can be used to manage the storage of the modified media files in the local data storage. Following the operation 424, the media purchase and download processing 400 is complete and ends.
  • The media file, whether encrypted or not, can have a file format that varies. For example, one suitable file format is a MPEG4 format. Other suitable formats include QuickTime movies, MPEG-1 format and MPEG-2 format.
  • FIGS. 5A and 5B are flow diagrams of media purchase and download processing 500 according to another embodiment of the invention. The media purchase and download processing 500 is, for example, performed by the media server 102 illustrated in FIG. 1 or by the media purchase manager 204 and the media download manager 206 of the media server 200 illustrated in FIG. 2.
  • The media purchase and download processing 500 initially permits a user to browse 502 media files that are available for purchase. Here, the user is able to browse the media files to assist the user in determining whether to purchase one or more of the media files. Often the user is able to view at least portions of the metadata for the media files, view text associated with the media files, and/or sample audio, graphics or video pertaining to the media files.
  • After the browsing 502, a user selects 504 a media file for purchase. Then, the user purchases 506 the media file and receives an associated download key. The user may also receive a global key when a media file is purchased. Here, the purchase of the media file can be an electronic commerce transaction in which the user pays for the access to the media file through any of a variety of financial transfer means, such as credit card, debit card, or payment assistance (e.g., PayPal, Neteller, pre-paid ATM, etc.).
  • Next, the media file is downloaded 508 to the user. In one embodiment, the download 508 of the media file can be performed by streaming the media file through the data network to the user, namely, to the user's client machine. Here, the downloading 508 of the media file is efficient because the manner in which the media file is stored facilitates its immediate download without the need for processing-intensive conversion.
  • Following the purchase 506 of the media item, user keys associated with the user are retrieved 510. Then, one of the user keys is selected 512. The user keys can be rotated (e.g., cycled) for improved security. In one embodiment, the number of different client machines that can be authorized can be limited, thereby restricting the ability of the user to utilize the downloaded media file on more than the predetermined limited number of client machines.
  • After the user has selected 512 one of the user keys, a random content key is generated 514. The random content key is a key that is substantially randomly generated or pseudo-randomly generated. Then, the media portion of the media file is transcrypted 516 using the download key and the random content key. The random content key is then itself encrypted 518 with the selected user key.
  • Next, the media file is modified 520 to further include a user key reference and the encrypted random content key. Optionally, the media file could be further modified to include information identifying the user who purchased access rights to the media file. For example, the media file could be modified to include user-identifying information by storing an encrypted version of the global key (associated with the user that purchased the access rights) into the media file.
  • In order to utilize the media file on the client machine, the appropriate user key will be needed, and the user key reference allows the user key to be located (should it be present). In one embodiment, if the user key is present, the user key is stored in a local data storage of the user's client machine. Likewise, the modified media file is stored 522 to the local data storage. For example, the local data storage can be a disk drive, random-access memory, a removable media, etc. Also, in one embodiment, a database can be used to manage the storage of the modified media files in the local data storage. Following the operation 522, the media purchase and download processing 500 is complete and ends.
  • FIGS. 6A and 6B are flow diagrams of media purchase and download processing 600 according to still another embodiment of the invention. The media purchase and download processing 600 is, for example, performed by the media server 102 illustrated in FIG. 1 or by the media purchase manager 204 and the media download manager 206 of the media server 200 illustrated in FIG. 2.
  • The media purchase and download processing 600 initially permits a user to browse 602 media files that are available for purchase. Here, the user is able to browse the media files to assist the user in determining whether to purchase one or more of the media files. Often the user is able to view at least portions of the metadata for the media files, view text associated with the media files, and/or sample audio, graphics or video pertaining to the media files.
  • After the browsing 602, a user selects 604 a media file for purchase. Then, the user purchases 606 the media file. Here, the purchase of the media file can be an electronic commerce transaction in which the user pays for the access to the media file through any of a variety of financial transfer means, such as credit card, debit card, or payment assistance (e.g., PayPal, Neteller, pre-paid ATM, etc.).
  • Following the purchase 606 of the media item, user keys associated with the user are retrieved 608. Then, one of the user keys is selected 610. The user keys can be rotated (e.g., cycled) for improved security. In one embodiment, the number of different client machines that can be authorized can be limited, thereby restricting the ability of the user to utilize the downloaded media file on more than the predetermined limited number of client machines.
  • After the user has selected 610 one of the user keys, a random content key is generated 612. The random content key is a key that is substantially randomly generated or pseudo-randomly generated. Then, the media portion of the media file is encrypted 614 with the random content key. The random content key is then itself encrypted 616 with the selected user key.
  • Next, the media file is modified 618 to further include a user key reference and the encrypted random content key. Optionally, the media file could be further modified to include information identifying the user who purchased access rights to the media file. For example, the media file could be modified to include user-identifying information by storing an encrypted version of the global key (associated with the user that purchased the access rights) into the media file. Optionally, the media portion of the media file may be modified by digitally watermarking it with user-identifiable information.
  • The media file is then downloaded 620 to the user. In one embodiment, the download 620 of the media file can be performed by streaming the media file through the data network to the user, namely, to the user's client machine.
  • In order to utilize the media file on the client machine, the appropriate user key is needed, and the user key reference allows the user key to be located (should it be present). In one embodiment, if the user key is present, the user key is stored in a local data storage of the user's client machine. Likewise, the modified media file is stored 622 to the local data storage. For example, the local data storage can be a disk drive, random-access memory, a removable media, etc. Also, in one embodiment, a database can be used to manage the storage of the modified media files in the local data storage. Following the operation 622, the media purchase and download processing 600 is complete and ends.
  • FIG. 7 is a flow diagram of playback processing 700 according to one embodiment of the invention. The playback processing 700 is performed at a client machine (user machine), such as the client machine 112 or the client machine 114 illustrated in FIG. 1. The client machines can be desktop computers, notebook computers, handheld computers, personal digital assistants, media players, and various other devices.
  • The playback processing 700 allows a user of a client machine to browse 702 media files in the local data storage for playback. In other words, the media files that are available for playback can be searched, scanned or reviewed (e.g., pre-viewed) by the user. Typically, the user browses through the media files using the metadata for the media files or perhaps samples of the media files. Next, a media file to be played is selected 704. Then, a user key reference is obtained 706 from the selected media file. As previously noted, the media files that are stored to the local media storage have a user key reference contained within the media files. Hence, the user key reference can be obtained 706 from the selected media file. A user key is then located 708 in the client machine (e.g., local data storage) based on the user key reference that was obtained 706 from the selected media file.
  • Next, a decision 710 determines whether the user key was found. When the decision 710 determines that the user key is not able to be found, then the user has not configured the client machine to be suitable for accessing media files; hence, a user account must be setup 712 with the media server. This requires that the user interact with the media server via the client machine to setup a user account specific to the client machine. Following the setup 712 of the user account, the playback processing 700 returns to repeat the operation 708 and subsequent operations so that the user key can be located.
  • On the other hand, when the decision 710 determines that the user key has been found, an encrypted random content key is obtained 714 from the selected media file. Again, the nature of the selected media file is such that it contains the encrypted random content key. Then, the encrypted random content key is decrypted 716 with the user key. The random content key that results from the decrypting 716 can then be used to decrypt 718 the encrypted media portion of the media file. At this point, the media portion of the media file is in the “clear.” Finally, the media portion of the media file is played 720 at the client machine. Following the operation 720, the playback processing 700 is complete and ends.
  • The various aspects, features, embodiments or implementations of the invention described above can be used alone or in various combinations.
  • The media files can pertain to audio items (e.g., audio files or songs, such as for music), video items (e.g., video files or movies), or image items (e.g., photos).
  • The invention is preferably implemented by software, but can also be implemented in hardware or a combination of hardware and software. The invention can also be embodied as computer readable code on a computer readable medium. The computer readable medium is any data storage device that can store data which can thereafter be read by a computer system. Examples of the computer readable medium include read-only memory, random-access memory, CD-ROMs, DVDs, magnetic tape, optical data storage devices, carrier waves. The computer readable medium can also be distributed over network-coupled computer systems so that the computer readable code is stored and executed in a distributed fashion.
  • The advantages of the invention are numerous. Different embodiments or implementations may, but need not, yield one or more of the following advantages. One advantage of the invention is that encryption and user accounts are used to provide controlled distribution of content. The controlled distribution can not only restrict unauthorized access to the content but also limit usage rights to the content by authorized users. Another advantage of the invention is that media file-specific encryption can be utilized at a server-side, while user-specific encryption can be used at a client-side. Another advantage of the invention is that media files can be commonly encrypted at the server-side for storage and download to any user that has been authorized (e.g., by purchasing such rights). Another advantage of the invention is that media files can be re-encrypted at a client-side using a random criteria so that all media files at the client-side are encrypted with a different key. Still another advantage of the invention is that, if desired, purchased media files can have restricted usage rights such that the content within the media files can only be played on a limited number of clients (user machines). Yet another advantage of the invention is that media files at a client-side can be browsed with respect to metadata (which is stored unencrypted) while access to media content data is protected through encryption.
  • The many features and advantages of the present invention are apparent from the written description and, thus, it is intended by the appended claims to cover all such features and advantages of the invention. Further, since numerous modifications and changes will readily occur to those skilled in the art, the invention should not be limited to the exact construction and operation as illustrated and described. Hence, all suitable modifications and equivalents may be resorted to as falling within the scope of the invention.

Claims (32)

1. A method for presenting content data from a media file to a user, said method comprising:
(a) identifying a media file to be presented, the identified media file having at least encrypted media content data, a user key reference, and an encrypted content key;
(b) obtaining a user key based on the user key reference within the identified media file;
(c) obtaining the encrypted content key from the identified media file;
(d) decrypting the encrypted content key using the user key to obtain the content key;
(e) decrypting the encrypted media content data of the identified media file with the content key; and
(f) presenting the media content data of the identified media file.
2. A method as recited in claim 1, wherein the identified media file is stored on a local machine, and
wherein said presenting (f) presents the media content data of the identified media file at the local machine.
3. A method as recited in claim 2, wherein said obtaining (b) obtains the user key from the local machine based on the user key reference.
4. A method as recited in claim 1, wherein the local machine is a computing device.
5. A method as recited in claim 1, wherein the local machine is a media player.
6. A method as recited in claim 1, wherein said presenting (f) of the media content data comprises one or more of playing and displaying of the media content data.
7. A method as recited in claim 1, wherein the identified media file is an audio file with audio content data, an image file with visual content data, or a video file with video content data.
8. A method as recited in claim 1, wherein a plurality of media files are stored on a local machine, each of the media files having at least metadata, encrypted media content data, and an encrypted content key that are respectively different for different media files.
9. A method as recited in claim 8, wherein said identifying (a) comprises:
(a1) browsing the media files stored on the local machine though use of the metadata for the media files; and
(a2) identifying one of the media files to be presented.
10. A method as recited in claim 9, wherein said identifying (a2) is performed by a user.
11. A method as recited in claim 8, wherein said obtaining (b) of the user key comprises:
(b1) determining whether the local machine stores at least one user key;
(b2) retrieving the user key based on the user key reference within the identified media file when said determining (b1) determines that the local machine stores at least one user key; and
(b3) establishing a user account for the user of the local machine when said determining (b1) determines that the local machine does not store at least one user key.
12. A method as recited in claim 11, wherein said establishing (b3) causes the at least one user key to be stored to the local machine.
13. A computer readable medium including at least computer program code for presenting a media file at a local machine, said computer readable medium comprising:
computer program code for identifying a media file to be presented, the identified media file having at least encrypted media content data, a user key reference, and an encrypted content key;
computer program code for obtaining a user key based on the user key reference within the identified media file;
computer program code for obtaining the encrypted content key from the identified media file;
computer program code for decrypting the encrypted content key using the user key to obtain the content key;
computer program code for decrypting the encrypted media content data of the identified media file with the content key; and
computer program code for presenting the media content data of the identified media file.
14. A computer readable medium as recited in claim 13,
wherein a user requests that the media content data of the identified media file be presented, and
wherein a central server machine stores an account for each of the users, each account having at least one user key assigned thereto, and
wherein the user key obtained by said obtaining is the at least one user key assigned to the account corresponding to the user requesting that the media content data of the identified media file be presented.
15. A method as recited in claim 14, wherein the local machine associated with the user stores the at least one user key assigned to the account corresponding to the user, and wherein said obtaining of the user key operates to obtain the user key from the local machine.
16. A media distribution system, comprising:
a media store that stores a plurality of media files, each of the media files having at least media content data; and
a media server operatively connected to said media store, said media server operates to generate a download key for each of the media files to be stored, the download keys being different for each of the media files, to encrypt each of the media files with the corresponding one of the download keys to produce encrypted media files, and to store the encrypted media files to said media store.
17. A media distribution system as recited in claim 16, wherein said media server further operates to receive a request to purchase a particular media file to be purchased from those of the encrypted media files stored in said media store; to purchase access to the identified media file, and to download the particular media file in its encrypted form and a download key corresponding to the particular media file.
18. A media distribution system as recited in claim 16, wherein said media distribution system further comprises:
a plurality of user machines that can couple to said media server via a network,
wherein said download of the particular media file and the download key is to a particular one of said user machines.
19. A media distribution system as recited in claim 18, wherein said media server further operates to store a plurality of user keys for each of a plurality of authorized users, and
wherein said media server further operates to download a user key to the particular user machine, the user key being specifically associated with a particular one of the authorized users as well as the particular user machine.
20. A media distribution system as recited in claim 19, wherein the particular user machine operates to decrypt the particular media file to its unencrypted form using the download key, to generate a content key that is at least substantially random, to encrypt the media content data of the particular media file with the content key, to encrypt the content key with the user key to produce an encrypted content key, to modify the particular media file to further include a user key reference and the encrypted content key, and to store the modified media file to the local machine.
21. A media distribution system as recited in claim 20, wherein the particular user machine further operates to subsequently present the particular media file at the particular user machine.
22. A media distribution system as recited in claim 21, wherein, when presenting the particular media file, the particular user machine operates to:
obtain a user key based on the user key reference within the identified media file, to obtain the encrypted content key from the identified media file, to decrypt the encrypted content key using the user key to obtain the content key, to decrypt the encrypted media content data of the identified media file with the content key;
and to present the media content data of the identified media file.
23. A media distribution system as recited in claim 16, wherein the content within the media file pertains to at least one of music, photos or videos.
24. A media distribution system as recited in claim 16, wherein each of the media files have at least the media content data and metadata, the metadata describing characteristics of the associated media item.
25. A media distribution system, comprising:
a media store that stores a plurality of media files, each of the media files having at least encrypted media content data; and
a media server operatively connected to said media store, said media server operates to distribute the media files to machines in a secure manner such that the media files can be presented on only those user machines that have been authorized by user accounts maintained by said media server.
26. A media distribution system as recited in claim 25, wherein each of the user accounts can be associated with a predetermined, limited number of user machines.
27. A media distribution system as recited in claim 26, wherein each of the user accounts contain at least one user key that is associated with the corresponding user account.
28. A media distribution system as recited in claim 25, wherein each of the media files further include at least encrypted media content data, a user key reference, and an encrypted content key.
29. A media distribution system as recited in claim 28, wherein the user key reference identifies a user key, and wherein in order to access the media file, the user key must be available to the user by way of the associated user account of the user.
30. A media distribution system as recited in claim 28, wherein to access a particular media file at a user machine, the user machine must have a user key referenced by the user key reference.
31. A media distribution system as recited in claim 30, wherein the particular media file can be presented at the user machine by performing the acts of:
decrypting the encrypted content key using the user key to obtain the content key, and decrypting the encrypted media content data of the particular media file with the content key.
32. A media distribution system as recited in claim 31, wherein the presenting of the particular media file involves playing the particular media file at the user machine.
US13/010,600 2003-04-25 2011-01-20 Method and system for secure network-based distribution of content Abandoned US20110126006A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US13/010,600 US20110126006A1 (en) 2003-04-25 2011-01-20 Method and system for secure network-based distribution of content
US15/438,646 US10628557B2 (en) 2003-04-25 2017-02-21 Method and system for secure network-based distribution of content

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US42370003A 2003-04-25 2003-04-25
US10/832,812 US7895661B2 (en) 2003-04-25 2004-04-26 Method and system for secure network-based distribution of content
US13/010,600 US20110126006A1 (en) 2003-04-25 2011-01-20 Method and system for secure network-based distribution of content

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/832,812 Continuation US7895661B2 (en) 2002-07-16 2004-04-26 Method and system for secure network-based distribution of content

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/438,646 Continuation US10628557B2 (en) 2003-04-25 2017-02-21 Method and system for secure network-based distribution of content

Publications (1)

Publication Number Publication Date
US20110126006A1 true US20110126006A1 (en) 2011-05-26

Family

ID=33415882

Family Applications (4)

Application Number Title Priority Date Filing Date
US10/832,812 Expired - Fee Related US7895661B2 (en) 2002-07-16 2004-04-26 Method and system for secure network-based distribution of content
US13/010,597 Active 2024-07-29 US8788423B2 (en) 2003-04-25 2011-01-20 Method and system for secure network-based distribution of content
US13/010,600 Abandoned US20110126006A1 (en) 2003-04-25 2011-01-20 Method and system for secure network-based distribution of content
US15/438,646 Expired - Lifetime US10628557B2 (en) 2003-04-25 2017-02-21 Method and system for secure network-based distribution of content

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US10/832,812 Expired - Fee Related US7895661B2 (en) 2002-07-16 2004-04-26 Method and system for secure network-based distribution of content
US13/010,597 Active 2024-07-29 US8788423B2 (en) 2003-04-25 2011-01-20 Method and system for secure network-based distribution of content

Family Applications After (1)

Application Number Title Priority Date Filing Date
US15/438,646 Expired - Lifetime US10628557B2 (en) 2003-04-25 2017-02-21 Method and system for secure network-based distribution of content

Country Status (8)

Country Link
US (4) US7895661B2 (en)
EP (4) EP1618453B1 (en)
JP (2) JP4921966B2 (en)
KR (6) KR20100093142A (en)
AT (1) ATE445194T1 (en)
DE (1) DE602004023496D1 (en)
HK (1) HK1080187A1 (en)
WO (1) WO2004097609A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8788816B1 (en) * 2011-02-02 2014-07-22 EJS Technologies, LLC Systems and methods for controlling distribution, copying, and viewing of remote data
US8842841B2 (en) 2012-02-20 2014-09-23 Lock Box Pty Ltd Cryptographic method and system
US9154815B2 (en) * 2011-05-06 2015-10-06 Disney Enterprises, Inc. Method and system for securing multimedia data streamed over a network
US11184335B1 (en) * 2015-05-29 2021-11-23 Acronis International Gmbh Remote private key security

Families Citing this family (108)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8046689B2 (en) * 2004-11-04 2011-10-25 Apple Inc. Media presentation with supplementary media
CN101950343A (en) 2002-08-08 2011-01-19 晟碟以色列有限公司 Digital rights management method and integrated circuit
US8131649B2 (en) 2003-02-07 2012-03-06 Igware, Inc. Static-or-dynamic and limited-or-unlimited content rights
US20100017627A1 (en) 2003-02-07 2010-01-21 Broadon Communications Corp. Ensuring authenticity in a closed content distribution system
KR20100093142A (en) 2003-04-25 2010-08-24 애플 인크. Methods and system for secure network-based distribution of content
WO2004097635A2 (en) 2003-04-25 2004-11-11 Apple Computer, Inc. Graphical user interface for browsing, searching and presenting media items
US9406068B2 (en) * 2003-04-25 2016-08-02 Apple Inc. Method and system for submitting media for network-based purchase and distribution
US20050203959A1 (en) * 2003-04-25 2005-09-15 Apple Computer, Inc. Network-based purchase and distribution of digital media items
US7844548B2 (en) * 2003-10-15 2010-11-30 Apple Inc. Techniques and systems for electronic submission of media for network-based distribution
US8185475B2 (en) * 2003-11-21 2012-05-22 Hug Joshua D System and method for obtaining and sharing media content
KR20060110330A (en) * 2003-12-19 2006-10-24 코닌클리케 필립스 일렉트로닉스 엔.브이. Method of accessing data content in storage devices
US6992359B2 (en) * 2004-02-26 2006-01-31 Grandis, Inc. Spin transfer magnetic element with free layers having high perpendicular anisotropy and in-plane equilibrium magnetization
US7899714B2 (en) * 2004-10-25 2011-03-01 Apple Inc. Online purchase of digital media bundles
US8412763B2 (en) 2006-06-21 2013-04-02 Apple Inc. Podcast organization and usage at a computing device
US8516035B2 (en) 2006-06-21 2013-08-20 Apple Inc. Browsing and searching of podcasts
US7480700B2 (en) * 2004-04-27 2009-01-20 Apple Inc. Method and system for retrieval and usage of remote entry points
PL1800200T3 (en) * 2004-10-08 2016-04-29 Koninklijke Philips Nv User based content key encryption for a drm system
US7844498B2 (en) * 2004-10-25 2010-11-30 Apple Inc. Online purchase of digital media bundles having interactive content
US20060100924A1 (en) * 2004-11-05 2006-05-11 Apple Computer, Inc. Digital media file with embedded sales/marketing information
US20100071070A1 (en) * 2005-01-07 2010-03-18 Amandeep Jawa Managing Sharing of Media Content From a Server Computer to One or More of a Plurality of Client Computers Across the Computer Network
JP2006244425A (en) * 2005-03-07 2006-09-14 Sharp Corp Enciphered file preparation method, enciphered file preparation device, and program
JP2006285607A (en) * 2005-03-31 2006-10-19 Sony Corp Content information providing system, content information providing server, content reproducing unit, content information providing method, content reproducing method, and computer program
US8825551B2 (en) * 2005-04-21 2014-09-02 Google Technology Holdings LLC Digital rights management for local recording and home network distribution
US7657459B2 (en) * 2005-04-27 2010-02-02 Apple Inc. Techniques for acquiring a media season of digital media assets
US20090144153A1 (en) * 2005-04-27 2009-06-04 Kondrk Roberth H Techniques for acquiring a set of digital media assets
US7848955B2 (en) * 2005-04-27 2010-12-07 Apple Inc. On-line media store that supports pre-ordering of digital media assets
US7848954B2 (en) * 2005-04-27 2010-12-07 Apple Inc. On-line media store that supports pre-ordering of digital media assets
US20060277148A1 (en) * 2005-06-06 2006-12-07 Thackston James D Payment system and method for on-line commerce operations
US8271549B2 (en) 2005-08-05 2012-09-18 Intel Corporation System and method for automatically managing media content
US7689920B2 (en) * 2005-09-06 2010-03-30 Apple Inc. Parental control graphical user interface
US8306918B2 (en) 2005-10-11 2012-11-06 Apple Inc. Use of media storage structure with multiple pieces of content in a content-distribution system
US20090041424A1 (en) * 2005-10-18 2009-02-12 Yasushi Ayaki Transmitting-side recording and reproducing apparatus, and receiving-side recording and reproducing apparatus
US8352323B2 (en) * 2007-11-30 2013-01-08 Blaze Mobile, Inc. Conducting an online payment transaction using an NFC enabled mobile communication device
US20070220585A1 (en) * 2006-03-01 2007-09-20 Farrugia Augustin J Digital rights management system with diversified content protection process
US8204056B2 (en) 2006-03-31 2012-06-19 Verint Americas, Inc. Systems and methods for endpoint recording using a media application server
US8224751B2 (en) * 2006-05-03 2012-07-17 Apple Inc. Device-independent management of cryptographic information
US8015237B2 (en) 2006-05-15 2011-09-06 Apple Inc. Processing of metadata content and media content received by a media distribution system
US7827162B2 (en) 2006-05-15 2010-11-02 Apple Inc. Media package format for submission to a media distribution system
US20070265969A1 (en) * 2006-05-15 2007-11-15 Apple Computer, Inc. Computerized management of media distribution agreements
US7962634B2 (en) * 2006-05-15 2011-06-14 Apple Inc. Submission of metadata content and media content to a media distribution system
US7966362B2 (en) * 2006-06-21 2011-06-21 Apple Inc. Management of podcasts
US7716699B2 (en) * 2006-06-29 2010-05-11 Microsoft Corporation Control and playback of media over network link
US7769176B2 (en) * 2006-06-30 2010-08-03 Verint Americas Inc. Systems and methods for a secure recording environment
US7848524B2 (en) * 2006-06-30 2010-12-07 Verint Americas Inc. Systems and methods for a secure recording environment
US7853800B2 (en) * 2006-06-30 2010-12-14 Verint Americas Inc. Systems and methods for a secure recording environment
US8190441B2 (en) * 2006-09-11 2012-05-29 Apple Inc. Playback of compressed media files without quantization gaps
US7953750B1 (en) 2006-09-28 2011-05-31 Verint Americas, Inc. Systems and methods for storing and searching data in a customer center environment
US20080152305A1 (en) * 2006-12-21 2008-06-26 General Instrument Corporation Portable Media Content Storage and Rendering Device
US7936873B2 (en) 2007-05-07 2011-05-03 Apple Inc. Secure distribution of content using decryption keys
US8347098B2 (en) * 2007-05-22 2013-01-01 Apple Inc. Media storage structures for storing content, devices for using such structures, systems for distributing such structures
US9311492B2 (en) 2007-05-22 2016-04-12 Apple Inc. Media storage structures for storing content, devices for using such structures, systems for distributing such structures
JP2010531482A (en) * 2007-06-05 2010-09-24 イー−レーン システムズ インコーポレイテッド Media exchange system
US20080320011A1 (en) * 2007-06-20 2008-12-25 Microsoft Corporation Increasing file storage scale using federated repositories
EP2009587A1 (en) * 2007-06-29 2008-12-31 Deutsche Thomson OHG Method for distributing display information to a remote display device, a corresponding display device, a system for distributing display information and a signal comprising display information
US20090064314A1 (en) * 2007-08-31 2009-03-05 Lee Michael M Method and Apparatus for Implementing Parental Controls for a Portable Media Device
WO2009049352A1 (en) * 2007-10-15 2009-04-23 E-Box Pty Ltd Method, system and apparatus for distributing digital content
US20090117846A1 (en) * 2007-11-05 2009-05-07 Apple Inc. Media distribution kiosk with virtual connector for interfacing with a personal media device
US7756920B2 (en) * 2007-11-28 2010-07-13 Apple Inc. Resubmission of media for network-based distribution
US8407477B2 (en) * 2007-12-27 2013-03-26 Keiko Ogawa Information distribution system and program for the same
US8533156B2 (en) * 2008-01-04 2013-09-10 Apple Inc. Abstraction for representing an object irrespective of characteristics of the object
US9928349B2 (en) * 2008-02-14 2018-03-27 International Business Machines Corporation System and method for controlling the disposition of computer-based objects
US9218465B2 (en) * 2008-03-10 2015-12-22 Jill Lewis Maurer Digital media content creation and distribution methods
US20090228574A1 (en) * 2008-03-10 2009-09-10 Jill Lewis Maures Digital media content distribution and promotion methods
US20090228567A1 (en) * 2008-03-10 2009-09-10 Jill Lewis Maurer Digital media content promotion methods including automatic alerts
US20090234735A1 (en) * 2008-03-13 2009-09-17 Jill Lewis Maurer Methods for network-based groups related to digital media content
US8707452B1 (en) * 2008-04-14 2014-04-22 Avaya Inc. Secure data management device
US8839002B2 (en) * 2008-04-23 2014-09-16 Cyberlink Corp. Optical media recording device for protecting device keys and related method
US20090276333A1 (en) * 2008-05-05 2009-11-05 Cortes Ricardo D Electronic submission and management of digital products for network-based distribution
US9076176B2 (en) 2008-05-05 2015-07-07 Apple Inc. Electronic submission of application programs for network-based distribution
US9342287B2 (en) 2008-05-05 2016-05-17 Apple Inc. Software program ratings
US8401155B1 (en) 2008-05-23 2013-03-19 Verint Americas, Inc. Systems and methods for secure recording in a customer center environment
US20090307683A1 (en) * 2008-06-08 2009-12-10 Sam Gharabally Network-Based Update of Application Programs
JP4947014B2 (en) * 2008-09-08 2012-06-06 村田機械株式会社 Communication device
US20100076778A1 (en) * 2008-09-25 2010-03-25 Kondrk Robert H Method and System for Providing and Maintaining Limited-Subscriptions to Digital Media Assets
EP2180419A1 (en) * 2008-10-23 2010-04-28 ST Wireless SA Method of storing data in a memory device and a processing device for processing such data
US20100235889A1 (en) * 2009-03-16 2010-09-16 Michael Kuohao Chu Application products with in-application subsequent feature access using network-based distribution system
US20100299219A1 (en) * 2009-05-25 2010-11-25 Cortes Ricardo D Configuration and Management of Add-ons to Digital Application Programs for Network-Based Distribution
US9729609B2 (en) * 2009-08-07 2017-08-08 Apple Inc. Automatic transport discovery for media submission
US8909682B2 (en) * 2009-09-08 2014-12-09 Apple Inc. Digital media bundles for media presentation playback
US8935217B2 (en) * 2009-09-08 2015-01-13 Apple Inc. Digital asset validation prior to submission for network-based distribution
US20110060741A1 (en) * 2009-09-08 2011-03-10 David Heller Distribution and usage of media bundles
US9092436B2 (en) * 2009-09-08 2015-07-28 Apple Inc. Programming interface for use by media bundles to provide media presentations
KR101603149B1 (en) * 2010-12-22 2016-03-15 인텔 코포레이션 A system and method to protect user privacy in multimedia uploaded to internet sites
EP2689367B1 (en) * 2011-03-21 2019-06-19 Sony Ericsson Mobile Communications AB Data protection using distributed security key
EP3828801A1 (en) 2011-04-29 2021-06-02 American Greetings Corporation Systems, methods and apparatuses for creating, editing, distributing and viewing electronic greeting cards
US9497224B2 (en) * 2011-08-09 2016-11-15 CloudPassage, Inc. Systems and methods for implementing computer security
US8412945B2 (en) 2011-08-09 2013-04-02 CloudPassage, Inc. Systems and methods for implementing security in a cloud computing environment
US9203624B2 (en) 2012-06-04 2015-12-01 Apple Inc. Authentication and notification heuristics
US9979701B2 (en) * 2012-11-01 2018-05-22 Bigtincan Holdings Limited Content management system
US8990188B2 (en) 2012-11-30 2015-03-24 Apple Inc. Managed assessment of submitted digital content
US9087341B2 (en) 2013-01-11 2015-07-21 Apple Inc. Migration of feedback data to equivalent digital assets
BR112015017048B1 (en) * 2013-01-21 2022-12-13 Dolby International Ab ENCRYPTION DEVICE, METHOD FOR GENERATING AN ENCODED BIT STREAM, METHOD FOR DETERMINING A CONFIDENCE LEVEL OF A RECEIVED ENCRYPTED BIT STREAM, METHOD FOR TRANSCODING AN INPUT BIT STREAM
US9886448B2 (en) * 2013-12-06 2018-02-06 Media Gobbler, Inc. Managing downloads of large data sets
CN117592981A (en) 2014-05-30 2024-02-23 苹果公司 Family account for online content storage sharing service
WO2015183398A1 (en) 2014-05-30 2015-12-03 Apple Inc. Family accounts for an online content storage sharing service
US10789642B2 (en) 2014-05-30 2020-09-29 Apple Inc. Family accounts for an online content storage sharing service
US9875346B2 (en) 2015-02-06 2018-01-23 Apple Inc. Setting and terminating restricted mode operation on electronic devices
KR101668957B1 (en) * 2015-07-09 2016-10-24 라인 가부시키가이샤 Contents streaming service method and system for reducing communication cost
KR102597036B1 (en) 2016-10-11 2023-11-02 삼성전자주식회사 electronic device having a dual-display and operating method thereof
JP7011912B2 (en) * 2017-09-11 2022-01-27 株式会社日立システムズ Document processing system, processing system and document processing program
JP7182022B2 (en) * 2017-09-11 2022-12-01 株式会社日立システムズ computer equipment and word processing program
US10872024B2 (en) 2018-05-08 2020-12-22 Apple Inc. User interfaces for controlling or presenting device usage on an electronic device
KR102133764B1 (en) * 2018-11-26 2020-07-14 주식회사 클라우다이크 Method for providing contents and server of contents business operator for executing the same
US11375043B2 (en) * 2019-03-06 2022-06-28 Citizen Watch Co., Ltd. Program management system, external device and terminal device for controlling a program developer's ability to access, publish and manage marketing of a program
JP2020160503A (en) * 2019-03-25 2020-10-01 富士ゼロックス株式会社 Information processing system
CN116232582A (en) * 2019-05-22 2023-06-06 妙泰公司 Distributed data storage method and system with enhanced security, resilience and control
WO2020247281A1 (en) 2019-06-01 2020-12-10 Apple Inc. User interfaces for managing contacts on another electronic device
CN111049891A (en) * 2019-12-05 2020-04-21 浩云科技股份有限公司 Method for uploading and downloading cascade files in centralized storage

Citations (59)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5963915A (en) * 1996-02-21 1999-10-05 Infoseek Corporation Secure, convenient and efficient system and method of performing trans-internet purchase transactions
US5963916A (en) * 1990-09-13 1999-10-05 Intouch Group, Inc. Network apparatus and method for preview of music products and compilation of market data
US6031910A (en) * 1996-07-24 2000-02-29 International Business Machines, Corp. Method and system for the secure transmission and storage of protectable information
US6226618B1 (en) * 1998-08-13 2001-05-01 International Business Machines Corporation Electronic content delivery system
US6233682B1 (en) * 1999-01-22 2001-05-15 Bernhard Fritsch Distribution of musical products by a web site vendor over the internet
US20010039659A1 (en) * 1998-08-23 2001-11-08 Simmons Selwyn D. Transaction system for transporting media files from content provider sources to home entertainment devices
US20010044786A1 (en) * 2000-03-14 2001-11-22 Yoshihito Ishibashi Content usage management system and method, and program providing medium therefor
US20020001385A1 (en) * 2000-06-30 2002-01-03 Hirotsugu Kawada Recording method and apparatus, optical disk, and computer-readable storage medium
US20020002468A1 (en) * 1998-08-13 2002-01-03 International Business Machines Corporation Method and system for securing local database file of local content stored on end-user system
US20020026581A1 (en) * 2000-08-31 2002-02-28 Sony Corporation Content distribution system, a content distribution method, an information processing apparatus, and a program providing medium
US20020042730A1 (en) * 2000-01-18 2002-04-11 Homer Gregg S. Rechargeable media distribution and play system
US6385596B1 (en) * 1998-02-06 2002-05-07 Liquid Audio, Inc. Secure online music distribution system
US20020099947A1 (en) * 2001-01-19 2002-07-25 Xerox Corporation Secure content objects
US20020184488A1 (en) * 2001-06-01 2002-12-05 International Business Machines Corporation Systems, methods, and computer program products for accelerated dynamic protection of data
US20030079120A1 (en) * 1999-06-08 2003-04-24 Tina Hearn Web environment access control
US20030105718A1 (en) * 1998-08-13 2003-06-05 Marco M. Hurtado Secure electronic content distribution on cds and dvds
US20030135464A1 (en) * 1999-12-09 2003-07-17 International Business Machines Corporation Digital content distribution using web broadcasting services
US20040003398A1 (en) * 2002-06-27 2004-01-01 Donian Philip M. Method and apparatus for the free licensing of digital media content
US20040030903A1 (en) * 1997-12-22 2004-02-12 Hicks Christian Bielefeldt Remote authorization for unlocking electronic data system and method
US20040049464A1 (en) * 2002-09-05 2004-03-11 Motoji Ohmori Storage-medium rental system
US6731312B2 (en) * 2001-01-08 2004-05-04 Apple Computer, Inc. Media player interface
US20040151324A1 (en) * 2002-04-02 2004-08-05 Shunsuke Furukawa Content data processing method, recording device, and reproduction device
US6789189B2 (en) * 2000-08-04 2004-09-07 First Data Corporation Managing account database in ABDS system
US6820199B2 (en) * 1998-11-09 2004-11-16 First Data Corporation Sending electronic transaction message, digital signature derived therefrom, and sender identity information in AADS system
US20040236957A1 (en) * 2001-07-27 2004-11-25 Alain Durand Method for managing purchase of broadcast digital contents and means for downloading same
US20040243814A1 (en) * 2003-03-11 2004-12-02 Toshihisa Nakano Digital work protection system, recording apparatus, reproduction apparatus, and recording medium
US20040268451A1 (en) * 2003-04-25 2004-12-30 Apple Computer, Inc. Graphical user interface for browsing, searching and presenting media items
US20050021478A1 (en) * 2003-04-25 2005-01-27 Apple Computer, Inc. Method and system for network-based purchase and distribution of media
US6851054B2 (en) * 2000-08-04 2005-02-01 First Data Corporation Account-Based digital signature (ABDS) system for authenticating entity access to controlled resource
US20050050345A1 (en) * 2003-04-25 2005-03-03 Apple Computer, Inc. Method and system for secure network-based distribution of content
US6865555B2 (en) * 2001-11-21 2005-03-08 Digeo, Inc. System and method for providing conditional access to digital content
US6889208B1 (en) * 1999-04-15 2005-05-03 Victor Company Of Japan, Ltd. Contents sale system
US20050120369A1 (en) * 2003-12-02 2005-06-02 Bellsouth Intellectual Property Corporation System and method for filtering content
US6907239B1 (en) * 1999-11-22 2005-06-14 Nokia Mobile Phones Ltd. Charging for telecommunications download services
US6920606B1 (en) * 1999-02-22 2005-07-19 Extended Digital, Llc Custom computer wallpaper and marketing system and method
US6938005B2 (en) * 2000-12-21 2005-08-30 Intel Corporation Digital content distribution
US6947910B2 (en) * 2001-10-09 2005-09-20 E-Cast, Inc. Secure ticketing
US6950867B1 (en) * 1999-07-30 2005-09-27 Intertrust Technologies Corp. System and method for managing transaction record delivery using an acknowledgement-monitoring process and a failure-recovery process with modifying the predefined fault condition
US6954854B1 (en) * 1999-06-21 2005-10-11 Hitachi, Ltd. Electronic authentication method, electronic authentication apparatus and electronic authentication storage medium
US6959419B2 (en) * 2000-06-13 2005-10-25 Sony Corporation Audience information collecting system, audience information collecting method, and information providing method
US6973444B1 (en) * 1999-03-27 2005-12-06 Microsoft Corporation Method for interdependently validating a digital content package and a corresponding digital license
US6978369B2 (en) * 2000-08-04 2005-12-20 First Data Corporation Person-centric account-based digital signature system
US6983368B2 (en) * 2000-08-04 2006-01-03 First Data Corporation Linking public key of device to information during manufacture
US6985949B2 (en) * 2000-05-12 2006-01-10 Shinano Kenshi Kabushiki Kaisha Content delivery system allowing licensed member to upload contents to server and to use electronic mail for delivering URL of the contents to recipient
US6990532B2 (en) * 2001-04-07 2006-01-24 Cpa2Biz, Inc. Context-sensitive help for thin client-based business operations platform
US7010691B2 (en) * 2000-08-04 2006-03-07 First Data Corporation ABDS system utilizing security information in authenticating entity access
US7024465B1 (en) * 1999-10-18 2006-04-04 Rose Blush Software Llc Method for queued overlap transfer of files
US7024696B1 (en) * 2000-06-14 2006-04-04 Reuben Bahar Method and system for prevention of piracy of a given software application via a communications network
US7024691B1 (en) * 2000-10-17 2006-04-04 International Business Machines Corporation User policy for trusting web sites
US7028082B1 (en) * 2001-03-08 2006-04-11 Music Choice Personalized audio system and method
US7047416B2 (en) * 1998-11-09 2006-05-16 First Data Corporation Account-based digital signature (ABDS) system
US7054834B2 (en) * 2000-04-11 2006-05-30 Nec Corporation Online distribution system and method
US7062468B2 (en) * 2000-04-28 2006-06-13 Hillegass James C Licensed digital material distribution system and method
US7072861B1 (en) * 1999-12-15 2006-07-04 Mitsubishi Denki Kabushiki Kaisha Digital content downloading system using networks
US7076468B2 (en) * 2000-04-28 2006-07-11 Hillegass James C Method and system for licensing digital works
US7076445B1 (en) * 2000-06-20 2006-07-11 Cartwright Shawn D System and methods for obtaining advantages and transacting the same in a computer gaming environment
US7076561B1 (en) * 2000-03-08 2006-07-11 Music Choice Personalized audio system and method
US7239709B1 (en) * 1998-01-26 2007-07-03 Matsushita Electric Industrial Co., Ltd. Data recording/reproducing method, data recording/reproducing system, recording apparatus
US7757101B2 (en) * 1999-12-20 2010-07-13 Sony Corporation Data processing apparatus, data processing system, and data processing method therefor

Family Cites Families (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07297949A (en) * 1994-04-28 1995-11-10 Toshiba Corp Media information distribution system
US5673316A (en) * 1996-03-29 1997-09-30 International Business Machines Corporation Creation and distribution of cryptographic envelope
JP3625983B2 (en) * 1997-03-12 2005-03-02 三菱商事株式会社 Data management system
NZ503311A (en) 1997-09-12 2003-05-30 Amazon Single action method and system for placing a purchase order via a communications network
JP3877388B2 (en) * 1997-09-16 2007-02-07 三菱電機株式会社 Information provision system
AT406011B (en) 1998-07-30 2000-01-25 Stoffella Rudolf Dr Implant for fixing two bone fragments to each other
GB9825337D0 (en) 1998-11-20 1999-01-13 Memory Corp Plc Copy management for data suystems
US6247130B1 (en) 1999-01-22 2001-06-12 Bernhard Fritsch Distribution of musical products by a web site vendor over the internet
JP3776619B2 (en) * 1999-03-05 2006-05-17 株式会社東芝 Encryption communication terminal, encryption communication center apparatus, encryption communication system, and storage medium
AU4210800A (en) 1999-04-09 2000-11-14 Liquid Audio, Inc. Secure online music distribution system
JP3763702B2 (en) * 1999-05-27 2006-04-05 富士通株式会社 Data operation method
JP2000341266A (en) * 1999-05-31 2000-12-08 Victor Co Of Japan Ltd Data transfer method, data transfer method in contents sales system utilizing the method and recording medium recording data
JP2001005877A (en) 1999-06-25 2001-01-12 M Ken Co Ltd Contents distribution system, terminal equipment therefor, contents distributing method and recording medium
JP4574097B2 (en) 1999-12-03 2010-11-04 パナソニック株式会社 Content distribution system, reference server
US7047411B1 (en) 1999-12-17 2006-05-16 Microsoft Corporation Server for an electronic distribution system and method of operating same
US6792113B1 (en) 1999-12-20 2004-09-14 Microsoft Corporation Adaptable security mechanism for preventing unauthorized access of digital data
GB2362229A (en) 2000-04-07 2001-11-14 Sony Uk Ltd Provision of copyrighted media items
KR200202377Y1 (en) 2000-05-17 2000-11-15 김재한 Heater for radianting heat
KR20000071993A (en) * 2000-06-10 2000-12-05 최제형 Authentication method and device, and operation method for medium with specified period and anthorization for payment method of internet payinformation service
US6961858B2 (en) * 2000-06-16 2005-11-01 Entriq, Inc. Method and system to secure content for distribution via a network
US6891953B1 (en) 2000-06-27 2005-05-10 Microsoft Corporation Method and system for binding enhanced software features to a persona
JP4736216B2 (en) 2000-07-17 2011-07-27 ソニー株式会社 Data input / output apparatus and method
JP2002073051A (en) * 2000-09-01 2002-03-12 Sanyo Electric Co Ltd Data reproduction terminal
JP2002132583A (en) * 2000-10-20 2002-05-10 Sony Corp Data processing apparatus, data storage device and data processing method, and program providing medium
JP2002269375A (en) * 2001-03-13 2002-09-20 Sony Corp Contents management method and system
US7725945B2 (en) * 2001-06-27 2010-05-25 Intel Corporation Discouraging unauthorized redistribution of protected content by cryptographically binding the content to individual authorized recipients
US7421411B2 (en) * 2001-07-06 2008-09-02 Nokia Corporation Digital rights management in a mobile communications environment
JP2003037588A (en) * 2001-07-26 2003-02-07 Nippon Telegr & Teleph Corp <Ntt> Method and system for digital contents reservation and delivery, device for reservation and downloading, and user information management device
JP2003050745A (en) 2001-08-07 2003-02-21 Sony Corp Information processor, information processing method and computer program
JP2003073051A (en) 2001-09-06 2003-03-12 Toshiba Elevator Co Ltd Console device for elevator maintenance
US7020635B2 (en) * 2001-11-21 2006-03-28 Line 6, Inc System and method of secure electronic commerce transactions including tracking and recording the distribution and usage of assets
US7305702B2 (en) * 2002-01-09 2007-12-04 Xerox Corporation Systems and methods for distributed administration of public and private electronic markets
US7065787B2 (en) * 2002-06-12 2006-06-20 Microsoft Corporation Publishing content in connection with digital rights management (DRM) architecture
US8290765B2 (en) 2005-03-16 2012-10-16 Research In Motion Limited Handheld electronic device with reduced keyboard and associated method of providing improved disambiguation
JP5482262B2 (en) 2010-02-08 2014-05-07 セイコーエプソン株式会社 Recording device

Patent Citations (73)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5963916A (en) * 1990-09-13 1999-10-05 Intouch Group, Inc. Network apparatus and method for preview of music products and compilation of market data
US5963915A (en) * 1996-02-21 1999-10-05 Infoseek Corporation Secure, convenient and efficient system and method of performing trans-internet purchase transactions
US6031910A (en) * 1996-07-24 2000-02-29 International Business Machines, Corp. Method and system for the secure transmission and storage of protectable information
US20040030903A1 (en) * 1997-12-22 2004-02-12 Hicks Christian Bielefeldt Remote authorization for unlocking electronic data system and method
US7239709B1 (en) * 1998-01-26 2007-07-03 Matsushita Electric Industrial Co., Ltd. Data recording/reproducing method, data recording/reproducing system, recording apparatus
US6868403B1 (en) * 1998-02-06 2005-03-15 Microsoft Corporation Secure online music distribution system
US6385596B1 (en) * 1998-02-06 2002-05-07 Liquid Audio, Inc. Secure online music distribution system
US6226618B1 (en) * 1998-08-13 2001-05-01 International Business Machines Corporation Electronic content delivery system
US6587837B1 (en) * 1998-08-13 2003-07-01 International Business Machines Corporation Method for delivering electronic content from an online store
US20020002468A1 (en) * 1998-08-13 2002-01-03 International Business Machines Corporation Method and system for securing local database file of local content stored on end-user system
US20030105718A1 (en) * 1998-08-13 2003-06-05 Marco M. Hurtado Secure electronic content distribution on cds and dvds
US7228437B2 (en) * 1998-08-13 2007-06-05 International Business Machines Corporation Method and system for securing local database file of local content stored on end-user system
US20010039659A1 (en) * 1998-08-23 2001-11-08 Simmons Selwyn D. Transaction system for transporting media files from content provider sources to home entertainment devices
US6820202B1 (en) * 1998-11-09 2004-11-16 First Data Corporation Account authority digital signature (AADS) system
US7047416B2 (en) * 1998-11-09 2006-05-16 First Data Corporation Account-based digital signature (ABDS) system
US7032112B2 (en) * 1998-11-09 2006-04-18 First Data Corporation Account authority digital signature (AADS) system using transactional account information
US6820199B2 (en) * 1998-11-09 2004-11-16 First Data Corporation Sending electronic transaction message, digital signature derived therefrom, and sender identity information in AADS system
US6233682B1 (en) * 1999-01-22 2001-05-15 Bernhard Fritsch Distribution of musical products by a web site vendor over the internet
US6920606B1 (en) * 1999-02-22 2005-07-19 Extended Digital, Llc Custom computer wallpaper and marketing system and method
US6973444B1 (en) * 1999-03-27 2005-12-06 Microsoft Corporation Method for interdependently validating a digital content package and a corresponding digital license
US6889208B1 (en) * 1999-04-15 2005-05-03 Victor Company Of Japan, Ltd. Contents sale system
US20030079120A1 (en) * 1999-06-08 2003-04-24 Tina Hearn Web environment access control
US6954854B1 (en) * 1999-06-21 2005-10-11 Hitachi, Ltd. Electronic authentication method, electronic authentication apparatus and electronic authentication storage medium
US6950867B1 (en) * 1999-07-30 2005-09-27 Intertrust Technologies Corp. System and method for managing transaction record delivery using an acknowledgement-monitoring process and a failure-recovery process with modifying the predefined fault condition
US7024465B1 (en) * 1999-10-18 2006-04-04 Rose Blush Software Llc Method for queued overlap transfer of files
US6907239B1 (en) * 1999-11-22 2005-06-14 Nokia Mobile Phones Ltd. Charging for telecommunications download services
US20030135464A1 (en) * 1999-12-09 2003-07-17 International Business Machines Corporation Digital content distribution using web broadcasting services
US7072861B1 (en) * 1999-12-15 2006-07-04 Mitsubishi Denki Kabushiki Kaisha Digital content downloading system using networks
US7757101B2 (en) * 1999-12-20 2010-07-13 Sony Corporation Data processing apparatus, data processing system, and data processing method therefor
US20020042730A1 (en) * 2000-01-18 2002-04-11 Homer Gregg S. Rechargeable media distribution and play system
US7076561B1 (en) * 2000-03-08 2006-07-11 Music Choice Personalized audio system and method
US20010044786A1 (en) * 2000-03-14 2001-11-22 Yoshihito Ishibashi Content usage management system and method, and program providing medium therefor
US7054834B2 (en) * 2000-04-11 2006-05-30 Nec Corporation Online distribution system and method
US7062468B2 (en) * 2000-04-28 2006-06-13 Hillegass James C Licensed digital material distribution system and method
US7076468B2 (en) * 2000-04-28 2006-07-11 Hillegass James C Method and system for licensing digital works
US6985949B2 (en) * 2000-05-12 2006-01-10 Shinano Kenshi Kabushiki Kaisha Content delivery system allowing licensed member to upload contents to server and to use electronic mail for delivering URL of the contents to recipient
US6959419B2 (en) * 2000-06-13 2005-10-25 Sony Corporation Audience information collecting system, audience information collecting method, and information providing method
US7024696B1 (en) * 2000-06-14 2006-04-04 Reuben Bahar Method and system for prevention of piracy of a given software application via a communications network
US7076445B1 (en) * 2000-06-20 2006-07-11 Cartwright Shawn D System and methods for obtaining advantages and transacting the same in a computer gaming environment
US20020001385A1 (en) * 2000-06-30 2002-01-03 Hirotsugu Kawada Recording method and apparatus, optical disk, and computer-readable storage medium
US6892302B2 (en) * 2000-08-04 2005-05-10 First Data Corporation Incorporating security certificate during manufacture of device generating digital signatures
US6789189B2 (en) * 2000-08-04 2004-09-07 First Data Corporation Managing account database in ABDS system
US6938156B2 (en) * 2000-08-04 2005-08-30 First Data Corporation ABDS system and verification status for authenticating entity access
US6950940B2 (en) * 2000-08-04 2005-09-27 First Data Corporation ABDS method utilizing security information in authenticating entity access
US7047414B2 (en) * 2000-08-04 2006-05-16 First Data Corporation Managing database for reliably identifying information of device generating digital signatures
US6952773B2 (en) * 2000-08-04 2005-10-04 First Data Corporation Requesting execution of instructions on accounts in ABDS system
US6915430B2 (en) * 2000-08-04 2005-07-05 First Data Corporation Reliably identifying information of device generating digital signatures
US6957336B2 (en) * 2000-08-04 2005-10-18 First Data Corporation Establishing initial PuK-linked account database
US7028185B2 (en) * 2000-08-04 2006-04-11 First Data Corporation Managing database for identifying to recipients security features of devices generating digital signatures
US6959381B2 (en) * 2000-08-04 2005-10-25 First Data Corporation Central key authority (CKA) database for user accounts in ABDS system
US6851054B2 (en) * 2000-08-04 2005-02-01 First Data Corporation Account-Based digital signature (ABDS) system for authenticating entity access to controlled resource
US6978369B2 (en) * 2000-08-04 2005-12-20 First Data Corporation Person-centric account-based digital signature system
US6983368B2 (en) * 2000-08-04 2006-01-03 First Data Corporation Linking public key of device to information during manufacture
US7010691B2 (en) * 2000-08-04 2006-03-07 First Data Corporation ABDS system utilizing security information in authenticating entity access
US20020026581A1 (en) * 2000-08-31 2002-02-28 Sony Corporation Content distribution system, a content distribution method, an information processing apparatus, and a program providing medium
US7024691B1 (en) * 2000-10-17 2006-04-04 International Business Machines Corporation User policy for trusting web sites
US6938005B2 (en) * 2000-12-21 2005-08-30 Intel Corporation Digital content distribution
US6731312B2 (en) * 2001-01-08 2004-05-04 Apple Computer, Inc. Media player interface
US20020099947A1 (en) * 2001-01-19 2002-07-25 Xerox Corporation Secure content objects
US7028082B1 (en) * 2001-03-08 2006-04-11 Music Choice Personalized audio system and method
US6990532B2 (en) * 2001-04-07 2006-01-24 Cpa2Biz, Inc. Context-sensitive help for thin client-based business operations platform
US20020184488A1 (en) * 2001-06-01 2002-12-05 International Business Machines Corporation Systems, methods, and computer program products for accelerated dynamic protection of data
US20040236957A1 (en) * 2001-07-27 2004-11-25 Alain Durand Method for managing purchase of broadcast digital contents and means for downloading same
US6947910B2 (en) * 2001-10-09 2005-09-20 E-Cast, Inc. Secure ticketing
US6865555B2 (en) * 2001-11-21 2005-03-08 Digeo, Inc. System and method for providing conditional access to digital content
US20040151324A1 (en) * 2002-04-02 2004-08-05 Shunsuke Furukawa Content data processing method, recording device, and reproduction device
US20040003398A1 (en) * 2002-06-27 2004-01-01 Donian Philip M. Method and apparatus for the free licensing of digital media content
US20040049464A1 (en) * 2002-09-05 2004-03-11 Motoji Ohmori Storage-medium rental system
US20040243814A1 (en) * 2003-03-11 2004-12-02 Toshihisa Nakano Digital work protection system, recording apparatus, reproduction apparatus, and recording medium
US20040268451A1 (en) * 2003-04-25 2004-12-30 Apple Computer, Inc. Graphical user interface for browsing, searching and presenting media items
US20050021478A1 (en) * 2003-04-25 2005-01-27 Apple Computer, Inc. Method and system for network-based purchase and distribution of media
US20050050345A1 (en) * 2003-04-25 2005-03-03 Apple Computer, Inc. Method and system for secure network-based distribution of content
US20050120369A1 (en) * 2003-12-02 2005-06-02 Bellsouth Intellectual Property Corporation System and method for filtering content

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8788816B1 (en) * 2011-02-02 2014-07-22 EJS Technologies, LLC Systems and methods for controlling distribution, copying, and viewing of remote data
US9154815B2 (en) * 2011-05-06 2015-10-06 Disney Enterprises, Inc. Method and system for securing multimedia data streamed over a network
US8842841B2 (en) 2012-02-20 2014-09-23 Lock Box Pty Ltd Cryptographic method and system
US11184335B1 (en) * 2015-05-29 2021-11-23 Acronis International Gmbh Remote private key security

Also Published As

Publication number Publication date
EP1883031A2 (en) 2008-01-30
EP1883031A3 (en) 2008-03-05
DE602004023496D1 (en) 2009-11-19
US8788423B2 (en) 2014-07-22
US7895661B2 (en) 2011-02-22
KR101037838B1 (en) 2011-05-31
EP3032446B1 (en) 2019-10-23
EP3032446A1 (en) 2016-06-15
KR20060052670A (en) 2006-05-19
KR101001048B1 (en) 2010-12-14
KR20100093142A (en) 2010-08-24
JP2006524972A (en) 2006-11-02
EP1618453B1 (en) 2009-10-07
US20190163878A1 (en) 2019-05-30
KR20090132647A (en) 2009-12-30
US20110125650A1 (en) 2011-05-26
EP2116948A2 (en) 2009-11-11
KR100869630B1 (en) 2008-11-21
US10628557B2 (en) 2020-04-21
ATE445194T1 (en) 2009-10-15
KR20070046170A (en) 2007-05-02
KR100732590B1 (en) 2007-06-27
WO2004097609A1 (en) 2004-11-11
JP5679951B2 (en) 2015-03-04
HK1080187A1 (en) 2006-04-21
EP2116948A3 (en) 2010-09-01
KR20070046171A (en) 2007-05-02
JP2012075152A (en) 2012-04-12
KR20070044489A (en) 2007-04-27
US20050050345A1 (en) 2005-03-03
JP4921966B2 (en) 2012-04-25
EP1618453A1 (en) 2006-01-25

Similar Documents

Publication Publication Date Title
US10628557B2 (en) Method and system for secure network-based distribution of content
US20150262152A1 (en) Network-Based Purchase and Distribution of Digital Media Items
EP2309744B1 (en) Partial Encryption Techniques For Media Data
US7797242B2 (en) Method and system for network-based purchase and distribution of media
KR100374524B1 (en) Secure electronic content distribution on cds and dvds
JP4565940B2 (en) System for managing content data, metadata related to the content data, and usage condition data related to the content data
US7533061B1 (en) Delivering media files to consumer devices
JP2008508595A (en) System and method for enabling a device in response to rights protection
US20060155647A1 (en) Method for distributing information content
NO20011728L (en) Computer system and method for securely distributing information products

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION