Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Encryption Security

Encrypt Information In Images Without Distortion 236

Nomikos writes "C|Net reports: Researchers have created a new way to encrypt information in a digital image and extract it later without any distortion or loss of information. A team of scientists from Xerox and the University of Rochester said that the technique, called reversible data hiding, could be used in situations that require proof that an image has not been altered."
This discussion has been archived. No new comments can be posted.

Encrypt Information In Images Without Distortion

Comments Filter:
  • Encryption? (Score:5, Informative)

    by heliocentric ( 74613 ) on Wednesday October 23, 2002 @10:34PM (#4518870) Homepage Journal
    Isn't it more like steganography? I mean, ok, so we can encrypt the message you store using steg. but are we confusing the two?
  • by verch ( 12834 ) on Wednesday October 23, 2002 @10:43PM (#4518901)
    Sounds like 'encrypt' isnt exactly the right word here. Maybe 'encode' would have been better. From the very tech light article it seems that this is a watermarking technique which somehow embeds the watermark with no distortion of the image whatsoever. Traditional watermarks distort the image, albeit usually not noticeable to the casual naked eye.
  • Re:Signed Hash (Score:4, Informative)

    by jonbrewer ( 11894 ) on Wednesday October 23, 2002 @10:45PM (#4518913) Homepage
    "How is this better than a signed hash of the image?"

    A signed hash can be separated from an image, while this type of watermarking cannot.
  • Re:Encryption? (Score:4, Informative)

    by saforrest ( 184929 ) on Wednesday October 23, 2002 @10:47PM (#4518919) Journal
    Basically it is a form of steganography. The only thing unique is that the information isn't an arbitrary message, but just enough to label the image.

    This is called digital watermarking.
  • Re:I don't get it... (Score:2, Informative)

    by stratjakt ( 596332 ) on Wednesday October 23, 2002 @10:56PM (#4518976) Journal
    Your "James Bond" PDA displays undistorted images, while filtering the secret content somewhere else.

    Or you could embed a ton of secret messages in a simple server-to-server mirroring operation, and still wind up with a 1:1 mirror - never tipping anyone off that anything but the visible content was transferred.

    That way when the bad guys find it they see no distortions, can find no trace that the image was ever altered, and just think you're looking at porn.

  • Covert Channels (Score:3, Informative)

    by DougJohnson ( 595893 ) on Wednesday October 23, 2002 @11:00PM (#4519001)
    This really isn't that new. There's an example that's a picture of a couple of Zebra's, where they changed from some colour bit depth to a somewhat weaker bit depth, then the bits they saved were used to transmit ascii. Essentially a 32 bit pic was switched to 24 bits, leaving tons of room to include 5 of Shakespeares plays.
  • by ChristopherLord ( 610995 ) on Wednesday October 23, 2002 @11:09PM (#4519045) Homepage
    Canon does provide support for a "Data Verification Kit" on its latest 1Ds camera. No word on how secure it is, etc.

    from here [vividlight.com]:
    "Finally with a nod toward law enforcement the EOS-1Ds is the first digital camera that offers the ability to verify that images are unaltered originals using the Data Verification Kit DVK-E1, consisting of a dedicated IC card and card reader, together with software for Windows 2000/XP. This package is available to verify that EOS-1Ds image files are absolutely unaltered. "

  • by wirelessbuzzers ( 552513 ) on Wednesday October 23, 2002 @11:10PM (#4519055)
    ... just reversably, so you can get the original back later. And it isn't watermarking! They use only the LSB, so it won't survive recompression, printing, whatever. You can't encode anything without the image without distorting it, except by permuting the color tables. But that is easily detected and can't store much data anyway.
  • by wirelessbuzzers ( 552513 ) on Wednesday October 23, 2002 @11:21PM (#4519109)
    Quoth the parent: They are refering to water marks. This is not about "encryption" or even "stenography". The problem is proving a document is original. Actually, it looks like steg to me. Because to prove a document is unaltered without altering it, you just sign it with your private key. This can't be any better: someone could remove the watermark (it's reversible), alter the message, and "authenticate" that, unless there is a digital signature embedded in the image, in which case why not just attach it to the file? Although it would appear that the original paper is not online, so we can't be sure.
  • by yerricde ( 125198 ) on Wednesday October 23, 2002 @11:38PM (#4519196) Homepage Journal

    This is called digital watermarking.

    But unlike Digimarc watermarks, this kind of watermark isn't designed to survive being sent through the analog hole.

  • by sambo99 ( 224628 ) on Wednesday October 23, 2002 @11:56PM (#4519271) Homepage
    This stuff is in the process of being patented [eurekalert.org]

    The abstract of the paper (Reversible Data Hiding) is: "We present a novel reversible (lossless) data hiding (embedding) technique, which enables the exact recovery of the original host signal upon extraction of the embedded information. A generalization of the well-known LSB (least significant bit) modification is proposed as the data embedding method, which introduces additional operating points on the capacity-distortion curve. Lossless recovery of the original is achieved by compressing portions of the signal that are susceptible to embedding distortion, and transmitting these compressed descriptions as a part of the embedded payload. A prediction-based conditional entropy coder which utilizes static portions of the host as side-information improves the compression efficiency, and thus the lossless data embedding capacity"

    In case anyone is interested.
  • by Requiem Aristos ( 152789 ) on Thursday October 24, 2002 @12:16AM (#4519357)
    Wrong!

    You don't have to carry around two images when you digitally sign one. You just need the image and it's signature (~160 chars or so), and can make both as public as you want.
  • Re:Encryption? (Score:5, Informative)

    by nuntius ( 92696 ) on Thursday October 24, 2002 @12:54AM (#4519524)
    From reading the paper (college access to IEEE publications sure is nice), the researchers outline two forms of reversible data embedding.

    Type I simply embeds the data into the spectrum of the image and uses modulo addition as necessary to prevent overflow. Unfortunately, this causes "salt-and-pepper artifacts" because this sometimes affects the most significant bits in a pixel's representation.

    Type II uses the traditional method of overwriting the least significant bits or high-frequency coefficients in the image (depending on image encoding).

    What this paper does is describe a method that employs Type II encoding and saves the overwritten bits by compressing them and inserting into the embedded data stream. Unlike simple Type II encodings such as always using the lowest two bits, this paper varies the number of bits which are used in each byte. This value is determined according to their compressibility and other parameters in the image. By doing this, the paper obtains a more efficient tradeoff between storage and distortion.

    The journal article is "Reversible data hiding" in IEEE Internation Conference on Image Processing, 2002, volume 2, pages 157-160 http://ieeexplore.ieee.org/servlet/opac?punumber=8 052 [ieee.org]
  • by packeteer ( 566398 ) <packeteer@sub d i m e n s i o n . com> on Thursday October 24, 2002 @01:53AM (#4519728)
    Well the problem is you CANT remove the watermark. Its like a pgp key. The watermark can only be removed by the intended recipient. Of course there is always a way but it should be fairly secure if you have a inique ID on a piece of hardware then only that hardware can remove the watermark.
  • by andrew_0812 ( 592089 ) on Thursday October 24, 2002 @11:34AM (#4522417)
    Yes, they did include steganography in Along came a Spider. Steganography is not a new technology. People have been encoding data in digital images for years now. It involves replacing the least significant bit(s) of an image with the data. The human eye cannot notice the subtle color shifts that this causes. The more data that you encrypt, the more significant bits must be replaced, and the more distortion to the image. This is also a technology that it was speculated (but never proven to my knowledge) that Bin Laden and the AlQuida group had been using to communciate with operatives around the world.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...