Slashdot Mirror


Digital Camera Image Verification

Polo writes "While reading dpreview, I noticed that among several new products, Canon has announced a Digital Image Verification Kit to prove that an image taken by a particular camera has not been modified. It's disturbing to think about the conditions that would allow digital images to be accepted in a courtroom. I guess one defense would be to figure out how to 'verify' a photo of shark attack..."

255 comments

  1. Windows only? by Moderator · · Score: 3, Insightful

    The card reader connects to a computer USB port (only Windows 2000/XP compatible at the moment).

    Suddenly, this throws out the validity of anyone who owned a Mac or was using FreeBSD as their primary desktop operating system.

    --
    The World is Yours.
    1. Re:Windows only? by redJag · · Score: 3, Insightful

      That's really not insightful. All this means is that, as of now, only Windows computers can *check* the validity of the picture in question. The computer you use has nothing to do with the pictures your camera takes.

    2. Re:Windows only? by cluckshot · · Score: 1

      The Reality is that we accept more amd more "evidence" in courts of law that is actually a fiction and less and less of fact. It unfortunately is a FACT that the only evidence we have left anymore is the testimony of a person. Any Charts or "Evidence" is layered in so many layers of "Opinion" and subject to so many layers of fabrication that any juror who accepts the other stuff is taking quite a risk well above that inherent to testimony.

      Genetic data for example only proves that the genes are present and suggests that the person was present. It is subject at so many layers to be faked or errored that accepting it as fact for conviction is unreasonable.

      Any person who accepts for conviction of another "Picture" or "Video" evidence is too trusting.

      --
      Never Politically Correct ~ I prefer the facts If you don't like what I say, get a life, or comment yourself.
    3. Re:Windows only? by darkmeridian · · Score: 1

      Don't worry. The Linux people will hack this and allow authentication of everything in software. And then we will all be able to be sure that all pictures taken by a digital camera are unedited. Ahem.

      --
      A NYC lawyer blogs. http://www.chuangblog.com/
    4. Re:Windows only? by dave420 · · Score: 1

      So somehow it's Microsoft's fault Linux has bad USB support and next to no drivers for USB devices? :)

  2. It's called MD5 (?) by Shakrai · · Score: 4, Interesting

    The kit consists of a dedicated SM (secure mobile) card reader/writer and verification software. When the appropriate function (Personal Function 31) on the EOS-1D Mark II or EOS-1Ds is activated, a code based on the image contents is generated and appended to the image. When the image is viewed, the data verification software determines the code for the image and compares it with the attached code. If the image contents have been manipulated in any way, the codes will not match and the image cannot be verified as the original.

    So it's basically an MD5 (or equiv hashing method) of the image at the time it's taken? Too bad -- I thought they had a unique idea to verify images that had already been taken.

    Two or three questions I suppose:

    The article states that they are pursing ISO 15408 certification (evaluation criteria for IT security). Do they have to open up any source code to obtain that certification?

    What's to stop me from editing the MD5sum on the image and the smart media (it's presumably read/write)?

    In the mostly-serious-but-with-a-little-sarcasm dept -- does this take into account rotating the images if the camera doesn't automatically do it when you take a portrait vs a landscape? ;)

    All in all I suppose it's a neat idea -- hope it actually works before somebody is on trial for his life though...

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
    1. Re:It's called MD5 (?) by filtersweep · · Score: 4, Informative

      "All in all I suppose it's a neat idea -- hope it actually works before somebody is on trial for his life though..."

      Well, the camera is only one step in the chain. Are they going to keep a bunch of these presumably more expensive memory cards lying around, or are "they" going to archive them on a CDR or hard drive? Once the image is out of the card, the verification is meaningless (if it wasn't already meaningless in the first place).

      I provide "expert testimony" in court on a semi-regular basis in a completely different field. I always submit "photostatic replicas" of original documents and sign a notarized affidavit of their authenticity. Overall, it is simply the sworn testimony of the authenticity of any evidence that holds more weight than some "technological solution."

      Photoshoppers be dammed! Long live fark.com

      --


      Those that suggest you "dance like no one is watching" really want to see you make a complete fool of yourself.
    2. Re:It's called MD5 (?) by Anonymous Coward · · Score: 1, Interesting
      What's to stop me from editing the MD5sum on the image and the smart media (it's presumably read/write)?

      One possibility is that the SM (secure mobile) card reader/writer has an embeded private key.

      The generated code would be based on key + contents, rather than just the key.

    3. Re:It's called MD5 (?) by Krunch · · Score: 1
      does this take into account rotating the images
      What about rotating the md5sum ?
      --
      No GNU has been Hurd during the making of this comment.
    4. Re:It's called MD5 (?) by cyb97 · · Score: 1

      rotation doesn't really matter, as the rotation of the image only makes a difference when viewing the image, and not when trying to verify whether it's tampered with or not.

      In courtrooms the image is probably gonna be printed too, so it'll matter even less..

    5. Re:It's called MD5 (?) by Directrix1 · · Score: 2, Insightful

      What exactly would keep anyone (using film or digital) from taking a picture of a picture?

      --
      Occam's razor is the blind faith in the natural selection of least resistance and in universal oversimplification. -- EF
    6. Re:It's called MD5 (?) by Anonymous Coward · · Score: 0

      I always submit "photostatic replicas"

      Could you just say photocopy? There's already too much meaningless jargon out there.

    7. Re:It's called MD5 (?) by jdbarillari · · Score: 5, Interesting
      So it's basically an MD5 (or equiv hashing method) of the image at the time it's taken? Too bad -- I thought they had a unique idea to verify images that had already been taken.

      [snip]

      What's to stop me from editing the MD5sum on the image and the smart media (it's presumably read/write)?

      Obviously, just storing the checksum of the image in the EXIF headers (or somewhere else) won't work -- you could just modify the image and calculate a new checksum. One variant on that scheme that would work (reasonably well) would be the following: each camera would be assigned a RSA private key. Canon would keep a record of which key was assigned to which camera (by associating it with the camera's serial number). The private key would be stored in a tamper-resistant chip on the camera's logic board. The camera could then digitally sign all of the images it captures. If the camera saved both its serial number and the digital signature in the EXIF headers of each image (or the JPEG comments, or whatever), a third party who wanted to verify the image could go to the Canon website, get the public key for that serial number, and verify the digitial signature.

      The weak point is in the 'tamperproof' chip -- research on smart cards has shown that virtually any so-called 'tamperproof' security system can be cracked. A court could demand to see one's camera (to ascertain that it had not been altered), but some smartcard attacks (such as those based on timing or power consumption) don't even need to modify the card to get at the key -- some of these attacks might translate to cameras, as well. It would be possible to provide pretty good image verification with this system. But a determined attacker could break it.

    8. Re:It's called MD5 (?) by Stonent1 · · Score: 1

      does this take into account rotating the images if the camera doesn't automatically do it when you take a portrait vs a landscape?

      You can rotate in image in an image viewer without modifying it. But in a court room, they usually print the pictures out. In that case, rotate them manually using your thumb and forefinger. ;)

    9. Re:It's called MD5 (?) by S3D · · Score: 1

      [I] So it's basically an MD5 (or equiv hashing method) of the image at the time it's taken? Too bad -- I thought they had a unique idea to verify images that had already been taken.[/I] I think it's possible, though not easy, and only possible for set of images, taken from different positions, and even better with slight modification (like move this rock couple of inch to the left). It's extremly hard to forge a set of images - you have to build complete 3d model taking into account lighting, air transperency, distortions and property of the camera...Even if it is possible it should take a lot of time (coding, not rendering itself)

    10. Re:It's called MD5 (?) by mattypants · · Score: 1

      "hope it actually works before somebody is on trial for his life though..."

      Which is why capital punishment should be abandoned - and not just for this particular example.

    11. Re:It's called MD5 (?) by Prof.Phreak · · Score: 1

      I dunno how they do it, but here's how this sort of thing `might' work (at least how I'd imagine it):

      Every camera that ships has a `secret key' (sorta like those cryptographically secure dial-in-password keychains that people carry around). Everytime the camera takes a picture, it also digitally signs the image (take hash, then sign the hash), and stores the signature right along the image file.

      Nobody (within reason) can get at the secret key within any particular camera (smart cart hacking applies?). If the image is to be used in court - the camera's serial number (the camera has to be present in court) is used to find the camera's public key (on manufacturer's website?), and verify the signed image.

      Nobody (but the camera) knows or stores the camera's secret key. (first time the camera is booted it generates the key, and displays it's public key to the world; which the manufacturer saves in their db).

      Unless someone hacks their camera and figures out the camera's secret key (note that working camera has to be present in court), the method appears to be relatively secure (?).

      --

      "If anything can go wrong, it will." - Murphy

    12. Re:It's called MD5 (?) by dewet · · Score: 1

      Nobody (but the camera) knows or stores the camera's secret key. (first time the camera is booted it generates the key, and displays it's public key to the world; which the manufacturer saves in their db).

      Then, I'd think, it would be possible for an end-user to 'hack' the camera and get the private key using the same technique the manufacturer uses to get it. :-/

      --
      -------------------------------------------------- -
      This sig could have been put to good use.
    13. Re:It's called MD5 (?) by Anonymous Coward · · Score: 0

      Has anyone considered what the breakdown of checksum preserving image transformations is?

      The set of image transformations with normal functional composition forms a group. so given a pixel value p at (x,y) p' = f(x,y,p) If there is a 32 bit checksum we can likely build 2^32 subgroups which will each preserve the checksum. If you have even a 1024x768 bitmap in 32 bit color, the average sub group will have (2^32)^786431 members. Ie each subgroup loses only the information associated with 1 pixel.

      Has anyone studied this? I would love to see it if someone has considered the structure of these groups.

    14. Re:It's called MD5 (?) by Prof.Phreak · · Score: 1

      ie: the manufacturer never gets the `private' key... just the public key :-)

      --

      "If anything can go wrong, it will." - Murphy

    15. Re:It's called MD5 (?) by mitheral · · Score: 1

      It's usually fairly obvious to experts when a copy has been made. Contrast is hard to keep sane.

  3. Run around by MacFury · · Score: 5, Funny

    1.) Take picture
    2.) Photoshop picture
    3.) Print picture
    4.) Take picture of printed picture :-)

    1. Re:Run around by Shakrai · · Score: 0, Redundant

      You forgot:

      5) ???
      6) Profit.

      But seriously, you'd need a pretty good digicam/scanner for that not to be completely obvious :) Don't think I haven't tried it already ;)

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    2. Re:Run around by BlueFall · · Score: 1

      Seems like the biggest problem with the camera is that it is basically a digital signing oracle for whoever holds it.

    3. Re:Run around by MoonBuggy · · Score: 3, Insightful

      But seriously, you'd need a pretty good digicam/scanner for that not to be completely obvious

      You would, but in a few years time when this technology has legal precident spending a few grand on modding a 'secure' camera to forge evidence in order to get away with millions sounds like a good investment.

    4. Re:Run around by apraetor · · Score: 1

      No, the same methods that prevent alteration could also be used to preserve information on focus.

      --matt

    5. Re:Run around by 110010001000 · · Score: 1

      Huh? In the above scheme there is only one picture that matters. The picture that was taken of the picture. The original gets tossed. The new MD5 matches the new picture.

      Of course there is no way to prevent such a scheme which makes the whole idea worthless.

    6. Re:Run around by Anonymous Coward · · Score: 0

      He's saying that the camera will store info about the focus length so that it would be obvious when the picture you took is focussed at 1' away, which wouldn't match what you'd expect from the photo you're taking a picture of.

    7. Re:Run around by pipingguy · · Score: 1

      You would, but in a few years time when this technology has legal precident spending a few grand on modding a 'secure' camera to forge evidence in order to get away with millions sounds like a good investment.

      Nevermind that in a jury trial most members presented with DNA evidence have no clue about DNA to start with, except from what they've heard/read about in popular media. They have to be ejumicated by the attorneys and specialists. If it is supposed to be trial by one's peers, there are some definite concerns here regarding technobabble.

    8. Re:Run around by Anonymous Coward · · Score: 0

      What about: 1.) Take picture 2.) Photoshop picture 3.) Print picture on photo paper 4.) Don't tell anyone it was digital :-)

    9. Re:Run around by Louis+Guerin · · Score: 1

      You obviously don't have a very high opinion of the EOS-1Ds and its 11 megapixel image sensor if you think you won't see a difference between the original and a printout of the original...

      L

    10. Re:Run around by topham · · Score: 1

      If you can take a picture of an image and have it look otherwise identical to the original image I would be amazed.

      (For the sake of testing the image photopgraphed would be un-modified for purposes of validating the process as not causing further distortions).

      I have photos which were taken of other photos, used to create replacement negatives for archival purposes of pictures taken 50+ years ago where the original negatives were either lost, or destroyed. If you look very close in all the images you can tell they are not the originals. A pieces of dust on the original photo, a slight crack in the paper, etc. Something will give it away, never mind any optical distortions introduced. It would be very hard to cancel most of that out within the camera to get a signed image which didn't have something 'odd' about it that an expert couldn't critique.

    11. Re:Run around by Anonymous Coward · · Score: 0

      You don't even need to do all that with the new camera smartphones - what about this?

    12. Re:Run around by astroboscope · · Score: 1
      The camera needs to put a trustable timestamp on the pictures, which I think necessitates onboard wireless networking. Besides being useful for evidence, it would people from gimping the original for an hour then trying to sneak in the new version.

      I see the point of the people saying that pictures of pictures tend not to look exactly like the originals, but I think they're missing the fact that the image doctoring software could deliberately introduce reverse distortions in the printout that would produce an original-looking image when a picture was taken of it. Besides, the effects are less obvious and general than the time.

      --
      If we were ants living on a Rubik's cube, differential geometry would be a little more confusing.
  4. won't work by contrasutra · · Score: 5, Insightful

    It won't work. From everything I've seen, attempts to verify ANYTHING digital will be cracked within a week or three.

    1. Re:won't work by Anonymous Coward · · Score: 4, Insightful

      Really? When was the digital signature function of GnuPG cracked?

    2. Re:won't work by contrasutra · · Score: 5, Informative

      Haven't read the gnupg.org website? From the front page:

      GnuPG's ElGamal signing keys compromised (2003-11-27)
      A severe problem with ElGamal sign+encrypt keys has been found. This leads to a full compromise of the private key.


    3. Re:won't work by iminplaya · · Score: 2, Funny

      Maybe the machine spits out a paper "receipt" verifing the veracity of the photo...or is it manufactured by Diebold?

      --
      What?
    4. Re:won't work by Anonymous Coward · · Score: 2, Informative

      No I hadn't noticed that one. That particular bug hits extremely non-standard keys and according to the developer's announcement affected less than 0.04% of all keys on keyservers. Not only that it took a few years to detect-- which is a far cry from your time-to-crack maximum of three weeks. And the standard signing method still seems to be secure. Or at least no one who knows how to crack it is telling anyone else about it.

      None of that is to say that I think Canon's solution sounds very workable. So it embeds a hash in the image and uses that to detect if the image has been changed? So? I can do that already by hashing images as I import them. I don't understand how it prevents re-hashing, either. Besides, who cares if you can verify the digital file? It still has to be printed out at least once if it's going to be used in court. I don't know about you guys, but I know my GIMP printer drivers allow for all kinds of filters to be used on the print stream itself. Not only could I intercept and alter the data as it's being printed, but I don't see how you can verify that the printout comes from a verified file.

    5. Re:won't work by cyb97 · · Score: 1

      Who says you have to use ElGamal, and who says you have to use GnuPG.

      There are several pretty good signing-algorithms around...

    6. Re:won't work by Lehk228 · · Score: 2, Insightful

      all it would take would be for someone to tear apart the camera and replace the image sensor with a USB cable so that the camera would sign the image going onto the card, then put the card into a different camera, unless the camera also wrote it's serial number to part of the image in a way that could not be hacked (yea right) this verification would be useless if someone really wanted to fake a digital image

      --
      Snowden and Manning are heroes.
    7. Re:won't work by Corpsesarecute · · Score: 2, Interesting

      Sounds like a dare to me. A Slashdoter race for it anyone?

    8. Re:won't work by Anonymous Coward · · Score: 0

      Digital signatures can be safe...as long as only one party has the signing key. In this case, each camera has to have the (a?) signing key, and can be reverse-engineered.

      Similarly encryption works well...as long as everyone given the ability to decrypt is trusted...but in the case of DRM, you have to give the consumer a device capable of decrypting, and it becomes pointless.

      It's surprising that people can't tell the difference between using encryption in ways that make sense and ways that don't.

      There are a couple of things that are less clear - steganography and watermarking.

    9. Re:won't work by Anonymous Coward · · Score: 0

      The moment you tried to use it to protect against the holder of the signing keys.

    10. Re:won't work by Trejkaz · · Score: 2, Interesting

      ElGamal signing keys aren't even used by anyone. You use RSA or DSA for signing, and ElGamal for encryption. ElGamal encryption keys haven't been compromised yet.

      --
      Karma: It's all a bunch of tree-huggin' hippy crap!
  5. hmm by Anonymous Coward · · Score: 3, Insightful

    1. take picture
    2. modify picture
    3. regenarate image verification data
    4. profit?

  6. Canon by swordboy · · Score: 3, Insightful

    Canon is very cool - they are one of the only camera manufacturers that still supports the cheapest, non-proprietary form of flash media in all of their cameras - CompactFlash.

    To everyone out there: you are an idiot if you buy a camera that does not support CompactFlash. You'll end up paying twice as much for the media.

    In other good Canon news, they've announced that they'll be releasing 20 new digicams this year. Hail to the king, baby!

    --

    Life is the leading cause of death in America.
    1. Re:Canon by Shakrai · · Score: 5, Insightful
      To everyone out there: you are an idiot if you buy a camera that does not support CompactFlash. You'll end up paying twice as much for the media.

      We have that interesting problem at work (Insurance Agency, which is half the reason this article caught my eye) -- we need digicams to do photo inspections of property or automobiles. All of our CSR workstations have CompactFlash readers. Half the new digicams out there don't use CF anymore -- which automatically takes them off my shopping list when I need to get new cameras.

      I'd also add to your statement that you are an idiot if you buy a camera that doesn't take standard AA (or AAA) batteries. We also have several sets of NI-MH batts and chargers -- I refuse to buy a digicam with propriety batteries. I can't count how much money and aggravation the standard formats of CF and AA NI-MH batts have saved me -- both on a business and personal level.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    2. Re:Canon by Anonymous Coward · · Score: 1, Informative

      Compact Flash is old and it is big and bulky. And no, Canon doesn't use it in all their cameras. For example see their new ultra-compact SD10 (It uses SecureDigital).

      But I do agree with your general sentiment about open non-proprietary flash formats.

    3. Re:Canon by gooman · · Score: 2

      Don't forget Nikon.
      I'm currently shopping for a new camera. I'm only looking at brands that support CF. Partly because I already have several CF cards, but there is a reason I deciced on CF in the first place.
      Looks like I'm going to buy a Canon or a Nikon.

      --
      "Kittens give Morbo gas!"
    4. Re:Canon by Shakrai · · Score: 2, Insightful

      Compact Flash is old and it is big and bulky.

      What is the difference between Type I, Type II, and Type III PC Cards?

      * Type I - First standard defined by PC Card Association. Dimensions: 85.6 mm x 54.0 mm x 3.3 mm.

      * Type II - Second standard form factor defined by PC Card Association. Dimensions: 85.6 mm x 54.0 mm x 5.0 mm. The KODAK Picture Card with Adapter fit into a Type II slot.

      * Type III - Third standard form factor defined by PC Card Association. Dimensions: 85.6 mm x 54.0 mm x 10.5 mm. An example of this is the PCMCIA hard drive in a KODAK PROFESSIONAL DCS Digital Camera.

      Quoted from this site.

      I'd hardly call 8.5cm x 5.4cm x 0.5cm "big and bulky". If you start using the Type III cards they are a whole .55cm thicker. That's too big? And what's wrong with "old" as long as it still works and the standard is updated for new technology?

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    5. Re:Canon by swordboy · · Score: 2, Insightful

      Don't forget Nikon.

      Nikon supports CompactFlash only in their high-end cameras. I'm not sure why they don't support it in their low-end cameras. Probably some sort of kick-backs from selling a camera that supports the more expensive media. There's always collusion when ignorant consumers are involved.

      Someone tell me what I'm missing. From PriceWatch.com, we get the following for a 512MB media card (many of the proprietary don't go larger than this):

      $95 - CompactFlash
      $138 - Memory Stick
      $141 - MMC/SD
      $165 - xD
      $199 - ATA

      As geeks, it is our duty to inform people from being stupid and buying cameras that don't support cheap, open standards. Why is SD so popular if it is 50% more expensive?

      --

      Life is the leading cause of death in America.
    6. Re:Canon by Anonymous Coward · · Score: 0

      Will I agree with you that CF isn't big and bulky. Recently I've seen camera's that are clearly too small for CF. It would be nice if they came up with a new smaller CF standard.

    7. Re:Canon by Shakrai · · Score: 1
      Will I agree with you that CF isn't big and bulky. Recently I've seen camera's that are clearly too small for CF. It would be nice if they came up with a new smaller CF standard.

      Ok, that's a better way to put it. IMHO if a digicam is too small for CF then it's too small for me -- I'm not a big fan of super-tiny electronics -- but I could see the market for people who are.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    8. Re:Canon by Anonymous Coward · · Score: 0

      Nikon! My nikon 3 megapixel camera takes CompactFlash media and two NiMH AA batteries. If my batteries die on the road I can buy a huge pack of regular AA's from walmart for $10. Of course, my battery charger has a wall plug and a car adapter...

      Good luck finding some wierd-ass proprietary battery for your camera in 2008!

    9. Re:Canon by zfalcon · · Score: 2, Insightful
      I'd also add to your statement that you are an idiot if you buy a camera that doesn't take standard AA (or AAA) batteries. We also have several sets of NI-MH batts and chargers -- I refuse to buy a digicam with propriety batteries. I can't count how much money and aggravation the standard formats of CF and AA NI-MH batts have saved me -- both on a business and personal level.

      None of the high end digital SLR cameras use NiMH batteries. Regular NiMH batteries run out of juice way too quickly. Using the Canon lithium ion packs you can get hundreds of shots with 1 battery. Also, unlike NiMH, lithiums don't lose like 10% of their charge daily.

    10. Re:Canon by Anonymous Coward · · Score: 0

      don't forget with support for type II brings support for microdrives.

    11. Re:Canon by Glytch · · Score: 1

      You're wrong. All Nikon cameras, right down to the entry-level Coolpix 2100, use Compactflash. Every last one of them.

      SD is popular because Kodak and HP use it, and idiots think that since Kodak and HP have huge advertising, they're good cameras. Both are cheap junk.

      If you need low-cost quality, get Fuji or Olympus. They use another type of card, XD, but the cost of XD is the same as CF, and XD-CF adaptors are easy to find.

    12. Re:Canon by silicon1 · · Score: 1

      just an FYI, some canon cameras do use AA batteries...

    13. Re:Canon by cyb97 · · Score: 1

      Why not be smart and choose one camera (or probably one manufacturer) and stick with your choice. That way you can use the same charger, rack up extra batteries for people to take along etc.

      Then charging won't be an issue as you can keep around ready charged batteries for swapping instead of having to wait for the battery to charge.

    14. Re:Canon by Shakrai · · Score: 2, Interesting
      None of the high end digital SLR cameras use NiMH batteries. Regular NiMH batteries run out of juice way too quickly. Using the Canon lithium ion packs you can get hundreds of shots with 1 battery. Also, unlike NiMH, lithiums don't lose like 10% of their charge daily.

      You completely missed the point of my statement -- in our setting, a small business with several dozen cameras of different models (old models that still worked that were discontinued, needed more functionality, etc) it would be very stupid to have a camera with a propriety battery or memory card. I can swap batteries or CF cards with any camera in our office -- and the CF cards are easily readable on any machine with a $20 reader -- without the need to install drivers and completely OS independent. I can also toss them into our laptops (again without drivers) using PCMCIA adaptors. Name another format that offers all of those advantages.

      I would also question the 10% of their charge daily. I used to be quite the digitial photography buff back in the day but nowadays I only use my (personal) digicam every few weeks. I have picked up my digicam (a Casio QV-3500X) after having it sit idle (with the batteries in it no less -- so assume there is a small draw on them to maintain the clock/camera settings) for over two months and proceeded to take 40-50 pictures using the LCD the entire time. My four AA NiMH batts lasted the entire time. With a fully charged set loaded fresh I can take 200+ pictures (again using the LCD the whole time) without problems.

      When we use them at the office we typically only wind up recharging them once every three weeks or so -- and we take dozens of pictures daily.

      Granted li-ion is a better technology overall (I love my extended run-time li-ion batt for my cell phone) but NiMH still has a place and until they figure out a way to put li-ion technology into standard battery sizes (AA/AAA) I'll stick with my NiMH batts for my digicams/CD-players. In the worst case scenario if my NiMH batts die and I don't have a spare set (like that's ever going to happen) I can always buy AAs at any store in the world and toss them into my product -- try that with your propriety formats that only exist to make the manufacturer more money.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    15. Re:Canon by Shakrai · · Score: 1
      Why not be smart and choose one camera (or probably one manufacturer) and stick with your choice. That way you can use the same charger, rack up extra batteries for people to take along etc.

      When we first bought all the cameras we did exactly that. 18 months later we needed to buy two new ones and discovered that the original model (a very simple low megapixal camera that got the job done nicely) had been discontinued. We had to buy a different model to replace it -- the new model had to use AA batts and CF media. A few months after that we needed more cams for new employees and the second model was impossible to find.... you see where I'm going with this.

      Bottom line: We do use the same batts (AA NiMHs) and media in all our cameras. That's why we have standards people. To hell with propriety bullshit I say!

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    16. Re:Canon by cyb97 · · Score: 1

      seems to me you should hook up with a quality supplier that can provide the stability and guarantee you'll need to restock the cameras when needed.

      Where I used to work, we defaulted to all canon equipment. From the Gx-series -> D-xx for stills and xl-1s for quick videos and stuff. This allowed us to share chargers and media between most of the items even though we changed models every now and then (g3 replaced g2 and so on)

    17. Re:Canon by swordboy · · Score: 1

      You're wrong. All Nikon cameras, right down to the entry-level Coolpix 2100, use Compactflash. Every last one of them.

      CoolPix 3200 - Media: Internal memory: approx 14.5MB; SD memory card (not included)
      CoolPix 2200 - Media : Internal memory: approx 14.5MB; SD memory card (not included)

      I looked at Nikon before I purchased my Canon. Once I saw the SD media, I moved on. We can only pray that Canon does not sell out to the dark side.

      --

      Life is the leading cause of death in America.
    18. Re:Canon by ColaMan · · Score: 2, Informative

      Thats PCMCIA / CARDBUS adaptors there,champ :-)

      He's taling about COMPACTFlash cards, which are a whopping 36.4(L) x 42.8(W) x 3.30(T) mm for the type-I's

      Any smaller physical size for your media and you tend to lose them. A lot.

      "honey, have you seen my postage-stamp sized SD card?"

      "I think one of the kids snapped it in half when they tried to feed it to the cat."

      "Oh that's ok, it was only 75 bucks (sob)"

      --

      You are in a twisty maze of processor lines, all alike.
      There is a lot of hype here.
    19. Re:Canon by Anonymous Coward · · Score: 0

      Samsung also make CF+AA cameras. Good ones, even.

    20. Re:Canon by Anonymous Coward · · Score: 0

      bwahahahaa! pcmcmia != compactflash, genius.

    21. Re:Canon by Cryptnotic · · Score: 1

      Actually, the smallest Canon digicam uses SD memory because CF would make the camera too big.

      But for all the bigger cameras, they use CF.

      Another weird thing is that this new pro camera (which will cost close to $4000) has slots for both CF and SD.

      --
      My other first post is car post.
    22. Re:Canon by Denyer · · Score: 1
      And they have some extremely good imaging tech. The Powershot range produces higher quality output than almost all consumer digi-cams I've seen.

      Spare compact-flash is also a cheap way to get an MP3 player to exercise with; something which will make use of the card costs very little.

      --
      Ph-nglui mglw'nafh Gates M'dna wgah'nagl fhtagn.
    23. Re:Canon by Anonymous Coward · · Score: 0

      SD is the format of the future. Even Canon is slowly switching to it. Of the new 20 models, most will have an SD slot, some together with CF (like the new EOS-1DmkII).

      The prices will also fall as SD becomes more dominant in the high end.

    24. Re:Canon by timeOday · · Score: 1

      Seems to me like he should stick to rev. 2 of his plan - buy cameras that use good old AAs.

    25. Re:Canon by Anonymous Coward · · Score: 0

      compact flash is also virtually indestructable, commonly accepted, cheap and best of all you can use them as IDE hard disks (with an adaptor).

      And with the exception of devices like ultra slim cameras, small mp3 players and phones I don't see why any device should be using anything else. As for those devices which really need the smallest card possible if they all stuck to mmc/sd then it would help to reduce the price of those.

    26. Re:Canon by bonhomme_de_neige · · Score: 1

      A lot of others support CF... My Olympus Camedia C5050Z lets you have both SM and CF in there at the same time. And I know at least some of the Nikon Coolpix series still support it. That's like, the other two major digicam manufacturers ... so I wouldn't say "one of the only".

      Also you left out the major reason to want CF, especially CF Type II - the CF Microdrives. You can keep an entire holiday's worth of photos (for most people) on one of the new 4gb microdrives. It's slow, sure, but with a dual card cam you can take your pictures on fast SM, and then copy them onto the Microdrive (just using the camera, no laptop required) when you have time.

      --
      "Why are you watching the washing machine?"
      "I love entertainment, as long as it's clean"
    27. Re:Canon by mpoulton · · Score: 1

      Actually, not all Canon cameras use CF memory. I have a Canon SD-10, their smallest real digital camera. It is not physically large enough to use a CF card -- there isn't room. They chose SD instead. I was a bit disappointed, since I already have huge amounts of CF memory for my other cameras and MP3 players, but it's a compromise I'm wiling to make to have such a tiny camera.

      --
      I am a geek attorney, but not your geek attorney unless you've already retained me. This is not legal advice.
    28. Re:Canon by ealar+dlanvuli · · Score: 1

      I can also toss them into our laptops (again without drivers) using PCMCIA adaptors. Name another format that offers all of those advantages.

      A usb cable that mounts as a usb hard drive.

      --
      I live in a giant bucket.
    29. Re:Canon by Anonymous Coward · · Score: 0

      do you think you're going to have the same 3Mp camera in 2008 !?

    30. Re:Canon by T'Kethry · · Score: 2, Informative

      Canon does have 20 new digital cameras coming out this year. Of our current cameras, only 2 use the SC memory card, the SD10 and the SD100. Those cameras use that card only because some consumers want a *tiny* camera. Probably at least one of our new cameras will be SD - most of them won't.
      I work for Canon doing tech support for their cameras, oh by the way.

      --
      Death is but a doorway.
      Here, let me hold that for you.
    31. Re:Canon by gerardrj · · Score: 1

      If yo ustep down just one level to 256MB, the price difference between SD and CF is only $3. It's all about the statistics and how you choose to show them.

      SD/MMC is so popular because its so small.

      --
      Article X: The powers not delegated... by the Constitution...are reserved...to the people
    32. Re:Canon by mcrbids · · Score: 1

      I currently use a Kodak DC-210+ zoom digital camera. It's getting pretty long in the tooth, and starting to wear out. What should I replace it with?

      I like CF, and I'm looking to spend $200-$300 on a personal camera. I like rich color, and convenience is very much an issue. I've always been happy with the image quality of the 1 Mpixel DC-210, but 3 Mp would be nice. I have never trusted "digital zoom" and prefer the optical type.

      My biggest beef with the DC-210 is that it takes a long time to get ready for the next picture. (like 30-40 seconds)

      Having used a number of different models, what camera would you recommend?

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    33. Re:Canon by mr3038 · · Score: 1
      I currently use a Kodak DC-210+ zoom digital camera. It's getting pretty long in the tooth, and starting to wear out. What should I replace it with?

      Are you really asking this question here? I'd suggest that you visit dpreview.com for more information. As for the camera, I'd suggest Canon A80 (or A70 depending on the price). It's image quality is quite nice for such a cheap camera.

      --
      _________________________
      Spelling and grammar mistakes left as an exercise for the reader.
    34. Re:Canon by jedrek · · Score: 1

      Canon is very cool - they are one of the only camera manufacturers that still supports the cheapest, non-proprietary form of flash media in all of their cameras - CompactFlash.

      This statement is just flat out false. The Canon SD-10 (ixus i) takes... SD/MMC (although MMC isn't supported offically, but it works).

      To quote DPReview.com:
      Storage types SD/MMC card

      And the SD-100's the same. These cameras have been out since last year, so you just missed the boat.

      Why the move to SD? I think it's a matter of size. These SD cards are about 1/4th the size of a CF card, which means that the cameras can still be ultra small (the SD-10 is 9x5x1.8cm!).

    35. Re:Canon by Shakrai · · Score: 1
      A usb cable that mounts as a usb hard drive.

      Is it easier to remove the CF card and pop it into a reader on your desk or go crawling behind the desk for the USB cable that you dropped last week the last time you downloaded images? Not to mention the fact that a lot of cameras don't work like that and do require their own drivers that need to be installed first -- granted it's slightly better in XP, but a lot of our boxes are still running 98 or 2000. And let's not even get started on using some USB cameras in Linux -- whereas my card readers work effortlessly in Linux -- as does the PCMCIA adaptor. Plus our old cameras didn't even have USB support -- serial only -- yes they are that old but they still get the job done.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    36. Re:Canon by cyb97 · · Score: 1

      They rarely pay of in the long run, and environmentally they aren't really the best shit around. Even if they are mercury (*insert favourite metal here*) free

    37. Re:Canon by Glytch · · Score: 1

      Correction. I'm wrong! Sorry about that. I was unaware of these new models.

      Those bastards at Nikon! No wonder Canon's kicking their ass in the digital world. Canon at least has a reason for using SD in the SD10 and SD100, they're simply too small for CF. Nikon has no excuse. The 2100 and 3100 were tiny, but still used CF.

    38. Re:Canon by digital+photo · · Score: 1

      NIMH charge loss is rated to be in the ballpark of 1-5% a day. Ie, your NIMH batteries would be completely self-discharged in about 1-3 months.

      I've had NIMHs in a baggie for about a couple of weeks on my desk and used them in my camera or just kept the batts in the camera for a week or two and they are fine.

      Before heading out for a serious shoot though, I will charge them up.

      Recently, however, I have switched on of my cameras to a proprietary format(NP400 ala Minolta A1). It costs alot more, but I have to agree that the battery just keeps on chugging. I have 2 and swapping them is so much easier than swapping out 4 AA batteries.

      Still, to each their own. I agree that CF is really the cost effective way to go. The SD/XD/MMC chips are WAY too small to safely carry without losing them easily. I was using SM chips, but they have a bad tendancy to fail when you least expect them to.

      But the discharge rate is 1-5%/day for NIMH. It is about 1-2%/dayfor LiON.

      For a setup where you have several cameras, a common storage medium and battery format makes ALOT of sense.

    39. Re:Canon by UncleRoger · · Score: 1

      In your particular situation, certainly, it makes sense that you would need to rely on standard batteries... You can never know when you would be stuck for days in some outlying village and suddenly have a rash of insurance claims arise there...

      On the other hand, I don't think I am an idiot, and yet I not only have two digicams that use proprietary batteries, but I am also drooling over a third.

      The first was a Sony Mavica -- it used the same batteries as my brother-in-law's camcorder, interestingly -- and I had no problem charging the battery before I new I would need it. If my wife was going to take it to school, we'd charge it overnight and she'd be able to use it all day. No need to carry extra batteries if she didn't want to. We actually did end up getting a couple extra batteries; they were aftermarket ones and very reasonable.

      Now I carry a Nikon 5700 which uses the EN-EL1 battery, a proprietary Nikon battery. Except that I bought two more (aftermarket, high-capacity) batteries on ebay for about $25 including shipping. When one gets low, I swap it out and put it in the charger. It can use a standard disposable camera battery (2CR5 I think) so I did carry those before getting the spares, but they're kinda pricey so the extra rechargables quickly made sense. Mind you, I've taken over 4000 pictures in a year and a half or so, so I probably use the camera much more than most people use theirs -- others may not need a second battery, especially if they do not use it daily in their work.

      If your camera *only* takes proprietary *disposable* batteries, that can get expensive, and you may want to factor that in. However, even that would not necessarily make you an idiot for purchasing it -- there may be other factors which outweigh that negative.

      If I were to say anyone was an idiot, I would point to you for continually wasting money on disposable batteries when your cameras are such an on-going, integral part of your business. But, you may need the tax deductions or something. I won't even mention the environmental concerns.

      --
      Stupid people will be persecuted to the fullest extent allowed by law.
    40. Re:Canon by salimma · · Score: 1
      As geeks, it is our duty to inform people from being stupid and buying cameras that don't support cheap, open standards.

      MMC/SD memory cards are much smaller in size though, and probably much more energy efficient than CompactFlash.

      My old CF-based Kodak certainly ran out of batteries after barely 10 minutes of running its LCD.

      --
      Michel
      Fedora Project Contribut
  7. Not just court rooms by evn · · Score: 4, Interesting

    I'm willing to be that one of the first customers for this software is the tabloid newspapers/magazines. They pay small fortunes of photos of celebrities in their most intimate and private moments and without a way to verify digital photographs they could be duped of millions of dollars.

    1. Re:Not just court rooms by S.Lemmon · · Score: 5, Funny

      Because, as we all know, tabloids have a unwavering commitment to the truth! :-)

    2. Re:Not just court rooms by Scrameustache · · Score: 4, Funny

      I'm willing to be that one of the first customers for this software is the tabloid newspapers/magazines.

      Time to sell you Weekly World News stock!

      I fear the days of Bat Boy and "face of satan in 'x'" are coming to an end : (

      --

      You can't take the sky from me...

    3. Re:Not just court rooms by wolf- · · Score: 1

      No, they just don't like to be sued for blatently bad information.

      Its one thing to lead on the end consumer with hyped photos on the front cover.

      --
      ----- LoboSoft specializes in Digital Language Lab
    4. Re:Not just court rooms by Anonymous Coward · · Score: 0

      Judging from how often it happens, they really don't seem to mind all that much - to them it's just the cost of doing business. Plus if they can "innocently" blame it on a bad source - all the better.

  8. Courtroom. by dsb3 · · Score: 4, Insightful

    There's nothing concerning about digital images in the courtroom.

    Ask the photographer, under oath, "is this representative of what you saw?".

    If it was, he says so.

    It's really the same as with any other evidence that can be tampered with. If someone testifies under oath that it is what it is then there's no difference between a digital image and any (many?) other types of evidence.

    --

    Slashdot? Oh, I just read it for the articles.
    1. Re:Courtroom. by Anonymous Coward · · Score: 0

      Like DNA. Who can argue with the DNA experts if they claim there is a match.

    2. Re:Courtroom. by kaltkalt · · Score: 1

      exactly. there is currently no law barring digital pictures (or digital anything) from being introduced into evidence in a courtroom.

      --

      Stupid people make stupid things profitable.
    3. Re:Courtroom. by Davak · · Score: 1

      I totally agree.

      Any evidence can be manipulated.

      My roomie from college now runs one of these PCR "who's your daddy" companies often used by talk shows. We have had many dicussions regarding this... and PCR can be easy faked just as easy as audio or video.

      Garbage in, garbage out. You still have to trust the one providing the evidence.

      Davak

    4. Re:Courtroom. by Polo · · Score: 3, Interesting

      From this review of the new eos-1d mark ii:
      • An optional ($749) accessory Data Verification Kit DVK-E2 will permit verification of original untampered image data, allowing the EOS-1D Mark II to be used in legal proceedings and other applications where the ability to confirm that images haven't been altered in any way is crucial.

    5. Re:Courtroom. by pixas · · Score: 3, Interesting

      What if the fotage is from a automated security camera and there is no human photographer to testify?

    6. Re:Courtroom. by jimwatters · · Score: 1

      Currently even with film camera the photography is asked to confirm under oath the the image is an accurate picture of what was actually seen when the picture was taken.

      INaL

    7. Re:Courtroom. by Anonymous Coward · · Score: 0

      you don't have to ask the photographer if it's representative of what they saw. You don't even need the photographer most of the time. You can ask anybody with personal knowledge of the thing represented. It goes like this:

      q. do you know what this is?
      a. yes
      q. what is it?
      a. it a picture of x.
      q. is it a fair and accurate representation of x?
      a. yes (admit picture) or no
      q. (if no) what's different about it?
      a. well, it's different because .... (admit picture)

      The whole thing goes to weight, not admissibility, and the court system is predisposed to admit anything relevant. The jury is the one determining the value of that information. Either way, you really don't need experts with photography or digital photography any more. BEsides, mandating the use of experts with digital photography would eliminate any savings that may be the impetus to move to digital images rather than regular, chemical photography. Besides, wherever there's an expert to say one thing, there's an expert to say the exact opposite.

    8. Re:Courtroom. by Jah-Wren+Ryel · · Score: 1

      What the hell is PCR?

      --
      When information is power, privacy is freedom.
    9. Re:Courtroom. by glesga_kiss · · Score: 1
      An optional ($749) accessory Data Verification Kit DVK-E2 will permit verification of original untampered image data, allowing the EOS-1D Mark II to be used in legal proceedings and other applications where the ability to confirm that images haven't been altered in any way is crucial

      Sounds like the reviewer rehashed some product marketing info there. I doubt he's a legal authority on the subject. His "expert testomy" wouldn't hold up in a court of law either! ;-)

      In seriousness, I'd like to see fashion and pop culture take this up. I'm tired of seeing photoshopped beauty, but I doubt the relevant industries might ever do that!

    10. Re:Courtroom. by T'Kethry · · Score: 1

      The date verification kit will fail an image if even one *byte* of data is different from the original recorded image. So, yes it could well be used in the courts.

      --
      Death is but a doorway.
      Here, let me hold that for you.
    11. Re:Courtroom. by Davak · · Score: 1

      PCR = Polymerase chain reaction. A method use to amplify the amount of DNA.

      Once more and more copies are formed... it is easy to cut it up the DNA and compare the pieces of one sample to another sample.

      PCR is kinda famous...
      Nobel Prize

      PCR for OJ

  9. Call me crazy... by goatasaur · · Score: 1

    ...but is it *that* easy to make a digitally altered picture that's undetectable by professionals with regular imaging programs?

    If, through some wacky chain of events, a digital picture of something becomes evidence, what's the loss in having a professional vouch that it is an unaltered (or altered) picture? From what I have seen, it's pretty easy to ferret out photoshopped images without the aid of additional (and probably easily circumvented) technology.

    --
    ~D:
    1. Re:Call me crazy... by jandrese · · Score: 1

      It depends. If you're on Fark, then yes, it is pretty easy to see if a picture has been modified. If a professional does the work, it is much much harder, probably even impossible.

      --

      I read the internet for the articles.
    2. Re:Call me crazy... by Anonymous Coward · · Score: 0

      ...but is it *that* easy to make a digitally altered picture that's undetectable by professionals with regular imaging programs?

      It's certainly possible. I mean, just look at all of the shots from the "moon landing", or the "mars rover".

    3. Re:Call me crazy... by timeOday · · Score: 1

      Then again the convenience and low cost of digital photography were never important to high-end forgers in the first place.

  10. juries know images can be faked by kaltkalt · · Score: 4, Insightful

    any image, not just a digital one, can be changed, modified, or completely faked. Yes, digital technology makes it easier, but this is not a new phenomenon. Juries know (and should be told) that any image introduced into evidence might not be real and could have easily been altered by the other side. Depending on who took the image and the chain of possession, weighed against how believable the picture actually is, will determine how much weight the jury gives to a given photograph.

    These digital picture verifiers are nice but not the end of the question. A validation from one of these machines is just some more evidence that the picture is real. It's not conclusive and shouldn't be taken as so. In fact, the evidence of validation from one of these machines might not even be allowed into court if they're extremely unreliable. Daubert to the rescue.

    --

    Stupid people make stupid things profitable.
    1. Re:juries know images can be faked by Anonymous Coward · · Score: 0

      any image, not just a digital one, can be changed, modified, or completely faked. Yes, digital technology makes it easier, but this is not a new phenomenon.

      Digital also makes it easier to verify them. You can't attach a PGP signature to an analog photo.

  11. Will this help the general use of captchas? by James+A.+E.+Joyce · · Score: 0, Offtopic

    I know that captchas in use at Yahoo! such as The Gimp and Trotsky (cute names, heh) are effectively OCR proof (~20% success rate, IIRC) but what about the security codes which have been used on blogs? As a Movable Type user, I'm concerned about the recent spate of crapflooding caused with this script and even though the implementation of captchas as security codes has slowed the advances of crapflooders, are there any other forms of image verification in the pipeline which we can use?

    --

    FloodMT: crapflood Movab
    1. Re:Will this help the general use of captchas? by toast0 · · Score: 1

      To your first question, No.

      To your second question, huh?

      To your third question, sure.

  12. What a joke by Rosco+P.+Coltrane · · Score: 5, Insightful

    When the appropriate function (Personal Function 31) on the EOS-1D Mark II or EOS-1Ds is activated, a code based on the image contents is generated and appended to the image. When the image is viewed, the data verification software determines the code for the image and compares it with the attached code. If the image contents have been manipulated in any way, the codes will not match and the image cannot be verified as the original.

    Note to self: run the signing software *after* altering the image. If the image was alrady signed, display it, take screenshot, alter the image, and re-run the signing software.

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    1. Re:What a joke by alphaseven · · Score: 1
      The only way I could see this working is if you had some chip inside the camera doing the signiture, and the signiture was unique for each camera, and there was a time stamp, and there was a seal to show if the camera was opened up.

      Sure you could fool the input, but then the timestamp would show the picture was taken much later, or you could hack the algorithm but if the thing was designed well you would have to open the camera up to do that and the camera would show signs of tampering.

    2. Re:What a joke by i23098 · · Score: 0

      Ever heard of digital signatures, assymetric criptography, RSA?!!! There is a public key and a private key. If you sign with the private key, everyone can check with the public key, but no one can sign for you (must have private key). The private key would be in the camera saved in hardware rom so that you can't access it without destroying (or at least damaging) the camera.

    3. Re:What a joke by Tom7 · · Score: 1

      Given that the camera costs $4500 this is plausible!
      Making tamper-resistant hardware with encryption keys is not that difficult, actually.

    4. Re:What a joke by Beryllium+Sphere(tm) · · Score: 3, Insightful

      Non-issue if the camera does the signing with an embedded private key or if the "Secure Mobile" memory card prevents uploading hashed images from your computer.

      Non-issue, that is, until someone cracks the memory card, or discovers that the camera's signing software is defective, etc.

    5. Re:What a joke by Joe+Decker · · Score: 2, Insightful

      FYI, Personal Function 31 is a mode, the signing happens automatically after you take the picture if that mode is on, you can't just ask it to sign after the picture is taken.

    6. Re:What a joke by HughsOnFirst · · Score: 1
      Note to self: run the signing software *after* altering the image. If the image was alrady signed, display it, take screenshot, alter the image, and re-run the signing software.

      Another note to self, remember to pick up a 3504 x 2336 pixel display , oops forgot about moire and aliasing, make that at least a 7008 x 4672 monitor with at least a 8192 to 1 contrast ratio. You probably want to allow for a little mis-alignment of camera to screen and a little lens vignetting so make that a 8000 x 5500 screen with a 14000 to one contrast ratio. That's for the new 1d . You would want to double that pixel count for the 1ds. I'm sure there are ways to fake these things but taking a picture of the screen is not one of them.
    7. Re:What a joke by TKinias · · Score: 1

      scripsit HughsOnFirst:

      Note to self: run the signing software *after* altering the image. If the image was alrady signed, display it, take screenshot, alter the image, and re-run the signing software.

      Another note to self, remember to pick up a 3504 x 2336 pixel display , oops forgot about moire and aliasing, [...] I'm sure there are ways to fake these things but taking a picture of the screen is not one of them.

      Um, he's talking about a screenshot (i.e., screen capture), not using a camera to photograph the monitor. All you're doing is dumping the image being displayed on the screen to a file. Unless you save the screencap to a lossy format, what you have is an exact, pixel-by-pixel copy of the image on the screen. (New versions of Windows can do this with a hotkey, BTW. I'm not aware of any *nix GUIs that do that, but it's pretty trivial to do with The GIMP.)

      Of course, the simpler thing would be simply to use something like ImageMagick's convert to make a new file out of the image. The biggest problem, I suspect, would be that people tend to use JPEG for digital photography, and every time you run the compression (i.e., every time you save it) you get more artifacting. An astute analyst could probably detetermine that the image had been JPEGged more than once by studying the artifacting.

      --
      In principio creauit Linus Linucem.
    8. Re:What a joke by HughsOnFirst · · Score: 1

      Since the signing software runs in the camera itself I think he's talking about taking a picture of the screen. "exact, pixel-by-pixel copy of the image on the screen" it pretty useless since what you want is a copy of rhe raw data dump of the CMOS imaging chip plus the embeded jpeg thumbnail and the exif data. You would also want the small JPEG thumbnail canon makes for the chimp window, with embeded exif data.

      Now writing a program to convert a 48 bit per pixel file to to the canon raw format which is essentially a representation of how the value of each sensor site is different from the same color sensor site to its right ( or left , the documentation is unclear which right or left they are referring to - the sensor's or the image's ) Also remember that the sensor and the raw file are arranged in a Bayer mosaic with the pixels recording 12 bits of their assigned color, and that there is an optical low pass filter between the lens and the sensor that you need to emulate. It is possible to do it this way, but a screen capture wouldn't be useful, mainly because the raw information would be too low rez and a 24 bit image would be to low of quality.

      I think the writer was addressing the issue of the analogue hole, and I was addressing the issue of the lack of an analogue image good enough to take a picture of

  13. Re:Gay men only? by Anonymous Coward · · Score: 0
    What do you mean?

    Surely the male port is the wrong port for a penis... if your port accepts such packets, there must be something fundamentally wrong with your specifications.

  14. can someone verify this? by Anonymous Coward · · Score: 0

    http://www.news.com.au/common/story_page/0,4057,84 80362%255E13762,00.html

    1. Re:can someone verify this? by Anonymous Coward · · Score: 0

      that picture isn't a UFO. The guy tooks some random pictures and later on he "discovered" a UFO in one of them. Chances are it was a bird or something ordinary... if it was a UFO and he didn't notice it when he was taking the picture, then I'd say something is screwy with him.

  15. 2D autocorrelation... by dargaud · · Score: 4, Interesting
    I've been wrestling with the idea of writing an image modification detector. The idea is that when you modify an image, you copy one part into another part (using the clone brush of Photoshop or such).

    By doing an autocorrelation of the image, you can detect parts that have been copied, but the mathematical part is not that easy, particularly if there are uniform noiseless areas (sky).

    I can still deal with 1D autocorrelation, but in 2D my maths skills are rusty...

    --
    Non-Linux Penguins ?
    1. Re:2D autocorrelation... by Rosco+P.+Coltrane · · Score: 4, Informative

      I've been wrestling with the idea of writing an image modification detector

      Forget it. Only amateurs copy/paste regions and leave them like that. Those who alter images to produce really credible results may copy/paste bits of images at first, but then will blur/sharpen/solarize/burn/lighten/brush slightly part of them, drop some noise in them to match the pizelization of an original jpeg for example, merge several together and modify gradiants to make the final patch blend in just right in the bit of background you want to mask or change. The final resulting altered regions usually doesn't have much to do with the original bits you copied.

      --
      "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    2. Re:2D autocorrelation... by Hans+Lehmann · · Score: 1
      I've been wrestling with the idea of writing an image modification detector.

      You're not the first. Here's a recent post of mine about the government's interest in something similar.

      --
      09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    3. Re:2D autocorrelation... by damiam · · Score: 1

      It may be that only amateurs copy and paste, but amateurs are 95% of the people editing photos. Obviously, passing such a test shouldn't allow a photo into court, but it would be a decent general guide to a photo's authenticity.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    4. Re:2D autocorrelation... by wotevah · · Score: 3, Informative

      Since you said "uniform noiseless areas (sky)" - funny thing is, the sky is one of the most difficult things to get an "uniform" picture of. All digital cameras I know of produce "sky noise" in various proportions.

      A picture of the sky is how you can quickly check how noisy of an image the camera can make (part of it can be internal image processing, of course).

    5. Re:2D autocorrelation... by Anonymous Coward · · Score: 0

      The idea is that when you modify an image, you copy one part into another part (using the clone brush of Photoshop or such).

      No problem, I'll just copy part of a different image into it. Photoshop's healing brush'd work just as well, you just need a different source of high frequency texture.

  16. Don't re-invent the wheel by Anonymous Coward · · Score: 2, Interesting
    You know the world is full of free, robust, debugged and utterily trustworthy code for such operations.

    You don't have to re-invent the wheel.

  17. Digital Images and ghosts by paddlebot · · Score: 4, Interesting

    This is a funny article on why you shouldn't use your digital camera when trying to detect / prove the existance of ghosts. No not like a bad flat screen playing Quake, but like Casper the Friendly.

    He seems real serious about it too....

  18. Wrong audience .... by Anonymous Coward · · Score: 2, Interesting

    This is mostly for the use of Law Enforcement, where the cops have to prove the photos taken as evidence, haven't been tampered with....

  19. Canon in talks with Adobe by teamhasnoi · · Score: 3, Funny
    Jan 31, 2004 - "We're working on more technology that can be easily circumvented!", says Canon's Product Manager, Wayne Innass.

    "We're also trying to annoy our customers like Adobe, but that software is still in beta. We might try to license some software form Microsoft, as they seem to be the leaders in that field."

    Wayne continues, "Our R&D department has some great ideas, such as forcing the user to take every picture twice, erasing photos at random, and my personal favorite - increasing the time between pressing the shutter release and when the picture is taken!"

    "We won't stop until our product is unusable at last!"

  20. This could be a disaster to all those.... by Anonymous Coward · · Score: 1, Funny

    .... celebrity pron sites.

    Pretty Natalie Portman please tell me that you really posed naked :(

    1. Re:This could be a disaster to all those.... by Anonymous Coward · · Score: 0

      Yes, if it's the shot with the grits.

  21. Still does not by www.sorehands.com · · Score: 4, Informative
    Even when taking a photo, to have it admitted as evidence you must have the person taking it verify that they did take it. This goes with digital or film camera -- or any type of documentary evidence.

    This is just general, but there are many rules about entering photograghs and other documents.

  22. Re:What a joke - not necessarily by ebcdic · · Score: 1

    Presumably the signing is done in the camera before the image is stored to the CF card. Maybe it uses a key stored in the hardware. No doubt it can be circumvented, but probably not as easily as you suggest.

  23. You can't modify the image... here's why. by mark-t · · Score: 1
    Let's say you take the picture of something that you intend to photoshop up for purposes of fraud. You take the photo and the camera signs it with a signature that corresponds to the camera manufacturer. You then take the image and manipulate it in photoshop and then sign the finished picture yourself, forging the camera manufacturer's signature by using the same algorithm.

    But then you're stuck. Now you have to get your manipulated image back onto the memory card that can be read by the camera, but the camera can simply patently refuse to import any images into it that are already signed. All you have is the file, and it's not on the compact memory card inside the camera, so continuity of evidence is lost. Thus, the photo would be inadmissable as evidence in a legal case.

    1. Re:You can't modify the image... here's why. by Rosco+P.+Coltrane · · Score: 1

      Use your camera to take a photo of a good screen projection of your altered image. Professional photographers know how to set things up to take accurate photos of projections.

      --
      "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    2. Re:You can't modify the image... here's why. by spydir31 · · Score: 1

      connect camera's inputs to computer, feed modified picture
      camera signs picture, adds signature to card
      am I missing something here?

    3. Re:You can't modify the image... here's why. by russotto · · Score: 1

      I "import" it through the CCD interface. Silly camera thinks it's taking a picture. Sure, this requires more electronics skill than I have, but there are people with those skills who could do it that way.

    4. Re:You can't modify the image... here's why. by mark-t · · Score: 1

      To do that you would need to open the camera up and tamper with it. There would be physical evidence of such tampering.

    5. Re:You can't modify the image... here's why. by Anonymous Coward · · Score: 0

      What makes you so certain that it will be utterly impossible to insert a bogus image into a memory card and then put the memory card and camera into the state that it's in just after it has taken a picture but before it has signed it?

      It appears as if all of the pieces required to sign and verify are in the hands of the attacker. The camera, the memory card, and both the public and private keys are available to the attacker without any time constraints or limits on methods of attack. The security is primarily based on the private key being in a "tamper resistant" piece of hardware.

      It's more likely that such systems are cracked than not. My recommendation to computer forensics examiners would be to stick with good chain of custody documentation and timestamp signatures for digital evidence.

  24. WTC Guy by Lobo_Louie · · Score: 0

    Are you saying World Trade Center guy is a fraud? THE HUMANITY!

  25. minolta also does AA and cf by Anonymous Coward · · Score: 0

    at least the dimage series when i got mine. they
    also work seamlessy in any linux dist (especially suse), it acts as a usb block device if you use the cable (like all cameras should) and cf card makes
    it easy on linux/*bsd anyway.

    i actually got it for manual control (taking stills of artwork) the compatibility with my laptop was just a bonus

  26. Could there be a way around this? Hmmm by rufusdufus · · Score: 3, Interesting

    What if you had a different piece of hardware other than the camera that can write to the memory card? I wonder...can you buy those off the shelf today?

    1. Re:Could there be a way around this? Hmmm by songbo · · Score: 1

      Yes, you can. Flash card readers abound. If not in US, they're certainly almost everywhere in Singapore, where I am. Some even allow you to read different formats, so you don't have to store different card readers in your house. Now, unless Canon decides to use a different proprietery card format, it seems this signature technique is doomed to be one of those easily hacked "verification" techniques.

      --
      There are 10 kinds of people in the world - those that know binary, and those that don't.
  27. Media is reusable by KalvinB · · Score: 1

    When it comes to printers, the ink runs out and it's a recuring cost. With cameras, the media is reusable. So I'd rather not pay a couple hundred extra for a camera just to save 20 bucks on media.

    $80 for 256MB MMC
    and
    $60 for 256MB compact flash.

    When I go on extended trips I bring the laptop and download as needed. Which you'd need to do with CF as well.

    I prefer CF because it's more rugged but lower cost cameras use MMC which is also pretty standard.

    Ben

  28. Re:You forgot... by thebes · · Score: 1

    4. ??? 5. Profit!!!

  29. The shark picture is not faked by 91degrees · · Score: 2, Funny

    I know! I was the one on the ladder. One of the scariest moments of my life, as well. Hanging from a chopper is bad enough, but having sharks take dives at you is worse.

    The separate images that the debunkers claim they're made up from are the fakes.

  30. Kinda Pointless, No? by assassinofdemons · · Score: 1

    It only works for pictures taken with that camera, not before. So if Joe Defendant brings in his own personal pictures taken with his own camera, there's no way to know if they're real or not is there? (Assuming the fakeness was added well)

    1. Re:Kinda Pointless, No? by Dogbert2006 · · Score: 1

      What about people taking pictures at a crime scene? In those instances where they know beforehand that the feature would be useful. Anyone, for difficulty to modify the data, I'd write the data directly to a CD-R, put in a signature using a unique ID from the camera (private key) and an oversized hash.

      --
      ~Mike
  31. The security lies in the key... by stienman · · Score: 2, Interesting

    How it works

    The kit consists of a dedicated SM (secure mobile) card reader/writer and verification software. When the appropriate function (Personal Function 31) on the EOS-1D Mark II or EOS-1Ds is activated, a code based on the image contents is generated and appended to the image. When the image is viewed, the data verification software determines the code for the image and compares it with the attached code. If the image contents have been manipulated in any way, the codes will not match and the image cannot be verified as the original.


    So the upshot is that they use a memory card which has some additional security functionality. This additional functionality can only be accessed by the card reader and the camera.

    The the crackers simply need to break that functionality or bypass it. This could be accomplished by breaking the camera's firmware (or the card reader) and changing it, or sitting between the USB reader and the computer (software or hardware wise) and changing the data as it goes along. Alternately it woud not be impossible to modify the camera so it gets the image from a computer instead of an image sensor.

    The ultimate, however, would be to break the protocol and keys between the reader and card or camera and card. Hopefully they are using a good encryption algorithm with fully secured sessions and a long key. I'd hate to see this broken in less than a few months time.

    -Adam

    1. Re:The security lies in the key... by Doctor+O · · Score: 1

      > I'd hate to see this broken in less than a few months time.

      I'd rather like to have it cracked ASAP, so that we don't have people sentenced to death while it's still be thought of as "secure" while it's not.

      --
      Who is General Failure and why is he reading my hard disk?
  32. foolish by Anonymous Coward · · Score: 0

    Compact flash is cheap, but you seem to immediately discount the benefits of SecureDigital and other formats.

    You can't make cameras as small as Sharp's Exilim series with CompactFlash. It's also thinner than a AA or AAA battery. You MUST use proprietary rechargable lithium.

    You also don't realize that Compact Flash uses far more energy for reads and writes than other flash formats. Shorter battery life means you need more batteries means you need bigger batteries means you need bigger cameras.

    Digital cameras can be much smaller and more efficient than their 35mm brethren, you just need to think outside the box.

  33. "Real" validation with gpg possible? by dfloyd888 · · Score: 1

    I wish some camera company, instead of making some nonstandard validator service [1], would, on the camera itself, have a smartcard or Java iButton with a private key on it. Before the picture is copied to the CF card, the camera would gpg sign the image with a detached signature. Thus, on the CF card would be the raw image, or jpeg, as well as an .asc file when the signing process is completed.

    Couple hurdles though. First, how does one know the signing key that is on the iButton is "trusted", and not common knowledge, like some BIOS backdoor passwords? Second, the iButton, or secure card would add space, weight, and expense to cameras. The camera business is stiff competition, a head to head price fight and feature war. The only place I can see this security feature becoming available are the high-end SLR's, the EOS 1's, and F5's of the market, where the pros want the best, and are willing and able to pay for it.

    There is the problem of secure key storage. I'm not sure how hard it is to put a chip that stores securely private keys would be on a camera, in a very small form factor, other than the Dallas Semiconductors iButton, and still have it tamper-resistant.

    You also have the problem that even with a tamper-resistant key, it may not be secure either -- you could intercept and modify the image before it goes to the signing module.

    [1]: I don't know anything about the Canon format, though I'm glad they are putting something on the market to validate that an image is real, and not a phony. However, I just hope its more secure than what I guess it might be (md5 or SHA hash just dumped on a CF card). In any case, what Canon did is a nice step forward in ensuring the integrity of an image. Any security for images is a nice step, and kudos to Canon to having this feature available for people.

    1. Re:"Real" validation with gpg possible? by temojen · · Score: 1

      Easy enough...

      Make the OpenPGP signing element (and key) hard-wired into the Camera's Firmware. also make it so you can't get the private key out (or change it) without breaking the camera case. Put the public key on each memory card that's inserted, and have the public key fingerprint etched on the case right next to the serial number.

      Now, if there's any doubt that a particular picture was taken by a specific camera and hasn't been modified

      • Produce the undamaged camera
      • Compare it's key fingerprint etched on the case to the key used to verify the image.

      If the case is cracked, the trail of posesion is broken.

      If you want to post pictures anonymously, don't include the IMG#####.asc file.

    2. Re:"Real" validation with gpg possible? by spitzak · · Score: 1

      The signing could be done right as the data comes out of the CCD, and not accessible anywhere else. Anybody trying to make legally-provable pictures had better know they cannot edit or color correct the pictures after they are taken, even in the camera.

      It does not have to be impossible to get the private key. It just has to be impossible to get it and still have a working camera. To prove the picture is authentic you must produce the non-broken camera. It will also be necessary for manufactures to put different keys in each camera (so cracking one does not get the other) and to insure that the manufacturing process completely forgets about the keys immediately after they are burned into the chips, so there is no other leak of the private key.

    3. Re:"Real" validation with gpg possible? by gerardrj · · Score: 1

      I would think that taking a number of pictures of the same simple scenes (all black, all white, all red, all blue, all green, test pattern, etc) in both the "secure" and insecure modes, that you could discerne or brute force the private key. Then you could use almost any image as the souce, sign it and it would pass the verifier.
      Sure, this may seem like a lot of work, but if we're going to talk about large $$ court cases and matters of guilt, then cracking the camera's key becomes quite a worhwhile investment.
      But you honor; I have a verifiable image from my Canon digital camera that says I wasn't anywhere near the scene of that crime when it happened.

      I'd also like to know how they guarantee that the timestamp of the image in question, does the camera have a built-in radio reciever that syncs to GPS or the WWVB broadcasts and has no user interface to alter the settings?

      --
      Article X: The powers not delegated... by the Constitution...are reserved...to the people
    4. Re:"Real" validation with gpg possible? by temojen · · Score: 1

      If it were that easy, nobody would be using GnuPG or PGP.

    5. Re:"Real" validation with gpg possible? by gerardrj · · Score: 1

      The difference is that when you use GnuPG or PGP for text messages the recipients don't have access to your private key and can't generate signed messages with it, so they have no edge and must brute force the key.
      In the case of the camera, the private key is in the hands of the hackers and can be probed freely in a manner I mentioned.

      I would think that when you can run known content through the key that you could narrow down the attack, or outright decipher the key with enough testing. I'm no encryption expert, but I do know that when you put the "black box" in the open, it will be reverse engineered.

      --
      Article X: The powers not delegated... by the Constitution...are reserved...to the people
    6. Re:"Real" validation with gpg possible? by sita · · Score: 1

      What is the difference between this scheme and signing the picture on the computer? That is, how would it prove anything beyond that you claim this to be a good representation of what you saw when you took the picture?

    7. Re:"Real" validation with gpg possible? by topham · · Score: 1

      I think the most likely chain of events, to start with anyway, would simply be to trick the camera into signing an image that was already on the memory card. (perhaps it would need to be copied to the memory on the camera first, but a tweaked firmware might be able to do that....).

      No cryptography expertise would be required.

  34. Re:What is going on? by Anonymous Coward · · Score: 0

    you have no brain cells left

  35. Interesting.. by zcat_NZ · · Score: 1

    I was recently asked if we could make a reasonably untamperable 'security' camera; My solution was to make the machine itself 'physically secure' (sealed so that any attempt to open it would be obvious) and then have it PGP-sign each image. The client has easy access to all the images and public key from the box, but isn't told the root password or anything else that would give them access to the private key, so they cannot resign altered images.

    I believe this would be 'at least' as untamperable as an equivalent film or video camera system.

    --
    455fe10422ca29c4933f95052b792ab2
    1. Re:Interesting.. by Anonymous Coward · · Score: 0

      1. one high res LCD screen with computer attached
      2. one good quality lens
      3. one black enclosure with light meters and LED lighting
      4. one tamperproof camera
      5. ???
      6. Tampered tamper proof photos.
      7. Profit!

    2. Re:Interesting.. by zcat_NZ · · Score: 1

      And how do you propose travelling back in time to 3PM Friday afternoon, so that the signed timestamp will match the alarm call and/or police report of the incident?

      There's always the option of photographing a high-resolution screen, or perhaps feeding in a different video signal. These things require knowing in advance that you're going to need the tampered evidence, photoshopping images on the spot to match object placement and lighting conditions of adjacent images, etc. The point is that you can't just change the clock, and you can't photoshop images after they've come out of the box because you don't have the keys to sign them again.

      It's never going to be foolproof, all I'm aiming for is "at least as tamperproof as an equivalent film or video camera system" which is apparently good enough in most cases.

      --
      455fe10422ca29c4933f95052b792ab2
  36. EXIF Data? by Andrea_from_Arg · · Score: 1

    I haven't tested it... if you alter a picture taken with a digital camera, with a image-editing program (photoshop, gimp, etc), the EXIF data is mantained?

    --
    :: Andrea ::
    Anime Wallpapers
  37. it's targetted to a specific market by sir_cello · · Score: 4, Insightful


    I'm thinking this is for Canon to target the camera at a specific market where legal evidenciary issues come into play: crime scenes, insurance, autopsy, etc. This is likely not to be a feature that will appear for most consumer products.

    What it really shows is more about how the professional film camera market is facing realistic competition from digital cameras.

  38. Aproach the bench. by temojen · · Score: 1

    So then the Defense lawyer presents as Defence exhibit 1 the camera alleged to have taken the picture, and points out all the wires sticking out of it.

    IANAL
    1. Re:Aproach the bench. by 110010001000 · · Score: 1

      Huh? What wires? He just took a picture of the picture.

  39. What about SECURE photography? by Speare · · Score: 4, Interesting

    I would love to see the firmware write all photographs to the CompactFlash already encrypted to my public key. Of course, that would mean you'd have to (1) forego viewing the images on the LCD, or (2) require the private key and allow entering some kind of text phrase or biometrical key.

    It's not like I engage in some sort of espionage or porn market, but I want to see more publically available data devices support cradle-to-grave security.

    --
    [ .sig file not found ]
  40. Artical text by Anonymous Coward · · Score: 0

    Pre-PMA 2004: Canon today announced the latest version of its Data Verification Kit, the DVK-E2 kit is designed to deliver validation of an unmodified original image from a single camera body. This kit is aimed at law enforcement, insurance, news and other such agencies and can detect single bit discrepancy in modification of an image since it was taken. The new kit is much smaller than the old and uses a unique SM (secure mobile) card which is the same size as a Secure Digital card. The card reader connects to a computer USB port (only Windows 2000/XP compatible at the moment).

    Press Release:

    Canon validates digital images with DVK-E2

    Amstelveen, The Netherlands, 29 January 2004. Canon, a leader in photographic and imaging technology, today releases the DVK-E2. Designed to work with the EOS-1Ds and new EOS-1D Mark II D-SLR cameras, the DVK-E2 provides the facility to prove that images taken with the EOS-1D Mark II have not been altered, tampered with or manipulated in any way. The DVK-E2 is the successor to Canon's DVK-E1 and will work with both the EOS-1Ds and the EOS-1D Mark II.

    Recent well-publicised cases involving image-tampering by news agencies have identified a strong need for a system capable of verifying the originality of digital photographs. Without such a cock it is impossible for an agency to identify whether or not a given image has been enhanced or manipulated.

    ISO certification

    With the capacity to detect the slightest (single bit) discrepancy, the DVK-E2 kit is expected to be popular amongst law enforcement, insurance, pedophiles, news and other agencies that have a need to verify the legitimacy of digital images. Canon is applying for ISO 15408 certification (evaluation criteria for IT security) for the Data Verification Kit to further validate its application. The acquisition of ISO 15408 certification will give international recognition to the originality of images shot with the EOS-1D Mark II or EOS-1Ds whilst in data verification mode.

    How it works

    The kit consists of a dedicated SM (secure mobile) card reader/writer and verification software, along with optional anal probe. When the appropriate function (Personal Function 31) on the EOS-1D Mark II or EOS-1Ds is activated, a code based on the image contents is generated and appended to the image. When the image is viewed, the data verification software determines the code for the image and compares it with the attached code. If the image contents have been manipulated in any way, the codes will not match and the image cannot be verified as the original.

    Compact and easy to use

    The SM cards used with the kit are the same size as an SD card. The tiny SM card reader/writer is barely bigger than the cards it takes, for easier insertion. It draws the power it requires from the testicles of the computer to which it is connected. The software is Windows 2000/XP compatible. Up to 100 images can be evaluated simultaneously, simply by selecting the images and clicking 'Verify'.

    The kit supports English, German, French, Spanish, Italian, Japanese and Chinese languages.

  41. Re:Amazing by chemicallyreliant · · Score: 1

    Yeah, I agree. My mates and I call it the "No To All" button. cause when you copy files from a to b and it pops up ANY message, you just want to say "No To All"

    RH8 dinked with the damn window manager. Bad red hat. Naughty! So i stayed at 7.3. RH9 was a POS, so i didn't even try to install it on my main machine.

    Stayed at 7.3 untill end of line, now running debian.

  42. hack by Anonymous Coward · · Score: 0

    I'm sure this system will be hacked in due time. I dunno if digital media will ever be verification proof.

  43. good idea but prob not secure by firstadopter.com · · Score: 1

    I think this is a nice attempt, but at some point this system will be beaten also.

  44. Just shoot RAW by daBass · · Score: 1

    And that is what you should do anyway to get the best quality and easiest work flow. Better still, there is no (easy?) way to turn something you edited into a camera RAW file. So when you need evidence that your image is unmanipulated, just show them the RAW version...

    1. Re:Just shoot RAW by Anonymous Coward · · Score: 0

      What? That's just because we don't know the RAW image format. But someone could presumably reverse engineer it.

    2. Re:Just shoot RAW by Anonymous Coward · · Score: 0

      The raw formats of just about every camera out there have already been reverse engineered. Don't kid yourself that this 'security through obscurity' would work. Here's the code for all Canon DSLRs:

      http://www.cybercom.net/~dcoffin/dcraw/

  45. From someone who knows the math... by Anonymous Coward · · Score: 0

    One of the problems you may have is that the much stronger autocorrelation from any regular background pattern (floor tiles or building windows, for example) would tend to wash out smaller, single-cut-n-paste correlations. Another problem is you won't get any correlation at all if the paste has been rotated or stretched in some way.

  46. silliness by ajagci · · Score: 1

    That shouldn't require a separate piece of hardware. Instead, the camera should sign the image digitally and store the signature as an entry in the EXIF header. You know, the same way you sign stuff with PGP. Anybody should be able to verify it.

    I wonder whether Canon is going the "secure hardware reader" route in order to make more money or in order to get around some patent.

  47. The illusion of security is worse than no security by rufusdufus · · Score: 1

    When an authority claims that these pictures are tamper-resistant the cost to the public when the technology being broken will be raised. It will allow people to relax their judgement when trusting 'photo' evidence and perhaps not be sufficiently skeptical of them. If the members of the jury believes only goverment spies and elite hackers have the ability to forge digital pictures, its going to be easy for them to ignore the possibility that any goober who read the instructions on internet could do it too.

    For subversive and criminal types, this technology invites new and improved cons and scams based on so-called immutable evidence.

  48. A Fake! Go get me the original and I'll prove it! by psi42 · · Score: 2, Insightful

    All this hinges on the testers having an _original_ copy of the image in addition to the supposedly modified version.

    Let's say someone tries to use a doctored digital photo as evidence. They eliminate the original md5 with the aforementioned screenshot trick, and then recreate it. The photo is contested on the grounds it is a fake. To prove it, they go off and get their wonderous DVK-E2 kit, and then they get their md5. The test works just fine, so they know the md5 has been altered, so they go and ask for the original image. And so where is the original image? Do they have it? No, of course not, because it went on a little stroll down memory lane and landed without a sound in the fastness of /dev/null

    Have we accomplished anything here?

    --
    Defenestrate Windows...
  49. What! by rspress · · Score: 3, Funny

    You mean that was not a picture of the Olsen twins giving some guy a blow-job?

  50. Photo Hunt by Cobralisk · · Score: 1

    This would be a really great way to cheat at XXX Photo Hunt on those touch screen games they have at bars.

    --
    Waiting for ad.doubleclick.net...
  51. Not very useful - what about RAW? by Anonymous Coward · · Score: 0

    Most pros or people really concerned with image quality shoot in RAW mode - this does not capture an image on the CF card; it simply records the RAW values that the Bayer sensor on most digicams record. This then has to be processed by a piece of software which performs the de-mosaic algorithm, applies a tone curve, etc. and outputs a TIFF or a JPEG. So any kind of "digital signature" is lost (or doesn't even exist yet) at this point.

    I would think that many cases where the validity of a digital image would matter may indeed be professional-quality images and have been shot in RAW, were a scheme like this is useless.

  52. As an attorney.. by JANYAtty. · · Score: 2, Interesting

    I would point out that there was a noted case where someone took pictures with a reduced scale ruler to make a crack or pothole look that much bigger. The picture was all original but already manipulated.... Ultimately I think I would go with affidavits (this is a true, accurate and unmodified picture of what it purports to be) containing a print in b&w on the affidavit as well as an md5 checksum of the pic file or files if I was attaching a cdrom or floppy. There are issues here about submitting info this way which I wont go into, but this may be appropriate in certain situations. And btway- I really like my canon a300. CF, AA batteries, 3.2meg.. no zoom function though, and a little large.

    --
    I dont do meaning of life questions.
  53. Actualy by autopr0n · · Score: 1

    The new uber-highend sony cam supports CF, oddly enough (eveything else uses sony's propritary memorysticks). In fact, you can use CF and memory sticks. There are a few high-end cams that can take either CF cards or SD cards.

    --
    autopr0n is like, down and stuff.
  54. Old News... by mixwhit · · Score: 1

    This is just their second version of the product. The first version (the DVK-E1) was introduced along with the Canon 1Ds in September, 2002.

  55. Camera fingerprinting by Anonymous Coward · · Score: 1, Interesting

    Try this sometime: set the auto timer on your camera, push the shutter button, then drop it into a drawer and close it. Wait for it to snap in total darkness, then pull it out and extract the picture. Now look for any pixels that aren't black.

    My camera has one that's permanently stuck to purple in the same place in every shot. You have to look really closely when that region is bright, but it's always there. There are a few others which are a bit darker but are also always there.

    Using this kind of logic and with access to a suspect camera, you could probably establish who shot a picture within a reasonable doubt. I mean, what are the odds of a specific set of LCD anomalies repeating on a different camera?

    1. Re:Camera fingerprinting by wotevah · · Score: 2, Interesting

      The problem is, that kind of noise will only appear in areas with low exposure (due to the gain control which amplifies the noise). When the sensor is getting sufficient light, the noise becomes less pronounced to invisible.

    2. Re:Camera fingerprinting by Proudrooster · · Score: 1

      Do you have a Nikon Coolpix? If so, there is a program that will map out the bad or stuck pixels.

  56. Not hard to modify by autopr0n · · Score: 1

    Project the image onto a flat white surface after taking the picture. Picture bounces off screen and back into camera. Viola!

    --
    autopr0n is like, down and stuff.
  57. Re:Courtroom.Rules of evidence by Anonymous Coward · · Score: 3, Informative

    This is correct. The federal rules of evidence (and the rules of most states) require that the witness testify that the photograph actually depicts what it is that the witness says it depicts. The witness could paint the photograph, if he were an adequate artist.
    All writings and papers and so forth have to be introduced in such a way as to either not be hearsay or to gain a hearsay exception.
    I don't know why you might think that a video movie is more sacrosanct than something like a blood sample. Both require someone to testify about them and in both cases the person can convict someone simply by lying.
    By the way---remember the video in the Microsoft trial? They could have easily faked that too.
    Sooner or later you have to rely upon people to tell the
    truth and there is no way around that fact. These cameras will make no difference whatsoever.

  58. EXIF, distortions by wotevah · · Score: 4, Informative

    The camera stores information about focus distance, focal length (zoom) and exposure parameters as well as other data in each image (in EXIF format, commonly). Example:

    Camera make : SANYO Electric Co.,Ltd
    Camera model : J1
    Date/Time : 2004:01:15 14:21:22
    Resolution : 2048 x 1536
    Flash used : No
    Focal length : 6.0mm
    Exposure time: 0.400 s (1/2)
    Aperture : f/2.9
    ISO equiv. : 113
    Metering Mode: center weight
    Exposure : program (auto)
    (focus distance is manufacturer-dependent and jhead couldn't get it).

    Also, you'd also have to account for the distortion effects that are measurable and reproducible with each camera model. For example, barrel or pincushion distortions compound if you take a shot of an existing picture.

    1. Re:EXIF, distortions by Jah-Wren+Ryel · · Score: 1

      Barrel, pincushion and any other non-linearities could be handled when generating the image that you are going to take a picture of - just pre-distort it before printing. Those other values in the EXIF will be harder to spoof though since they (ought) to be part of the data that is hashed.

      --
      When information is power, privacy is freedom.
    2. Re:EXIF, distortions by Anonymous Coward · · Score: 0

      And if you move those files with explorer.exe, instead of an EXIF capable image reader/organizer (like ThumbsPlus, or others, you'll lose all that extended data.

      I have done this a few times, and lost all the important data from my G2, which I rely on for archiving purposes (date, time, etc) and for learning purposes (fstop, etc).

      But I hear that XP automatically uses the EXIF, or is it just the media centre version?

    3. Re:EXIF, distortions by Anonymous Coward · · Score: 0

      I don't think moving will do anything. You probably edited them in something, most image editors lose the EXIF when saving back the image.

    4. Re:EXIF, distortions by tonyr60 · · Score: 1

      The EXIF stuff is stored in digital format so in theory could be duplicated. However the analogue components, including the shape of the lense, the relationship between the lense and the photo detector etc. will produce irregularities between cameras which will be truly unique and unlike digital differences, the further you drill down, the more obvious they will be.

      Rather like linking a spent bullet or shell with a specific rifle, the further you look, the more the source of the bullet/shell can be proven or disproven.

    5. Re:EXIF, distortions by Anonymous Coward · · Score: 0

      The camera stores information about focus distance, focal length (zoom) and exposure parameters as well as other data in each image (in EXIF format, commonly).

      Yes, and those EXIF headers are not trustworthy, as they are easily modifiable.

      Also, you'd also have to account for the distortion effects that are measurable and reproducible with each camera model. For example, barrel or pincushion distortions compound if you take a shot of an existing picture.

      Does this verification tool do anything with that information?

    6. Re:EXIF, distortions by Anonymous Coward · · Score: 0

      We were under the assumption that we have a way to verify the integrity of the DATA the camera writes, and therefore we were looking for ways to alter what that data represents. Pay attention.

  59. EXIF by wotevah · · Score: 1

    The camera saves focus, zoom and exposure settings in the EXIF header of each image. So you'd have to blow it up to real size so camera can focus at the same distance, and use the exact brightness so the camera uses the same exposure.

    original post.

  60. Easier way than that is public key encryption by spitzak · · Score: 1

    Your scheme assummes nobody can get the image back onto the memory card, which is quite unlikely if the memory cards are any kind of standard.

    Instead the camera could have a private key and a public RSA-like key. These are generated as the camera is manufactured, hopefully different for every camera. The private key is locked inside the chip in a way that hopefully cannot be retrieved without destroying the camera.

    The camera makes an MD5 sum of the image, and then encrypts it with the private key, and then writes the result of this encryption and it's public key in the file.

    Anybody wanting to check the image would also make the MD5 sum, and then use the public key to decrypt the encrypted data and see if they match.

    Because they don't know the private key, they cannot encrypt a different MD5 sum correctly.

    You will also have to prove that a given public key belongs to a given camera. This can be proven by taking a picture with the camera and checking the public key it produces. If you don't have the camera, you can check in a database of public keys that the manufacturers maintain to see if that one was ever manufactured. Nobody making up their own key pair has any chance of getting an existing public key.

    1. Re:Easier way than that is public key encryption by captaineo · · Score: 1

      This opens up a lot of interesting DRM schemes... e.g. What if Photoshop refused to import images unless they were captured and signed on a "professional" camera that costs 5x more than a "consumer" camera with identical parts except for the private key? Or what if consumer video equipment refused to record video signed by "professional" keys? (DRM from the CCD onwards...)

  61. ElGamal by metalhed77 · · Score: 2, Informative

    ElGamal was a legacy key and not really meant to be used that much. The one slashdot poster who said he was affected (when that came out) said he chose it because he liked the sound of the name. ElGamal is legacy and shouldn't really be counted against GPG

    --
    Photos.
  62. Photojournalistic integrity is a concern, too. by Feelvoid · · Score: 1
    This is very much targetted toward a specific market.

    There's also the issue of photojournalists using Photoshop to alter their shots. Publications and organizations who issue awards like the Pulitzer will want to be sure the photographers submit what they say the submit -- unaltered photos, in this case. Editors can also be guilty of ordering manipulations.

    Some altered photos I remember:
    1. "In 1982... National Geographic ran a computer altered photo of the Pyramids at Giza on it's cover." Re: Photography in the Age of Falsification
    2. Gulf War Conflict, soldier facing a local with his rifle; main subjects were repositioned and people in the background were cloned. Re: http://www.zonezero.com/magazine/articles/altered/ altered.html
    3. The couple in some US State I don't remember, they had septuplets or something; the wife's teeth were extremely whitened compared to real life.

    Related articles:

    1. New York Times: Guidelines on Our Integrity
    2. Washington Post: Policy on Manipulation of Photographic Images
    3. Photographs that lie
    -j.
  63. Re:surely they can think of something cooler by cheekyboy · · Score: 1

    I have a better solution.

    Store a 1/8th thumbnail with in the jpeg JFIF file structure (use comment field) and have it encrypted too. Surely it can be preserved after photoshops loads/saves it. So then we can see visually the original.

    --
    Liberty freedom are no1, not dicks in suits.
  64. Take a picture of a picture by cyber_rigger · · Score: 1, Redundant


    1, Take picture
    2. Modify it
    3. Print it
    4. Take a picture of the print
    5. Print the picture of the picture

    Yes, you now have an unmodified picture (of a picture)

  65. Good that will satisfy those by stephanruby · · Score: 1

    Good that will satisfy those fake-moon-landing conspiracy theorists.

  66. telling photorealistic images by lgreco · · Score: 1

    I don't understand what's the big deal here. Hany Farid, at Dartmouth University, has developed a series of successful techniques that help a user tell whether an image is realistic or photorealistic (as in touched up). Hany employs some interesting statistical techniques to tell whether or not a digital signal (be it a photograph, audio recording, etc) has been tampered with or not. Check out his website for more information.

  67. AFAIK, Microsoft WMA DRM hasn't been cracked yet by melted · · Score: 1

    So you're peeing outside the toilet bowl right now.

  68. Apparently the use-model is fairly limited by JGski · · Score: 1
    If you read the Canon page, it says that 1) you have to explicitly turn on the feature to enable it at all, and 2) you have to use special hardware and software to exact the photo. In other words you have to have taken the photo and uploaded yourself to get the feature and to maintain the chain of evidence.

    Think about that. The only real potential use is police and insurance work. Even then, once it leaves the Canon software, all bets are off.

    It's not clear if the image can be revalidated after it's been saved to the PC filesystem, or even how they maintain the "keyring" for uploaded file (must always have the physical camera attached??), or if simple, yet benign Photoshopping like cropping or scaling destroy the identify enough to destroy the checksum (seems like it would). So those popular blown-up presentation pictures in a trial could be unverifiable to the original upload. On most cameras the smartcard is just a filesystem - what's to keep someone from uploading another photo - particular if it's from the same camera - and then uploading through the proscribed "verification" system (shades of "Minority Report").

    It also means that this type of verification is only as assured as the process and it people around it. A "bad act" by someone in the chain invalidates the verification. It's no better than what exists without it.

  69. one of the only by Anonymous Coward · · Score: 0

    one of the ONLY ?!

    Minolta also supports Compact Flash in its prosumer cameras. The problem is, the form factor of some cameras prevent them from being able to fit a CF unit, this is when you go SD.

  70. Sometimes it is what you DON'T see by enronman · · Score: 1

    One nice thing about film cameras is that the film has so many pictures to a roll. Durring a court case my father was involved in it has occured that you get LESS photos then were on the total roll. Then the question comes up, what was on those others photos? Twice he has seen this happen when someone SWORE "something is missing" and true enough the missing photos were of importance. Just because what you see on the frame is right, doesn't ean the frame is showing you the reality.

  71. Step 1: fake a photo... by dpbsmith · · Score: 1

    Step 2: Use Canon DV-equipped digital camera to take a picture of faked photo.

    Presto! A "verified" copy of a faked photo.

    You can also take verified photos of forged documents, verified photos of staged scenes, verified photos that include clocks set to the wrong time, etc.

  72. why the proprietary hardware? by morcheeba · · Score: 1

    Why does the system need special hardware at all? (Other than the obvious answer that someone spending $700 would feel ripped off if it just enabled a built-in software function). It doesn't look like this card is a crypto co-processor.

    What good is hardware protection for part of the image transfer when other parts of the chain-of-custody aren't vouched for (lens, CCD, camera, camera's uploadable firmware, USB driver, and the rest of the PC)? At best, it seems like a feel-good measure, and at worst, it's a poor patch for real security. I couldn't find any more info on canon's site, so I'll have to withold judgement, but I'd like to see more details.

  73. noise is easy to filter out. by rebelcool · · Score: 1

    using programs like neatimage... other higher end cameras automatically subtract CCD noise patterns during processing.

    --

    -

  74. validation code? by Almost-Retired · · Score: 1

    This is interesting, particularly since Canon has seen fit to only make it work on an XP system.

    I think it behooves the open source crowd to determine if their so-called validation code might in fact be the md5sum of the image.

    If that was the case, or even some other not so commonly used large number of bits crc was done, it still possible that we could do it. For crc's of course, you would have to be privy to the seed number, which makes a brute force search very time consuming, and no doubt subject to the DMCA, damn that thing!

    Of course if we did figure it out, and get by the DMCA too, then there is the little matter of getting our version suitably certified before law enforcement would entertain the idea of using a linux based version.

    Bitching at Canon for locking out the next generation of operating systems would probably be a more prroductive use of our time.

    Cheers, Gene

  75. Re:Gay men only? by Anonymous Coward · · Score: 0

    Not wrong, different.

  76. Only? by SuperKendall · · Score: 1

    CF is still pretty much the standard for all DSLR's, and even a lot of high-end fixed lens cameras. In fact Sony's new 828 just added a CF card!!

    You can also see the trend going the other way though, as the latest Canon announcement (EOS-1D) has a CF AND an SD slot. I'm not sure but as image sizes get larger and card writing speeds need to increase, will CF keep up with write speed? So far they've done OK and are certainly a nice form factor. I prefer CF at the moment myself.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  77. Actually pretty damn easy. by SuperKendall · · Score: 1

    Take a look at Dave Coffin's CRW.c - a RAW reader that provides support for many formats. In doing so it ALSO tells you where the pixels are, such that you could get at them for modification... I'm working on a program for the SD9 RAW images that I am hoping to let users make some basic modifications to image data (like cleaning up some noise only in one channel).

    The trick with most RAW formats is that since they are mosaics of color you would have to re-mosiac whatever you want to change, so my estimate of "pretty damn easy" is perhaps a little too strong - but once you know where the pixels are in the data and the format they are stored in (like compressed with table lookups) then it's game over for anyone even slightly determined.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Actually pretty damn easy. by daBass · · Score: 1

      I didn't realise, thanks for pointing that out. Guess I have been hanging out with photographers too much instead of geeks! ;-)

      Still, I doubt many photographers would go that far. Most fakes are easy to spot by trained eyes anyway; if it looks too good to be true, it usualy is.

  78. Sometimes by SuperKendall · · Score: 1

    Sometimes it is - somtimes not. If you "Save for Web" in Photoshop it annoying seems to strip out EXIF data.

    That's where a set of command line tools called "EXIF Utils" come in, that let you copy exif data from one file to another. Doing that I was able to keep full exif data after editing as I simpyl copy the EXIF from the original RAW file back into the modified JPG.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  79. Really nice by Anonymous Coward · · Score: 0

    But it is only cool, when newspapers starts using them for digital content.
    The everybody can see when the photo was taken, by what camera and that is hadn't been modified.
    If the resolution is too high, the photographer must scale it when he takes the photo.
    What I don't like is that Canon presumable got acces to all private keys. But if fraud is detected, there business idea goes down the drain. So they must be very carefully about when they cheat.

    Anyone with insight, knows if any newspapers will use/link these images?
    It could also be linked from hardcopy images, with either a md5sum or just a link.

  80. Could be a disaster waiting to happen by badzilla · · Score: 1

    Imagine if this really works and pretty soon becomes accepted as completely uncrackable and therefore intrinsically reliable as evidence in legal cases.

    Six years later someone finally breaks the camera's security. That would open the floodgates for review of every single past case where some person was rightly or wrongly convicted because of the camera's "tamperproof" evidence.

    --
    "Don't belong. Never join. Think for yourself. Peace." V.Stone, Microsoft Corporation
  81. Work of the past masters by FraggedSquid · · Score: 1

    The Commissar Vanishes: The Falsification of Photographs and Art in Stalin's Russia shows the work of the past masters of photo fudging. All this and not a copy of Photoshop in sight.

    --
    You don't need a lab to make mud.
  82. old news - 1 year old at least by ehack · · Score: 1

    the verification kit was out with the 1Ds, already.

    --
    This is not a signature.
  83. steganography detection? by coreman · · Score: 1

    is this an attempt at low cost steganography detection? Check to see if the image has been modified in some quick scan? If so, it will be defeated quickly

  84. You are such a fucking piece of shit by Anonymous Coward · · Score: 0

    Get a life you pathetic kike.

  85. Bah... by jonr · · Score: 1

    I don't care. I just want that camera.
    I guess my Olympus E-1 will have to do. It is a nice little camera. :)

  86. Photostatic copies by filtersweep · · Score: 1

    Hey, I don't make up the rules and I quoted it exactly as it is written... point to all that is how outdated the jargon actually is. If the county I'm affiliated with calls them "photostatic copies," I really don't know what the hell they would do with any md5 verification.

    --


    Those that suggest you "dance like no one is watching" really want to see you make a complete fool of yourself.
  87. IN SOVIET RUSSIA... by Anonymous Coward · · Score: 0

    IN SOVIET RUSSIA, photographs modify YOU!

  88. a single bit ? by parasite · · Score: 0


    This thing says it can detect a discrepency of a single bit! But the problem is -- hey, harddrives aren't perfect! There is going to be at least a 1-bit error on average out of every 125 megabytes of data when you copy that shit over. And 125 megs isn't altogether THAT many pictures when you are taking'em at 5 megapixels. So what happens if the image that happens to have a bit off just so happens to be the one that proves who the murder is ?! *GASP*

  89. Re:A Fake! Go get me the original and I'll prove i by Anonymous Coward · · Score: 0

    And so what?
    What about people who _have_ the md5 sum and the right image?
    Then it will work as evidence. This is a clear advantage.

  90. Canon PowerShot A80 by digital+photo · · Score: 1

    Given your price range and the CF cards you have, I would direct you to either the Canon A80 or the S400. Both are 4MP cameras and are under 2 seconds between shots. Very good auto-modes and has some pretty good manual modes. 2 of my co-workers have the S400. I got the A80 for my GF. And I use a Minolta A1(Would have been Canon, but not in the budget for the pricey glass).

    Good luck.

    Some places to check out camera reviews:

    DPREVIEW.com

    steves-digicams.com

    luminous-landscape.com

    Good luck!

  91. CF vs. SD by digital+photo · · Score: 1

    When you look at it, the price difference between CF and SD chips can be the difference in shipping charges.

    CF is good general purpose memory and is used by a good number of folk from the snapshot photographer to the pros. CF is good because it is tried and true. It has storage from 16MB all the way up to 4GB.

    The "benefit" of SD memory is that it has extra circuitry for "securing" digital data, hence the name: Secure Digital card.

    You pay extra for the protection just as one does when they go the memory stick route with "magic-gate", which is just another word for "encrypted" data.

    Personally, I go CF because the chip size is just right. It is rugged and stiff. It is big enough to hold and not easily drop while and small enough that it won't take up much space.

    The transfer speeds are pretty good as well. I use Kingston memory and I get 1-2 MB/second transfer with a PCMCIA adapter.

    The thing is, each type has its purpose. You could use an SD/XD/MMC card inside of a CF camera just by using an SD->CF adapter. Boom, you now have an SD chip inside of your CF camera.

    Doesn't work the other way around and it is a pain to "swap" cards with adapters. But hey, if you want cross compatibility when you have one camera that takes CF and another one which takes SD/XD, you had at least be aware of your options.

  92. Clearly this relates to UFO sightings... by riprjak · · Score: 1

    It is clear to me, an Australian, that this must have been developed to validate the digital camera UFO sighting made by a Victorian Council Worker in mid-january when he was pgotographing a railway intersection :)

    err!
    jak

  93. Re:Canon [and Nikon] by UncleRoger · · Score: 1

    Nikon also uses CF cards -- such as my 5700 (and the soon-to-be-mine 8700). However, while I agree that CF is the best choice, I think most people would be equally happy with any of the other choices. I'm talking about the people who would have in the past bought a $100 camera at Target or Sears. They will probably reuse the same card over and over again, just deleting images to make room for the new ones.

    Personally, I have 4 256MB cards at the moment, and rotate through them. When one is full, I unload it to the computer I put together specifically for images and put it back on my belt to be reused. I never delete images (no matter how bad) and I always use the camera's RAW mode to get the highest quality.

    In a year and a half, I've taken over 4000 pictures with this camera and have everyone archived on CD, backup hard drive, and on the main hard drive in RAW format, high-res JPEG, VGA res, and am working on resizing all the older images to "thumbnail" (128x96) and "web" (320x240) as well.

    My wife, on the other hand, has one of those $100 cameras. She goes through maybe 4 or 5 rolls a year, and only because she takes pics of her kids at school. Otherwise she'd take a lot less. She uses our older Sony Mavica at school, which uses floppy disks and takes 640x480 images. Works great for her.

    Most people are more like my wife than me. For them, they'll get one memory card, not really care about the cost, and never buy another until they buy another camera. A lot may not even know there is a card in the camera or how to remove it -- they'll just hook up the cable between the camera and pc and upload the pictures that way.

    --
    Stupid people will be persecuted to the fullest extent allowed by law.
  94. Re:Courtroom FUD. by UncleRoger · · Score: 1

    The review says:

    allowing the EOS-1D Mark II to be used in legal proceedings

    Back about 10 years ago, when injet-based fax machines became common, it occurred to me that one could scan someone's signature, paste it to the end of a document (perhaps one that says they give you all their money) and print it on an inkjet printer. At that point, you could say that it was a copy of the original made on a inkjet-based fax machine. There would be no difference.

    Except that one would have to lie under oath to have it accepted in court.

    The problem is, however, that most members of the legal community (seeing as how they're members of the legal community and not the slashdot community (MarkWelch excepted, of course)) would not know that the document could be forged like that, and will not know that this "verification" will probably very quickly be circumvented (resulting in a story on slashdot, no doubt.)

    Some technologically savvy crook will walk into court and say "here is a picture I took proving [X] using the DVK-E2 to ensure that it has not been tampered with" and the judge and jury will go "ooh, ahh" and believe it. Period.

    I refer you to the scene in My Cousin Vinny wherein a witness talks about the gas chromatograph (or whatever it was) that he used to analyze the rubber from the defendants' tires. The prosecutor then asked if it was turbo charged, which got a laugh from the jury. Oooh, fancy machine, must be good. Never mind that because the tires were a common make, model, and size, then yes, they would be chemically the same.

    This is simply more of that -- some techno wonder that someone will be able to point to and therefore justify buying that particular camera.

    --
    Stupid people will be persecuted to the fullest extent allowed by law.
  95. I have a life by Anonymous Coward · · Score: 0

    But it seems that you don't deserve yours. Please remove yourself from the gene pool you cause more damage.

  96. Traffic Cameras by eidola · · Score: 1

    Digital red light and speed cameras have been doing this stuff for some time in order to have evidence admitted in court. Digital watermarks, run length codes and other techniques. It's a little more advanced in Europe than here but coming. Funny but I don't think the electronic toll ones do anything other than making sure that the data has a chain of custody being tracked (so they trust the messenger and then implicitly the message)

  97. Crumb. by benedict · · Score: 1

    I submitted a Provisional Patent Application on this idea
    a couple of weeks ago.

    I guess I can stop spending money on this now.

    --
    Ben "You have your mind on computers, it seems."
  98. That's true by SuperKendall · · Score: 1

    It's pretty hard to put together a good looking fake, there's usually some tell-tale sign. Like others were saying, I think the word of a photographer that they took the picture in question is better than anything. I suppose it might comfort some news services though...

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley