Insecure Data Storage
Protect local data.
What Is Local Data
Mobile apps store data on the device: settings, cached content, tokens, and sometimes personal information.
How this local data is stored decides whether an attacker can read it.
The Core Risk
Insecure data storage means sensitive data is saved where it can be read in plain text.
If the device is lost, stolen, or rooted, that data is exposed.
All lessons in this course
- Mobile Threat Landscape
- Insecure Data Storage
- Reverse Engineering Apps
- Secure Mobile Coding