|
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. -- [ Picked text/plain from multipart/alternative ] > What is 'obfuscate' and how do you do that? Obfuscate means taking the source, that comprises your code, written in java, and altering the code representation to a form that is not readily understandable by biological entities that comprise the human genome after an attempt at reverse engineering. As an example, I tried to obfuscate that statement above ... what it means, if you didn't figure it out, is: Obfuscate means taking your java source and changing it so you can't readily decompile the object into source and steal the logic. The obfuscation tools I've seen do some of the following things... . Rename variables from meaningful terms to something short and meaningless (like: CustomerOrderBalance to a). . Compress and alter logic so that formulas are not readily understandable. Short circuit evaluation is heavily employed here. I just found a nice write-up on obfuscation ... check out http://makeashorterlink.com/?U285539A. david
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.