Re: encrypted source file support in jdk?
- From: "Daniel Dyer" <"You don't need it">
- Date: Thu, 27 Sep 2007 16:39:37 +0100
On Thu, 27 Sep 2007 13:17:55 +0100, Tom Forsmo <tom@xxxxxxxxxx> wrote:
I know there are many other issues as well, I'll be working throuhg it.
here is the list of the issues of most importance:
- en-/decryption support in
....
- disassembler/debugger
- remove excess information from class files
You can do this bit with an obfuscator, such as Proguard (http://proguard.sourceforge.net).
- if class files are also encrypted
- en-/decryption support in the jvm runtime, covers tomcat, jboss etc.
- possible encrypted jar/war/ear files etc
- debugger
- information about classes must also be protected from prying eyes who have obtained the class files and using the debugger to get information.
This is a common suggestion for protecting class files but it won't work (see http://www.javaworld.com/javaworld/javaqa/2003-05/01-qa-0509-jcrypt.html).
Dan.
--
Daniel Dyer
http://www.uncommons.org
.
- Follow-Ups:
- Re: encrypted source file support in jdk?
- From: tom forsmo
- Re: encrypted source file support in jdk?
- References:
- encrypted source file support in jdk?
- From: Tom Forsmo
- encrypted source file support in jdk?
- Prev by Date: Re: encrypted source file support in jdk?
- Next by Date: JDIC system tray icon left click
- Previous by thread: Re: encrypted source file support in jdk?
- Next by thread: Re: encrypted source file support in jdk?
- Index(es):
Relevant Pages
|
|