https://github.com/andreid/securesharedpreferencesexample
a secured shared preferences example
https://github.com/andreid/securesharedpreferencesexample
android encryption security shared-preferences
Last synced: about 2 months ago
JSON representation
a secured shared preferences example
- Host: GitHub
- URL: https://github.com/andreid/securesharedpreferencesexample
- Owner: AndreiD
- Created: 2018-04-19T19:43:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T19:47:07.000Z (about 8 years ago)
- Last Synced: 2025-03-26T05:30:06.530Z (over 1 year ago)
- Topics: android, encryption, security, shared-preferences
- Language: Java
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secure Shared Preferences Example
a simple app for secured shared preferences
add to app's gradle: compile 'com.scottyab:secure-preferences-lib:0.1.4' //no proguard config is needed
and checkout MainActivity.java
based on https://github.com/scottyab/secure-preferences