Re: encrypted source file support in jdk?



tom forsmo wrote:
To explain again, what I am looking for is a way to protect the SOURCE CODE and CLASS FILES during DEVELOPMENT, that means only when the code is in-house. I am not talking about protecting class files distributed to the public.

You need to focus on the screening process you have in place for who gets to see the code then.

Or even the finished product.
For a competitor who wants to implement what you have, coding it from scratch, based on what it does, might very well be the cheapest option.
.



Relevant Pages

  • Re: encrypted source file support in jdk?
    ... SOURCE CODE and CLASS FILES during DEVELOPMENT, ... the code is in-house. ... The *employees* are the biggest security risk any company has. ...
    (comp.lang.java.help)
  • Re: encrypted source file support in jdk?
    ... CODE and CLASS FILES during DEVELOPMENT, that means only when the code ... is in-house. ... He might also install hardware keystroke monitors. ...
    (comp.lang.java.help)
  • Re: encrypted source file support in jdk?
    ... - en-/decryption support in the jvm runtime, covers tomcat, jboss etc. ... 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. ...
    (comp.lang.java.help)