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

`SecurePreference.getStringUnencrypted()` misleading naming #6

Closed doridori closed 9 years ago

doridori commented 10 years ago

I think it would be good to rename this method as its a little misleading - as actually it will return the raw string from the prefs - which will be encrypted. To me a better name would be SecurePreference.getStringUndecrypted() || SecurePreference.getEncryptedString()

scottyab commented 9 years ago

fixed in v0.1.0