I want to obfuscate code like that has been done here. I have only seem this type of obfuscation before with Google and other big companies. Can anyone suggest how this code has been obfuscated. Also it is better than using eval which can trigger antivirus on computers.
function app() {
var vb = '',
wb = '" for "gwt:onLoadErrorFn"',
xb = '" for "gwt:onPropertyErrorFn"',
yb = '"><\/script>',
zb = '#',
Ab = '/',
Bb = '10DBFC879A4A784134EE84443D45E2C5',
View full code on jsfiddle as it hits the characters limit on stackoverflow: http://jsfiddle.net/NJb2Y/
Also, can this code be deobfuscated? And if, how easily?
Please be sparing if this is not a right question as I would really like an answer on this.
UPDATE: I have searched for obfuscaters online however I am having a hard time finding one that does this. Almost all that I have found use the eval function.