A new solution to protect Java class from decompiling
https://news.ycombinator.com/item?id=15413341A new solution to protect Java class from decompiling.We make a native ClassLoader by modifying OpenJDK, encrypt the class files by AES and parse them in our custom-JRE.You can publish your software safety without worrying to be decompiled now.
For more information please visit https://j.vlinx.io