B4J Question Protect B4J application

Hi, First of all, sorry for my bad English.
I have a completely offline project and I want to protect it from cracking and copying.
I researched various methods but did not find a definitive solution.
All protection methods can be bypassed by a hacker by one or a combination of the following:

-Delete part of the code ( Conditional parts for system authentication and license )
-Copy all software files from a licensed system to an unauthorized system
-Reverse engineering and reading project codes and retrieving passwords used in the project
-Simulating the authorized system in an unauthorized system and running the software


Do we have a surefire way to protect our offline software(in B4J)?
 

Xfood

Expert
Licensed User
I'm sorry, there is no infallible way to protect any software generated by any language, but certainly with some tricks we can complicate the vote for hackers
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
If you check the similar threads below, the last thread may give you some ideas.

 
Upvote 0
Top