Skip to content

This application has login with Secure SharedPreference with MasterKey. It will save username & password with Encryption in the cache file.

Notifications You must be signed in to change notification settings

DivyamOza/Android-Secure-SharedPreference

Repository files navigation

Android-Secure-SharedPreference

This application have login with Secure SharedPreference with MasterKey. It will save username & password with Encryption in cache file.

Import Library in Gradle files

implementation 'com.github.bumptech.glide:glide:3.7.0' implementation 'androidx.security:security-crypto:1.0.0-rc01'

Manifest.xml

Add this line in inside application tag

<application android:usesCleartextTraffic="true" alt text

About

This application has login with Secure SharedPreference with MasterKey. It will save username & password with Encryption in the cache file.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published