Categories |
|
---|---|
Website | obfuscator.io |
Details $ |
Categories |
|
---|---|
Website | lisperator.net |
Details $ |
Based on our record, JavaScript Obfuscator seems to be a lot more popular than UglifyJS. While we know about 26 links to JavaScript Obfuscator, we've tracked only 1 mention of UglifyJS. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I don't need/use IDA, Nemlei just used https://obfuscator.io/, which just obfuscates the crap out of the code using various known methods (which I won't go into detail, it's public knowledge) and an un-obfuscation was cooked up by others. The one fucked-up thing the website does is randomizing function names, it just changes every variable/function name. We can't "un-obfuscate" those, so it's up to our brains to... Source: 3 months ago
It's to purposefully makes your code harder to read so it prevents people from stealing your work. Here's a tool that does it: https://obfuscator.io/. Source: about 1 year ago
I just tested it on a little snippet of my code obfuscated with https://obfuscator.io/ and it worked seemingly perfectly. My original code:- Source: Hacker News / about 1 year agofunction resizeImage(img) {.
Https://obfuscator.io/ produces a similar result, perhaps that's all they used. Source: about 1 year ago
The obfuscation looks very similar to what you might get from https://obfuscator.io/. Source: about 1 year ago
There are many minifiers such as terser and uglify. But, because minifying also require to parse the JS, it is actually possible to use esbuild and SWC to minify the code. Here's a benchmark of the main minifiers. - Source: dev.to / over 1 year ago
Terser - JavaScript parser, mangler, optimizer and beautifier toolkit for ES6+
YUI Compressor - Yahoo JS/CSS Compressor
DomainLockJS - Free code snippet to lock javascript files to your domain. Protect javascript code. Easy cut & paste script. Prevent unauthorized use of your scripts and deter code theft.
Uncrustify - Banish crusty code with the Uncrustify C/C++/C#/Obj-C/D/Java/Pawn/VALA source code beautifier.
Closure Compiler - The Closure Compiler is a tool for making JavaScript download and run faster.
Javascript Minifier - Online Javascript Minifier compresses, minifies javascript code to make it more optimized, efficient and it improves website load time by decreasing file sizes.