Perfect for developers prioritizing security, Encrypted Shared Preferences integrates effortlessly into your projects, offering peace of mind and enhancing data privacy. Safeguard your app's data with this essential encryption solution
Apache License 2.0
12
stars
2
forks
source link
I can use both SharedPreferences and EncryptedSharedPreferences ? #12
For the missing API like setStringList, I can use SharedPreferences.getInstance(); separately for storage. And I can use EncryptedSharedPreferences only for the KV that needs to be encrypted.
For the missing API like setStringList, I can use SharedPreferences.getInstance(); separately for storage. And I can use EncryptedSharedPreferences only for the KV that needs to be encrypted.
Will there be any problem using it this way?