aparajita / capacitor-secure-storage

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

feat: Android EncryptedSharedPreferences #5

Open joshuaGnol opened 1 year ago

joshuaGnol commented 1 year ago

Is your feature request related to a problem? Please describe.

Android have a secure storage - EncryptedSharedPreferences

Describe the solution you'd like

Will you consider to go for EncryptedSharedPreferences as Android official secure storage?

Additional context

As SharedPreferences is then extended to Encrypted Shared Preferences which store data in the same way (key, value pairs) but in an encrypted way. Both keys and values are stored encrypted.

aparajita commented 1 year ago

Didn't know about that. Will consider it.

aparajita commented 9 months ago

It isn't quite as simple as you think.

It's unlikely to happen (at least by me), because it will require converting the existing data and a bunch of extra code. I have neither the time nor the appetite to do it. If someone wants to submit a PR I'll take a look. The PR must: