Android Open Source - Security application secure-preferences






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of secure-preferences.

ItemValue
Java File Count6
Target SDK Version18
Minimum SDK Version7
Activity Count3




Java Source Files

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