© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Robert Moran
Software Engineer with passion for Web
I am looking to obfuscate my frontend codes. What are the best tools?
Achyuth
Front-End Dev
You can use UglifyJs or node-minify.
I never used node-minfy but I have used UglifyJs and its quite good.
github.com/mishoo/UglifyJS
github.com/srod/node-minify
Thanks Achyuth. UglifyJS looks good. What's your feedback on it?
James
Check this out: Javascript obfuscator
This tool transforms your original JavaScript source code into a new representation that's harder to understand, copy, re-use and modify without authorization. The obfuscated result will have the exact functionality of the original code.
Chalchiuhticue Naabah
Thanks a million, that was one of my problems
animeyt # animeyt.me
kissanime # kiss-anime.co
Achyuth
Front-End Dev
You can use UglifyJs or node-minify.
I never used node-minfy but I have used UglifyJs and its quite good.
github.com/mishoo/UglifyJS
github.com/srod/node-minify