-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataStorage
More file actions
28 lines (14 loc) · 733 Bytes
/
DataStorage
File metadata and controls
28 lines (14 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Data Storage (Insecure)
Client Side (*** studies done after 2012 showed that more than 63% of applications contain a data storage vulnerability ***):
Internal Storage:
Data being stored on the mobile device in
- Cleartext
- Obfuscated Format
- Hard-coded Key
Other Forms may include:
-
-
-
External Storage (removable sd card, etc..)
*** These studies were provided by the authors of The Mobile Application A Hackers Handbook in which the authors tested
hundreds of apps randomly selected from the Google Play Store and do not include Andriod applications not listed on the store.