menu

Saturday 6 July 2013

IMCrypt Javascript and PHP image encrypt/decrypter

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)IMCrypt - Image Protection - CodeCanyon Item for Sale

No comments:

Post a Comment