This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: Allatori has released the Allatori Java Obfuscator 1.2, a $775 payware program for obfuscating...
Feed Title: Cafe au Lait
Feed URL: http://www.cafeaulait.org/today.rss
Feed Description: Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more.
Allatori has released the Allatori Java Obfuscator 1.2, a $775 payware program for obfuscating Java .class files to prevent understanding and delay decompilation. Why anyone cares about such products is beyond me. Most software doesn't require preventing users from inspecting its code, and the very little software that does require such protection can't be adequately protected by such tools. The only way to really protect algorithms is to not run them on a client computer: run them on a server that accepts inputs and provides outputs, but never actually runs code on the client. The whole obfuscation game is even more flawed than DRM. To paraphrase Bruce Schneier, trying to prevent software from being reverse engineered is like trying to prevent water from flowing downhill. I suggest renaming this product "Canute".