jquery - Obfuscating the javascript but with passing in one data? -
a little background: developing website , deal of work done bookmarklet. people finding out how bookmarklet works dangerous object , need hide it. problem is, bookmarklet generated on spot.
it pretty big mashup of jquery commands 1 after other.
is there way me protect code? dont want leaked.. ps: know possible de-obfuscate or try read it, audience not technically smart. enough read plain javascript however..
note: can json code actual data transmitted value variable, need know obfuscator leaves variables semi-unchanged ensure code gets through.
i think can use obfuscator can find on web, still won't protected, cuz can deobfuscate it.
consider refactoring of code placing valuable logic (eg. business logic) backend , retrieve ajax. it's way keep logic away visitors.
actually, it's not easy without code example , explanation how works. bet there's proper way make program work.
Comments
Post a Comment