ID: com.securepreferences.sample
Version: 1.0.2
File Size: 1Mb
SecurePreferences Demo Screenshots
SecurePreferences Demo Description
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 in SecurePreferences Demo 1.0.2
Uses v0.1.3 of the secure-preferences libraryNot backwards compatible with 0.4.0 and older versions yet!. So if you have an existing app using this don't upgrade. I'll be looking to add migration into a later release.
- uses a new and stronger Crypto library under the hood
- includes PRNG fixes that effects JellyBean devices
- supports password based key generation so the key is not persisted
- change password supported
Download SecurePreferences Demo 1.0.2 APK
>