Protect js code from being stolen

Posted by Kaidul Islam Sazal on Pro Webmasters See other posts from Pro Webmasters or by Kaidul Islam Sazal
Published on 2012-08-07T21:12:43Z Indexed on 2012/09/22 9:50 UTC
Read the original article Hit count: 275

I have developed an web app with jquery,html-css markup which would be an premium web app. So I have to ensure the security of the code from being stolen.But as all these are client side,so there is no 100% secure way to protect them.But I want to make them harder to steal.For this I did :

  1. I have disabled the right click button of mouse
  2. I have minified and obfuscated the code.
  3. I have used js code to add external js file and obfuscated the code so that none can understand the name of the external js file
  4. I have created a index.html file in the js folder so that none can get access the js folder

Do you think all these are enough to make stealing harder? Or any suggestion/advice for me?

© Pro Webmasters or respective owner

Related posts about JavaScript

Related posts about jQuery