Slashdot Mirror


Custom DVDs & Players For Academy Members

xyankee writes "In an effort to curtail the piracy and bootlegging of DVD screeners, the Academy of Motion Picture Arts and Sciences has endorsed a plan to distribute about 6,000 special DVD players to members that will play specially encrypted screener discs that would be earmarked for a specific academy voter and would play only on that person's machine. The Associated Press has the full story, while Laurence Roth, VP and co-founder of Cinea, Inc., the company behind the technology, says 'the discs, by themselves, cannot be hacked.'"

5 of 266 comments (clear)

  1. Re:Riiiiight.... by sploo22 · · Score: 4, Informative

    Here's a list of the flaws in CSS:

    1. DVDs have one key for the disc, which is encrypted about 400 different times. One of the basic rules of cryptography is that you NEVER encrypt the same thing with different keys.

    2. The DVD players are publicly available, so it's not too hard to take out a ROM chip and analyze it.

    3. The key size was only 40 bits.

    Suppose this new system has only one key per disc, coded for a particular private player, using 256-bit Rijndael encryption. It will indeed be uncrackable given only the disc, which is what the quote said.

    --
    Karma: Segmentation fault (tried to dereference a null post)
  2. Re:Probably gonna be redundant.. but.. by Steve+Cox · · Score: 4, Informative

    If it has a video out, it will have Macrovision enabled to stop you recording a decent copy.

    Has everyone forgotten that you still have this kind of copy protection?

    Steve.

    (actually, two seconds of googling showed up this gem.

  3. Re:Won't stop a thing! by vidnet · · Score: 3, Informative
    People in third world countries..

    I hope you mean third world from the sun, otherwise I think you've missed the main target group for western movies.

  4. Re:correct me if I'm wrong by Pedrito · · Score: 3, Informative

    but, wasn't decss possible only because one software player left its key out in the open? Seems to me you'd need to get hold of one of those special players if you were going to crack their partner discs.

    That was how decss was cracked, but it wasn't possible only because of that. There are other methods. This was simply a very convenient one to take. It would have been cracked eventually anyway.

  5. Re:Cannot be hacked, eh? by Teancum · · Score: 3, Informative

    There is one and only one way that I could possibly see that you could make an "unhackable" DVD disc.

    It is called "One-Time Pad encryption", and is what the NSA and CIA use when they really are paranoid about somebody trying to read some of their communications. Basically, you get a random noise source (often background microware radiation hiss or even more often some radioactive source and using the unpredictible nature of individual decay particles, that way producing true random numbers) and then with that source of numbers you produce something that would go into a custom player. Each person with this special player could recieve discs that could only be played on that individual player, and anybody else would litterally see just random noise on an individual DVD-disc.

    Now here is the nasty part of that system: If you produce more than one DVD using the same one-time pad, the code can be cracked. That is why it is called one-time pad, because once used it can never be used again. The NSA has usually a pile of CD-ROMs or DVDs with these codes on them (or some other digital medium), and they burn/destroy the discs as soon as they use one, with a duplicate of that disc available with the person sending/receiving a message, who either decodes/encodes the data and then similary destroys the disk.

    Now a modified version of this could in theory be able to stop a random hacker from getting a disc from the U.S. Postal Service and decoding it, but there is still one more place of vunerability:

    The player itself must decode the movie. I think most Academy members would object to the disc being destroyed in the process of watching it (perhaps they got a phone call in the middle of watching a scene and want to back it up for a moment to catch what was going on), and then there is one other vunerability.

    The movie must be viewed at some point, and regardless of what other encryption schemes are done, it must be decoded to some very simple colorspace (RGB or with video usually YUV triplet pixel values) that can then be displayed on some viewing system. The whole point of this is that Robert Redford or Tom Hanks can watch a nominated movie at home, in their underware, whenever or however they feel like it. Or with a few friends if they so choose. Even then what is stopping somebody from pulling out a camcorder and filming the TV/projection screen that is showing the movie, and don't get me to rattle on about Macrovision or watermarking... that doesn't work and ruins the image anyway.

    I gave the most plausable system from somebody who has worked with multimedia systems before, and even with this hyper-paranoid system it can still be cracked.

    Copyright violation acts are an inner ethics issue, like not killing somebody or not shoplifting. Some things can be done to help discourage breaking the law or stopping people from doing things like this, but if you are really interested in accomplishing the goal (like killing the President of the USA), there really isn't anything that can be done to stop it from happening. All security does in these cases is to simply put up "speed bumps" to make it harder to accomplish, and weed out the rank amatures from the professionals. Unfortunately in this world there are people who totally lack ethics and would do anything and say anything, sometimes just for fun, like feeding your grandmother to the Ravanous Bugblatter Beast of Traal.