Method, content owner device, computer program, and computer program product for distributing content items to authorized users

Information

  • Patent Grant
  • 10289810
  • Patent Number
    10,289,810
  • Date Filed
    Thursday, February 27, 2014
    10 years ago
  • Date Issued
    Tuesday, May 14, 2019
    5 years ago
Abstract
Disclosed is, among other things, a method for distributing content items to authorized users. The method comprising: a content owner device (190), COD, obtaining a first content item (196a); the COD (190) obtaining a first tag associated with the first content item (196a); the COD (190) obtaining a first content key, CK1, for said first content item (196a); the COD (190) encrypting the first content item (196a) using CK1, thereby producing a first encrypted content item; the COD (190) using at least the first tag and a key derivation function, KDF, to derive a first derived key, DK1; the COD (190) encrypting CK1 using the DK1, thereby producing a first encrypted content key, ECK1; and the COD (190) transmitting information to a content server (108), the information comprising: the first encrypted content item and the first tag.
Description
TECHNICAL FIELD

This disclosure relates to a method, content owner device, and computer program product for distributing content items to authorized users.


BACKGROUND

The World Wide Web (the “Web”) grows larger and larger every day. Many users of the Web access it multiple times a day every day of the week using a variety of communication devices, such as Personal computers (PC), phones, tablets, cameras and Internet Protocol Television (IP-TV) devices. Advances in mobile technologies have made it easier for a user to capture content (e.g. audio content, video content, image content), and different social network and video sharing Web sites make it possible for the user to share such content on the Web. The amount of content is growing rapidly and researchers are working on smarter ways to search, retrieve and share such content.


There are a number of commercial services that makes it possible to search, recommend and share content, such as YouTube and Facebook.


YouTube enables a content owner who uploads a content item (a video file in this case) to YouTube to specify a privacy setting for the content item. For example, the content owner can specify whether the privacy setting for the video should be set to “Public”, “Private” or “Unlisted”. A “Public” privacy setting allows anyone to watch the video. A “Private” video can only be seen by the content owner and up to fifty invited users. Making a video “Unlisted” means that only people who have the link to the video can view it and the video will not be listed on YouTube. A “Public” video, therefore, has no access control at all, a Private video relies on the server being 100% trusted, and the Unlisted videos relies on “security by obscurity” and also won't satisfy an “honest but curious” model. Similarly, Facebook allows its users to set access rights on information uploaded by the user to Facebook, but the user must rely on Facebook to correctly enforce the user's specified access rights. See e.g., Hart, M., et al., More Content—Less Control: Access Control in the Web 2.0, In Proceedings of the Web 2.0 Security & Privacy Workshop (W2SP'07) (available at www.cs.sunysb.edu/˜rob/papers/cbac-w2sp07.pdf, retrieved on Feb. 25, 2014).


What is desired is, for example, an improved method for distributing content items to authorized users.


SUMMARY

A straight forward way for a content owner to ensure that the content owner's content items (e.g., photos and/or videos) can be accessed only by authorized users is for the content owner to encrypt the content items before uploading the content items to a content server (e.g., a Facebook or YouTube server). This has two potential drawbacks: first, the content items will not be searchable; and second, each user wanting to access one of the content items must obtain a key to decrypt the content item. Besides this limitation in usability and complexity, it has the drawback that it provides an “all-or-nothing” access model: once the key is obtained by a user, the user could access all content that was encrypted with that key. Of course, the content owner could use a different encryption key for each content item that it uploads to the content server, but this may require a large number of keys. The content owner could also try to group content items in some way and use one key per group. But it is still unclear how to define these groups since the content owner on the one hand desires to have fine grained access control (implying very small groups of content), and on the other hand use as few keys as possible (implying very large groups of content).


Another option is to delegate access control to the content server which is the model used by YouTube and Facebook. This works well if the content server is 100% trusted. However, it is more natural to assume the server to be “honest-but-curious.” This means that the server is assumed to deliver content to all authorized users. However, it is not assumed that server will not attempt to access content to “satisfy its own curiosity,” e.g. to do data mining, (un)lawful intercept, or the like. At the other end of the spectrum is a fully distributed solution where the content owner runs his/her own content server. This allows very strong access control for the content owner, but is clearly unmanageable since the content owner needs to be online to answer search queries and worse, to stream content.


Accordingly, described herein are various embodiments for distributing content items to authorized users in a secure way that does not overburden the content owner. In one aspect, for example, there is described a method performed by content owner device (COD). In some embodiments, the method comprises the COD obtaining a first content item and a first tag associated with the first content item. The COD also obtains a first content key CK1 for the first content item. The COD encrypts the first content item using CK1, thereby producing a first encrypted content item. The COD uses at least the first tag and a key derivation function, KDF, to derive a first derived key, DK1. The COD encrypts CK1 using the DK1, thereby producing a first encrypted content key, ECK1. And the COD transmits information to a content server, the information comprising the first encrypted content item and the first tag.


In some embodiments, the COD uses at least the first tag, the key derivation function, and a master key to derive the first derived key, wherein the first tag comprises a keyword associated with the first content item.


In some embodiments, the COD also receives from a user's communication device a first content item identifier for identifying the first content item and a keyword, and, in response to receiving the first content item identifier, determines whether or not the user is authorized to obtain the first content item identified by the first content item identifier. In response to determining that the user is authorized to obtain the first content item, the COD transmits to the user's communication device DK1.


In some embodiments, in response to determining that the user is authorized to obtain the first content item, the COD i) derives DK1 using at least the master key, the KDF, and the keyword and ii) transmits DK1 to the user's communication device after deriving DK1.


