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

Add secure local storage #234

Closed
Tracked by #233
luongvo opened this issue Jul 17, 2023 · 0 comments · Fixed by #253
Closed
Tracked by #233

Add secure local storage #234

luongvo opened this issue Jul 17, 2023 · 0 comments · Fixed by #253
Assignees
Milestone

Comments

@luongvo
Copy link
Member

luongvo commented Jul 17, 2023

Why

In almost every app, we need to save something secret on the user’s device in local storage. The best way to do this is flutter_secure_storage. Under the hood, it uses Keychain for iOS, and it uses AES secret key for Android, which is encrypted with RSA in KeyStore.

Who Benefits?

Developers

@luongvo luongvo modified the milestones: 1.11.0, 1.12.0 Jul 17, 2023
@nmint8m nmint8m self-assigned this Jul 26, 2023
@nmint8m nmint8m linked a pull request Aug 2, 2023 that will close this issue
@luongvo luongvo modified the milestones: 1.12.0, 1.11.0 Aug 3, 2023
@luongvo luongvo modified the milestones: 1.11.0, 1.12.0 Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants