If the scanner detected the IP addresses as plain text in your apk, then you should be able to use simple text encryption to convert the plain text IP addresses into encrypted characters instead of numeric IP strings.
But, if the scanner got those IP addresses by actually monitoring the live connections your app made to somewhere on the internet, then there is nothing you can do about that.
You may also need to protect those endpoints with a password or API key and then make a connection to them using something like SSL to prevent man-in-the-middle snooping of the password or API key.
You may also need to protect those endpoints with a password or API key and then make a connection to them using something like SSL to prevent man-in-the-middle snooping of the password or API key.
sorry for my ignorance but i hear a lot of people saying using PHP is not safe to connect to a MySQL DB. and i hear a lot erel saying the best solution is to use jRDC2. so i tried and watched the whole tutorial of him here i must say that i was surprised that everything worked. so i managed to...
This tutorial is relevant for B4A and B4J. During compilation B4A generates Java code which is then compiled with the Java compiler and converted to Dalvik (Android byte code format). There are tools that allow decompilation of Dalvik byte code into Java code. The purpose of obfuscation is to...
This tutorial is relevant for B4A and B4J. During compilation B4A generates Java code which is then compiled with the Java compiler and converted to Dalvik (Android byte code format). There are tools that allow decompilation of Dalvik byte code into Java code. The purpose of obfuscation is to...