Re: encrypted source file support in jdk?
- From: tom forsmo <spam@xxxxxxxxxx>
- Date: Fri, 28 Sep 2007 08:31:24 +0200
Bent C Dalager wrote:
In article <fdg739$6g8$1@xxxxxxxx>, Tom Forsmo <tom@xxxxxxxxxx> wrote:Hi
I an wondering if anybody knows if its possible to extend the functionality of the sun java compiler/vm in jdk6, with for example plugins or similar? or if the jdk supports something similar already?
(...)
- debugger
- information about classes must also be protected from prying eyes who have obtained the class files and using the debugger to get information.
If you are looking to protect your code from the owner/user of the
system, then you can only do this if all the software that is capable
of decrypting your ciphertext /and/ all instances of decrypted
cleartext are run and stored on a piece of hardware that is
effectively under your control.
What I was thinking of here was if somebody had illegally obtained the class files, and using debugging to reverse engineer the code. The usage scenario is that the class files are not public either, therefor no one should have a copy of the class files either, except for the people working in the company that owns the code.
Its not about protecting binaries sold to customer. Its about protecting IP of internal projects in progress, in the same way you would protect marketing plans etc.
regards
tom
.
- References:
- encrypted source file support in jdk?
- From: Tom Forsmo
- Re: encrypted source file support in jdk?
- From: Bent C Dalager
- encrypted source file support in jdk?
- Prev by Date: Re: encrypted source file support in jdk?
- Next by Date: Re: encrypted source file support in jdk?
- Previous by thread: Re: encrypted source file support in jdk?
- Next by thread: Re: encrypted source file support in jdk?
- Index(es):
Relevant Pages
|