In some embodiments the COD also receives from a user's communication device a first content item identifier for identifying the first content item and a keyword, and, in response to receiving the first content item identifier, determines whether or not the user is authorized to obtain the first content item identified by the first content item identifier. The COD, in response to determining that the user is authorized to obtain the first content item, i) retrieves ECK1, ii) decrypts ECK1 using DK1, thereby producing CK1, and iii) transmits to the user's communication device CK1. In some embodiments, after retrieving ECK1 but prior to decrypting ECK1 using DK1, the COD derives DK1 using at least the master key, the KDF, and the keyword.


In some embodiments, the method also includes the communication device transmitting to the content server a content query. The content server, in response to the query, transmits to the communication device a search result satisfying the query, wherein the search result comprises an identifier identifying the first content item. The communication device obtains from the content server, by downloading or streaming, the first encrypted content item. The communication device obtains ECK1. The communication device transmits to the COD a message comprising the first tag. The communication device receives DK1 from the COD. The communication device using DK1 to decrypt ECK1, thereby producing CK1, and the communication device uses the produced CK1 to decrypt the first encrypted content item.


In some embodiments, the communication device transmits to the content server a content query. The content server, in response to the query, transmits to the communication device a search result satisfying the query, wherein the search result comprises an identifier identifying the first content item. The communication device obtains from the content server, by downloading or streaming, the first encrypted content item. The communication device transmits to the COD a message comprising the first tag. The communication device receives from the COD a response message sent by the COD in response to the message, the response comprising CK1. And the communication device uses CK1 received in the response message to decrypt the first encrypted content item.


In some embodiments, the COD obtains a second tag associated with the first content item. The COD derives a second derived key (DK2) using at least the first content item identifier, a master key, the second tag, and the key derivation function. And the COD encrypts CK1 using the DK2, thereby producing a second encrypted content key, ECK2, wherein the information transmitted to the content server further comprises the second tag. In such embodiments, the COD may receive from a second communication device the first content item identifier and the second tag, and, in response to receiving the first content item identifier and the second tag, determine whether or not a user of the second communication device is authorized to obtain the first content item associated with the first content item identifier. The COD, in response to determining that the user is authorized to obtain the first content item, transmits to the user's communication device at least one of DK2 and CK1.


In another aspect there is provided a COD for distributing content items to authorized users. The COD comprises a data processing system and data storage system. The data storage system contains instructions executable by the data processing system. The COD is operative to obtain a first content item and obtain a first tag associated with the first content item. The COD is further operative to obtain a first content key, CK1, for the first content item. The COD is further operative to encrypt the first content item using CK1, thereby producing a first encrypted content item. The COD is further operative to use at least the first tag and a key derivation function to derive a first derived key, DK1. The COD is further operative to encrypt CK1 using the DK1, thereby producing a first encrypted content key, ECK1. And the COD is further operative to transmit information to the content server, the information comprising: the first encrypted content item and the first tag.


In another aspect there is provided a computer program for distributing content items to authorized users. In some embodiments, the computer program comprises computer readable instructions. The computer readable instructions are configured such that when run on a COD, causes the COD to: obtain a first content item; obtain a first tag associated with the first content item; obtain a first content key, CK1, for the first content item; encrypt the first content item using CK1, thereby producing a first encrypted content item; use at least the first tag and a key derivation function to derive a first derived key, DK1; encrypt CK1 using the DK1, thereby producing a first encrypted content key, ECK1; and transmit information to the content server, the information comprising: the first encrypted content item and the first tag.


In another aspect there is provided a COD for distributing content items to authorized users. The COD comprises means for obtaining a first tag associated with a first content item. The COD also comprises means for obtaining a first content key, CK1, for the first content item. The COD also comprises means for encrypting the first content item using CK1, thereby producing a first encrypted content item. The COD also comprises means for using at least the first tag and a key derivation function to derive a first derived key, DK1. The COD also comprises means for encrypting CK1 using the DK1, thereby producing a first encrypted content key, ECK1. The COD also comprises means for transmitting information to the content server, the information comprising: the first encrypted content item and the first tag.


In another aspect there is provided a computer readable storage medium, which comprises the above mentioned computer program.


The above and other aspects and embodiments are described below with reference to the accompanying drawings.





BRIEF DESCRIPTION OF THE DRAWINGS

The accompanying drawings, which are incorporated herein and form part of the specification, illustrate various embodiments.



FIG. 1 illustrates functional components of an indexing and search system according to some embodiments.



FIG. 2 is a flow chart illustrating a process, according to some embodiments, that may be performed by content owner device.



FIG. 3 is a flow chart illustrating a process, according to some embodiments, that may be performed by content owner device.



FIG. 4 is a flow chart illustrating a process, according to some embodiments, that may be performed by content owner device.



FIG. 5 is a flow chart illustrating a process, according to some embodiments, that may be performed by a user's communication device.



FIG. 6 is a block diagram of a content owner device according to some embodiments.



FIG. 7 is a block diagram of the content owner device according to another embodiment.



FIG. 8 is a diagram illustrating components of a content owner device according to some embodiments.





DETAILED DESCRIPTION


FIG. 1 illustrate a content distribution system 100 for securely distributing content items to authorized users in way that enables a content owner 105 to use the content distribution services of a third-party content server 108 (e.g., a YouTube or a Facebook content server). As shown in FIG. 1, content distribution system 100 includes a (i.e., at least one) content owner device (COD) 190. COD 190 is a communication device (e.g., smartphone, personal computer, tablet, etc.) owned and/or operated by content owner 105. COD 190 may include (or have access to) a content library 196 (i.e., a set of one or more content items, such as content item 196a and content item 196b). That is, content library 196 may reside on a storage unit that is contained within COD 190 or content library 196 may reside on a storage unit (e.g., USB drive) that is external to COD 190 (i.e., an “external storage unit”).


As described above, it is often the case that content owner 105 desires to share content items 196 with other people (e.g., friends, relative, co-workers) using third party content server 108. As also described above, content owner 105 often desires to restrict access to the contents items in the content library 196 to a selected group of people, but yet provide a way for the people in the select group to easily find the content items while at the same time prevent content server 108 itself from accessing the content. This can be accomplished as follows.


