A friend and I are trying to create a mobile app. The app recieves the data per API from our server. So if someone uses Wireshark, they can see the API Url and all our data can be easily stolen.
We thought that we use HTTPS server, so Wireshark couldn't read it... But there are some ways to decrypt HTTPS in Wireshark as well.
So the question is what is the best way to hide or encrypt API Url or our data?