-
Notifications
You must be signed in to change notification settings - Fork 0
Databases
Paradis Perdu edited this page Feb 27, 2019
·
1 revision
- Used for storing sensitive information
- /data/data/com.your.app/databases/database
- Check for sensitive information stored unencrypted
- Look in Journal files and lock files too
- Objection can open sqlite databases
- pull the DB off the device and look in sqlite browsers
- Used for password encrypting sqliteDBs
- Uses 256-bit AES Encryption
- Look for the password or brute force it
- source code
- shared preferences
- other files
- Look for the password or brute force it
- Realm browser - https://realm.io/docs/java/latest
- /data/data/com.your.app/files