Content owner 105 obtains a master key (MK), which is accessible to COD 190 (e.g., MK may be stored on a storage unit internal to COD 190). Content owner 105, if desired, may upload MK to a key management server (KMS) 177. Content owner also may define a search policy and upload the search policy to content server 108. The search policy contains set of one or more rules, such as “user B may search for keyword X, Y, and Z” and “anyone may search for keywords U, V.” Content owner 105 at some point obtains content item 196a. Content item 196a may be a video content owner 105 created while on vacation using a camera built into COD 190. Software resident on COD 190 enables content owner to create meta-data for content item 196a, which meta-data may comprise a content item identifier for identifying content item 196a as well as keywords derived from the content of content item 196a. For example, the software may allow content owner 105 to input the content item identifier (e.g., a filename) and a descriptive title for content item 196a and may also automatically analyze content item 196a to generate keywords for content item 196a. For example, the software may include a facial recognition module that enables the software to identify people whose images are in content item 196a and the names of these identified people may be keywords that are included in the meta-data. Alternatively, manual input by the content owner 105 (or some other authorized user) could be used. Content owner 105 uses COD 190 to encrypt content item 196a, thereby producing an encrypted version of content item 196a. COD 190 encrypts content item 196a using a first content key (CK1). CK1 may be a randomly generated key or it may be a key derived from the MK.


Additionally, COD 190 derives a first derived key (DK1) using at least one “tag” associated with content item 196a, a key derivation function (KDF) (e.g., an algorithm that maps a set of inputs to a single output), and CK1. The KDF may be a one-way function. That is, for example, DK1=KDF (CK1, tag, . . . ). As used herein, a “tag” is a set of one or more strings. For example, the tag may comprise one or more of: i) a set of one or more keywords associated with content item 196a (e.g., one or more of keywords included in the meta-data for content item 196a) and ii) the content item identifier for identifying content item 196a. After obtaining DK1, COD 190 encrypts CK1 using DK1 as the encryption key, thereby producing a first encrypted content key (ECK1). It can be noted that DK1 is dependent on the tag, whereas CK1 is not. This enables one single encrypted copy of the content item to be stored/handled by content server 108, yet allowing plural ways to refer to (allow search for and give access to) the same content through creation of plural different DK1 keys, each dependent on a tag, which may consist of a single keyword. This is advantageous as one content item will typically be associated with plural keywords. The fact that plural DK1 keys are created is not critical since each DK1 only occupies a few octets of storage space whereas a (encrypted) content item such as content item 196a may occupy several millions of octets of storage space.


COD 190 then uploads the following information to content server 108: i) the encrypted content item (i.e. the encrypted version of content item 196a), ii) the meta-data for content item 196a, and iii) the tag used to create DK1 (assuming the tag is not already included in the meta-data). Additionally, COD 190 may upload ECK1 to content server 108 and/or to KMS 177. If a separate KMS 177 is used, also some of the meta-data for content item 196a and/or tag may be uploaded to KMS 177 to allow later retrieval of ECK1 using meta-data/tag as identifier. Content server 108 will add the encrypted content item to its content library 102 and update index 106 to index the encrypted content item using the meta-data for the content item. For example, index 106 may include a keyword (e.g., “Obama”) and may map the keyword to set of encrypted content items (e.g., photos of Obama). For example, the index may map the keyword to identifiers (e.g. URLs or filenames) of encrypted content items associated with the keyword.


If user 103 wants to obtain content item 196a, user 103 may user his/her communication device 101 (CD) to send a query to content server 108 (e.g., user 103 may use a web browser running on CD 101 to send the query in an HTTP GET message). Content server 108, in response, determines a set of content items that match the query. Additionally, in some embodiments, content server 108, for each content item that matches the query, uses the search policy for the content item to determine whether the search policy indicates that user 103 should not have access to the content item. The CD 101 may be a user equipment such as a mobile phone, a laptop, a desktop or a multimedia unit installed in a vehicle such as a multimedia unit with a display installed in a dashboard of a car, truck or bus.


Content server 108 then may produce a search result page (e.g., an HTML document) that lists the content items that a) match the query and b) user 103 is not precluded from accessing. Content server 108 then transmits the search result page to CD 101, which, in this example, includes the tag that COD 190 provided to content server 108—i.e., the tag used to create DK1. The search result page may also contain a URL identifying the location of the encrypted version of content item 196a so that CD 101 can download the encrypted content item as well as the content item identifier for identifying content item 196a (assuming it is not already included in the tag).


When user 103 selects content item 196a from the search result page, user 103's CD 101 connects to COD 190 and transmits the tag to COD 190 (user 103's credentials—e.g., username and password, may also be provided to COD 190 as COD 190 may be configured to determine, based on the tag and user 103's credentials, whether user 103 may access content item 196a). Assuming user 103 may access content item 196a, COD 190 may either provide DK1 or CK1 to CD 101. If COD 190 provides only DK1, CD 101 may retrieve ECK1, from content server 108 or KMS 177, and decrypt ECK1 using DK1 to obtain CK1. In either event, prior to providing DK1 or CK1 to CD 101, COD 190 may need to re-derive DK1. COD 190 may re-derive DK1 using the KDF, the tag transmitted by CD 101, and MK.


Once CD 101 obtains CK1, CD 101 can decrypt the encrypted version of content item 196a, which it can download or stream from content server 108, thereby providing user 103 with access to content item 196a.


Referring now to FIG. 2, FIG. 2 is a flow chart illustrating a process 200, according to some embodiments, that may be performed by COD 190. Process 200 may begin in step 202, where COD 190 obtains first content item 196a.


In step 204, COD 190 obtains a first tag associated with the first content item 196a.


In step 206, COD 190 obtains a first content key, CK1, for said first content item 196a.


In step 208, COD 190 encrypts the first content item 196a using CK1, thereby producing a first encrypted content item.


