authpass / biometric_storage

Flutter plugin to store data behind biometric authentication (ie. fingerprint)
https://pub.dev/packages/biometric_storage
MIT License
184 stars 107 forks source link

[Android] EncryptedSharedPreferences #78

Closed hm122 closed 2 years ago

hm122 commented 2 years ago

Hi,

is there any reason why on Android KeyStore was used instead of EncryptedSharedPreferences?

hpoul commented 2 years ago

EncryptedSharedPreferences is only a buggy abstraction for the underlying KeyStore ..

I also don't see his this qualifies as an issue

hm122 commented 2 years ago

Wasn't aware of the issues actually, used it a lot without issues and thought it would reduce complexity in the plugin. But you are right, wasn't probably the right way to open an issue. Anyways, thanks for the fast reply and the plugin development.