justobfuscate.com/diffbrowser
function calculateTotal(
price, tax
) {
return price + (
price * tax
);
}function _0xa3f(a,b){ return a+(a*b);}
7 lines → 3 lines−58% size
01 · Diff Viewer
See exactly what changed →
Side-by-side before/after with line-level highlights. Confirm your code still works without reading the obfuscated soup.
- 1Open /diff and paste your original source on the left.
- 2Paste the obfuscated output on the right (or run it inline).
- 3Red strikes show what shrank, green shows the renamed identifiers.
- 4Use the stats bar to verify size reduction and line parity.