Page 1 of 1

protect my images

Posted: Wed Jan 28, 2009 7:01 pm
by Snowhopper
Hello

i installed serendipity for my website but was wondering if right click protection or simular security can be installed for protecting my pictures. (we run a photostore) I don't want that visitors can download pictures by right click and save.

any ideas

Re: protect my images

Posted: Wed Jan 28, 2009 7:04 pm
by garvinhicking
Hi!

There is no protection like this. Every "protection" can be circumvented usually with a few mouseclicks, firefox extensions, greasemonkey scripts or simple HTML sourcecode viewing.

Regards,
Garvin

Posted: Wed Jan 28, 2009 7:51 pm
by judebert
Perhaps watermarking the photos would do what you want?

Posted: Wed Jan 28, 2009 9:51 pm
by Don Chambers
As Garvin said, anyone determined can get to your photos no matter what you try to implement... so Judebert's suggestion is about all you have... Watermark the image. Also, do not use really high resolution images in your site so even if someone gets the image, it is not really suitable for printing (if that is what you are trying to prevent).

Posted: Wed Jan 28, 2009 10:44 pm
by Snowhopper
Thanks for the info..................and yes i already gave them a watermark.

Re: protect my images

Posted: Fri Feb 20, 2009 12:58 am
by msp_erv
we use coppermine for things and there are many useful plugins for this....

including a clear GIF overlay for images -- so when one right clicks all they get is the clear gif...

oc course all they have to do is same the page to the pc to get images...

make sure they are low res 72dpi and not much use to folks...

Re: protect my images

Posted: Fri Feb 20, 2009 1:47 am
by Don Chambers
They don't even have to save the page - if the image was displayed by their browser, it was cached, even with the clear gif trick. Like I said, if someone is determined, they can get to the image. If you need to protect the image, do not display a high resolution version, and watermark the images you do display.

Re: protect my images

Posted: Thu Feb 26, 2009 6:51 pm
by judebert
That is very nearly brilliant. I wish I were that clever.

Even as clever as it is, it's still not an absolute protection. I recreated the complete image in a few seconds with the GIMP.

It's another layer of effort, of course. It would discourage some people.

A more comprehensive method would be a flash viewer that uses encoded filenames as its parameter. Then you'd need a protocol analyzer to see what the flash viewer was downloading.

Re: protect my images

Posted: Fri Feb 27, 2009 6:36 pm
by judebert
You're right; I hadn't even considered that.

Just shows there's more ways to break security than there are to enforce it.