In step 210, COD 190 uses at least the first tag and a key derivation function to derive a first derived key, DK1. In some embodiments, the COD 190 uses at least the first tag, the key derivation function, and a master key to derive the first derived key, wherein the first tag comprises a keyword associated with the first content item. The first tag may also comprise a content item identifier identifying the first content item.


In step 212, COD 190 encrypts CK1 using the DK1, thereby producing a first encrypted content key, ECK1.


In step 214, COD 190 transmitting information to a content server 108, the information comprising: the first encrypted content item, the first tag.



FIG. 3 is a flow chart illustrating a process 300, according to some embodiments, that may be performed by COD 190. Process 300 may begin in step 302, where COD 190 receives from a user 103's CD 101 a content item identifier identifying content item 196a. For example, in some embodiments, COD 190 receives from user 103's CD 101 the tag used by COD 190 to derive DK1, which tag includes a keyword and the content item identifier. In embodiments where the tag does not include the content item identifier, CD 101 transmits to COD 190 the tag and the content item identifier so that in step 302 COD 190 receives both the tag and the content item identifier. In step 304, COD 190, in response to receiving the content item identifier, determines whether or not the user is authorized to obtain the content item identified by the received content item identifier. Recall that the user 103 being authorized to search for a specific keyword does not imply that the user is authorized to access specific content item 196a associated with that keyword. In step 306, COD 190 derives DK1 using at least, the KDF, the MK and the tag. In step 308, COD 190 transmits DK1 to the user 103' CD 101. Steps 306 and 308 may be performed by COD 190 in response to COD 190 determining that the user is authorized to obtain the content item (196a).



FIG. 4 is a flow chart illustrating a process 400, according to some embodiments, that may be performed by COD 190. Process 400 may begin in step 402, where COD 190 receives from a user 103's CD 101 a content item identifier identifying content item 196a. For example, as mentioned above, in some embodiments, COD 190 receives from user 103's CD 101 the tag used by COD 190 to derive DK1, which tag includes a keyword and the content item identifier. In embodiments where the tag does not include the content item identifier, CD 101 transmits to COD 190 the tag and the content item identifier so that in step 402 COD 190 receives both the tag and the content item identifier. In step 404, COD 190, in response to receiving the content item identifier, determines whether or not the user is authorized to obtain the identified content item 196a. In step 406, COD 190 retrieves ECK1. In some embodiments, COD 190 retrieves ECK1 from content server 108, but in some other embodiments COD 190 may retrieve ECK1 from KMS 177. In step 408, COD 190 derives DK1 using at least, the KDF, the MK and the tag. In step 410, COD 190 decrypts ECK 1 using DK1, thereby producing CK1. In step 412, COD 190, transmits CK1 to user 103's communication device. Steps 406-412 may be performed as a result of COD 190 determining that user 103 is authorized to obtain content item 196a.



FIG. 5 is a flow chart illustrating a process 500, according to some embodiments, that may be performed by CD 101. Process 500 may begin in step 502, where CD 101 transmits to content server 108 a content query. For example, in step 502, The CD 101 may transmit to content server 108 an HTTP GET request message that includes a query for content. In step 504, CD 101 receives from content server 108, in response to the query, a search result identifying a content item (e.g., item 196a). In step 506, CD 101 obtains from content server 108 an encrypted version of the identified content item. In step 507, CD 101 obtains ECK1 (i.e., the encrypted version of CK1). In some embodiments, CD 101 obtains ECK1 from KSM 177. For instance, CD 101 may obtain ECK1 from KMS 177 in response to CD 101 receiving a user input indicating that the user desires to obtain the content item. In yet some other embodiments, CD 101 obtains ECK1 from content server 108, either before or after CD 101 receives a user input indicating that the user desires to obtain the content item. In step 508, CD 101, in response to receiving a user input indicating that the user desires to obtain the content item, transmits to COD 190 a message (e.g., an HTTP GET message) comprising the tag that was used by COD 190 to derive DK1. In some embodiments, the tag is included in the received search result. In embodiments where the tag does not include a content item identifier that identifies the content item, then in step 508 CD 101 may transmit not only the tag, but also a content item identifier that identifies the content item. In some embodiments process 500 proceeds to steps 510 and 511 after step 508, whereas in other embodiments process 500 proceeds to step 512 after step 508. In step 510, CD 101 receives from COD 190 a derived key (DK1) that was derived by COD 190 using the tag. In step 511, CD 101 uses DK1 to decrypt the encrypted version of CK1, thereby obtaining CK1. In step 512, CD 101 receives CK1 from COD 190. In step 514, CD 101 uses CK1 to decrypt the encrypted content item.



FIG. 6 is a block diagram of one embodiment of COD 190. As shown in FIG. 6, COD 190 may include or consist of: a data processing system (DPS) 602, which may include one or more processors 655 (e.g., a general purpose microprocessor) and/or one or more circuits, such as an application specific integrated circuit (ASIC), field-programmable gate arrays (FPGAs), a logic circuit, and the like; a network interface 603 for use in connecting COD 190 to a network 110 (e.g., the Internet or other network); and a data storage system 606, which may include one or more non-volatile storage devices and/or one or more volatile storage devices (e.g., random access memory (RAM)). In embodiments where COD 190 includes a processor 655, a computer program product (CPP) 633 may be provided. CPP 633 includes or is a computer readable storage medium (CRM) 642 storing a computer program (CP) 643 comprising computer readable instructions (CRI) 644. CRM 642 is a non-transitory computer readable medium, such as, but not limited, to magnetic media (e.g., a hard disk), optical media (e.g., a DVD), solid state devices (e.g., random access memory (RAM), flash memory), and the like. In some embodiments, the CRI 644 of computer program 643 is configured such that when executed by data processing system 602, the CRI 644 causes the COD 190 to perform steps described above (e.g., steps described above with reference to the flow charts shown in the drawings related to the COD). In other embodiments, COD 190 may be configured to perform steps described herein without the need for a computer program. That is, for example, data processing system 602 may consist merely of one or more ASICs, i.e. being a pure hardware implementation. Hence, the features of the embodiments described herein may be implemented in hardware and/or software.



