SecurePreferences Demo Application icon

SecurePreferences Demo 1.0.3

592.9 KB / 5+ Downloads / Rating 3.7 - 6 reviews


See previous versions

SecurePreferences Demo, developed and published by Scott Alexander-Bown, has released its latest version, 1.0.3, on 2015-10-13. This app falls under the Libraries & Demo category on the Google Play Store and has achieved over 500 installs. It currently holds an overall rating of 3.7, based on 6 reviews.

SecurePreferences Demo APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.securepreferences.sample

Updated: 9 years ago

Developer Name: Scott Alexander-Bown

Category: Libraries & Demo

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing SecurePreferences Demo on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.7
Total 6 reviews

Previous Versions

SecurePreferences Demo 1.0.3
2015-10-13 / 592.9 KB / Android 2.3+

About this app

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

New features

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