Hello dear friends and welcome back for another Android Diva series blog, today we will resolve Insecure Data Storage Part 3.
So first of all, we have to store some value
For this exercise, we will use adb
- adb devices -l
- adb connect ipDevice
- adb shell
- cd /data/data/jakhar.aseem.diva
- ls -la
Interesting there is anew file (uinfo-808817149tmp)
- cat uinfo-808817149tmp
Fantastic we completed also this exercise