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

Optionally Encrypt and Decrypt Data #57

Open
loeiks opened this issue May 14, 2024 · 0 comments
Open

Optionally Encrypt and Decrypt Data #57

loeiks opened this issue May 14, 2024 · 0 comments
Assignees
Labels
Feature Request General feature requests

Comments

@loeiks
Copy link
Contributor

loeiks commented May 14, 2024

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.

@loeiks loeiks added this to the Encrypt and Decrypt Data milestone May 14, 2024
@loeiks loeiks self-assigned this May 14, 2024
@loeiks loeiks added the Feature Request General feature requests label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request General feature requests
Projects
None yet
Development

No branches or pull requests

1 participant