Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It this fork of flutter_secure_storage? #33

Closed
apiep opened this issue Oct 18, 2024 · 1 comment
Closed

It this fork of flutter_secure_storage? #33

apiep opened this issue Oct 18, 2024 · 1 comment
Assignees

Comments

@apiep
Copy link

apiep commented Oct 18, 2024

As the title said, is this a fork of flutter_secure_storage but with security issue fixed?

As I am in need of another kind secure storage for flutter, but did not know about security stuff and it seems like this issue will not be merged soon

@koji-1009
Copy link
Owner

koji-1009 commented Oct 19, 2024

Yes, this repository is a fork of flutter_secure_storage.


The referenced issue means that EncryptedSharedPreferences is deprecated. If you have not enabled the EncryptedSharedPreferences option for Android and have set your app's min support sdk to 23 or higher, then you should not have any major issues.

Technically, there are several technical challenges to re-encrypting from EncryptedSharedPreferences to KeyStore+SharedPreferences. This repository avoids this problem by adding an option to migrate from EncryptedSharedPreferences to DataStore. See https://github.com/koji-1009/flutter_secure_storage/tree/flutter_secure_storage_x-v10.0.1/flutter_secure_storage_x#important-notice-for-android.

@koji-1009 koji-1009 self-assigned this Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants