-
Notifications
You must be signed in to change notification settings - Fork 199
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
Does Amplify DataStore support Encryption at client? #1005
Comments
hi @sridhanya-ambaadi, I'll keep this issue open so we track it in our backlog. |
I am also interested in this option and looking for the timelines |
Could you please share some updates on this feature request and also the timeline by which we can expect this to be available. |
@undefobj do you have an update? |
No update on this. It is something we're looking into, but local encryption that is still query-able with key management to devices for syncing to the cloud is a complex problem space that will take time to address. |
This is very disappointing. So, is the only solution for developers with secure data to encrypt the data before storing it in datastore and to manage keys in app? |
Thank you for posting this. We are trying to improve Datastore with new features and will provide an update here. |
Securing data stored in mobile devices is of huge importance for apps related to healthcare, finance sector. Encryption is a widely used technique to secure data at rest. When considering the encryption of database in mobile, either the whole file can be encrypted or only certain attributes can be encrypted. In native frameworks like
CoreData
this is achieved either throughDataProtection
API or throughtransformable properties
. Does Datastore have an equivalent option to encrypt data at rest?The text was updated successfully, but these errors were encountered: