Slashdot Mirror


Can P2P Filter Copyrighted Content?

scubacuda writes "DRMwatch reports that technologists acting on behalf of porn publisher Titan Media reported to Congress that P2P networks could (if they wanted to) use "fingerprinting" (aka "hashing") to detect copyrighted works and then filter them with the "spyware" installed on all nodes in the network."

73 of 373 comments (clear)

  1. A DRM Parable by Fnkmaster · · Score: 4, Funny
    First they took away the movies. I didn't complain because I never downloaded them anyway.


    Then they came for the music. And I didn't speak up because I was a leecher and never shared my songs.


    Finally, they came for the porn. Nobody touches our porn. And that's when we got REALLY pissed off.

    1. Re:A DRM Parable by danila · · Score: 5, Informative

      This may be offtopic, but anyway. The original words are by Pastor Niemoller (1938)

      First they came for the Jews
      And I did not speak out ?
      Because I was not a Jew.

      Then they came for the communists
      And I did not speak out ?
      Because I was not a communist.

      Then they came for the trade unionists
      And I did not speak out ?
      Because I was not a trade unionist.

      Then they came for me ?
      And there was no-one left
      To speak out for me.

      P.S. It is an important reminder to stand for the rights of others, to stand for the rights of terrorists, murderers, child pornografers, P2P programmers, christian fundamentalists, and for the rights of everyone else. We may disagree with people, but only in a free and tolerant society can we expect to be safe ourselves.

      --
      Future Wiki -- If you don't think about the future, you cannot have one.
    2. Re:A DRM Parable by Alsee · · Score: 2, Funny

      It is an important reminder to stand for the rights of others, to stand for the rights of terrorists, murderers, child pornografers, P2P programmers, christian fundamentalists

      Ok, just don't ask me to stand up for spammers ;)

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  2. Doomed to fail. by grub · · Score: 5, Insightful

    Did common sense go on holidays?

    Load a fingerprinted file.

    Change one bit.

    It has a new fingerprint.

    The eDonkey/eMule network already identify files by an MD4 hash to ensure you get what you ask for. For instance: if a file has many sources then that means they have the same hash, you can be quite sure that it isn't a bogus loop of a pr0n flick when you really wanted that latest DVD rip.

    If this goes through you'll see a new kazaa-compatible P2P client appear that pops a few random bytes into the ID3 tag of an MP3, the comment section of a JPG or in the headers of a video file. Each one will then have a new hash. Oops.

    Oh, the new KazaaDRM(tm) ignores comments & tags and only looks at the actual data? OK, the new client toggles a bit that won't cause any visual or audio degradation of the file. Oops.

    That all said if 100 people rip an MP3 or DivX file they won't generate the same byte-identical file. This is doomed to fail at the expense of your computer's CPU cycles as it generates these useless hashes.

    --
    Trolling is a art,
    1. Re:Doomed to fail. by Rhubarb+Crumble · · Score: 5, Funny
      That all said if 100 people rip an MP3 or DivX file they won't generate the same byte-identical file. This is doomed to fail at the expense of your computer's CPU cycles as it generates these useless hashes.

      OK, I have a better idea.

      In order to check whether any of the porn files on kazaa (or wherever) are identical to copyrighted porn, all we need is someone who watches all the porn on kazaa and then compares is with their library of copyrighted porn.

      Can I have the job?

    2. Re:Doomed to fail. by grub · · Score: 2, Funny


      Can I have the job?

      You'll need an assistant... :)

      --
      Trolling is a art,
    3. Re:Doomed to fail. by loserbert · · Score: 5, Funny

      Did common sense go on holidays?

      Youre talking about the mass media industry. Common sense retired about 25 years ago.

    4. Re:Doomed to fail. by turnstyle · · Score: 2, Insightful
      "Did common sense go on holidays?

      Load a fingerprinted file.

      Change one bit.

      It has a new fingerprint."

      Actually, no. Changing one bit should affect a uniqueness hash, but not necessarily so a fingerprint.

      As a simple example, think of the little logo that you sometimes see down in the corner of a video as a fingerprint -- changing one bit of that doesn't remove the fingerprint.

      Again, you'll change the hash but not necessarily the fingerprint...

      --
      Here's what I do: Bitty Browser & Andromeda
    5. Re:Doomed to fail. by ydrol · · Score: 5, Funny
      In order to check whether any of the porn files on kazaa (or wherever) are identical to copyrighted porn, all we need is someone who watches all the porn on kazaa and then compares is with their library of copyrighted porn.

      Can I have the job?

      Yes you are assigned to the scat and watersports division. Enjoy.

    6. Re:Doomed to fail. by pla · · Score: 4, Informative

      OK, the new client toggles a bit that won't cause any visual or audio degradation of the file. Oops.

      You've looked at this too naively... Take around a hundred MD5s of nonoverlapping chunks of the file. If 90% of these match, you have near certainty that the files match except for exactly such tampering as you suggest.

      For some files, you could get away with that. For others, particularly the highly compressed audio and video files that dominate P2P, breaking such a detection algorithm would, over time, introduce intolerable errors in the file (by the third or fourth copy, I'd say), since such changes would need to occur randomly or risk filtering by the detection algorithm V2.

      Not to say we couldn't still get around such attempts to prevent downloading - Until they ban them, simply putting everything in a password-protected zip file (with the password included in a non-passworded file) would suffice for generating effectively random files (to a hash checker, anyway).

      My point? Overall, this will just turn into yet another war of escalating circumventions and countermeasures, benefitting neither the content producers nor consumers.

    7. Re:Doomed to fail. by mrinal · · Score: 2, Informative
      Did common sense go on holidays?

      No, it didn't. There are "hashing techniques" specially made for audio - "audio fingerprinting" so to speak, like Relatable's TRM and Gracenote's MusicID which do a great job of it. They identify the file correctly no matter what the source is - lossless audio CD, or even 128kbps MP3, you get the same fingerprint.

      I've tried TRM personally through MusicBrainz, and ran it on around 1000 of my MP3s, some of them really horrible quality, and it managed to identify 99% of them (TRM fingerprint correlated with actual metadata is stored at MusicBrainz). I was surprised, but yes, it did work. And this technology is rather old too, I'm surprised not too many people know about this.

      And the article specifically mentions this fact: ...The experts' claims center on technology for detecting copyrighted works through "fingerprinting" (sometimes also called "hashing") technology that identifies songs by analyzing the content itself. Such technology, which is provided by several firms including Audible Magic, GraceNote, and MediaGuide...

    8. Re:Doomed to fail. by nahdude812 · · Score: 3, Informative

      Slightly changing the low bit of the amplitude of various sound waves snippets in the file, or low bit on pixels within a video will have negligible effects on the overall quality of the file, but significantly impact on any electronic fingerprinting you can do on the piece. It'd look like a Photoshop file with a low durability watermark on it. Eg, a little bit of noise, but if it's noticable at all, it'd require very hi-fi speakers, or a lot of scrutinous comparison against the original.

      Of course, you could choose to ignore the low bits, and fingerprint the upper bits, but this requires the software that trades files to be able to decode any type of file going over the network. This isn't feasible because it wouldn't be hard for someone to write a strongly encrypted proprietary wrapper on existing codecs which "garbages" the data, and distribute a free package which ungarbages it. Even if it was simple for Kazaa or other services to break this and include it in the software, it would not be legal for them to distribute the decryption with their software. If somehow it became legal, it would be simple for someone else to release a new one next week. And another new one the week after that.

      The point is that this would start a tit-for-tat war. I guarantee any fingerprinting technique someone can think of, someone else can can defeat it with ease, and the concept of wrapping files in another program will put the highest volume copyright traders a few steps ahead of content filtering, ad nauseum.

    9. Re:Doomed to fail. by Aumaden · · Score: 2, Funny

      Retired? Nah it was outsourced overseas!

    10. Re:Doomed to fail. by cfuse · · Score: 2, Funny
      Yes you are assigned to the scat and watersports division. Enjoy.

      Whilst that stuff isn't my cup of tea, considering just how much of it there is there must be a fairly large audience for it. It's somebody's dream job.

      Now, if we're talking hardcore gay bondage ...

    11. Re:Doomed to fail. by IdahoEv · · Score: 2, Funny

      Slightly changing the low bit of ...

      How does one slightly change a bit?

      --
      I stole this sig from someone cleverer than me.
  3. Didn't AudioGalaxy try this? by MarsBar · · Score: 5, Informative

    The courts decided that it wasn't enough to remove works known to be copyrighted: rather they must know that works were not copyrighted.

    1. Re:Didn't AudioGalaxy try this? by R.Caley · · Score: 2, Interesting
      [...]they must know that works were not copyrighted.

      This seems to open a possibility. Note I'm not saying this is a good idea, just that it seems like it might be a more workable system than most proposals:

      Set up a public/private key infrastructure. If the content producers are losing as much as they claim they should be more than willing to pay. Anyone can have a key if they verify who they are to a reasonable level (eg by supplying a credit card number).

      Now, we can have a rule that a client must only distribute a file signed with a recognised key.

      I'd bet there are far fewer people willing to jump through these hoops and nail their credit history to their assertions of what is theirs or pubic domain than there are songs and pornographic images in the world, so this should be a more tractable problem than the finger printing.

      Any client recieving a non-signed file reports the sender to the men with the big sticks with nails in.

      Since there are relatively few people with the skill and interest to create hacked clients, and since such hacked clients should be reported if they are ever seen by a single legitimate client, it shouldn't be impossible for the MwBSwNI to keep the population of evildoers down. Especially if the punishment for distribution of such a client is suitably dramatic and well publicised.

      --
      _O_
      .|<
      The named which can be named is not the true named
  4. Fuzzy Fingerprinting? by diamondsw · · Score: 3, Insightful

    However, anyone who has used a P2P network knows that for any given file people are looking for, there are about a dozen variants with very slight differences (encodings, cropping, someone added a few frames of "encoded by..."). Since we don't have digital purchase of data, there is no "authoritative" version of a file to fingerprint in the first place.

    --
    I don't know what kind of crack I was on, but I suspect it was decaf.
  5. Doubt it. by BassZlat · · Score: 4, Interesting

    It is possible only according to the suits in the government. The p2p traffic accounts for ~2/3rds of the internet traffic nowadays, so unless you have an echelon-type system good luck!

    (and that is not counting all the anonimity-protecting nets such as freenet, MUTE, and the new i2p (don't remember link, sorry).

    --
    Don't go silently into that peaceful night
  6. New terminology for porn purveyors by y2imm · · Score: 3, Funny

    "Providing creatively-driven, strategically-sound marketing solutions designed to help your business grow."

    That ain't all they wanna make grow

  7. If it was truly peer-to-peer... by vasqzr · · Score: 2, Interesting

    Couldn't it NOT be shut down?

    Just like with Napster, there's a core that they can shutdown and be done with it. Are any of the popular P2P networks truly independent?

    1. Re:If it was truly peer-to-peer... by petabyte · · Score: 4, Insightful

      Peer to Peer networks have to go from Peer to another Peer. For almost everybody this means going across the routers, switches and wires of ISPs, backbones, and other telecommunications providers. Laws can mandate that these companies be held responsible for things going across their wires and forcing them to filter content.

      I do that very same thing here. The internet connection comes in, goes through a firewall and then to snort both of which squeeze off peer to peer connections. This is to reduce bandwidth consumption and to make the boys over in legal happy.

      The software might be independent but the pipes it travels across are not. Lessig's book goes into this in great detail.

    2. Re:If it was truly peer-to-peer... by johnos · · Score: 2, Interesting

      The argument makes sense, except there are legal and business considerations. The "common carrier" protection of traditional information movers like the phone companies will likely prevail eventually for data providers as well. The "safe harbour" clause of the DMCA was an attempt to head that off. However it probably won't work. There are a lot of big corporations that like being common carriers in fact if not in name. The phone companies, the backbone providers, Fedex. None want a serious precident that might make them liable for the content they move. They do want to keep the pipes independent and they have the money and lobbying power to slow down or stop any attempts to make them othewise.

      Your local ISP may be intimidated by court orders or nastly letters from some lawyer. Verizon and SBC aren't. They want no part of the copyright wars because of the expense and potential for customer churn. The boys over in legal don't generate revenue and bandwidth is part of the cost of doing business. As long as one is willing to put up with the bandwidth from P2P, they will all have to put up with it.

      I don't trust big corporations except to do whatever they can to look out for their own interests. As long as their interests and ours coincide we have a measure of safety.

  8. won't work by Dreadlord · · Score: 2, Interesting

    filtering files based on hashing values won't work, especially for audio and movie files, you can always modify the file a bit, add a black frame to the beginning of the movie for example, so the hash value changes, and the file passes the filter.

    --
    The IT section color scheme sucks.
  9. Considering the vast amounts involved... by Svartalf · · Score: 4, Insightful

    The person making the statement that the apps can filter anything doesn't realize the sheer volume of fingerprints, etc. that the app has to keep track of.

    Nice try- better than most, actually... But it still doesn't resolve the real problem which is that most of what the labels are selling is crap and grotesquely overpriced at that. People swapping all of that music is more a response to that than anything else.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    1. Re:Considering the vast amounts involved... by Mike+Hawk · · Score: 2, Insightful

      People "swapping" all of that music is a response to it being crap? That is the most illogical thing I have ever heard. Demand is through the roof so it must be crap? High demand would seem to hint otherwise, unless you are in the camp that being popular makes it crap, I guess. Now, I agree being popular doesn't make it quality, but likewise it doesn't make it crap either. I gotta say, if this is the new math, that high demand means something is crap, I'll take my good old math please.

  10. too easy to defeat by jeffy124 · · Score: 4, Insightful

    just change a random bit or two somewhere in the general data section (ie - where the actual video or audio is stored) and the hash gets defeated easily. (yes - an oversimplification, but it'll do)

    --
    The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
  11. Yeah, they could try.... by autopr0n · · Score: 4, Insightful

    Well, he's wrong. If they used hashing, then people would only have to change a few bytes of the files to get around the filter. In audio and video, this could be done without any notice at all. And it would require people to have a huge hash database on their computer. Tens of Megabytes at least, if not hundreds. It would make performance really slow.

    So, watermarking? Well, so far all watermarks that have been tried have been broken, and it would be much easier to figure out how the watermark worked if you had a binary file sitting on your computer that checked it. Just disassemble to find out how it's checked (and once one person does, this everyone will be able to). Plus, you could always just zip+password any file anyway, to prevent watermark checking.

    Of course, that doesn't mean they wouldn't try to include this stuff, but why would anyone ever download something so restrictive in the first place?

    --
    autopr0n is like, down and stuff.
  12. It'll never work by radionotme · · Score: 5, Insightful

    For every man hour of time that's put into 'protecting' their work, there's a thousand man-hour's worth of effort that will freely be contributed from the "public" to try and break it. All encryption like this can and will be broken over time, the only way to beat it seems to be for the companies to try and repeatedly adapt and stay one step ahead. Unfortunately that's very expensive and can't be maintained for long. Regardless of your stance on the argument of p2p, this is the way it looks like continuing for the near future.

    1. Re:It'll never work by ichimunki · · Score: 3, Insightful

      1) Money exchanges are done in secret by parties who both have an interesting in protecting the transaction.

      2) When money goes from A to B, B has a greater interest in protecting the financial data after the transaction than A does.

      3) Creative works exchanges are rarely done in secret. Especially not on P2P networks. Or on web sites. Even most providers of content take no measures to secure the transfer of said content (i.e. ever heard of an adult site using only HTTPS from the login page on in?)

      4) When creatives works go from A to B, B almost never has any interesting in protecting that data after the transaction.

      Not that your conclusion isn't possible or likely, just that it relies on assumptions which are hard to agree with (because financial transactions are fundamentally different than selling creative works).

      --
      I do not have a signature
    2. Re:It'll never work by A55M0NKEY · · Score: 2, Insightful

      Hes, you could calculate the SHA256 hash and know that a file was *probably* the same as a known copyrighted one, but the P2P service would have to maintain a database of hashes of all copyrighted files and take queries from each node that check on each file in their shared folder. This is alot of bandwidth when you consider all the nodes. There would have to be a way of adding new hashes to the database of unshareables too that was fair. For instance you wouldn't want to have the Church of Scientology submit the hashes of all the anit-scientology rantfiles they want censored claiming copyright violation.

      --

      Eat at Joe's.

  13. Another ridiculous measure by cavemanf16 · · Score: 5, Interesting

    Wow, so now all the Divx rippers will have to chop a few frames off of each divx they rip so each hash is different. Companies should really stop worrying about what their customers do with the materials they have purchased and figure out a way to actually encourage them to purchase said materials in the first place. And no, I'm not just talking about pr0n, but CD's and DVD's in general. If it's a quality movie or CD I'll buy it because I know I'll want to watch it over and over and add to my 'collection.' I've spent more on Peter Jackson's works in the past two years than I have on any other media combined. (at least that I own... not counting all the Blockbuster rentals)

    I mean seriously, how much money is Blockbuster making right now renting movies (some of which get ripped by the Divx kiddies 'cause they have way too much time on their hands) while the music industry bemoans their inability to sell records like they did in the late 90's?

  14. Yay. by elmegil · · Score: 2, Interesting

    Glad to hear Congress is listening to and believing sleazeballs from the porn industry blowing sunshine up their collective legislative butts. It's a shame we can't make congresscritters refer to an unbiased (hahahahahaha) technical agency who can tell them when these kinds of things are full of it.

    --
    7 November 2006: The day Americans realized corruption and incompetence weren't addressing 11 September 2001
  15. This *is* possible... by Anonymous Coward · · Score: 5, Informative

    ... at least in the music genre.

    I used to work for a small company called Relatable (http://relatable.com/), which was working with Napster back in the day to identify the music being traded over the network.

    Relatable's technology recognizes music by the acoustic properties of the audio itself regardless of how it was recorded, encoded, etc.

    Obviously there are still ways around this, but it is a fairly solid solution.

    It is important to recognize that "fingerprinting" does not equal "hashing". We all know that hashing will *not* work. But there are other techniques, at least for audio, that can work.

    Josh

    1. Re:This *is* possible... by 0123456 · · Score: 2, Interesting

      First, of course, your algorithm has to recognize that it's music. That leads to numerous obvious ways of avoiding such filters, in order of sophistication:

      1) Rename the file from .mp3 to .txt, etc.
      2) Put the file in an archive of some kind (.zip, etc)
      3) Encrypt the file.

      So the more sophisticated your scanner might be (e.g. checking file type is trivial, extracting files from an archive is easy, breaking encryption is hard), the more sophisticated the workaround becomes. Eventually the only way to break the filter-avoiding measures will be to have a human sitting there manually checking all the files they can find on the network.

    2. Re:This *is* possible... by kryptkpr · · Score: 2, Interesting

      I don't buy this.

      Napster only ran the search servers. Files were still transferred peer2peer. So how could this technology "recognizes music by the acoustic properties of the audio itself regardless of how it was recorded, encoded" when the actual music is never seen by the servers, only the filenames? (Which was exactly how napster actually filtered.. by filename, the only information they actually had on the file, other then size).

      --
      DJ kRYPT's Free MP3s!
  16. Checking by Beer_Smurf · · Score: 2, Insightful

    Realistically, how much storage space are we talking about for fingerprints for all know copyrighted works and how much processing power to check against them for every file you up and or download?

  17. P2P by savagedome · · Score: 2, Funny

    So, P2P no longer means Porn 2 People. Sigh

  18. Hmm.. by ParadoxicalPostulate · · Score: 4, Informative

    Yes, I agree with you for the most part - that was the first thought that came to my mind as well.

    However, for the average Kazaa user, it just might work. Most of them seem to think that if you uninstall kazaa your music is gone...or that you can't play the Kazaa music outside of the Kazaa client.

    Keeping this in mind, then, we can give a little bit of credit to these guys in that they may succeed in fooling the idiots who use Kazaa.

    Of course, people like that usually aren't the ones to come up with "original" content anyway.

    Its actually amusing to think of the cat and mouse game this could develop into :)

    1. Re:Hmm.. by TwistedGreen · · Score: 4, Insightful

      "could develop into"? The cat and mouse have been going back and forth for years!

      Kazaa is just the current filesharing stepping stone. If you look back you'll see a great deal more stones sunk behind you. And if you look ahead there are a great deal more being built.

      Nothing can stop these new stones from bubbling to the surface. They cam destroy old stones, but We will build new ones. And the 'idiots' will just follow the path, as always.

  19. Easily Defeated by akpoff · · Score: 3, Insightful
    This sounds all well and good but there are so many ways to defeat this: encoding using different formats or different bit rates, segmenting files, flipping random bits, truncating silent sections from the front and back of the track, adding "throw-away" garbage to the end of the track and I'm sure numerous others.

    It's also predicated on the idea that the hashes exist. Taking the first example of encoding at different bit rates and using different formats. Who's responsible for providing a reasonably exhaustive and authoritative list of the hashes? If Sharman et al. implement these schemes do they get bullet-proof immunity from criminal and civil liabilities?

    Also, who says users will continue to use these "spyware" enabled P2P products once it becomes widely known that blocking has been enabled?

    There are just too many excpetions to this idea to be really workable.

  20. Two "Duh" Fallacies by Speare · · Score: 5, Insightful

    There are two fallacies with the proposal:

    • Never trust the client.
      Spyware on the nodes? Even if you could somehow ensure that all compatible clients comply with the spying requirements, how long will those clients be left unmolested? Any P2P "server" is really just a client of many other "servers."
    • Math cannot define a human concept
      This depends on a mathematical hash performed on a given rendering of a copyrighted sample. Resample and the hash is broken. Hell, even a second-rate email spammer knows how to avoid hash detection: just tweak an unused ID3 field.
    --
    [ .sig file not found ]
  21. This... by xankar · · Score: 3, Insightful

    ..will be roughly as effective as shutting down napster.

    That is to say, not effective at all.

    --
    ~To choose doubt as a philosophy of life is akin to choosing immobility as a means of transportation. -Yann Martel
    1. Re:This... by R.Caley · · Score: 2, Insightful
      ..will be roughly as effective as shutting down napster.

      Shutting down napster was very effective. It was effctive in turning in a hard to control problem into an uncontrolable one...

      --
      _O_
      .|<
      The named which can be named is not the true named
  22. Re:They'd Better Not by Short+Circuit · · Score: 4, Informative

    It's a classic example of public assumption. Everybody assumes that if something is copyrighted, it can't be distributed legally. In truth, it depends on the will of the copyright holder. I don't remember how many times I've heard people say "Linux isn't copyrighted" or "BSD isn't copyrighted." They both are, but the copyright holders choose licenses that don't include the phrase "All rights reserved."

    But trying to clarify that is like telling an internet user that a "cracker" broke into their computer, not a "hacker." (However, I'll note that the copyright legality clarification is probably more important than that of the cracker/hacker.)

  23. Let's say you install the spyware... by YinYang69 · · Score: 3, Interesting
    If they use md5sum hashing, which the RIAA has already admitted to, all I have to do is change the comment entry in the ID3 tag of an Mp3 and I have a brand-new hash that they'll not be able to identify. That is unless they download it, test it for copyright (listening to it), and then add that hash to their md5sum DB.

    But I can change my ID3 tags all day. Can they match me (hypothetically, of course ;)) md5sum to ID3? I highly doubt it.

  24. User hostile software... by hanssprudel · · Score: 4, Insightful

    This would end up working about as well Kazaa's user rating (or whatever it was called) thing. It had been out for how many days before people started showing up with their points maxed out? And it is worth noting that the second and third most common file sharing tools, dc++ and emule are both open source, so that anybody who feels like removing the controls can do so, and recompile.

    Peer to peer networks that control what people communicate are possible. As are ones that control who talks to whoom, that people really allow the uploads they purport to, etc etc. As is any software that acts against, rather than for, the person that is running it. We just need to get Palladium in place first. What are you waiting for Microsoft!!!

    1. Re:User hostile software... by savagedome · · Score: 2, Funny

      so that anybody who feels like removing the controls can do so, and recompile.
      Dude, seriously, if that is your definition of anybody, then... you've been reading slashdot too much :D
      People have been fighting over microsoft using IE as default online shopping link browser and you are talking recompiling to remove controls?

    2. Re:User hostile software... by hanssprudel · · Score: 2, Funny

      Break once, run anywhere.

  25. This won't work by Omnifarious · · Score: 2, Interesting

    There are systems by which the network cannot possibly detect whether material travelling over it is under copyright or not. Freenet is an example. Everything that goes over the network is encrypted. Nodes may not necessarily have decryption keys. There is then no way for a node to recognize a particular work.

  26. Hmm by adrianbaugh · · Score: 3, Insightful

    I assume this is more than a worthless md5 sum: certainly in terms of the images that this guy is talking about it should be possible to steganographically hide a watermark in the image. If the p2p bots checked for this there might be a chance his scheme could work: some watermark techniques are apparently quite robust to re-encoding of the image, etc. Where all this falls down is that it'll be 5 seconds before some w4r3Z d00d releases a p2p client that just lies about having checked for the watermark and allows distribution regardless. That's the thing about the p2p model: there is no central server where the running code can be verified - to implement any kind of workable security model you have to assume that everyone on the network is going to be trying to defeat it and design it so that it's core to the whole application - unless the security validates, and other machines can prove to themselves that it validates on your machine, no transfer should work. I suspect something along those lines is possible albeit very difficult, but the fact that that kind of application isn't what p2p users want would still render the entire thing useless. Nobody would use such an app.

    --
    "'I pass the test,' she said. 'I will diminish, and go into the West, and remain Galadriel.'"
    - JRR Tolkien.
  27. Will AD-Aware become a circumvention device? by Ilex · · Score: 4, Interesting

    detect copyrighted works and then filter them with the "spyware" installed

    So under the DMCA AD-Aware and all other spyware removal tools will be illegal as they could be used to circumvent DRM.

    Sounds like a ploy by the pr0n industry to install more crapware on our pc's.

    Come to think of it *nix will be illegal too as their spyware will only run under wind0ze.

  28. Spyware by purduephotog · · Score: 4, Informative

    This might sound a bit familiar for anyone that's had to repair a spyware infected computer.
    Personally, I've done 4 in 2 days. And I can tell you I'm so sick of it it's not even funny.
    One was so screwed up the HOSTS file was infected with encrypted javascript. Took me 3 hours just to knock that bastard down to the point I could get explorer open in under 10 minutes.
    Special thanks to everyone that fights it by writing those removers... god they are a lifesaver.

  29. They'll put spyware in my computer... by Walkiry · · Score: 3, Funny

    when they pry the delete key out of my cold, dead finger.

    Not that I watch porn of course. Not me, nope, not one bit. None.

    --
    ---- Take the Space Quiz!
  30. Dumb idea by 77Punker · · Score: 2, Informative

    Totally different files can end up with the same hashes. There goes the whole system.

  31. Re:Victims of porn by Vinnie_333 · · Score: 4, Funny

    I didn't have time to read your entire post, but from what I could tell, it had something to do with porn. Right on brother! I love porn, too!

    --

    "We shall party like the Greeks of old! You know the ones I mean." - HedonismBot
  32. Re:Victims of porn by Anonymous Coward · · Score: 5, Funny

    Guys like this make me jealous! If I look at porn, it's just me and a picture--big deal--it's forgotten in a moment.
    But Xsters--wow. It's me, a picture, satan and and a crowd of slathering demons, and god hisself, heavenly nostrils flared in anger, while a chorus fiery-sword-wielding seraphs chorus 'for shame, for shame.'
    I just don't get that kind of mileage out of it.

  33. And what if it _is_ possible in one scenario ? by rcastro0 · · Score: 4, Insightful

    IANAL, but taking off the tech hat, and trying to think from a legal standpoint...What would it mean if they can prove to the judge that there is a P2P scenario in which nearly foolproof copyrighted file identification exists ?

    Would that then ruin the argument that "P2P should not be shut down because there are plenty of legitimate uses" by countering with "there is an equally efficient P2P architecture that brings all the same functionality to legitimate uses without hurting copyright law" ?

    By doing that, wouldn't they change the issue of whether or not to allow P2P into one of which P2P can be allowed ? (or what is required of a legal P2P ?).

    Just wondering...

    --
    Quem a paca cara compra, paca cara pagará.
  34. Re:How stupid are they? by Patrik_AKA_RedX · · Score: 2, Funny

    1 make copy protection scheme
    2 sell to many suck^H^H^H^H costumers.
    3 have it cracked
    4 goto 1

  35. Do you really mean what you wrote? by lurker412 · · Score: 4, Insightful
    The recent decision in a Washington DC federal court in the RIAA vs. SBC case said that ISPs are not responsible for copyright infringement if they are merely conduits, meaning that they do not host the stuff that is going across their wires.

    Your company is free to establish whatever policies it chooses on your internal network. But I think it is very dangerous to suggest that we create laws that require the providers of public networks to filter content. Have you really considered the implications for free speech and privacy? Who controls the list of banned materials? Who controls the controllers?

  36. And the false assumption is... by OmniGeek · · Score: 2, Insightful

    "...all nodes on the network."
    Haven't we seen a plethora of P2P protocols developed precisely because someone we don't trust controls the older protocol? The reality check on this clearly bounces. Even if Microsoft, er, someone did manage to grab a monopoly on the US network's P2P population, which is VERY unlikely, the REST of the world would definitely not play along with those American imperialists. Scheme fails, game over.

    --

    "My strength is as the strength of ten men, for I am wired to the eyeballs on espresso."
  37. Re:News for Nerds, Stuff that Matters by Rhubarb+Crumble · · Score: 4, Funny
    This deserves it's own story under YRO.

    Your Rectum Online?

  38. BringBackThePorn.com by jmlyle · · Score: 3, Funny

    If they took all the porn off the internet, there would only be one website left, and that would be bringbacktheporn.com.

    -"Scrubs"

    --
    I have misplaced my pants.
  39. Filter Away! by Xesdeeni · · Score: 2, Insightful

    What a bunch of morons. Sure, maybe with enough computing power you can detect a copyrighted work...maybe. But so what? Who's going to download P2P software, or use a network with this type of filtering in place? Only people who wouldn't have stolen stuff in the first place.

    Besides, P2P users will just scramble the content in some ridiculously simple way that will invalidate the filters and they'll have to go back to square one. Ig-pay atin-lay anyone?

    Xesdeeni

  40. Re:Victims of porn by TechBCEternity · · Score: 4, Insightful

    I don't think he's trolling here, the human mind has a failing in that it likes to form habits. You can see that with non physically addicting things like chronic or in this case p0rn. Sure you might live a healthy life with it.

    but if you're addicted you'd probably be better off without. It's such a marketting gimic to disregard the posibilities of addiction. Then there's the fact that he posts anonymously, how hard is it to sign up.

    ** back on topic ** There's no way the porn industry could do anything about "copyrighted" material being distributed cause all it takes is a slight change in the archive to change the hash and blow the system away. The only way it would work is if the porn industry started setting up tons of high traffic nodes distributing all sorts of stuff just to block some porn on some searchs, but they'd just get blocked anyways.

  41. Re:Hashes aren't unique by warrax_666 · · Score: 2, Informative
    by generating files with the same hashes.

    Bzzt! Thanks for playing. By definition a secure hash is one where it is computationally intractable to generate data which hashes to a particular (chosen) value.
    --
    HAND.
  42. censorship as damage by TheSHAD0W · · Score: 2, Insightful

    "The internet treats censorship as damage, and routes around it."

    Lots of MP3s were shared via FTP in the past, until the RIAA began a campaign to root out and shut down pirate MP3 servers. Then people jumped to Napster, but were eventually frustrated first by the forced filtering of some searches and then the service's discontinuation. Now supernode-based P2P networks like Kazaa are being used, and the central company can't be sued Napster-style because they never see any search data. When they are forced to change their code to allow searches and data to be filtered, users will jump to another service designed to avoid the law.

    I've said it before and I'll say it again. Short of locking down every computer in the world, there is no way of preventing the digital trading of copies of information. Entities like the RIAA, MPAA and MPA know this. They may try having everything locked down via Palladium or something similar, but knowing they may not succeed, they are trying to fight a holding action, to keep the cash flowing in as long as is possible.

    The music and movie industries didn't exist a hundred years ago; I sincerely doubt they'll exist a hundred years from now, no matter how hard they try.

  43. There's an Easier Way by StormyMonday · · Score: 2, Interesting

    Just have the pR0n suppliers encode a serial number in each copy of each video they sell. Then, if a copy got illegally distributed on the Net, they'd know who to go after.

    A big job? Yes. But so is the "fingerprint database".

    And this way, they'd be responsible for their own content, instead of requiring Big Daddy Government do it all for them.

    Since they claim to be losing billions of dollars to "piracy", it should certainly be worth their while to charge a few bucks more for each video in order to increase their sales by (according to some numbers I've seen) an order of magnitude.

    --
    Welcome to the Turing Tarpit, where everything is possible but nothing interesting is easy.
  44. Lower retail prices... there's a thought. by IBIC · · Score: 2, Informative

    OK.. I'm not a big porn collector, but I have seen the prices for these DVD's. At sometimes $60-70 a copy, it's no wonder there's file sharing. Just as in the case of music CD's, why not lower the cost of the retail product? I'm sure I'd feel less guilty of purchasing some of these titles if I wasn't spending so much ;-)

  45. THe Obvious Question by Sloppy · · Score: 2, Insightful
    P2P networks could (if they wanted to) use "fingerprinting" (aka "hashing") to detect copyrighted works and then filter them with the "spyware" installed on all nodes in the network."
    Regardless of whether this is feasible or not, there's a much more basic question to ask first. Are users asking for this feature? If they aren't, then the very idea is ridiculous and doomed to fail in any marketplace.
    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  46. "copyrighted" isn't really the point by nudicle · · Score: 2, Informative
    Something is copyrighted, basically, as soon as it's fixed in a tangible medium. So, when Madonna screeches into a mic "what the fuck do you think you're doing?" and saves it as a dummy mp3 song, that's just as copyrighted as Like a Virgin. And yes, even RAM counts for 'tangible medium.'

    This is actually about copyrighted content that authors wish to control .. not "copyright" simply as such. That's why the Creative Commons Project is so important.

  47. Which is totally nuts. by Ungrounded+Lightning · · Score: 2, Insightful

    You've looked at this too naively... Take around a hundred MD5s of nonoverlapping chunks of the file. If 90% of these match, you have near certainty that the files match except for exactly such tampering as you suggest.

    So the "content" industry would want operators of P2P software to store 100 MD5 hashes of EVERY PIECE OF COPYRIGHTED WORK IN DIGITAL FORM, and compare EVERY SET OF THEM against EVERY FILE TRANSFERRED.

    That is just wacko.

    For starters you'd requre every peer machine to have a copy of all those hashes and/or every indexing service to actually transfer the indexed files to compare them. How big would that be? How much bandwidth would it take to update it, or to do an extraupload of everything that gets indexed (possibly by many indexers)? WHO PAYS FOR THE BANDWIDTH AND STORAGE? Note that the BENEFIT goes entirely to the copyright holder, not the P2P user.

    The onus of detecting copyright violation and proving their case is, and properly should be, on the copyright holders, who are the recipients of the benefit.

    Yes, it's hard. Which means that the copyright holders only catch a few of the violators. But it's ALWAYS been that way. That's why the copyright law provides draconian penalties for the ones they DO catch - to balance the equation and deter violators.

    (And THAT'S why you see hundred grand fines laid on little old ladies whose underage grandkids used their computer to download some MP3s.)

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  48. And it's doubly nuts because it won't work. by Ungrounded+Lightning · · Score: 2, Interesting

    Of course it's doubly nuts because your proposal is trivial to beat. Add an extra random-sized bit of silence / blackscreen at the start and end. That changes the file size and shifts the hashed regions, causing all the hashes to come out different.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way