IMCrypt is an image protection script that basically scrambles and descrambles images you choose on your website so that they can be easily viewed, but not as easily downloaded. This is accomplished by “encrypting” the image one-time on the server side using PHP and “decrypting” it when the client needs it through a piece of Javascript.
If this sounds weird, please check out the live demo to see the script in action!
Requirements IMCrypt requires:
HTML5 Canvas support (browser support is outlined here) PHP’s GD library (included from 4.3!) Javascript to be enabled (of course)
Please leave a rating! I greatly value everybody’s opinion and thoughts!