You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Wix (wix-data) this is possible via the UI of the Wix CMS dashboard (you can't configure extra settings with APIs, but can enable/disable this feature from the UI) but in weiv-data library this is not possible (not provided by the library but can be developed by the users).
Users will be able to:
Insert data (only selected fields) that's encrypted (encryption will be handled by the library).
Read data in decrypted format (or in encrypted format) easily.
Choose encryption method from the available list. (Will has default value, so it's optional)
In this way it will be possible to encrypt and decrypt data when reading or writing.
Extra info: MongoDB Atlas already encrypt data at rest. But it's always better to handle some part of the data (like passwords, passport numbers etc. PII) encryption manually when saving to disk other than MongoDB Atlas default encryption at rest.
The text was updated successfully, but these errors were encountered:
In Wix (wix-data) this is possible via the UI of the Wix CMS dashboard (you can't configure extra settings with APIs, but can enable/disable this feature from the UI) but in weiv-data library this is not possible (not provided by the library but can be developed by the users).
Users will be able to:
In this way it will be possible to encrypt and decrypt data when reading or writing.
The text was updated successfully, but these errors were encountered: