On Feb 4, 2012, at 1:45 PM, Enrique Moreira wrote: > Hello Hobousers > Bryan > > Really i want protect the code "No change by user - System Logical Bussines" > , the server setup in the Home of user; > i am development in Linux Ubuntu > my deploy in Windows in a intranet > jruby alternatives?? > Obfuscate the source code?
Lawyers. Packs of 'em. With frickin' lasers strapped to their heads. Seriously - if you're worried about clients stealing your source, then the legal system is your best solution. From a technical perspective, you're giving them the lock (the code protection) *and* the key (they can run the app, right?) so any protection scheme is, at best, going to put speed bumps in their way if they're really determined to be evil. Obfuscation can be untangled, bytecode can be decompiled, in-memory decryption can be bypassed by freezing the running state in a VM, etc etc etc. --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
