SecurePreferences Demo icon

SecurePreferences Demo

1.0.3 for Android
3.0 | 10,000+ Installs

Scott Alexander

Description of SecurePreferences Demo

This is Android Shared preference wrapper that encrypts the values of Shared Preferences using AES 128, CBC, and PKCS5 padding with integrity checking in the form of a SHA 256 hash. Each key is stored as a one way SHA 256 hash. Both keys and values are base64 encoded before storing into prefs xml file. By default the generated key is stored in the backing preferences file and so can be read and extracted by root user.
*Recommend use the user password generated option as added in v0.1.0.*
Sample project from https://github.com/scottyab/secure-preferences

What's New with SecurePreferences Demo 1.0.3

- Proguarded
- Uses v0.1.4 of the secure-preferences library

Information

  • Category:
    Libraries & Demo
  • Latest Version:
    1.0.3
  • Updated:
    2015-10-13
  • File size:
    592.9KB
  • Requirements:
    Android 2.3.3 or later
  • Developer:
    Scott Alexander
  • ID:
    com.securepreferences.sample