encryption - What is encrypted in Android operating system? -


when android os encryption activated, read /data (user data) encrypted , not storage. correct? can encrypt storage if it's case? pictures in \dcim , can have many folders in \

edit if take android folders structure:

 ┌─────────────┬───────────────────────────┐   | partition   | explanation               |   ├─────────────┼───────────────────────────┤   | /boot       | kernel & co.              |   | /cache      | app cache                 |   | /data       | user data partition¹      |   | /data/data  | app data¹                 |   | /dev        | devices²                  |   | /mnt/asec   | encrypted apps (app2sd)   |   | /mnt/emmc   | internal sdcard³          |   | /mnt/sdcard | external sdcard³          |   | /proc       | process information²      |   | /recovery   | used in recovery mode     |   | /system     | system rom (read-only)    |   └─────────────┴───────────────────────────┘ 

what encrypted when android encryption activated ?


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -