Search code examples
asp.net-mvcphotos

How to secure photos from downloading in a website?


I'm working on an asp.net MVC website that users can have photo albums in it... I searched a lot and found out photos can be prevent from downloading(stealing) by few things like "Disabling right click", "Disabling the drag able property of images", "Using base 64 URLs" and "Watermark", but i didn't find 100% useful solution!!! I think Watermark is the best way, but it will make most photos ugly and they also can be erased with Photoshop! I'm not also worried about the fact that viewers can take screenshots, because photos will be shown in low resolution.

Is there other ways in addition to these solutions?


Solution

  • but i didn't find 100% useful solution!!!

    There is no such thing as a 100% html based solution.

    You would have to do some type of Flash plugin and even then it's not 100% either, it would just make it harder.