scottyab / secure-preferences

Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.
1.53k stars 235 forks source link

Get a user pin/password to generate the enc keys #2

Closed scottyab closed 9 years ago

scottyab commented 10 years ago

Add the option for developers to enable additional security by prompted users for pin code to derive the key and only keep in memory which is cleared on app exit.

scottyab commented 9 years ago

fixed in v0.1.0