flutter_secure_storage
flutter_secure_storage copied to clipboard
keyset not found, will generate a new one. can't read keyset; the pref value __androidx_security_crypto_encrypted_prefs_key_keyset__ does not exist
There was no such problem before. I'm not sure if the error is related to this package.
/AndroidKeysetManager( 1749): keyset not found, will generate a new one. can't read keyset; the pref value androidx_security_crypto_encrypted_prefs_key_keyset does not exist
Flutter: 3.3.10 API 32
I'm having this same problem.
We're planning to use the new feature EncryptedSharedPreferences
to resolve the oracle padding attack issue but we're getting block by this issue.
Flutter 3.3.10 API 21
Related Issues About Oracle Padding Attack
- https://github.com/mogol/flutter_secure_storage/issues/249
- https://github.com/mogol/flutter_secure_storage/issues/475
this answer solved my problem
I am closing all older issues. If this issue still exists in the latest version, please let me know.