php - hide javascript from showing up in browser -
I have some javascript which I am using in my files but when we look at the source code it is our javascript Because it is. Is there any way by which we can show our javascript in the browser using PHP?
There is an independent JavaScript obfuscator, it will not prevent dedicated people from "stealing" your code, But normal copy and paste will not be easy.
See also this question: There are some very good answers in it and it also explains how it is safe through ambiguity.
Comments
Post a Comment