Android Diva Series: Insecure Data Storage Part 2

      Nessun commento su Android Diva Series: Insecure Data Storage Part 2

Hello dear friends and welcome back for another Android Diva series blog, today we will resolve Insecure Data Storage Part 2.

For this exercise, we will use adb and db browser for sqlite.
So first of all, we have to store some value

After that we connected to our virtual device via adb, we will download the databases on our local machine

  • adb pull /data/data/jakhar.aseem.diva/databases

Now we will open the ids2 db using db browser

The final step is to get info from the db, so we will execute a simple query

Fantastic, we completed this exercise.

What do we learn from this exercise?

When we stored sensible data it is always important to cipher it