DivyamOza / Android-Secure-SharedPreference

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.