-
-
Notifications
You must be signed in to change notification settings - Fork 21
switch to secure storage + encrypted DB #608
Copy link
Copy link
Closed
Description
we currently use the DB unencrypted on the target devices and have no way of securing that. we should:
- switch to flutter_secure_storage for the SDK sessions
- generate a large secure password with
Random.secureupon login and save that in the secured storage session - use the password when initializing the client to use for encrypting storage
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Recently Done