Hello everyone,
Until now, I have been using DeepHost’s free MySQL extension in my Niotron app. But there is a big problem: users can capture requests and get full access to my database, which allows them to manipulate data and even bypass tasks using custom scripts. I need to stop this urgently.
I also tried DeepHost’s MySQL Pro extension and Dynamic API extension, but my app keeps crashing because my device is running on Android 15. I think maybe after an update, those extensions will be fixed.
My main issue:
Right now, users are able to manually edit and manipulate data by sending requests. I want to block this and make the database safe, so only my app can use it.
What is the best way to secure MySQL data and prevent users from bypassing tasks with scripts?
Thanks in advance for your suggestions!