Compactor / Obfuscator
Apr 16, 2007
I would like to find a good JavaScript compactor/obfuscator.
Obfuscation is not important to me really, but I would like a
compactor that understands variables and functions in a way that it
can shorten the names. I would also like for the compactor to be able
to shorton the property/method names of custom objects if such a thing
exists.
I have seen several compactors around, but most of them have varying
levels of compression that don't seem to be very customisable. Again,
obfuscation is not a must, although any good compactor should
obfuscate the code within reason anyway. If anyone uses GMail, and has
seen the code, that serves as a good guide to what I'd like to see
happen with my code.
View 2 Replies
May 2, 2006
Are JavaScript Obfuscator programs good solutions against code-copying? Is it true that its fast?
View 4 Replies
View Related
Jul 23, 2005
I'm playing with downloading javascript to my phone, over the providers
email service.
It's rather slow.
Is there anything that will compress javascript, doing things like
reducing identifiers to short unique strings, killing spaces and
redundant braces, removing comments, ...
Things that work around repeated use of long built-in functions would
be nice too.
The eventual aim is to run scripts on the phone (NEC e313) to allow
(with the aid of an web-email proxy) somewhat limited browsing,
to get past the networks firewall.
They have signed up various content providers (none of which I have
any interest whatsoever in) to provide exclusive content, so won't
allow general web access, which is a bit annoying.
Bandwidth can go below 1K/s or so, so every little bit extra is nice.
View 2 Replies
View Related
Sep 2, 2009
recommend me a good email obfuscator/defuscator plugin?
View 6 Replies
View Related