This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Script security
#1
Hi,

Is there any way to protect the JavaScript or css page?

And scripts?

I ask because there is a lot of know-how in the projects and our company asks me.

Thanks
Reply
#2
For scripts you can use user libraries with "keep source" disabled. Create a separate function per each script, put it into user library and then call it from original script. For CSS/JS you will need an obfuscator, there are many free online tools: https://obfuscator.io/ http://cssobfuscator.com/
Reply
#3
(10.09.2019, 14:35)admin Wrote: For scripts you can use user libraries with "keep source" disabled. Create a separate function per each script, put it into user library and then call it from original script. For CSS/JS you will need an obfuscator, there are many free online tools: https://obfuscator.io/ http://cssobfuscator.com/


Thanks!!
Reply


Forum Jump: