secure-preferences
Android secure shared preferences using Android Keystore system
File Explorer
Download Latest Version (.zip)- gradle-wrapper.jar
- gradle-wrapper.properties
- KeyGeneratorTests.java
- ObscuredSharedPreferencesTest.java
- KeyGenerator.java
- KeyStoreKeyGenerator.java
- ObscuredPreferencesBuilder.java
- ObscuredSharedPreferences.java
- SecretKeyWrapper.java
- Utils.java
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- README.md
- ApplicationTest.java
- UserCredential.java
- AppComponent.java
- AppModule.java
- AccountUtils.java
- KeystoreAccountUtils.java
- LoggedInFragment.java
- MainActivity.java
- MainFragment.java
- KeystoreApplication.java
- activity_main.xml
- app_toolbar.xml
- fragment_logged_in.xml
- fragment_main.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- dimens.xml
- strings.xml
- strings_activity_settings.xml
- styles.xml
- styles.xml
- pref_data_sync.xml
- pref_general.xml
- pref_headers.xml
- pref_notification.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- .travis.yml
- build.gradle
- checkstyle.gradle
- checkstyle.xml
- checkstyle_android_library.gradle
- gradle.properties
- gradlew
- gradlew.bat
- libraries.gradle
- LICENSE.txt
- README.md
- settings.gradle
- test_script.sh
- version.gradle
# Installation Guide
1. Get the code
git clone https://github.com/ophio/secure-preferences
Downloads the entire project code from GitHub to your computer.
cd secure-preferences
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew clean check connectedAndroidTest
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
