I am creating a 2d game for Android and I am using sqlite database to store game data. Rebooted users can easily modify the database. Therefore, I need to encrypt the data, and when someone changes it, I need to understand this. can i do this?
source share