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

Provide own salt alternative to ANDROID_ID #67

Closed linakis closed 6 years ago

linakis commented 7 years ago

This addresses #54

scottyab commented 6 years ago

Sorry it's take so long to get to this @linakis . I really appreciate your contribution! I'm planning some big changes over next few days to make secure preferences easier to extend. The amount of overloaded constructors for SecurePreferences is too much IMO, but I'll merge this and ensure salt is optional param in the new builder based pattern I add.