January 2017
Beginner to intermediate
1045 pages
22h 24m
English
This chapter gives an introduction to the techniques typically used to assess data storage security of Android applications. We will begin with the different techniques used by developers to store the data locally and how they can affect the security. Then, we shall look into security implications of the data storage choices made by developers.
These are some of the major topics that we will discuss in this chapter:
Android uses Unix like file systems to store the data locally, there are a dozen or so file systems ...