FIG. 7 is a block diagram of another embodiment of COD 190. This embodiment is similar to the one shown in FIG. 6, with the exception that in this embodiment COD 190 includes a radio transceiver 705 coupled to an antenna 722. Additionally, COD 190 may include a touch sensitive display screen 723, a speaker 724, and a microphone 725.



FIG. 8 is a functional block diagram illustrating components of COD 190, according to some embodiments. As illustrated in FIG. 8, in some embodiments, COD 190 includes: means 801 for obtaining a tag associated with a content item; means 802 for obtaining a content key, CK1, for said content item; means 803 for encrypting the content item using CK1, thereby producing an encrypted content item; means 804 for using at least the tag and a key derivation function to derive a derived key, DK1; means 805 for encrypting CK1 using the DK1, thereby producing an encrypted content key, ECK1; and means 806 for transmitting information to a content server, the information comprising: the encrypted content item and the tag. The means described in FIG. 8 is in one embodiment implemented purely by software, and in another purely by hardware.


While various embodiments of the present disclosure are described herein, it should be understood that they have been presented by way of example only, and not limitation. Thus, the breadth and scope of the present disclosure should not be limited by any of the above-described exemplary embodiments. Moreover, any combination of the above-described elements in all possible variations thereof is encompassed by the disclosure unless otherwise indicated herein or otherwise clearly contradicted by context.


Additionally, while the processes described above and illustrated in the drawings are shown as a sequence of steps, this was done solely for the sake of illustration. Accordingly, it is contemplated that some steps may be added, some steps may be omitted, the order of the steps may be re-arranged, and some steps may be performed in parallel.

Claims
  • 1. A method for distributing content items to authorized users, the method comprising: a content owner device (COD) obtaining a first content item;the COD obtaining a first tag associated with the first content item;the COD obtaining a first content key (CK1) for said first content item;the COD encrypting the first content item using CK1, thereby producing a first encrypted content item;the COD using at least the first tag and a key derivation function (KDF) to derive a first derived key (DK1);the COD encrypting CK1 using DK1, thereby producing a first encrypted content key (ECK1);the COD transmitting information to a content server, the information comprising: the first encrypted content item and the first tag;the COD receiving, from a communication device of a user, a first content item identifier for identifying the first content item and a keyword;the COD, in response to receiving the first content item identifier, determining whether or not the user is authorized to obtain the first content item identified by the first content item identifier; andthe COD, in response to determining that the user is authorized to obtain the first content item, transmitting to the communication device of the user, DK1 and/or CK1.
  • 2. The method of claim 1, wherein the COD uses at least the first tag, the KDF, and a master key to derive DK1, and wherein the first tag comprises a keyword associated with the first content item.
  • 3. The method of claim 1, wherein, in response to determining that the user is authorized to obtain the first content item, the COD i) derives DK1 using at least a master key, the KDF, and the keyword and ii) transmits DK1 to the communication device of the user after deriving DK1.
  • 4. The method of claim 1, further comprising: the COD, in response to determining that the user is authorized to obtain the first content item, i) retrieving ECK1, ii) decrypting ECK1 using DK1, thereby producing CK1, and iii) transmitting to the communication device of the user, CK1.
  • 5. The method of claim 4, wherein, after retrieving ECK1 but prior to decrypting ECK1 using DK1, the COD derives DK1 using at least a master key, the KDF, and the keyword.
  • 6. The method of claim 4, further comprising: the communication device transmitting to the content server, a content query;the content server, in response to the content query, transmitting to the communication device, a search result satisfying the content query, wherein the search result comprises an identifier identifying the first content item;the communication device obtaining from the content server, by downloading or streaming, the first encrypted content item;the communication device transmitting to the COD a message comprising the first tag;the communication device receiving from the COD a response message sent by the COD in response to said message, said response message comprising CK1; andthe communication device using CK1 received in the response message to decrypt the first encrypted content item.
  • 7. The method of claim 1, further comprising: the communication device transmitting to the content server, a content query;the content server, in response to the content query, transmitting to the communication device, a search result satisfying the content query, wherein the search result comprises an identifier identifying the first content item;the communication device obtaining from the content server, by downloading or streaming, the first encrypted content item;the communication device obtaining ECK1;the communication device transmitting to the COD, a message comprising the first tag;the communication device receiving DK1 from the COD;the communication device using DK1 to decrypt ECK1, thereby producing CK1; andthe communication device using the produced CK1 to decrypt the first encrypted content item.
  • 8. The method of claim 1, further comprising: the COD obtaining a second tag associated with the first content item, the second tag being different than the first tag;the COD deriving a second derived key (DK2) using at least the first content item identifier, a master key, the second tag, and the KDF, wherein DK2 is not the same as DK1; andthe COD encrypting CK1 using DK2, thereby producing a second encrypted content key (ECK2), which is not the same as ECK1, wherein the information transmitted to the content server further comprises the second tag.
  • 9. The method of claim 8, further comprising: the COD receiving from a second communication device, the first content item identifier and the second tag;the COD, in response to receiving the first content item identifier and the second tag, determining whether or not a user of the second communication device is authorized to obtain the first content item associated with the first content item identifier; andthe COD, in response to determining that the user of the second communication device is authorized to obtain the first content item, transmitting to the communication device of the user, at least one of DK2 and CK1.
  • 10. A content owner device (COD) for distributing content items to authorized users, the COD comprising a processor and a non-transitory computer readable medium (CRM), said CRM containing computer readable instructions executable by said processor, wherein said COD is operative to: obtain a first content item;obtain a first tag associated with the first content item;obtain a first content key (CK1) for said first content item;encrypt the first content item using CK1, thereby producing a first encrypted content item;use at least the first tag and a key derivation function to derive a first derived key (DK1);encrypt CK1 using DK1, thereby producing a first encrypted content key (ECK1);transmit information to a content server, the information comprising: the first encrypted content item and the first tag;receive from a communication device of a user, a first content item identifier identifying the first content item;in response to receiving the first content item identifier, determine whether or not the user is authorized to obtain the first content item identified by the first content item identifier; andin response to determining that the user is authorized to obtain the first content item, transmit to the communication device of the user, DK1 and/or CK1.
  • 11. The COD of claim 10, wherein the COD is further operative to use at least the first tag, the key derivation function, and a master key to derive DK1, and wherein the first tag comprises a keyword associated with the first content item.
  • 12. The COD of claim 10, wherein the COD is further operative to: in response to determining that the user is authorized to obtain the first content item, i) derive DK1 using at least a master key and the first tag and ii) transmit DK1 to the communication device of the user after deriving DK1.
  • 13. The COD of claim 10, wherein the COD is further operative to: in response to determining that the user is authorized to obtain the first content item, i) retrieve ECK1, ii) decrypt ECK1 using DK1, thereby producing CK1, and iii) transmit to the communication device of the user, CK1.
  • 14. The COD of claim 13, wherein, after retrieving ECK1 but prior to decrypting ECK1 using DK1, the COD is operative to derive DK1 using at least a master key and the first tag.
  • 15. The COD of claim 10, wherein the COD is further operative to: obtain a second tag associated with the first content item;derive a second derived key (DK2) using at least the first content item identifier, a master key, the second tag, and the key derivation function; andencrypt CK1 using DK2, thereby producing a second encrypted content key (ECK2), and wherein the information transmitted to the content server further comprises the second tag.
  • 16. The COD of claim 15, wherein the COD is further operative to: receive from a second communication device, the first content item identifier and the second tag;determine whether or not a user of the second communication device is authorized to obtain the first content item associated with the first content item identifier, in response to receiving the first content item identifier and the second tag; andtransmit to the communication device of the user, at least one of DK2 and CK1 in response to determining that the user of the second communication device is authorized to obtain the first content item.
  • 17. A computer program product comprising a non-transitory computer readable medium storing computer readable instructions which, when run on a content owner device (COD), causes the COD to: obtain a first content item;obtain a first tag associated with the first content item;obtain a first content key (CK1) for said first content item;encrypt the first content item using CK1, thereby producing a first encrypted content item;use at least the first tag and a key derivation function to derive a first derived key (DK1);encrypt CK1 using DK1, thereby producing a first encrypted content key (ECK1); andtransmit information to a content server, the information comprising: the first encrypted content item and the first tag, whereinthe computer readable instructions cause the COD to, in response to receiving from a communication device of a user a first content item identifier for identifying the first content item and a keyword, determine whether or not the user is authorized to obtain the first content item identified by the first content item identifier.
  • 18. A content owner device (COD) for distributing content items to authorized users, the COD comprising: a transmitter;a memory; anda processor coupled to the memory and the transmitter, wherein the COD is configured to:obtain a first tag associated with a first content item;obtain a first content key (CK1) for said first content item;encrypt the first content item using CK1, thereby producing a first encrypted content item;use at least the first tag and a key derivation function to derive a first derived key (DK1);encrypt CK1 using DK1, thereby producing a first encrypted content key (ECK1);employ the transmitter to transmit information to a content server, the information comprising: the first encrypted content item and the first tag;in response to receiving from a communication device of a user, a first content item identifier for identifying the first content item and a keyword, determine whether or not the user is authorized to obtain the first content item identified by the first content item identifier; andin response to determining that the user is authorized to obtain the first content item, transmit to the communication device of the user, DK1 and/or CK1.
