Is there a way to protect you code?
in
Integration and Hardware
•
2 years ago
So for example when I make an applet. I have it on my site. But everyone (at least little skilled) can find the
jar file in the source of the page,
download it and then use app like
Java decompiler to get to the
code. With all my data and stuff.
I'm mostly worry about my loadStrings() where I'll communicate with DB ... so almost anyone can change stuff there!
Is there a way? To somehow protect the code or encode it, or somehow stop users from downloading the file? (Which has to be used as applet.)
I'm mostly worry about my loadStrings() where I'll communicate with DB ... so almost anyone can change stuff there!
Is there a way? To somehow protect the code or encode it, or somehow stop users from downloading the file? (Which has to be used as applet.)
1