US7760904B2 - Proprietary watermark system for secure digital media and content distribution - Google Patents
Proprietary watermark system for secure digital media and content distribution Download PDFInfo
- Publication number
- US7760904B2 US7760904B2 US11/415,120 US41512006A US7760904B2 US 7760904 B2 US7760904 B2 US 7760904B2 US 41512006 A US41512006 A US 41512006A US 7760904 B2 US7760904 B2 US 7760904B2
- Authority
- US
- United States
- Prior art keywords
- content
- owner
- digital media
- key
- control signal
- 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.)
- Expired - Fee Related, expires
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/76—Television signal recording
- H04N5/91—Television signal processing therefor
- H04N5/913—Television signal processing therefor for scrambling ; for copy protection
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T1/00—General purpose image data processing
- G06T1/0021—Image watermarking
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2201/00—General purpose image data processing
- G06T2201/005—Image watermarking
- G06T2201/0051—Embedding of the watermark in the spatial domain
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2201/00—General purpose image data processing
- G06T2201/005—Image watermarking
- G06T2201/0052—Embedding of the watermark in the frequency domain
Definitions
- the present invention relates to media protection systems, and more particularly, to a digital media/content protection system that provides the protection of the media owner's copyright during a media/content distribution process using cryptographic and watermarking techniques.
- Cryptography is a technology that is widely used for providing the data security. Relating to digital media, cryptography is used to provide the security of the access to copyright information access among the media managers in the Owner-Distributor-Consumer triangle.
- Cryptographic systems There are two main classes of cryptographic systems: symmetric key and public key (asymmetric key) encryption systems.
- a hybrid cryptographic system is a system in which both classes of systems are combined.
- a single key can be used both to encrypt and decrypt.
- a public key encryption system In a public key encryption system, the processes of the data encryption and decryption are independent from each other.
- the data encryption process employs a public key, while the data decryption process requires a different (but mathematically related) private key. Knowing of the public key allows the encryption of a plaintext but does not allow the decryption of a ciphertext: the private key is necessary for the ciphertext decryption.
- a key owner keeps his private key secrete so that he is the only person who can decrypt a encrypted ciphertext and sign the digital data using his private key. If the key owner publishes his public key, then anyone can use that key to encrypt messages for the key owner and to verify the owner signature.
- a plaintext is encrypted with a symmetric algorithm having a symmetric key.
- the symmetric key itself is encrypted with a public-key algorithm having a public key.
- the encrypted symmetric key and data are then delivered to a recipient, who uses his private key to decrypt the symmetric key and uses the decrypted key to decrypt the data.
- This process is considerably faster than a public key encryption system, and it allows using a different symmetric key each time, considerably enhancing the security of the symmetric algorithm.
- the hybrid cryptographic system is ideal for transferring the protected media to a user.
- Digital watermarking is a technology that is used for embedding copyright information data into various forms of media such as image, audio, and video with a minimum amount of perceivable degradation of the “host” signal.
- the embedded data should be invisible and inaudible to a human observer.
- the digital watermarking technology is often used to modify the played and recorded media signals and to keep track of a list of the involved playing or recording devices in order to detect any illegal copy maker. Using the technology, one can distinguish legal media from the illegal media copies.
- the purpose of embedding the copyright information into the digital media is to provide a proof of the copyright and assurance of the content integrity. Therefore, the embedded data should stay stable in a host signal even if the host signal is processed.
- Such a hidden and stable data, securely placed into a “host” signal to store the essential supplementary information, is called a watermark.
- a watermarking process includes three basic stages: generating a watermark, embedding the watermark, and detecting the watermark.
- a watermark belongs to one owner who is the only person who can proceed to prove the ownership of the host signal.
- the present invention is directed to a copyright protection method for digital media in a media distribution process.
- An object of the present invention is to provide a copyright protection method for digital medialcontent that (1) properly protects the copyrights of the media content owner, (2) reliably preserves and proves the originality of the digital media, and (3) provides the security of the medialcontent distribution process.
- a first copyright protection method for digital media includes embedding a secrete watermark into an original media content, the secrete watermark being generated with a secrete key of a content owner and representing an authorization signature of the owner; embedding a first public watermark into the secrete watermark-embedded media content, the first public watermark being generated with a first private key of the owner and certifying a first copyright of the owner; and embedding a second public watermark into the first public watermark-embedded media content, the second public watermark being generated with a second private key of a content distributor and certifying a second copyright of the distributor.
- a second copyright method for digital media includes embedding a secrete watermark into an original media content, the secrete watermark being generated with a secrete key of a content owner and representing an authorization signature of the owner; embedding a first public watermark into the secrete watermark-embedded media content, the first public watermark being generated with a first private key of the owner and certifying a first copyright of the owner; embedding an informational watermark into the first public watermark-embedded media content, the informational watermark including additional information related to the original content; and embedding a second public watermark into the informational watermark-embedded media content, the second public watermark being generated with a second private key of a content distributor and certifying a second copyright of the distributor.
- the present invention provides a method of generating a protected digital media content, comprising: generating a first control signal for use in an authorization signature of digital media content, generating a second control signal for use in a certification of the content owner's right, and generating information about the digital media content; and adding the first control signal, the second control signal, and the information to the digital media content to provide a protected content.
- the present invention provides a method of generating a protected digital media content, comprising: generating a first control signal for use in an authentication and/or content integrity, and associating the first control signal with digital media content; generating a second control signal for use in a certification of the content owner's right, and associating the second control signal with the digital media content; and generating information about the digital media content, and associating the information with the digital media content.
- the present invention includes a method of reproducing a digital media content, comprising: (a) receiving a protected content and an associated control data; (b) checking an authorization signature of the protected content by using a first control signal; (c) checking a certification of the protected content owner's right by using a second control signal; and (d) identifying information about the protected content to reproduce the protected content.
- FIG. 1 is a flow chart illustrating the copyright protection method according to the present invention
- FIG. 2 is a flow chart illustrating a method of verifying the validity of a media content by using a secrete proprietary watermarking technique according to the present invention.
- FIG. 3 is a flow chart illustrating a method of verifying the validity of a media content by using a public proprietary watermarking technique according to the present invention.
- the present invention relates to a copyright protection method of the digital media and the digital content distribution. It is applicable to all types of media, and the principles of the present invention may be extended by one having ordinary skill in the art to any new types.
- the present invention offers a high-level protection to multimedia right owners. It further offers a use of three subjects of digital media distribution process: a content owner, a content distributor, and a content consumer.
- the content owner is a subject who produces and owns an original media copy (original content).
- the content owner can distribute the copies of the original content and certify his copyright by digitally signing the copies.
- the content distributor is a subject who receives the copies of the original content from the content owner and has a right to redistribute the copies to one or more consumers or to other distributors.
- the content distributor can also certify his copyright by digitally signing the distributed content.
- the content consumer is a subject who receives the copies of the original content from the content owner or content distributor for his or her personal use.
- a copyright owner signs the digital media materials produced, it is essential to choose a proper technique for digital content signing.
- One of the ways of signing a digital content is digital watermarking.
- Digital watermarking allows keeping the indelible marks within the media data, and these marks could be used to indicate the owner's copyright.
- the copyright must be distributed with the media content to indicate the content owner's right.
- the present invention offers to store the copyright data in the form of a digital watermark into the content
- Each owner of the copy of the content can add his or her own watermark as an owner data indicating his or her copyright corresponding to the content.
- the present invention offers three ways to protect the copyright of digital media during the digital media distribution in accordance with a secrecy level: secrete, public, and informational proprietary copyright protection schemes.
- a copyright protection method of the present invention is illustrated in FIG. 1 .
- the system shown in FIG. 1 employs a combination of all of three schemes and can be used for the security level assignment among the content distribution participants.
- the main parts of the content distribution participants are a content owner, a content distributor, and a content consumer.
- the content owner adds a secrete watermark (owner secrete watermark) into an original media content using his own secrete key.
- the secrete watermark represents an owner authorization signature for the media content. This watermark can be distinguished only by the secrete key owner.
- the content owner adds a public watermark (owner public watermark) that allows to certify the owner' right and to check it by any third party, who has an owner public key (public key 1 ).
- the content owner adds an informational watermark that allows to store additional content information (content properties) within the media content.
- anyone can read this information without any access key by using a special software tool.
- the content owner hands the owner-watermarked content over to the content distributor. Then the content distributor adds his own public watermark (distributor public watermark) into the owner watermarked content that allows to certify his copyright and to check it by any third party, who has a distributor public key (public key 2 ). The consumer can get an informational watermark without any key and any public watermark by using a corresponding public key.
- distribute public watermark distributed public watermark
- FIG. 2 is a flow chart illustrating a method of verifying the validity of a media content by using the secrete proprietary watermarking technique according to the present invention.
- the secrete proprietary copyright protection scheme is based on the symmetric cryptography (using a secrete key) and digital watermarking principles.
- Secrete proprietary watermarks can be used as the authentication and content integrity mechanisms in a variety of ways. This implies that the watermark is a secured link and readable only by the authorized persons having the secrete key, which was used to generate the watermark. Removing this type of watermark should be possible with a heavy degradation of the carrier signal.
- a secrete key and an owner identification (ID) must be known. Thus, only a content owner who knows the secrete key and owner ID is able to operate with a secrete proprietary watermark.
- the main goals of the method shown in FIG. 1 are as follows:
- the first part of the data is Delimiter generated on the basis of the owner ID. It allows to divide the different content owners' or redistributors' watermarks from each other.
- the second part of the data is owner data that the owner wants to associate with the current copy of the content. This is an information part of the watermark.
- the third part of the data is an owner secrete key (So) that is used as a basis of the symmetric cryptographic scheme protecting the watermark data itself from the illegal use.
- a copyright protection apparatus compounds the watermark from the mentioned parts of the data in a manner that different content owners or redistributors have the different watermarks.
- the next step is to code each informational bit of the watermark according to the selected watermarking technique and embedding the obtained signal into the content
- the owner ID is used to detect the watermark within the watermarked content
- the owner secrete key So must be produced to encode the watermark and obtain the plain owner data.
- FIG. 3 is a flow chart illustrating a method of verifying the validity of a media content by using a public proprietary watermarking technique according to the present invention.
- the public proprietary copyright protection method is based on the public key cryptographic principles.
- the public copyright protection embeds a traditional copyright notice into a signal with an owner private key. It is expected that the owner officially publishes the corresponding public key so that anyone can read it and check the watermark.
- the public copyright protection is bit less secure that secrete one, it is much more difficult to remove a visible/audible label.
- the failure of the public watermark detection indicates that the signal has been significantly tampered, and the user can be informed of the alteration.
- the public proprietary copyright protection shown in FIG. 3 assumes that the owner of the content has to specify some information for watermarking forming.
- the first part of the data is delimiter generated on the basis of the owner identification (ID). It allows to divide the different content owners' or distributors' watermarks from each other.
- the second part if owner data that the owner wants to associate with the current copy of the content. This is an informational part of the watermark.
- the third part of the data is an owner public key (Po) that is used as a basis of an asymmetric cryptography scheme protecting the plain owner data itself from the illegal use.
- the copyright protection system compounds the watermark from the mentioned parts of data in a manner that different content owners or redistributors have the different watermarks.
- the next steps are to code each informational bit of the watermark according to a selected watermarking technique and to embed the obtained signal into the content.
- the owner ID and owner public key (Po) are used to detect the watermark within the watermarked content, and in a case of successful detection, the owner public key (Po) is used to encode the watermark and to obtain the plain owner data.
- the owner public key (Po) and owner ID have to be passed to the content distributor or another content owner, and anyone who received the key can select and view the data that are concerned to the corresponding content owner or distributor.
- the informational copyright protection scheme acts as an information carrier with the watermark readable to anyone. These watermarks are detectable by a third party using a special embedded tool of a media player (e.g., a Properties button).
- the informational watermarks mainly act as information links. Therefore, these links do not need to fulfill the same security constraints as the watermarks formed in the secrete copyright protection schemes.
- the information copyright protection scheme allows free validity detection: it does not need an original media data and any secrete key to determine the presence of a watermark.
- the main goals of the scheme are to distinguish the presence of the watermark within the content and to inform a customer about the content owner and content properties (e.g., title, artist, date, version, media parameters such as bit-rate, and etc.).
- content properties e.g., title, artist, date, version, media parameters such as bit-rate, and etc.
- This scheme assumes that the content owner needs to specify some information for a public use. So, it is possible to associate the information with the content using a watermarking technique without any cryptographic features. This information is related rather to the content itself than the content owner. No key is necessary to find and read the information.
- a content owner wants to redistribute the original content to a content distributor or another content owner with all the copyrights related to the content, it is possible to set Trusted Relationships between two parties. It means that the content owner has to pass his secrete key and owner ID to another party, e.g., by using a hybrid cryptographic scheme.
- the message is (symmetrically) encrypted with a randomly generated session key, and this session key is encrypted with the public key of a receiver.
- This public-key-encrypted session key is sent along with the encrypted (symmetrical) message to the receiver. Then the receiver uses his private key to find the session key and decrypts the message using the found session key.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Editing Of Facsimile Originals (AREA)
- Storage Device Security (AREA)
- Image Processing (AREA)
Abstract
A method of generating a protected digital media content, is provided. According to an embodiment of the present invention, the method includes generating a protected digital media content, comprising: generating a first control signal for use in an authorization signature of digital media content, generating a second control signal for use in a certification of the content owner's right, and generating information about the digital media content; and adding the first control signal, the second control signal, and the information to the digital media content to provide a protected content.
Description
This application is a Continuation of application Ser. No. 10/078,273 (now allowed) filed on Feb. 20, 2002 now U.S. Pat. No. 7,043,051, which claims the benefit of U.S. Provisional Application No. 60/269,863, filed on Feb. 21, 2001, in the name of inventors Vsevolod M. Kuzmich and Igor 0. Ivanov, titled “Propriety Watermark System for Secure Digital Media and Content Distribution”. The entire contents of each of these applications are hereby incorporated by reference as if fully set forth herein.
1. Field of the Invention
The present invention relates to media protection systems, and more particularly, to a digital media/content protection system that provides the protection of the media owner's copyright during a media/content distribution process using cryptographic and watermarking techniques.
2. Discussion of the Related Art
In today's digital world, there is a great wealth of information that can be accessed in various forms: text, image, audio, and video. The relationships within the digital content triangle, “Owner, Distributor, and Customer” have become more and more complicated. The electronic representation and transfer of the digital media and content have increased the potential for any misuse and theft of such information and have significantly increased the problems associated with the enforcement of the copyright protection of such information.
These problems are rooted from the intrinsic features of the digital information: making copies of the information is easy and inexpensive, each copy is identical to the original (no quality loss), and the distribution of the copies is easy and fast. For these reasons, the authors and publishers of multimedia materials fear providing their works in the multimedia services and are seeking the solutions that can eliminate the problems associated with the copyright protection of the multimedia data. Thus, to preserve the digital media originality and to provide the security and copyright of the media, their distribution became a very important issue. There are two major techniques that are involved when providing a protection of the digital media: cryptography and digital watermarking.
Cryptography is a technology that is widely used for providing the data security. Relating to digital media, cryptography is used to provide the security of the access to copyright information access among the media managers in the Owner-Distributor-Consumer triangle. There are two main classes of cryptographic systems: symmetric key and public key (asymmetric key) encryption systems. A hybrid cryptographic system is a system in which both classes of systems are combined.
In a symmetric key encryption system, a single key can be used both to encrypt and decrypt. There are several efficient implementations of the symmetric key systems, but their key management is often troublesome.
In a public key encryption system, the processes of the data encryption and decryption are independent from each other. The data encryption process employs a public key, while the data decryption process requires a different (but mathematically related) private key. Knowing of the public key allows the encryption of a plaintext but does not allow the decryption of a ciphertext: the private key is necessary for the ciphertext decryption. A key owner keeps his private key secrete so that he is the only person who can decrypt a encrypted ciphertext and sign the digital data using his private key. If the key owner publishes his public key, then anyone can use that key to encrypt messages for the key owner and to verify the owner signature.
In a hybrid cryptographic system, a plaintext is encrypted with a symmetric algorithm having a symmetric key. The symmetric key itself is encrypted with a public-key algorithm having a public key. The encrypted symmetric key and data are then delivered to a recipient, who uses his private key to decrypt the symmetric key and uses the decrypted key to decrypt the data. This process is considerably faster than a public key encryption system, and it allows using a different symmetric key each time, considerably enhancing the security of the symmetric algorithm. Thus, the hybrid cryptographic system is ideal for transferring the protected media to a user.
Digital watermarking is a technology that is used for embedding copyright information data into various forms of media such as image, audio, and video with a minimum amount of perceivable degradation of the “host” signal. The embedded data should be invisible and inaudible to a human observer. The digital watermarking technology is often used to modify the played and recorded media signals and to keep track of a list of the involved playing or recording devices in order to detect any illegal copy maker. Using the technology, one can distinguish legal media from the illegal media copies. The purpose of embedding the copyright information into the digital media is to provide a proof of the copyright and assurance of the content integrity. Therefore, the embedded data should stay stable in a host signal even if the host signal is processed. Such a hidden and stable data, securely placed into a “host” signal to store the essential supplementary information, is called a watermark.
A watermarking process includes three basic stages: generating a watermark, embedding the watermark, and detecting the watermark. A watermark belongs to one owner who is the only person who can proceed to prove the ownership of the host signal.
Accordingly, the present invention is directed to a copyright protection method for digital media in a media distribution process.
An object of the present invention is to provide a copyright protection method for digital medialcontent that (1) properly protects the copyrights of the media content owner, (2) reliably preserves and proves the originality of the digital media, and (3) provides the security of the medialcontent distribution process.
Additional advantages, objects, and features of the invention will be set forth in part in the description which follows and in part will become apparent to those having ordinary skill in the art upon examination of the following or may be learned from practice of the invention. The objectives and other advantages of the invention may be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
To achieve these objects and other advantages and in accordance with the purpose of the invention, as embodied and broadly described herein, a first copyright protection method for digital media includes embedding a secrete watermark into an original media content, the secrete watermark being generated with a secrete key of a content owner and representing an authorization signature of the owner; embedding a first public watermark into the secrete watermark-embedded media content, the first public watermark being generated with a first private key of the owner and certifying a first copyright of the owner; and embedding a second public watermark into the first public watermark-embedded media content, the second public watermark being generated with a second private key of a content distributor and certifying a second copyright of the distributor.
In another aspect of the present invention, a second copyright method for digital media includes embedding a secrete watermark into an original media content, the secrete watermark being generated with a secrete key of a content owner and representing an authorization signature of the owner; embedding a first public watermark into the secrete watermark-embedded media content, the first public watermark being generated with a first private key of the owner and certifying a first copyright of the owner; embedding an informational watermark into the first public watermark-embedded media content, the informational watermark including additional information related to the original content; and embedding a second public watermark into the informational watermark-embedded media content, the second public watermark being generated with a second private key of a content distributor and certifying a second copyright of the distributor.
According to another aspect, the present invention provides a method of generating a protected digital media content, comprising: generating a first control signal for use in an authorization signature of digital media content, generating a second control signal for use in a certification of the content owner's right, and generating information about the digital media content; and adding the first control signal, the second control signal, and the information to the digital media content to provide a protected content.
According to another aspect, the present invention provides a method of generating a protected digital media content, comprising: generating a first control signal for use in an authentication and/or content integrity, and associating the first control signal with digital media content; generating a second control signal for use in a certification of the content owner's right, and associating the second control signal with the digital media content; and generating information about the digital media content, and associating the information with the digital media content.
According to another aspect, the present invention includes a method of reproducing a digital media content, comprising: (a) receiving a protected content and an associated control data; (b) checking an authorization signature of the protected content by using a first control signal; (c) checking a certification of the protected content owner's right by using a second control signal; and (d) identifying information about the protected content to reproduce the protected content.
It is to be understood that both the foregoing general description and the following detailed description of the present invention are exemplary and explanatory and are intended to provide further explanation of the invention as claimed.
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the principle of the invention. In the drawings;
Reference will now be made in detail to the preferred embodiments of the present invention, examples of which are illustrated in the accompanying drawings. Wherever possible, the same reference numbers will be used throughout the drawings to refer to the same or like parts.
The present invention relates to a copyright protection method of the digital media and the digital content distribution. It is applicable to all types of media, and the principles of the present invention may be extended by one having ordinary skill in the art to any new types. The present invention offers a high-level protection to multimedia right owners. It further offers a use of three subjects of digital media distribution process: a content owner, a content distributor, and a content consumer.
First of all, the content owner is a subject who produces and owns an original media copy (original content). The content owner can distribute the copies of the original content and certify his copyright by digitally signing the copies. Second, the content distributor is a subject who receives the copies of the original content from the content owner and has a right to redistribute the copies to one or more consumers or to other distributors. The content distributor can also certify his copyright by digitally signing the distributed content. Lastly, the content consumer is a subject who receives the copies of the original content from the content owner or content distributor for his or her personal use.
When a copyright owner signs the digital media materials produced, it is essential to choose a proper technique for digital content signing. One of the ways of signing a digital content is digital watermarking. Digital watermarking allows keeping the indelible marks within the media data, and these marks could be used to indicate the owner's copyright. The copyright must be distributed with the media content to indicate the content owner's right. The present invention offers to store the copyright data in the form of a digital watermark into the content Each owner of the copy of the content can add his or her own watermark as an owner data indicating his or her copyright corresponding to the content.
The present invention offers three ways to protect the copyright of digital media during the digital media distribution in accordance with a secrecy level: secrete, public, and informational proprietary copyright protection schemes. A copyright protection method of the present invention is illustrated in FIG. 1 . The system shown in FIG. 1 employs a combination of all of three schemes and can be used for the security level assignment among the content distribution participants. As mentioned above, the main parts of the content distribution participants are a content owner, a content distributor, and a content consumer.
The content owner adds a secrete watermark (owner secrete watermark) into an original media content using his own secrete key. The secrete watermark represents an owner authorization signature for the media content. This watermark can be distinguished only by the secrete key owner. Then, the content owner adds a public watermark (owner public watermark) that allows to certify the owner' right and to check it by any third party, who has an owner public key (public key 1). Additionally, the content owner adds an informational watermark that allows to store additional content information (content properties) within the media content. Anyone can read this information without any access key by using a special software tool.
After the content preparation processes described above are performed, the content owner hands the owner-watermarked content over to the content distributor. Then the content distributor adds his own public watermark (distributor public watermark) into the owner watermarked content that allows to certify his copyright and to check it by any third party, who has a distributor public key (public key 2). The consumer can get an informational watermark without any key and any public watermark by using a corresponding public key.
-
- Distinguish the presence of the watermark within the content and illicit copying disclosure
- Conserve ancillary owner information within watermarked content
- Protect owner information embedded into the content from unauthorized access and modifications
The requirements of the secrete proprietary copyright protection security are as follows:
-
- An appropriate symmetric key cryptography algorithm must be used.
- A digital watermarking technique that provides robust watermark embedding and detection must be used.
- It must be possible to authenticate a watermark message with only the watermarked content, the secrete watermarking key, and the owner ID.
- Authentication or the failure to authentication of the watermark message must survive the subsequent encoding with the same or other watermarking process.
- A digital watermarking system should be implementable by an individual content creator, where authentication of the watermarked content is possible by any third party.
- In a digitized form, the content should only be distributed with watermarks if the watermarks are expected to provide authentication.
This scheme assumes that the owner of the content has to specify some information for the watermarking process. The first part of the data is Delimiter generated on the basis of the owner ID. It allows to divide the different content owners' or redistributors' watermarks from each other. The second part of the data is owner data that the owner wants to associate with the current copy of the content. This is an information part of the watermark. The third part of the data is an owner secrete key (So) that is used as a basis of the symmetric cryptographic scheme protecting the watermark data itself from the illegal use.
A copyright protection apparatus compounds the watermark from the mentioned parts of the data in a manner that different content owners or redistributors have the different watermarks. The next step is to code each informational bit of the watermark according to the selected watermarking technique and embedding the obtained signal into the content The owner ID is used to detect the watermark within the watermarked content In a case of successful detection, the owner secrete key (So) must be produced to encode the watermark and obtain the plain owner data.
The main goals of the method shown in FIG. 2 are as follows:
-
- Distinguish the presence of the watermark within the content
- Conserve ancillary owner information (possibly including content properties) within the watermarked content
- Protect the owner information embedded into the content from any unauthorized access and modifications
- Provide any third party (having the public key) with an opportunity to get the content properties.
The requirements of the public copyright protection security are as follows:
-
- An appropriate symmetric-key cryptographic algorithm much be selected.
- A digital watermarking technique that provides the robust watermark embedding and detection must be selected.
- It must be possible to authenticate a watermark message with only the watermarked content, the public key and the owner ID.
- Authentication or a failure to authenticate of the watermark message must survive the subsequent encoding with the same or other watermarking processes.
- A digital watermarking system should be implemented by an individual content creator, where the authentication of the watermarked content can be done by any third party
- In a digitized form, the content should only be distributed with watermarks if the watermarks are expected to provide the authentication.
The public proprietary copyright protection shown in FIG. 3 assumes that the owner of the content has to specify some information for watermarking forming. The first part of the data is delimiter generated on the basis of the owner identification (ID). It allows to divide the different content owners' or distributors' watermarks from each other. The second part if owner data that the owner wants to associate with the current copy of the content. This is an informational part of the watermark. The third part of the data is an owner public key (Po) that is used as a basis of an asymmetric cryptography scheme protecting the plain owner data itself from the illegal use.
The copyright protection system compounds the watermark from the mentioned parts of data in a manner that different content owners or redistributors have the different watermarks. The next steps are to code each informational bit of the watermark according to a selected watermarking technique and to embed the obtained signal into the content.
The owner ID and owner public key (Po) are used to detect the watermark within the watermarked content, and in a case of successful detection, the owner public key (Po) is used to encode the watermark and to obtain the plain owner data. The owner public key (Po) and owner ID have to be passed to the content distributor or another content owner, and anyone who received the key can select and view the data that are concerned to the corresponding content owner or distributor.
The informational copyright protection scheme according to the present invention acts as an information carrier with the watermark readable to anyone. These watermarks are detectable by a third party using a special embedded tool of a media player (e.g., a Properties button). The informational watermarks mainly act as information links. Therefore, these links do not need to fulfill the same security constraints as the watermarks formed in the secrete copyright protection schemes. The information copyright protection scheme allows free validity detection: it does not need an original media data and any secrete key to determine the presence of a watermark.
The main goals of the scheme are to distinguish the presence of the watermark within the content and to inform a customer about the content owner and content properties (e.g., title, artist, date, version, media parameters such as bit-rate, and etc.).
Some of the requirements of the informational copyright protection security are as follows:
-
- An appropriate symmetric key cryptographic algorithm must be selected.
- A digital watermarking technique that provides the robust watermark embedding and detection must be selected.
- It must be possible to authenticate a watermark message with the watermarked content by using a special software module.
- A digital watermarking system should be implementable by an individual content creator, where the authentication of the watermarked content can be done by any third party.
- In a digitized form, the content should be distributed only with the watermarks if the watermarks are expected to provide authentication.
This scheme assumes that the content owner needs to specify some information for a public use. So, it is possible to associate the information with the content using a watermarking technique without any cryptographic features. This information is related rather to the content itself than the content owner. No key is necessary to find and read the information.
If a content owner wants to redistribute the original content to a content distributor or another content owner with all the copyrights related to the content, it is possible to set Trusted Relationships between two parties. It means that the content owner has to pass his secrete key and owner ID to another party, e.g., by using a hybrid cryptographic scheme.
For confidentiality purposes, the message is (symmetrically) encrypted with a randomly generated session key, and this session key is encrypted with the public key of a receiver. This public-key-encrypted session key is sent along with the encrypted (symmetrical) message to the receiver. Then the receiver uses his private key to find the session key and decrypts the message using the found session key. By signing a short digest (hash) instead of the whole message, the integrity can be efficiently realized by a hybrid system.
It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention without departing from the spirit or scope of the inventions. Thus, it is intended that the present invention covers the modifications and variations of this invention provided they come within the scope of the appended claims and their equivalents.
Claims (7)
1. A computer implemented method of generating digital media content, comprising:
generating a first control signal by using a first key of a content owner, the first control signal being for use in an authorization signature of the content owner;
embedding the first control signal into the digital media content;
generating a second control signal by using a second key of the content owner, the second signal being for use in a certification of the content owner's right;
embedding the second control signal into the digital media content;
generating content information including additional information related to the digital media content;
embedding the content information into the digital media content;
generating a third control signal by using a public key of the content distributor, the third control signal being for use in a certification of the content distributor; and
embedding the third control signal into the digital media content.
2. The method of claim 1 , wherein the first key is a secret key of the content owner.
3. The method of claim 1 , wherein the first control signal is generated based on a symmetric cryptography.
4. The method of claim 1 , wherein the second key is a public key of the content owner.
5. The method of claim 1 , wherein the content information represents content properties.
6. The method of claim 1 , further comprising:
transmitting the digital media content from the first device to a content distributor of the digital media content.
7. A computer implemented method of reproducing digital media content, comprising:
checking an authorization signature of a content owner by using a first control signal embedded into the digital media content, the first control signal being generated with a secret key of the content owner;
checking a certification of the content owner's right by using a second control signal embedded into the digital media content, the second control signal being generated with a public key of the content owner;
identifying content information embedded into the digital media content to reproduce the digital media content, the content information including additional information related to the digital media content;
reproducing the digital media content when the authorization signature of the content owner and the certification of the content owner's right are confirmed;
checking a certification of a content distributor by using a third control signal embedded into the digital media content, the third control signal being generated with a public key of the content distributor; and
reproducing the digital media content when the certification of the content distributor is confirmed.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/415,120 US7760904B2 (en) | 2001-02-21 | 2006-05-02 | Proprietary watermark system for secure digital media and content distribution |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US26986301P | 2001-02-21 | 2001-02-21 | |
US10/078,273 US7043051B2 (en) | 2001-02-21 | 2002-02-20 | Proprietary watermark system for secure digital media and content distribution |
US11/415,120 US7760904B2 (en) | 2001-02-21 | 2006-05-02 | Proprietary watermark system for secure digital media and content distribution |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/078,273 Continuation US7043051B2 (en) | 2001-02-21 | 2002-02-20 | Proprietary watermark system for secure digital media and content distribution |
Publications (2)
Publication Number | Publication Date |
---|---|
US20060193492A1 US20060193492A1 (en) | 2006-08-31 |
US7760904B2 true US7760904B2 (en) | 2010-07-20 |
Family
ID=27734141
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/078,273 Expired - Fee Related US7043051B2 (en) | 2001-02-21 | 2002-02-20 | Proprietary watermark system for secure digital media and content distribution |
US11/415,120 Expired - Fee Related US7760904B2 (en) | 2001-02-21 | 2006-05-02 | Proprietary watermark system for secure digital media and content distribution |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/078,273 Expired - Fee Related US7043051B2 (en) | 2001-02-21 | 2002-02-20 | Proprietary watermark system for secure digital media and content distribution |
Country Status (2)
Country | Link |
---|---|
US (2) | US7043051B2 (en) |
KR (1) | KR100459147B1 (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080170696A1 (en) * | 2007-01-16 | 2008-07-17 | Kyocera Mita Corporation | Data providing system, data receiving system, computer-readable recording medium storing data providing program, and computer-readable recording medium storing data receiving program |
EP2887566A1 (en) | 2013-12-23 | 2015-06-24 | Telefonica S.A. | An optical distribution system, a splicing handheld device, a kit for an optical distribution system and a method for the construction and managing of an optical distribution system |
US9811671B1 (en) | 2000-05-24 | 2017-11-07 | Copilot Ventures Fund Iii Llc | Authentication method and system |
US9811680B2 (en) | 2015-06-04 | 2017-11-07 | Microsoft Technology Licensing, Llc | Secure storage and sharing of data by hybrid encryption using predefined schema |
US9846814B1 (en) | 2008-04-23 | 2017-12-19 | Copilot Ventures Fund Iii Llc | Authentication method and system |
US12158929B1 (en) | 2023-07-21 | 2024-12-03 | Trufo Inc. | Watermarking digital media for authenticated content verification |
Families Citing this family (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7724919B2 (en) | 1994-10-21 | 2010-05-25 | Digimarc Corporation | Methods and systems for steganographic processing |
US7224819B2 (en) | 1995-05-08 | 2007-05-29 | Digimarc Corporation | Integrating digital watermarks in multimedia content |
US7006661B2 (en) | 1995-07-27 | 2006-02-28 | Digimarc Corp | Digital watermarking systems and methods |
US7930546B2 (en) * | 1996-05-16 | 2011-04-19 | Digimarc Corporation | Methods, systems, and sub-combinations useful in media identification |
US7127744B2 (en) * | 2000-03-10 | 2006-10-24 | Digimarc Corporation | Method and apparatus to protect media existing in an insecure format |
US6891959B2 (en) | 2000-04-19 | 2005-05-10 | Digimarc Corporation | Hiding information out-of-phase in color channels |
US7043051B2 (en) * | 2001-02-21 | 2006-05-09 | Lg Electronics Inc. | Proprietary watermark system for secure digital media and content distribution |
KR100493284B1 (en) * | 2001-05-11 | 2005-06-03 | 엘지전자 주식회사 | Copy protection method and system for digital media |
DE10134682B4 (en) * | 2001-07-20 | 2009-07-30 | Mediasec Technologies Gmbh | Method and device for confirming the authenticity of a document and electronic safe for storing the data |
US7020304B2 (en) * | 2002-01-22 | 2006-03-28 | Digimarc Corporation | Digital watermarking and fingerprinting including synchronization, layering, version control, and compressed embedding |
KR20030077857A (en) * | 2002-03-27 | 2003-10-04 | 이형우 | Digital Watermark Verification Method with Zero Knowledge Proofing |
US20030202659A1 (en) * | 2002-04-29 | 2003-10-30 | The Boeing Company | Visible watermark to protect media content from server to projector |
US7693914B2 (en) * | 2002-05-09 | 2010-04-06 | Shachar Oren | Systems and methods for the production, management, syndication and distribution of digital assets through a network |
US7519819B2 (en) | 2002-05-29 | 2009-04-14 | Digimarc Corporatino | Layered security in digital watermarking |
KR20040044631A (en) * | 2002-11-21 | 2004-05-31 | 김광삼 | System and method for controlling a selling process of a limited edition literary work based on the on-line network and tool for opening a limited edition literary work linkage the same |
US20040252615A1 (en) * | 2003-06-13 | 2004-12-16 | Darknoise Technologies Ltd. | Digital content protection |
US7900260B2 (en) * | 2003-12-05 | 2011-03-01 | Microsoft Corporation | Method for lifetime tracking of intellectual property |
US20050132194A1 (en) * | 2003-12-12 | 2005-06-16 | Ward Jean R. | Protection of identification documents using open cryptography |
WO2007005909A2 (en) * | 2005-07-01 | 2007-01-11 | Fred Covely | Methods and apparatus for authentication of content delivery and playback applications |
KR100685485B1 (en) * | 2005-08-02 | 2007-02-26 | 주식회사 마크애니 | Asymmetric Watermarking System and Method |
US7747864B2 (en) * | 2006-06-29 | 2010-06-29 | Mircosoft Corporation | DVD identification and managed copy authorization |
US8000474B1 (en) | 2006-12-15 | 2011-08-16 | Quiro Holdings, Inc. | Client-side protection of broadcast or multicast content for non-real-time playback |
US8135947B1 (en) | 2007-03-21 | 2012-03-13 | Qurio Holdings, Inc. | Interconnect device to enable compliance with rights management restrictions |
US9191605B1 (en) | 2007-03-26 | 2015-11-17 | Qurio Holdings, Inc. | Remote monitoring of media content that is associated with rights management restrictions |
US7895442B1 (en) * | 2007-06-18 | 2011-02-22 | Qurio Holdings, Inc. | Interconnect device to enable compliance with rights management restrictions |
US20090076904A1 (en) * | 2007-09-17 | 2009-03-19 | Frank David Serena | Embedding digital values for digital exchange |
US8621208B1 (en) * | 2009-07-06 | 2013-12-31 | Guoan Hu | Secure key server based file and multimedia management system |
CN102065325B (en) * | 2010-12-30 | 2012-12-12 | 南京理工大学 | Multimedia copyright protection method for supporting preview and tracking unauthorized distribution |
US20130329939A1 (en) * | 2012-06-12 | 2013-12-12 | Jorg-Ulrich Mohnen | Decoding a quilted image representation into a digital asset along with content control data |
US11554293B2 (en) | 2018-03-21 | 2023-01-17 | Peloton Interactive, Inc. | Systems and methods for the production, management, syndication and distribution of digital assets through a network in a micro-subscription-based platform for use with an exercise apparatus |
US10628581B2 (en) | 2018-04-24 | 2020-04-21 | Dell Products, Lp | System and method for forced data leakage prevention |
CN117892265B (en) * | 2024-03-15 | 2024-05-31 | 沈阳市蔚然科技有限公司 | Digital media copyright protection method and system for intelligent terminal |
Citations (104)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5499294A (en) * | 1993-11-24 | 1996-03-12 | The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration | Digital camera with apparatus for authentication of images produced from an image file |
US5530751A (en) | 1994-06-30 | 1996-06-25 | Hewlett-Packard Company | Embedded hidden identification codes in digital objects |
US5568570A (en) | 1994-09-30 | 1996-10-22 | Eastman Kodak Company | Method and apparatus for reducing quantization artifacts in a hierarchical image storage and retrieval system |
US5659726A (en) | 1995-02-23 | 1997-08-19 | Sandford, Ii; Maxwell T. | Data embedding |
US5673316A (en) * | 1996-03-29 | 1997-09-30 | International Business Machines Corporation | Creation and distribution of cryptographic envelope |
US5809139A (en) | 1996-09-13 | 1998-09-15 | Vivo Software, Inc. | Watermarking method and apparatus for compressed digital video |
US5848155A (en) | 1996-09-04 | 1998-12-08 | Nec Research Institute, Inc. | Spread spectrum watermark for embedded signalling |
US5930369A (en) | 1995-09-28 | 1999-07-27 | Nec Research Institute, Inc. | Secure spread spectrum watermarking for multimedia data |
US5940507A (en) | 1997-02-11 | 1999-08-17 | Connected Corporation | Secure file archive through encryption key management |
US5949055A (en) | 1997-10-23 | 1999-09-07 | Xerox Corporation | Automatic geometric image transformations using embedded signals |
US5974150A (en) | 1997-09-30 | 1999-10-26 | Tracer Detection Technology Corp. | System and method for authentication of goods |
US5995625A (en) * | 1997-03-24 | 1999-11-30 | Certco, Llc | Electronic cryptographic packing |
US6002772A (en) * | 1995-09-29 | 1999-12-14 | Mitsubishi Corporation | Data management system |
US6005643A (en) | 1996-10-15 | 1999-12-21 | International Business Machines Corporation | Data hiding and extraction methods |
US6021196A (en) | 1998-05-26 | 2000-02-01 | The Regents University Of California | Reference palette embedding |
US6044462A (en) | 1997-04-02 | 2000-03-28 | Arcanvs | Method and apparatus for managing key revocation |
US6101602A (en) | 1997-12-08 | 2000-08-08 | The United States Of America As Represented By The Secretary Of The Air Force | Digital watermarking by adding random, smooth patterns |
US6141753A (en) * | 1998-02-10 | 2000-10-31 | Fraunhofer Gesellschaft | Secure distribution of digital representations |
US6148342A (en) | 1998-01-27 | 2000-11-14 | Ho; Andrew P. | Secure database management system for confidential records using separately encrypted identifier and access request |
US6154571A (en) | 1998-06-24 | 2000-11-28 | Nec Research Institute, Inc. | Robust digital watermarking |
US6160891A (en) | 1997-10-20 | 2000-12-12 | Sun Microsystems, Inc. | Methods and apparatus for recovering keys |
US6182218B1 (en) * | 1994-12-13 | 2001-01-30 | Mitsubishi Corporation | Digital content management system using electronic watermark |
US6226618B1 (en) * | 1998-08-13 | 2001-05-01 | International Business Machines Corporation | Electronic content delivery system |
US6229894B1 (en) | 1997-07-14 | 2001-05-08 | Entrust Technologies, Ltd. | Method and apparatus for access to user-specific encryption information |
US6240121B1 (en) | 1997-07-09 | 2001-05-29 | Matsushita Electric Industrial Co., Ltd. | Apparatus and method for watermark data insertion and apparatus and method for watermark data detection |
US6243480B1 (en) * | 1998-04-30 | 2001-06-05 | Jian Zhao | Digital authentication with analog documents |
US6246767B1 (en) | 1995-04-03 | 2001-06-12 | Scientific-Atlanta, Inc. | Source authentication of download information in a conditional access system |
US6256347B1 (en) | 1996-12-17 | 2001-07-03 | Thomson Licensing S.A. | Pixel block compression apparatus in an image processing system |
US6259801B1 (en) * | 1999-01-19 | 2001-07-10 | Nec Corporation | Method for inserting and detecting electronic watermark data into a digital image and a device for the same |
US20010010046A1 (en) | 1997-09-11 | 2001-07-26 | Muyres Matthew R. | Client content management and distribution system |
US6269446B1 (en) * | 1998-06-26 | 2001-07-31 | Canon Kabushiki Kaisha | Authenticating images from digital cameras |
US6272253B1 (en) | 1995-10-27 | 2001-08-07 | Texas Instruments Incorporated | Content-based video compression |
US6285775B1 (en) | 1998-10-01 | 2001-09-04 | The Trustees Of The University Of Princeton | Watermarking scheme for image authentication |
US20010032312A1 (en) | 2000-03-06 | 2001-10-18 | Davor Runje | System and method for secure electronic digital rights management, secure transaction management and content distribution |
US6310956B1 (en) | 1998-03-19 | 2001-10-30 | Hitachi, Ltd. | Copy protection apparatus and method |
US20010046307A1 (en) * | 1998-04-30 | 2001-11-29 | Hewlett-Packard Company | Method and apparatus for digital watermarking of images |
US20010053223A1 (en) | 2000-03-14 | 2001-12-20 | Yoshihito Ishibashi | Content transaction system and method, and program providing medium therefor |
US20020010861A1 (en) | 2000-04-26 | 2002-01-24 | Shinako Matsuyama | Access control system, access control method, device, access control server, access-control-server registration server, data processing apparatus, and program storage medium |
US20020021805A1 (en) | 1999-01-06 | 2002-02-21 | Schumann Robert Wilhelm | Digital content distribution system and method |
US6358596B1 (en) | 1999-04-27 | 2002-03-19 | The Standard Register Company | Multi-functional transparent secure marks |
US6367019B1 (en) | 1999-03-26 | 2002-04-02 | Liquid Audio, Inc. | Copy security for portable music players |
US20020048372A1 (en) * | 2000-10-19 | 2002-04-25 | Eng-Whatt Toh | Universal signature object for digital data |
US6385596B1 (en) | 1998-02-06 | 2002-05-07 | Liquid Audio, Inc. | Secure online music distribution system |
US6389403B1 (en) | 1998-08-13 | 2002-05-14 | International Business Machines Corporation | Method and apparatus for uniquely identifying a customer purchase in an electronic distribution system |
US20020059238A1 (en) * | 1994-09-30 | 2002-05-16 | Mitsubishi Corporation | Data management system |
US6397333B1 (en) * | 1998-10-07 | 2002-05-28 | Infineon Technologies Ag | Copy protection system and method |
US6404926B1 (en) | 1997-09-02 | 2002-06-11 | Sony Corporation | Apparatus and method of processing image data, transmission medium, and recording medium |
US20020071566A1 (en) | 2000-12-11 | 2002-06-13 | Kurn David Michael | Computer system employing a split-secret cryptographic key linked to a password-based cryptographic key security scheme |
US6418232B1 (en) | 1998-08-28 | 2002-07-09 | Hitachi, Ltd. | Method of authenticating digital-watermark pictures |
US20020118838A1 (en) | 2001-02-05 | 2002-08-29 | Belenko Vyacheslav S. | Copy protection method and system for digital media |
US20020191809A1 (en) * | 2001-02-27 | 2002-12-19 | Darko Kirovski | Asymmetric spread-spectrum watermarking systems and methods of use |
US20030007646A1 (en) * | 2001-07-06 | 2003-01-09 | Leon Hurst | Consumption of content |
US20030046238A1 (en) * | 1999-12-20 | 2003-03-06 | Akira Nonaka | Data processing apparatus, data processing system, and data processing method therefor |
US20030048922A1 (en) | 2001-08-29 | 2003-03-13 | Rhoads Geoffrey B. | Imagery having technical exposure data steganographically encoded therein |
US6550011B1 (en) | 1998-08-05 | 2003-04-15 | Hewlett Packard Development Company, L.P. | Media content protection utilizing public key cryptography |
US6549626B1 (en) | 1997-10-20 | 2003-04-15 | Sun Microsystems, Inc. | Method and apparatus for encoding keys |
US6577745B1 (en) | 1998-10-29 | 2003-06-10 | Koninklijke Philips Electronics N.V. | Watermark detection |
US6584210B1 (en) | 1998-03-27 | 2003-06-24 | Hitachi, Ltd. | Digital watermark image processing method |
US6611607B1 (en) | 1993-11-18 | 2003-08-26 | Digimarc Corporation | Integrating digital watermarks in multimedia content |
US6611599B2 (en) | 1997-09-29 | 2003-08-26 | Hewlett-Packard Development Company, L.P. | Watermarking of digital object |
US20030163684A1 (en) * | 2000-06-16 | 2003-08-28 | Fransdonk Robert W. | Method and system to securely distribute content via a network |
US6633723B1 (en) | 1998-07-03 | 2003-10-14 | Pioneer Electric Corporation | Recording and reproducing system, recording apparatus and reproducing apparatus having copy protection function |
US20030202679A1 (en) * | 2002-04-29 | 2003-10-30 | The Boeing Company | Watermarks for secure distribution of digital data |
US20030202659A1 (en) * | 2002-04-29 | 2003-10-30 | The Boeing Company | Visible watermark to protect media content from server to projector |
US6643383B1 (en) | 1998-03-05 | 2003-11-04 | Institut Eurecom | Method for hiding binary data in a digital image |
US20030223614A1 (en) * | 2002-05-31 | 2003-12-04 | Robins Mark Nelson | Apparatus and method for image group integrity protection |
US6665420B1 (en) | 1999-12-02 | 2003-12-16 | Verizon Laboratories Inc. | Message authentication code with improved error tolerance |
US6678389B1 (en) | 1998-12-29 | 2004-01-13 | Kent Ridge Digital Labs | Method and apparatus for embedding digital information in digital multimedia data |
US6678464B1 (en) | 1997-12-26 | 2004-01-13 | Canon Kabushiki Kaisha | Preventing copying of digital information |
US6687822B1 (en) | 1999-06-11 | 2004-02-03 | Lucent Technologies Inc | Method and system for providing translation certificates |
US6707774B1 (en) | 1998-07-03 | 2004-03-16 | Pioneer Electric Corporation | Recording and reproducing system, recording apparatus and reproducing apparatus having copy protection function |
US6711276B1 (en) | 1998-12-03 | 2004-03-23 | Hitachi, Ltd. | Control method and apparatus for embedding information in data |
US6711679B1 (en) * | 1999-03-31 | 2004-03-23 | International Business Machines Corporation | Public key infrastructure delegation |
US20040059936A1 (en) | 2002-09-24 | 2004-03-25 | Canon Kabushiki Kaisha | Image authentication apparatus, image authentication method, and image authentication program |
US6728379B1 (en) * | 1999-05-27 | 2004-04-27 | Sony Corporation | Information processor and information processing method |
US20040120527A1 (en) * | 2001-08-20 | 2004-06-24 | Hawkes Philip Michael | Method and apparatus for security in a data processing system |
US20040131184A1 (en) | 2002-11-19 | 2004-07-08 | My Ez Communications, Llc. | Hybrid digital watermarking for video authentication |
US6775382B1 (en) | 1997-06-30 | 2004-08-10 | Sun Microsystems, Inc. | Method and apparatus for recovering encryption session keys |
US6802011B1 (en) | 1999-07-30 | 2004-10-05 | Sony Corporation | Copyright protection information protecting method, information signal processing method, information signal reproducing method, information signal recording method, and information signal processing device, information signal reproducing device, and information signal recording device |
US6834346B1 (en) * | 1998-07-30 | 2004-12-21 | Sony Corporation | Content processing system |
US6834110B1 (en) * | 1999-12-09 | 2004-12-21 | International Business Machines Corporation | Multi-tier digital TV programming for content distribution |
US20050018873A1 (en) | 1993-11-18 | 2005-01-27 | Rhoads Geoffrey B. | Method and system for managing, accessing and paying for the use of copyrighted electronic media |
US20050025316A1 (en) * | 2003-07-31 | 2005-02-03 | Pelly Jason Charles | Access control for digital content |
US6853676B2 (en) | 2000-06-15 | 2005-02-08 | Korea Telecom | Apparatus and method for inserting and detecting watermark based on stochastic model |
US20050036651A1 (en) * | 2001-11-30 | 2005-02-17 | Tian Wen | Digital anti&minus forging method |
US20050058318A1 (en) | 1993-11-18 | 2005-03-17 | Rhoads Geoffrey B. | Embedding information in a digital image digitized from a developed photographic film |
US6880083B1 (en) * | 1999-12-31 | 2005-04-12 | Intel Corporation | Method and apparatus for creating and executing secure scripts |
US20050169498A1 (en) * | 2004-02-02 | 2005-08-04 | Samsung Electronics Co., Ltd. | Apparatus and method for watermarking digital image |
US20050196013A1 (en) | 1993-11-18 | 2005-09-08 | Rhoads Geoffrey B. | Imagery having technical exposure data steganographically encoded therein |
US6996251B2 (en) * | 2002-09-30 | 2006-02-07 | Myport Technologies, Inc. | Forensic communication apparatus and method |
US7000113B1 (en) | 1997-01-27 | 2006-02-14 | Koninklijke Philips Electronics N.V. | Recording information with a watermark related to a prerecorded medium mark on an information carrier |
US7002710B1 (en) | 2000-04-10 | 2006-02-21 | Hewlett-Packard Development Company, L.P. | High reliability forensic color marking system |
US7043051B2 (en) * | 2001-02-21 | 2006-05-09 | Lg Electronics Inc. | Proprietary watermark system for secure digital media and content distribution |
US7047554B1 (en) | 1998-12-09 | 2006-05-16 | Intel Corporation | System and method for integrating and controlling audio/video devices |
US7062045B2 (en) * | 2001-09-06 | 2006-06-13 | Clwt, Llc | Media protection system and method |
US7100048B1 (en) | 2000-01-25 | 2006-08-29 | Space Micro Inc. | Encrypted internet and intranet communication device |
US20060204032A1 (en) | 1999-01-25 | 2006-09-14 | Takao Nakamura | Digital watermark embedding method, digital watermark embedding apparatus, and storage medium storing a digital watermark embedding program |
US20060242418A1 (en) * | 2005-04-25 | 2006-10-26 | Xerox Corporation | Method for ensuring the integrity of image sets |
US20070014354A1 (en) | 1994-01-31 | 2007-01-18 | Mitsubishi Denki Kabushiki Kaisha | Image coding apparatus with segment classification and segmentation-type motion prediction circuit |
US7203335B2 (en) | 2001-08-07 | 2007-04-10 | Gabriel Fielding | System and method for extracting a watermark signal in a digital image sequence |
US7254838B2 (en) | 2001-05-11 | 2007-08-07 | Lg Electronics, Inc. | Copy protection method and system for digital media |
US20090132825A1 (en) * | 2007-11-21 | 2009-05-21 | University Of North Texas | Apparatus and method for transmitting secure and/or copyrighted digital video broadcasting data over internet protocol network |
US7568096B2 (en) * | 2004-04-23 | 2009-07-28 | Microsoft Corporation | Rendering digital content in a content protection system according to a plurality of chained digital licenses |
US7630511B2 (en) * | 2002-11-04 | 2009-12-08 | Thomson Licensing | Apparatus and methods for improving detection of watermarks in content that has undergone a lossy transformation |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2797404B2 (en) * | 1989-04-20 | 1998-09-17 | ソニー株式会社 | Recording method of moving image data |
JP3625983B2 (en) * | 1997-03-12 | 2005-03-02 | 三菱商事株式会社 | Data management system |
US6064764A (en) * | 1998-03-30 | 2000-05-16 | Seiko Epson Corporation | Fragile watermarks for detecting tampering in images |
US20020051017A1 (en) * | 2000-07-13 | 2002-05-02 | Clayton Wishoff | Notification device for a graphical user environment |
US7139925B2 (en) * | 2002-04-29 | 2006-11-21 | Sun Microsystems, Inc. | System and method for dynamic cluster adjustment to node failures in a distributed data system |
US7035858B2 (en) * | 2002-04-29 | 2006-04-25 | Sun Microsystems, Inc. | System and method dynamic cluster membership in a distributed data system |
US7735096B2 (en) * | 2003-12-11 | 2010-06-08 | Microsoft Corporation | Destination application program interfaces |
US7669206B2 (en) * | 2004-04-20 | 2010-02-23 | Microsoft Corporation | Dynamic redirection of streaming media between computing devices |
JP2007259286A (en) * | 2006-03-24 | 2007-10-04 | Fujitsu Ltd | Optical transmitter and optical transmission system |
-
2002
- 2002-02-20 US US10/078,273 patent/US7043051B2/en not_active Expired - Fee Related
- 2002-02-21 KR KR10-2002-0009370A patent/KR100459147B1/en not_active Expired - Fee Related
-
2006
- 2006-05-02 US US11/415,120 patent/US7760904B2/en not_active Expired - Fee Related
Patent Citations (112)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6611607B1 (en) | 1993-11-18 | 2003-08-26 | Digimarc Corporation | Integrating digital watermarks in multimedia content |
US20050018873A1 (en) | 1993-11-18 | 2005-01-27 | Rhoads Geoffrey B. | Method and system for managing, accessing and paying for the use of copyrighted electronic media |
US20050058318A1 (en) | 1993-11-18 | 2005-03-17 | Rhoads Geoffrey B. | Embedding information in a digital image digitized from a developed photographic film |
US20050196013A1 (en) | 1993-11-18 | 2005-09-08 | Rhoads Geoffrey B. | Imagery having technical exposure data steganographically encoded therein |
US5499294A (en) * | 1993-11-24 | 1996-03-12 | The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration | Digital camera with apparatus for authentication of images produced from an image file |
US20070014354A1 (en) | 1994-01-31 | 2007-01-18 | Mitsubishi Denki Kabushiki Kaisha | Image coding apparatus with segment classification and segmentation-type motion prediction circuit |
US5530751A (en) | 1994-06-30 | 1996-06-25 | Hewlett-Packard Company | Embedded hidden identification codes in digital objects |
US20020059238A1 (en) * | 1994-09-30 | 2002-05-16 | Mitsubishi Corporation | Data management system |
US6741991B2 (en) * | 1994-09-30 | 2004-05-25 | Mitsubishi Corporation | Data management system |
US5568570A (en) | 1994-09-30 | 1996-10-22 | Eastman Kodak Company | Method and apparatus for reducing quantization artifacts in a hierarchical image storage and retrieval system |
US6182218B1 (en) * | 1994-12-13 | 2001-01-30 | Mitsubishi Corporation | Digital content management system using electronic watermark |
US5659726A (en) | 1995-02-23 | 1997-08-19 | Sandford, Ii; Maxwell T. | Data embedding |
US6246767B1 (en) | 1995-04-03 | 2001-06-12 | Scientific-Atlanta, Inc. | Source authentication of download information in a conditional access system |
US5930369A (en) | 1995-09-28 | 1999-07-27 | Nec Research Institute, Inc. | Secure spread spectrum watermarking for multimedia data |
US6002772A (en) * | 1995-09-29 | 1999-12-14 | Mitsubishi Corporation | Data management system |
US6272253B1 (en) | 1995-10-27 | 2001-08-07 | Texas Instruments Incorporated | Content-based video compression |
US5673316A (en) * | 1996-03-29 | 1997-09-30 | International Business Machines Corporation | Creation and distribution of cryptographic envelope |
US5848155A (en) | 1996-09-04 | 1998-12-08 | Nec Research Institute, Inc. | Spread spectrum watermark for embedded signalling |
US5809139A (en) | 1996-09-13 | 1998-09-15 | Vivo Software, Inc. | Watermarking method and apparatus for compressed digital video |
US6005643A (en) | 1996-10-15 | 1999-12-21 | International Business Machines Corporation | Data hiding and extraction methods |
US6256347B1 (en) | 1996-12-17 | 2001-07-03 | Thomson Licensing S.A. | Pixel block compression apparatus in an image processing system |
US7000113B1 (en) | 1997-01-27 | 2006-02-14 | Koninklijke Philips Electronics N.V. | Recording information with a watermark related to a prerecorded medium mark on an information carrier |
US5940507A (en) | 1997-02-11 | 1999-08-17 | Connected Corporation | Secure file archive through encryption key management |
US5995625A (en) * | 1997-03-24 | 1999-11-30 | Certco, Llc | Electronic cryptographic packing |
US6044462A (en) | 1997-04-02 | 2000-03-28 | Arcanvs | Method and apparatus for managing key revocation |
US6775382B1 (en) | 1997-06-30 | 2004-08-10 | Sun Microsystems, Inc. | Method and apparatus for recovering encryption session keys |
US6240121B1 (en) | 1997-07-09 | 2001-05-29 | Matsushita Electric Industrial Co., Ltd. | Apparatus and method for watermark data insertion and apparatus and method for watermark data detection |
US6229894B1 (en) | 1997-07-14 | 2001-05-08 | Entrust Technologies, Ltd. | Method and apparatus for access to user-specific encryption information |
US6404926B1 (en) | 1997-09-02 | 2002-06-11 | Sony Corporation | Apparatus and method of processing image data, transmission medium, and recording medium |
US20010010046A1 (en) | 1997-09-11 | 2001-07-26 | Muyres Matthew R. | Client content management and distribution system |
US20040034781A1 (en) | 1997-09-29 | 2004-02-19 | Natarajan Balas K. | Watermarking of digital object |
US6611599B2 (en) | 1997-09-29 | 2003-08-26 | Hewlett-Packard Development Company, L.P. | Watermarking of digital object |
US5974150A (en) | 1997-09-30 | 1999-10-26 | Tracer Detection Technology Corp. | System and method for authentication of goods |
US6160891A (en) | 1997-10-20 | 2000-12-12 | Sun Microsystems, Inc. | Methods and apparatus for recovering keys |
US6549626B1 (en) | 1997-10-20 | 2003-04-15 | Sun Microsystems, Inc. | Method and apparatus for encoding keys |
US5949055A (en) | 1997-10-23 | 1999-09-07 | Xerox Corporation | Automatic geometric image transformations using embedded signals |
US6101602A (en) | 1997-12-08 | 2000-08-08 | The United States Of America As Represented By The Secretary Of The Air Force | Digital watermarking by adding random, smooth patterns |
US6678464B1 (en) | 1997-12-26 | 2004-01-13 | Canon Kabushiki Kaisha | Preventing copying of digital information |
US6148342A (en) | 1998-01-27 | 2000-11-14 | Ho; Andrew P. | Secure database management system for confidential records using separately encrypted identifier and access request |
US6385596B1 (en) | 1998-02-06 | 2002-05-07 | Liquid Audio, Inc. | Secure online music distribution system |
US6141753A (en) * | 1998-02-10 | 2000-10-31 | Fraunhofer Gesellschaft | Secure distribution of digital representations |
US6643383B1 (en) | 1998-03-05 | 2003-11-04 | Institut Eurecom | Method for hiding binary data in a digital image |
US6310956B1 (en) | 1998-03-19 | 2001-10-30 | Hitachi, Ltd. | Copy protection apparatus and method |
US6584210B1 (en) | 1998-03-27 | 2003-06-24 | Hitachi, Ltd. | Digital watermark image processing method |
US6243480B1 (en) * | 1998-04-30 | 2001-06-05 | Jian Zhao | Digital authentication with analog documents |
US20010046307A1 (en) * | 1998-04-30 | 2001-11-29 | Hewlett-Packard Company | Method and apparatus for digital watermarking of images |
US6021196A (en) | 1998-05-26 | 2000-02-01 | The Regents University Of California | Reference palette embedding |
US6154571A (en) | 1998-06-24 | 2000-11-28 | Nec Research Institute, Inc. | Robust digital watermarking |
US6269446B1 (en) * | 1998-06-26 | 2001-07-31 | Canon Kabushiki Kaisha | Authenticating images from digital cameras |
US6707774B1 (en) | 1998-07-03 | 2004-03-16 | Pioneer Electric Corporation | Recording and reproducing system, recording apparatus and reproducing apparatus having copy protection function |
US6633723B1 (en) | 1998-07-03 | 2003-10-14 | Pioneer Electric Corporation | Recording and reproducing system, recording apparatus and reproducing apparatus having copy protection function |
US6834346B1 (en) * | 1998-07-30 | 2004-12-21 | Sony Corporation | Content processing system |
US6550011B1 (en) | 1998-08-05 | 2003-04-15 | Hewlett Packard Development Company, L.P. | Media content protection utilizing public key cryptography |
US6418421B1 (en) | 1998-08-13 | 2002-07-09 | International Business Machines Corporation | Multimedia player for an electronic content delivery system |
US6389403B1 (en) | 1998-08-13 | 2002-05-14 | International Business Machines Corporation | Method and apparatus for uniquely identifying a customer purchase in an electronic distribution system |
US6226618B1 (en) * | 1998-08-13 | 2001-05-01 | International Business Machines Corporation | Electronic content delivery system |
US6398245B1 (en) | 1998-08-13 | 2002-06-04 | International Business Machines Corporation | Key management system for digital content player |
US6418232B1 (en) | 1998-08-28 | 2002-07-09 | Hitachi, Ltd. | Method of authenticating digital-watermark pictures |
US6285775B1 (en) | 1998-10-01 | 2001-09-04 | The Trustees Of The University Of Princeton | Watermarking scheme for image authentication |
US6397333B1 (en) * | 1998-10-07 | 2002-05-28 | Infineon Technologies Ag | Copy protection system and method |
US6577745B1 (en) | 1998-10-29 | 2003-06-10 | Koninklijke Philips Electronics N.V. | Watermark detection |
US6711276B1 (en) | 1998-12-03 | 2004-03-23 | Hitachi, Ltd. | Control method and apparatus for embedding information in data |
US7047554B1 (en) | 1998-12-09 | 2006-05-16 | Intel Corporation | System and method for integrating and controlling audio/video devices |
US6678389B1 (en) | 1998-12-29 | 2004-01-13 | Kent Ridge Digital Labs | Method and apparatus for embedding digital information in digital multimedia data |
US20020021805A1 (en) | 1999-01-06 | 2002-02-21 | Schumann Robert Wilhelm | Digital content distribution system and method |
US6259801B1 (en) * | 1999-01-19 | 2001-07-10 | Nec Corporation | Method for inserting and detecting electronic watermark data into a digital image and a device for the same |
US20060204032A1 (en) | 1999-01-25 | 2006-09-14 | Takao Nakamura | Digital watermark embedding method, digital watermark embedding apparatus, and storage medium storing a digital watermark embedding program |
US6367019B1 (en) | 1999-03-26 | 2002-04-02 | Liquid Audio, Inc. | Copy security for portable music players |
US6711679B1 (en) * | 1999-03-31 | 2004-03-23 | International Business Machines Corporation | Public key infrastructure delegation |
US6358596B1 (en) | 1999-04-27 | 2002-03-19 | The Standard Register Company | Multi-functional transparent secure marks |
US6728379B1 (en) * | 1999-05-27 | 2004-04-27 | Sony Corporation | Information processor and information processing method |
US6687822B1 (en) | 1999-06-11 | 2004-02-03 | Lucent Technologies Inc | Method and system for providing translation certificates |
US6802011B1 (en) | 1999-07-30 | 2004-10-05 | Sony Corporation | Copyright protection information protecting method, information signal processing method, information signal reproducing method, information signal recording method, and information signal processing device, information signal reproducing device, and information signal recording device |
US6665420B1 (en) | 1999-12-02 | 2003-12-16 | Verizon Laboratories Inc. | Message authentication code with improved error tolerance |
US6834110B1 (en) * | 1999-12-09 | 2004-12-21 | International Business Machines Corporation | Multi-tier digital TV programming for content distribution |
US20030046238A1 (en) * | 1999-12-20 | 2003-03-06 | Akira Nonaka | Data processing apparatus, data processing system, and data processing method therefor |
US6880083B1 (en) * | 1999-12-31 | 2005-04-12 | Intel Corporation | Method and apparatus for creating and executing secure scripts |
US7100048B1 (en) | 2000-01-25 | 2006-08-29 | Space Micro Inc. | Encrypted internet and intranet communication device |
US20010032312A1 (en) | 2000-03-06 | 2001-10-18 | Davor Runje | System and method for secure electronic digital rights management, secure transaction management and content distribution |
US20010053223A1 (en) | 2000-03-14 | 2001-12-20 | Yoshihito Ishibashi | Content transaction system and method, and program providing medium therefor |
US7002710B1 (en) | 2000-04-10 | 2006-02-21 | Hewlett-Packard Development Company, L.P. | High reliability forensic color marking system |
US20020010861A1 (en) | 2000-04-26 | 2002-01-24 | Shinako Matsuyama | Access control system, access control method, device, access control server, access-control-server registration server, data processing apparatus, and program storage medium |
US6853676B2 (en) | 2000-06-15 | 2005-02-08 | Korea Telecom | Apparatus and method for inserting and detecting watermark based on stochastic model |
US20030163684A1 (en) * | 2000-06-16 | 2003-08-28 | Fransdonk Robert W. | Method and system to securely distribute content via a network |
US20020048372A1 (en) * | 2000-10-19 | 2002-04-25 | Eng-Whatt Toh | Universal signature object for digital data |
US20020071566A1 (en) | 2000-12-11 | 2002-06-13 | Kurn David Michael | Computer system employing a split-secret cryptographic key linked to a password-based cryptographic key security scheme |
US20020118838A1 (en) | 2001-02-05 | 2002-08-29 | Belenko Vyacheslav S. | Copy protection method and system for digital media |
US7043051B2 (en) * | 2001-02-21 | 2006-05-09 | Lg Electronics Inc. | Proprietary watermark system for secure digital media and content distribution |
US20050097333A1 (en) * | 2001-02-27 | 2005-05-05 | Microsoft Corporation | Asymmetric spread-spectrum watermarking systems and methods of use |
US20050097334A1 (en) * | 2001-02-27 | 2005-05-05 | Microsoft Corporation | Asymmetric spread-spectrum watermarking systems and methods of use |
US6891958B2 (en) * | 2001-02-27 | 2005-05-10 | Microsoft Corporation | Asymmetric spread-spectrum watermarking systems and methods of use |
US20020191809A1 (en) * | 2001-02-27 | 2002-12-19 | Darko Kirovski | Asymmetric spread-spectrum watermarking systems and methods of use |
US7254838B2 (en) | 2001-05-11 | 2007-08-07 | Lg Electronics, Inc. | Copy protection method and system for digital media |
US7224805B2 (en) * | 2001-07-06 | 2007-05-29 | Nokia Corporation | Consumption of content |
US20030007646A1 (en) * | 2001-07-06 | 2003-01-09 | Leon Hurst | Consumption of content |
US7203335B2 (en) | 2001-08-07 | 2007-04-10 | Gabriel Fielding | System and method for extracting a watermark signal in a digital image sequence |
US20040120527A1 (en) * | 2001-08-20 | 2004-06-24 | Hawkes Philip Michael | Method and apparatus for security in a data processing system |
US20030048922A1 (en) | 2001-08-29 | 2003-03-13 | Rhoads Geoffrey B. | Imagery having technical exposure data steganographically encoded therein |
US7062045B2 (en) * | 2001-09-06 | 2006-06-13 | Clwt, Llc | Media protection system and method |
US20050036651A1 (en) * | 2001-11-30 | 2005-02-17 | Tian Wen | Digital anti&minus forging method |
US20030202659A1 (en) * | 2002-04-29 | 2003-10-30 | The Boeing Company | Visible watermark to protect media content from server to projector |
US20030202679A1 (en) * | 2002-04-29 | 2003-10-30 | The Boeing Company | Watermarks for secure distribution of digital data |
US20030223614A1 (en) * | 2002-05-31 | 2003-12-04 | Robins Mark Nelson | Apparatus and method for image group integrity protection |
US20040059936A1 (en) | 2002-09-24 | 2004-03-25 | Canon Kabushiki Kaisha | Image authentication apparatus, image authentication method, and image authentication program |
US6996251B2 (en) * | 2002-09-30 | 2006-02-07 | Myport Technologies, Inc. | Forensic communication apparatus and method |
US7630511B2 (en) * | 2002-11-04 | 2009-12-08 | Thomson Licensing | Apparatus and methods for improving detection of watermarks in content that has undergone a lossy transformation |
US20040131184A1 (en) | 2002-11-19 | 2004-07-08 | My Ez Communications, Llc. | Hybrid digital watermarking for video authentication |
US20050025316A1 (en) * | 2003-07-31 | 2005-02-03 | Pelly Jason Charles | Access control for digital content |
US20050169498A1 (en) * | 2004-02-02 | 2005-08-04 | Samsung Electronics Co., Ltd. | Apparatus and method for watermarking digital image |
US7568096B2 (en) * | 2004-04-23 | 2009-07-28 | Microsoft Corporation | Rendering digital content in a content protection system according to a plurality of chained digital licenses |
US20060242418A1 (en) * | 2005-04-25 | 2006-10-26 | Xerox Corporation | Method for ensuring the integrity of image sets |
US20090132825A1 (en) * | 2007-11-21 | 2009-05-21 | University Of North Texas | Apparatus and method for transmitting secure and/or copyrighted digital video broadcasting data over internet protocol network |
Non-Patent Citations (4)
Title |
---|
Bender et al.. Techniques for data hiding IBM Systems Journal, vol. 35, No. 3&4, 1996, pp. 313-336. |
Hartung et al., "Multimedia Watermarking Techniques", Proceedings of the IEEE, vol. 87, No. 7, Jul. 1999, pp. 1079-1107. |
Jian Zhao, "Applying Digital Watermarking Techniques to Online Multimedia Commerce", In: Proc. of the International Conference on Imaging Science, Systems, and Applications (CISSA97), Jun. 30-Jul. 3, 1997, Las Vegas, USA. * |
Wolfgang et al., "Overview of image security techniques with applications in multimedia systems", Proceedings of the SPIE Conference on Multimedia Networs: Security, Displays, Terminals, and Gateways, vol. 3228, Nov. 2-5, 1997, pp. 297-308. |
Cited By (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9811671B1 (en) | 2000-05-24 | 2017-11-07 | Copilot Ventures Fund Iii Llc | Authentication method and system |
US20080170696A1 (en) * | 2007-01-16 | 2008-07-17 | Kyocera Mita Corporation | Data providing system, data receiving system, computer-readable recording medium storing data providing program, and computer-readable recording medium storing data receiving program |
US7995761B2 (en) * | 2007-01-16 | 2011-08-09 | Kyocera Mita Corporation | Data providing system, data receiving system, computer-readable recording medium storing data providing program, and computer-readable recording medium storing data receiving program |
US9846814B1 (en) | 2008-04-23 | 2017-12-19 | Copilot Ventures Fund Iii Llc | Authentication method and system |
US10275675B1 (en) | 2008-04-23 | 2019-04-30 | Copilot Ventures Fund Iii Llc | Authentication method and system |
US11200439B1 (en) | 2008-04-23 | 2021-12-14 | Copilot Ventures Fund Iii Llc | Authentication method and system |
US11600056B2 (en) | 2008-04-23 | 2023-03-07 | CoPilot Ventures III LLC | Authentication method and system |
US11924356B2 (en) | 2008-04-23 | 2024-03-05 | Copilot Ventures Fund Iii Llc | Authentication method and system |
US12212690B2 (en) | 2008-04-23 | 2025-01-28 | Copilot Ventures Fund Iii Llc | Authentication method and system |
EP2887566A1 (en) | 2013-12-23 | 2015-06-24 | Telefonica S.A. | An optical distribution system, a splicing handheld device, a kit for an optical distribution system and a method for the construction and managing of an optical distribution system |
US9811680B2 (en) | 2015-06-04 | 2017-11-07 | Microsoft Technology Licensing, Llc | Secure storage and sharing of data by hybrid encryption using predefined schema |
US12158929B1 (en) | 2023-07-21 | 2024-12-03 | Trufo Inc. | Watermarking digital media for authenticated content verification |
Also Published As
Publication number | Publication date |
---|---|
US7043051B2 (en) | 2006-05-09 |
KR100459147B1 (en) | 2004-12-03 |
KR20020068471A (en) | 2002-08-27 |
US20020122567A1 (en) | 2002-09-05 |
US20060193492A1 (en) | 2006-08-31 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7760904B2 (en) | Proprietary watermark system for secure digital media and content distribution | |
US10461930B2 (en) | Utilizing data reduction in steganographic and cryptographic systems | |
US7127615B2 (en) | Security based on subliminal and supraliminal channels for data objects | |
EP0934656B1 (en) | System for transferring content information and supplemental information relating thereto | |
US7123718B1 (en) | Utilizing data reduction in stegnographic and cryptographic systems | |
US20050177727A1 (en) | Steganographic method and device | |
WO2006051043A1 (en) | Method for securely binding content protection information to a content and method for verifying this binding | |
CN100412973C (en) | User equipment and method for watermarking digital data on user equipment | |
KR20020065376A (en) | Copy protection method for digital media | |
US20050177875A1 (en) | Revocation of content material | |
Katzenbeisser | On the design of copyright protection protocols for multimedia distribution using symmetric and public-key watermarking | |
US8132264B2 (en) | Access authorization across processing devices | |
KR100848369B1 (en) | Apparatus and method for generating encrypted data, decrypting encrypted data, and generating re-signed data | |
Caronni et al. | Enabling hierarchical and bulk-distribution for watermarked content | |
Memon et al. | Buyer-seller watermarking protocol based on amplitude modulation and the El Gamal Public Key Crypto System | |
JP2005175652A (en) | Content distribution system | |
CN119180037A (en) | Security anti-counterfeiting method and system for police digital certificate product | |
Xu et al. | Secure digital content control and distribution through the Internet |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.) |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20180720 |