Priority Claims (1)
Number Date Country Kind
PCT/SE2013/051053 Sep 2013 WO international
CROSS REFERENCE TO RELATED APPLICATION(S)

This application is a 35 U.S.C. § 371 National Phase Entry Application from PCT/SE2014/050240, filed Feb. 27, 2014, which claims priority to U.S. Application No. 61/871,455, filed Aug. 29, 2013 and International Application No. PCT/SE2013/051053, filed Sep. 10, 2013. The above identified applications are incorporated by reference.

PCT Information
Filing Document Filing Date Country Kind
PCT/SE2014/050240 2/27/2014 WO 00
Publishing Document Publishing Date Country Kind
WO2015/030646 3/5/2015 WO A
US Referenced Citations (106)
Number Name Date Kind
5678040 Vasudevan et al. Oct 1997 A
5832495 Gustman Nov 1998 A
5963940 Liddy et al. Oct 1999 A
6026388 Liddy et al. Feb 2000 A
6363380 Dimitrova Mar 2002 B1
6374260 Hoffert Apr 2002 B1
6484156 Gupta et al. Nov 2002 B1
6643643 Lee et al. Nov 2003 B1
7131059 Obrador Oct 2006 B2
7149359 Omoigui Dec 2006 B1
7382933 Dorai et al. Jun 2008 B2
7493312 Liu et al. Feb 2009 B2
7627556 Liu et al. Dec 2009 B2
7676495 Qian Mar 2010 B2
7725453 Chen May 2010 B1
8060906 Begeja et al. Nov 2011 B2
8065301 Ginsburg et al. Nov 2011 B2
8166029 Park et al. Apr 2012 B2
8438157 Adams, Jr. May 2013 B2
8442994 Chen May 2013 B1
8566370 Jin et al. Oct 2013 B2
8611422 Yagnik et al. Dec 2013 B1
8914632 Shankar Dec 2014 B1
9292552 Arngren et al. Mar 2016 B2
9633015 Arngren Apr 2017 B2
20010047379 Jun et al. Nov 2001 A1
20020054083 Boreczky et al. May 2002 A1
20020097983 Wallace et al. Jul 2002 A1
20020161747 Li et al. Oct 2002 A1
20030033347 Bolle Feb 2003 A1
20030105589 Liu et al. Jun 2003 A1
20030107592 Li et al. Jun 2003 A1
20030108334 Nevenka et al. Jun 2003 A1
20040025180 Begeja et al. Feb 2004 A1
20040111432 Adams, Jr. et al. Jun 2004 A1
20040162870 Matsuzaki et al. Aug 2004 A1
20040215663 Liu et al. Oct 2004 A1
20040220925 Liu et al. Nov 2004 A1
20050102312 Ohya et al. May 2005 A1
20050114357 Chengalvarayan et al. May 2005 A1
20050222981 Lawrence et al. Oct 2005 A1
20060122984 Byers et al. Jun 2006 A1
20060149624 Baluja et al. Jul 2006 A1
20060218191 Gopalakrishnan Sep 2006 A1
20060282336 Huang Dec 2006 A1
20070033515 Sull et al. Feb 2007 A1
20070056046 Claudatos Mar 2007 A1
20070067304 Ives Mar 2007 A1
20070106646 Stern et al. May 2007 A1
20070106660 Stern et al. May 2007 A1
20070220025 Hyman Sep 2007 A1
20070250810 Tittizer et al. Oct 2007 A1
20080016101 Ginsburg et al. Jan 2008 A1
20080016293 Saika Jan 2008 A1
20080086688 Chandratillake et al. Apr 2008 A1
20080109881 Dasdan May 2008 A1
20080112690 Shahraray et al. May 2008 A1
20080124055 Shahraray et al. May 2008 A1
20080232775 Ljolje Sep 2008 A1
20080310628 Fujioka et al. Dec 2008 A1
20090006368 Mei Jan 2009 A1
20090019034 Franks et al. Jan 2009 A1
20090041356 Barbieri et al. Feb 2009 A1
20090110296 Sekiguchi et al. Apr 2009 A1
20090116645 Jeong et al. May 2009 A1
20090138472 MacLean May 2009 A1
20090154806 Chang et al. Jun 2009 A1
20090210779 Badoiu et al. Aug 2009 A1
20090240674 Wilde Sep 2009 A1
20090299725 Grigsby et al. Dec 2009 A1
20090300351 Lei et al. Dec 2009 A1
20100005121 Benitez et al. Jan 2010 A1
20100070485 Parsons et al. Mar 2010 A1
20100094630 Yoakum Apr 2010 A1
20100138292 Park et al. Jun 2010 A1
20100158470 Tzoukermann et al. Jun 2010 A1
20100161580 Chipman et al. Jun 2010 A1
20100211781 Auradkar Aug 2010 A1
20110010372 Sahasrabudhe et al. Jan 2011 A1
20110040967 Waller Feb 2011 A1
20110047163 Chechik et al. Feb 2011 A1
20110072012 Ah-Pine Mar 2011 A1
20110154405 Isaias Jun 2011 A1
20110208722 Hannuksela Aug 2011 A1
20110249956 Komai Oct 2011 A1
20110258188 AbdAlmageed et al. Oct 2011 A1
20110299721 He et al. Dec 2011 A1
20120023084 Lalji et al. Jan 2012 A1
20120089580 Yamashita et al. Apr 2012 A1
20120110080 Panyam et al. May 2012 A1
20120124055 Deubel et al. May 2012 A1
20120158713 Jin et al. Jun 2012 A1
20130061035 Hook Mar 2013 A1
20130151534 Luks et al. Jun 2013 A1
20130166587 Berry Jun 2013 A1
20130219024 Flack Aug 2013 A1
20130226930 Arngren et al. Aug 2013 A1
20130282687 Ah-Pine et al. Oct 2013 A1
20140032538 Arngren et al. Jan 2014 A1
20140032562 Arngren et al. Jan 2014 A1
20140222755 Söderberg et al. Jun 2014 A1
20140229488 Arngren et al. Aug 2014 A1
20150234824 Arngren et al. Aug 2015 A1
20150312259 Alpha Oct 2015 A1
20160085860 Wallenberg et al. Mar 2016 A1
20160217171 Arngren et al. Jul 2016 A1
Foreign Referenced Citations (15)
Number Date Country
1 024 437 Aug 2000 EP
1 220 541 Jul 2002 EP
1 480 100 Nov 2004 EP
2216731 Aug 2010 EP
2323046 May 2011 EP
2 444 921 Oct 2011 EP
2657884 Oct 2013 EP
0117163 Mar 2001 WO
02084980 Oct 2002 WO
2010150226 Dec 2010 WO
2011104428 Sep 2011 WO
2012001216 Jan 2012 WO
2014185834 Nov 2014 WO
2015030645 Mar 2015 WO
2015030646 Mar 2015 WO
Non-Patent Literature Citations (46)
Entry
National Phase of PCT/SE2014/050027, U.S. Appl. No. 14/915,408, filed Feb. 29, 2016, 57 pages.
International Search Report and Written Opinion of the ISA issued for International Patent Application No. PCT/SE2014/050027 dated Nov. 3, 2014, 10 pages.
Lew, M.S., et al. “Content-Based Multimedia Information Retrieval: State of the Art and Challenges,” ACM Transactions on Multimedia Computing, Communications and Applications, vol. 2, No. 1, Feb. 2006, pp. 1-19.
“MPEG-7 Overview,” International Organisation for Standardisation, ISO/IEC JTC1/SC29/WG11, Coding of Moving Pictures and Audio, Oct. 2004, pp. 1-95.
Non-Final Office Action for U.S. Appl. No. 13/688,566, dated Sep. 10, 2014, 10 pages.
Non-Final Office Action for U.S. Appl. No. 13/688,566, dated Mar. 12, 2015, 11 pages.
Final Office Action for U.S. Appl. No. 13/688,566, dated Sep. 10, 2015, 16 pages.
Examiner-Initiated Interview Summary for U.S. Appl. No. 13/688,566 of Nov. 16, 2015, 1 page.
Notice of Allowance for U.S. Appl. No. 13/688,566, dated Dec. 30, 2015, 19 pages.
Non-Final Office Action for U.S. Appl. No. 13/408,448 dated Feb. 6, 2013, 15 pages.
Non-Final Office Action for U.S. Appl. No. 13/408,448 dated Jun. 14, 2013, 19 pages.
Final Office Action for U.S. Appl. No. 13/408,448 dated Dec. 5, 2013, 21 pages.
Non-Final Office Action for U.S. Appl. No. 13/408,448 dated Apr. 7, 2014, 21 pages.
Final Office Action for U.S. Appl. No. 13/408,448 dated Aug. 29, 2014, 28 pages.
Advisory Action for U.S. Appl. No. 13/408,448 dated Nov. 7, 2014, 3 pages.
Weisstein, Eric W. “Probability Axioms,” From MathWorld—A Wolfram Web Resource. http://mathworld.wolfram.com/ProbabilityAxioms.html, 1 page.
Examiner's Answer to Appeal Brief for U.S. Appl. No. 13/408,448 dated May 18, 2015, 10 pages.
Non-Final Office Action for U.S. Appl. No. 13/559,258, dated Aug. 15, 2013, 15 pages.
Final Office Action for U.S. Appl. No. 13/559,258, dated Feb. 4, 2014, 20 pages.
Advisory Action for U.S. Appl. No. 13/559,258, dated Apr. 21, 2014, 3 pages.
Non-Final Office Action for U.S. Appl. No. 13/559,258, dated Dec. 31, 2014, 17 pages.
Final Office Action for U.S. Appl. No. 13/559,258, dated Jun. 19, 2015, 23 pages.
Advisory Action for U.S. Appl. No. 13/559,258, dated Aug. 27, 2015, 3 pages.
Non-Final Office Action for U.S. Appl. No. 13/559,258, dated Jan. 20, 2016, 23 pages.
International Search Report and Written Opinion of the ISA issued for International Patent Application No. PCT/SE2013/050536, dated Apr. 10, 2014, 17 pages.
Lawto et al., “A Scalable Video Search Engine Based on Audio Content Indexing and Topic Segmentation,” Turin, Italy, Sep. 2011, http://hal.archivesouvertes.fr/docs/00/64/52/28/PDF/NEMSummit2011_finaI2.pdf [retrieved on Apr. 2, 2014], 6 pages.
Yang, W. et al., “Discriminative Tag Learning on YouTube Videos with Latent Sub-tags,” in proceeding of The 24th IEEE Conference on Computer Vision and Pattern Recognition, CVPR 2011, Colorado Springs, CO, USA, Jun. 20-25, 2011, pp. 3217-3224.
Garcia, E., “The Term Count Model: Demystifying Terra Vector Calculations,” Oct. 27, 2006, 7 pages, http://web.archive.org/web/20121029050356/http://www.miislita.com/term-vector/term-vector-2.html.
www.google.com print screen of “Obama” search results, Aug. 16, 2013, 3 pages.
Extended European Search Report for European Patent Application No. 14839431.5, dated Jul. 22, 2016, 9 pages.
Final Office Action for U.S. Appl. No. 13/559,258, dated Sep. 9, 2016, 39 pages.
International Search Report and Written Opinion of the International Searching Authority issued in corresponding International application No. PCT/SE2014/050240, dated Dec. 8, 2014, 14 pages.
Cisco Systems, Inc., “Cisco Visual Networking Index: Forecast and Methodology, 2012-2017,” Cisco White Paper, May 29, 2013, 15 pages.
Cisco Systems, Inc., “Press Release: Cisco Global Cloud Index Forecasts Cloud Traffic to Grow Sixfold by 2016,” retrieved Jul. 8, 2014, dated Oct. 23, 2012, 5 pages.
Cisco Systems, Inc., Cisco Visual Networking Index: Global Mobile Data Traffic Forecast Update, 2012-2017, Cisco White Paper, Feb. 6, 2013, 34 pages.
Excerpt of Prosecution History of U.S. Appl. No. 13/559,258 dated Sep. 9, 2016-Dec. 2, 2016 45 pages.
Excerpt of Prosecution History of U.S. Appl. No. 13/408,448 dated Nov. 1, 2016-May 9, 2014 45 pages.
Supplementary European Search Report for European Patent Application No. 14893538 dated Mar. 6, 2017, 3 pages.
International Search Report and Written Opinion issued in International Application No. PCT/SE2014/050655, dated Mar. 2, 2015, 15 pages.
Saracoglu, Ahmet et. al.,“Content Based Copy Detection with Coarse, Audio-Visual Fingerprints”, 2009 Seventh International Workshop on Content-Based Multimedia Indexing, 2009, IEEE, 6 pages.
Youtube and Shazam homepages retrieved on May 26, 2014, 2 pages.
9th International Workshop on Content-Based Multimedia Indexing (CBMI 2011), homepage, 2 pages, http://www-vpu.eps.uam.es/cbmi2011/.
Excerpt of Prosecution History of U.S. Appl. No. 13/764,219, dated Aug. 2014-May 2016 , 156 pages.
Excerpt of Prosecution History of U.S. Appl. No. 14/184,207, dated Jun. 2016-May 2017, 124 pages.
Non-Final Office Action issued in U.S. Appl. No. 14/915,408 dated Jul. 27, 2018, 34 pages.
Non-Final Office Action issued in U.S. Appl. No. 14/891,259 dated Aug. 16, 2018, 54 pages.
Related Publications (1)
Number Date Country
20160210443 A1 Jul 2016 US
Provisional Applications (1)
Number Date Country
61871455 Aug 2013 US