aparajita / capacitor-secure-storage

Secure, flexible storage for Capacitor apps using iOS Keychain and Android Keystore.
MIT License
107 stars 16 forks source link

feat: implement EncryptedSharedPreferences #9

Open tuanbipa opened 1 year ago

tuanbipa commented 1 year ago

Change SharedPreferences to EncryptedSharedPreferences (Only supported for devices running on Android 6 or higher )

aparajita commented 1 year ago

I don't think this is sufficient. If I'm not mistaken, this would render all existing data to be unreadable.