+ 1
[SOLVED] Make JavaScript unreadable
Is it possible to encrypt your JavaScript in such a way that it won't make any sense to humans but it works so it looks like it has been pre-compiled? Please I am NOT talking about minification!
6 Respuestas
+ 4
this might help. it's an obfuscator, not a minifier:
https://obfuscator.io/
+ 2
Sebastian Pacurar Provided a good solution. However, there's another way to hide your javascript code which is using jsF***.
www.jsfuck.com
Actually, I do not recommend to use it because, it really, really makes the code laggy.
+ 1
Thanks Sebastian Pacurar, That's exactly what I needed.
+ 1
i think u need this , https://github.com/adamyork/garble
because this is so hard to decode or deobfuscate it
0
InsideHeartz and Arb Rahim Badsa Thanks for the help but neither garble nor jsf*** is suitable for production purposes as it makes file size extremely large. jquery.js is now 2.98MB with garble!!!
- 1
NlnvB