Slashdot Mirror


Sony Tries Using Blockchain Tech For Next-Gen DRM (engadget.com)

Sony announced Monday that it's using blockchain technology for digital rights management (DRM), "starting with written educational materials under the Sony Global Education arm of the business," reports Engadget. "This new blockchain system is built on Sony's pre-existing DRM tools, which keep track of the distribution of copyrighted materials, but will have advantages that come with blockchain's inherent security." From the report: Because of the nature of blockchain, which tracks digital transactions in records that are particularly difficult to forge or otherwise tamper with, its application as a DRM tool makes sense and may also help creators keep tabs on their content. Currently, it's up to creators themselves (or the companies they create for) to monitor their contents' rights management. Sony's system could take over the heavy lifting of DRM. The way blockchain works allows Sony to track its content from creation through sharing. This means that users of the blockchain DRM tool will be able to see -- and verify -- who created a piece of work and when. Sony Global Education is the current focus of the DRM tool, but going forward, the company hints that the rest of its media -- including entertainment like music, movies, and virtual reality content -- may be protected the same way.

8 of 100 comments (clear)

  1. Idiots by execthts · · Score: 4, Insightful

    Didn't they all learn - - from the BMG-Rootkit scandal - about piracy being a service problem - about tamper-protections only hurting paying customers before?

    1. Re:Idiots by DarkRookie2 · · Score: 4, Interesting

      Is this because of the DRM, or no one really trying since the selection of games exclusive to the console is underwhelming to say the least.
      I am betting more the later than the former.

      --
      http://progressquest.com/spoltog.php?name=Son+Of+Son+Of+DarkRookie
  2. What value added? by arth1 · · Score: 4, Interesting

    I fail to see what value a blockchain adds here over, say, signed certificates. Can someone explain the added value to either content creator, copyright holder or consumer that requires blockchain?

    1. Re:What value added? by Sarten-X · · Score: 5, Interesting

      My guess (and it is purely a guess, since TFS and TFA are so light on detail) is that transactions involving works will be logged in a blockchain. I buy a movie, and that purchase is linked to my particular account. I can then loan that movie to someone else, and the transfer gets logged. When it's returned to me, that's logged, too... Unless I happen to be disconnected from the blockchain-handling system, in which case I'd be stuck with the last-known state of property ownership.

      If everything works like that, then a content owner could track their creation and see that I loaned a movie to someone... because apparently that's something Sony thinks they care about. Like many other DRM systems, it also allows Sony to revoke rights to works by authoritatively transferring them away, unless there's a crypto method to authorize a transfer (which is not indicated in TFS or TFA).

      Pretty much, it provides nothing of technical value that wouldn't be served better by a central database. For marketing value, though, blockchain's an excellent choice right now.

      --
      You do not have a moral or legal right to do absolutely anything you want.
    2. Re:What value added? by Anonymous Coward · · Score: 5, Insightful

      But that makes zero sense. If they wanted, if there is real incentive, it is going to be trivial for some pirates to spin up a ton of servers to quickly perform a 51% attack. Or do you think sony is just going to spend millions of dollars having hash farms sitting there hashing away just in case a pirate attacks?

      And more importantly, in the event the pirates successfully pull off a 51% attack, then what? Is everyone just going to roll over and say "well, the majority of hashing power has voted" and just give up on the ? No, they are going to say "well, that's not really valid anymore, so lets just ignore it and go with what sony says is legit". And now you've just invalidated the entire point of having a blockchain. "We can't trust anyone, so we'll trust the blockchain collectively...until we decide we can't trust the blockchain, at which point we'll just trust the entity we didn't want to simply trust at the beginning".

      If you give up on your principles as soon as they are inconvenient, they weren't really principles to begin with. Likewise if you can stop trusting the blockchain as soon as you think it is compromised, it was never really trusted to begin with.

    3. Re:What value added? by mysidia · · Score: 4, Interesting

      I guess the idea is media creators could create a public blockchain describing their works and every playerID or userCode license that has an authorization to disseminate their work. The description of a work could actually contain enough information about various watermarks and identifying features of their works to identify both legitimate copies and Identify decent-quality rogue copies containing an identical picture or more than 30 seconds or so of audio or video: then in order to disseminate ANY work, a compliant playing device would be required to maintain an online connection and take steps to identify what work is being played --- then in order to play a work identified as matching a protected one: the player would be required to login, userId, and apply for a player hardware Id Lease containing the player hardwareId and the manufacturer+hardware IDs of the monitor and every device in the viewing chain (May require submitting a payment); wait for a short-lived Play authorization to appear on the blockchain, and maintain an internet connection to (1) Verify every 60 seconds that the play authorization is still valid for this content, and (2) The player has to transmit all the blockchain records to the HDCP display monitor, digital sound, and every device in the chain, so.... (3) The HDCP monitor also verifies the "play authorization".

      The DRM could be combined with a proprietary audo/video encoding package: which would be protected by a patent,
      and in order to enforce the DRM policies -- licensing the patent to decode would require that all decoders made available
      be only "Compliant players". After every 3 or 4 years, there would be a new encoding/decoding package with a new patent,
      and a mandatory online instant update for Compliant Players to remain compliant and be able to continue playing content
      that involves removing the hardware's capability to decode media packages that are more than 2 versions behind --
      and media leases can no longer be issued for older versions of the media to ensure by the time patent expires - nothing in consumers' hands can play that format anymore.

  3. Blockchain BS by Sarten-X · · Score: 5, Insightful

    Repeat after me, folks: Blockchain is a buzzword for a logbook.

    That's it. There's no "inherent security". It's just a log with a checksum. Any can tamper with that log as much as they like, just making sure that they control enough of the verification process to authoritatively say their claims are genuine.

    Seeing and verifying "who created a piece of work and when" is not really ever a problem in copyright cases. The real problems are how much of a pre-existing work was used or referenced to make a derivative work, and whether the derivative work is sufficiently creative enough to stand on its own.

    With so little detail, it's difficult to speculate on precisely how Sony thinks this technology will benefit anyone (including themselves). So far, the only people who benefit from industrial use of a blockchain are the people selling a blockchain as a solution.

    --
    You do not have a moral or legal right to do absolutely anything you want.
    1. Re:Blockchain BS by Anonymous Coward · · Score: 5, Insightful

      99% of the time, blockchain is way more work for something that could be much more efficiently handled in a central database. Where blockchain really shines is when you want a system whereby no individual parties are trusted. Hence, the reason why it's so useful for cryptocurrencies. It can have other limited uses for things like smart contracts, but it seems way to many businesses are trying to use blockchain just so they seem relevant.

      Same thing happened with NoSQL 10 years ago.