SAndroidEOfficial / framework

SAndroidE - Sensors for Android Embedded. A free framework allowing external devices to be easily managed in Android
http://es3.unibs.it/SAndroidE
Other
7 stars 1 forks source link

Acquired Access Token is saved in clear text in SharedPreferences #54

Open apaolino opened 6 years ago

apaolino commented 6 years ago

The access token acquired in the oAuth Implicit Grant flow is saved in clear text in the SharedPreferences. It needs to be encrypted before saving it.

apaolino commented 6 years ago

Since SharedPreferences data is accessible (by other apps) only on rooted devices, the resolution of this problem has been postponed.