Hacker News new | ask | show | jobs
by pavi2410 820 days ago
This could be used for a really good obfuscation.
2 comments

There are quite simple ways to reverse this kind of obfuscation though, like shown here: https://steakenthusiast.github.io/2022/06/14/Deobfuscating-J...
as the sibling thread already mentioned. It is pretty much just doing what JSFuck is doing. Before we go all crazy and start transpiling all our JS to this, be aware running code obfuscation like that will have performance penalties.
> be aware running code obfuscation like that will have performance penalties.

Both computationally and societally.