I'm creating a 2d game for Android and i'm using sqlite database for storing game data.Rooted users can change database easily.So i have to encrypt the data and when someone change it i have to understand this.How can i do this?
4
-
4Bear in mind that this will be pointless. Rooted users will be able to get your encryption key out of your app and use that to decrypt whatever you have encrypted.CommonsWare– CommonsWare2012-07-08 13:40:34 +00:00Commented Jul 8, 2012 at 13:40
-
I (pronoun)Lincoln Hawk– Lincoln Hawk2012-07-08 17:10:40 +00:00Commented Jul 8, 2012 at 17:10
-
1possible duplicate of android database encryptiont0mm13b– t0mm13b2012-07-09 00:23:56 +00:00Commented Jul 9, 2012 at 0:23
-
I truly believe that the rooted users can change your database regardless of the encryption. They can get the key to decrypt the db. I'm researching on it as well. Have you found any solutions?Ender– Ender2019-02-25 03:47:39 +00:00Commented Feb 25, 2019 at 3:47
Add a comment
|