Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2833
| From | Daniel Pitts <newsgroup.nospam@virtualinfinity.net> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: Finally java class file encryption possible. |
| References | <16e63103-68ab-4b05-8645-ff79080a94f9@googlegroups.com> <e7kk6994ftmnt9ilm5856010d2nq14s7m7@4ax.com> <fbfd5696-d247-4c71-b2aa-2e8c87a8ff26@googlegroups.com> |
| Message-ID | <X%bbu.121613$Am5.90928@fx24.iad> (permalink) |
| Date | 2013-10-27 10:25 -0700 |
On 10/27/13 6:37 AM, Java Encryptor wrote: > On Friday, October 25, 2013 4:38:33 PM UTC+5:30, Roedy Green wrote: >> On Fri, 25 Oct 2013 02:16:01 -0700 (PDT), Java Encryptor >> >> <java.encryptor@gmail.com> wrote, quoted or indirectly quoted someone >> >> who said : >> >> >> >>> Distribute java program by encrypting it and keep your source code secure. >> >> >> >> But does not it work by decrypting then running as a normal class >> >> file? What is to stop the hacker from taking a snapshot of the class >> >> file and running it through a decompiler? >> > This program decrypts class file in memory and no one can see it. > You can check the sample program... > For those who really want encrypted, secure class files, that isn't secure enough. What's to stop someone from modifying your code to write the result to file? What's to stop someone from modifying the JVM to allow dumping of classes? Or creating their own class-loader to intercept the JVM loading of the class. I think you're trying to solve an impossible problem.
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar
Finally java class file encryption possible. Java Encryptor <java.encryptor@gmail.com> - 2013-10-25 02:16 -0700
Re: Finally java class file encryption possible. Roedy Green <see_website@mindprod.com.invalid> - 2013-10-25 04:08 -0700
Re: Finally java class file encryption possible. Jukka Lahtinen <jtfjdehf@hotmail.com.invalid> - 2013-10-25 16:21 +0300
Re: Finally java class file encryption possible. Java Encryptor <java.encryptor@gmail.com> - 2013-10-27 06:40 -0700
Re: Finally java class file encryption possible. Java Encryptor <java.encryptor@gmail.com> - 2013-10-27 06:37 -0700
Re: Finally java class file encryption possible. Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2013-10-27 10:25 -0700
Re: Finally java class file encryption possible. Java Encryptor <java.encryptor@gmail.com> - 2013-10-28 05:52 -0700
Re: Finally java class file encryption possible. Steven Simpson <ss@domain.invalid> - 2013-10-28 15:57 +0000
Re: Finally java class file encryption possible. Java Encryptor <java.encryptor@gmail.com> - 2013-10-29 11:30 -0700
Re: Finally java class file encryption possible. Steven Simpson <ss@domain.invalid> - 2013-10-29 22:22 +0000
Re: Finally java class file encryption possible. Java Encryptor <java.encryptor@gmail.com> - 2013-10-30 05:38 -0700
Re: Finally java class file encryption possible. Steven Simpson <ss@domain.invalid> - 2013-10-30 13:54 +0000
Re: Finally java class file encryption possible. Java Encryptor <java.encryptor@gmail.com> - 2013-10-30 10:40 -0700
Re: Finally java class file encryption possible. Joerg Meier <joergmmeier@arcor.de> - 2013-10-30 19:17 +0100
Re: Finally java class file encryption possible. markspace <markspace@nospam.nospam> - 2013-10-30 12:06 -0700
Re: Finally java class file encryption possible. Joerg Meier <joergmmeier@arcor.de> - 2013-10-30 21:27 +0100
Re: Finally java class file encryption possible. eduardo.coca.sola@gmail.com - 2014-02-12 03:21 -0800
csiph-web