Y
Hacker News
new
|
ask
|
show
|
jobs
by
xanderjanz
4067 days ago
Useful for obfuscating executable JS for security reasons.
3 comments
BinaryIdiot
4067 days ago
Security through obscurity is not security. This would be easy to translate back into the original code anyway. This is also not efficient from a file size perspective which is cancer on the web.
link
thomasfoster96
4067 days ago
It'd have to be something that really had to be hidden, because most of these edge cases are very very slow to run.
link
berbc
4067 days ago
Why? I believe you have more sophisticated ways of obfuscating code. Those tricks seem to be easy to reverse.
link