Hello.
I'm in a situation where it's critical that I protect my app from being hacked or cracked.
For more sensitive parts of the code algorithm, I've tried making it less understandable (after decompilation) by spreading passwords strings as characters across different modules.
I was wondering if there is a library or a method to increase a B4J app's (in other words, JAVA app) security against hackers.
Thanks in advance.
(p.s. I do use 'obfuscated release' mode, of course!)
I'm in a situation where it's critical that I protect my app from being hacked or cracked.
For more sensitive parts of the code algorithm, I've tried making it less understandable (after decompilation) by spreading passwords strings as characters across different modules.
I was wondering if there is a library or a method to increase a B4J app's (in other words, JAVA app) security against hackers.
Thanks in advance.
(p.s. I do use 'obfuscated release' mode, of course!)