Is it possible to hide or scramble/obfuscate the javascript code of a webpage?

后端 未结 9 1156
情深已故
情深已故 2020-12-10 15:38

I understand that client side code must be readable from the browser but I wonder (since there are too many things that I ignore) if there are ways to obfuscate to code to t

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-10 16:07

    Check this out.

    Other than min'ing it, I don't think you can really hide js. It all goes the user's browser and there are plenty of ways of seeing it once its there.

提交回复
热议问题