Android Shared preference wrapper than encrypts the keys and values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure..
secure-preferences is hosted in the following web site
https://github.com/scottyab/secure-preferences
If you think the Android project secure-preferences listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of secure-preferences.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 18 |
Minimum SDK Version | 7 |
Activity Count | 3 |
secure-preferences has the following Java source files.
com.securepreferences.SecurePreferences.java com.securepreferences.sample.MainActivity.java com.securepreferences.sample.NewPreferenceActivity.java com.securepreferences.sample.NewPreferenceFragment.java com.securepreferences.sample.OldPreferenceActivity.java com.securepreferences.util.Base64.java