Sbouamri / Approver

Test repository
0 stars 0 forks source link

[ID: OWASP M2 - UNDESIRED ACCESS TO PRIVATE DATA] #86

Open Sbouamri opened 5 years ago

Sbouamri commented 5 years ago

Application should prevent undesired access to private data and preferences. This includes: (i) enabling storage encryption, (ii) using AES128 (or higher) to encrypt files when writing on the SD card, and (iii) disabling MODE_WORLD_READABLE for shared preferences. REFERENCES:

Text Links
OWASP MOBILE TOP 10 - M2 - INSECURE PLATFORM STORAGE - Android Best Practice [[1]]. https://www.owasp.org/index.php/Mobile_Top_10_2014-M2