- Home /
Can playerprefs stored on a mobile (Andoird/ iOS) be hacked remotely?
So I am developing an app that stores some user information. It was initially stored on the server but I wanted to add an extra security layer and store half of the information on the server and the other half on the phone just in case the server gets hacked or the APIs gets intercepted. Either data is unusable on its own. You would need both sets of data for it to be usable. I am saving user information in PlayerPrefs using Secured PlayerPrefs plugin from the Asset store.
I don't care if this data gets accessed by the user since it will be displayed in the App anyway but I was wondering is it possible for a hacker to remotely hack PlayerPrefs? How difficult would that be?
Your answer
Follow this Question
Related Questions
Singleplayer PlayerPrefs hacking - Inevitable? 1 Answer
How to SECURELY save variables? 1 Answer
PlayerPrefs gets corrupted on amazon 1 Answer
Same Playerprefs for 2 games? [Android] 1 Answer
Saving a variable? 1 Answer