[consulting] Copy Protection/DRM approach

Sami Khan sami at etopian.net
Sun Oct 11 22:21:33 UTC 2009


Lyrics sites are a good example. In some cases they retrieve content
using nothing by javascript (ajax) and then have a bunch of other
javascript functions to protect the content. So if you disable
javascript, you can't even get at the content.

So in theory you could do that, make the content show up through
javascript, would really even have to use ajax if you didn't want to,
just put the html as an encoded json string on the page and then load it
using jQuery, but it's a really messy way to do things and really just
ugly. However, I don't know of any clean ways of achieving that goal.

Sami

On Sun, 2009-10-11 at 15:15 -0700, Domenic Santangelo wrote:
> Lyrics websites have pretty decent cut/paste protection. It's just js,  
> so easily defeatable, but hey I'm sure it keeps 99% of the teenage  
> girls from copying anything.
> 
> The true goal should be to make it inconvenient (though not  
> impossible) to copy info. If he really wants what you say he's asking  
> for, he should distribute his content via DVD, viewable only thru a  
> custom viewer.
> 
> Domenic
> 
> On Oct 11, 2009, at 2:01 PM, Larry Garfield <larry at garfieldtech.com>  
> wrote:
> 
> > Copy/paste: Rewrite the entire site as a flash app Flash and have  
> > Flash render
> > all text as graphics.
> >
> > Printing: Go to your users' computers and unplug their printers.
> >
> > Screenshots: Hack into your users' computers and hack their OS to  
> > disable that
> > feature.
> >
> > As for your client, he needs to be banned from using the Internet  
> > until he
> > gets a clue that it's no longer the 1800s.  Hell, Xerox machines  
> > have been
> > around forever and they allow all sorts of duplication of physical  
> > books.
> > Even for a subscription site he's being asinine.
> >
> > On Sunday 11 October 2009 3:47:23 pm Cameron Eagans wrote:
> >> I have a client that is requesting a sort of DRM/Copy protection  
> >> scheme for
> >> his website. The site will be an educational site for medical  
> >> students to
> >> help them prepare for an exam for their field of work, and access  
> >> to the
> >> site will be granted on a subscription basis. The client is  
> >> requesting
> >> something that I don't know how to do:  prevent getting the content  
> >> out of
> >> the site in any way. He wants to disable copy/paste, printing,  
> >> screenshots,
> >> etc. I'm reasonably certain that there is no foolproof method of  
> >> doing
> >> this. Does anyone have a method of preventing users from copying  
> >> website
> >> content and sharing it?
> >>
> >> (for the record, I don't support this approach -- I'm more partial  
> >> to the
> >> 'Don't copy our stuff or we'll sue the crap out of you' approach. The
> >> client is asking for it though, so I have to at least make an  
> >> effort =D )
> >>
> >> Thanks in advance!
> >> -----
> >> Cameron Eagans
> >> Owner, Black Storms Studios, LLC
> >> http://www.blackstormsstudios.com
> >
> > -- 
> > Larry Garfield
> > larry at garfieldtech.com
> > _______________________________________________
> > consulting mailing list
> > consulting at drupal.org
> > http://lists.drupal.org/mailman/listinfo/consulting
> _______________________________________________
> consulting mailing list
> consulting at drupal.org
> http://lists.drupal.org/mailman/listinfo/consulting



More information about the consulting mailing list