🎁 [Feature Request]: Encrypt the user data and only store the encrypted data on server #57
ozgunozerk
started this conversation in
Ideas
Replies: 2 comments
-
The UX for this might be challenging, due to:
Also, from the technical side:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It will be the best to decide whether to add this feature based on the community input and the need of our users. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For being user friendly, storing user data on server is helpful, especially for the following cases:
because, then, the user can still access to their data.
However, since we are storing financial data, some may be uncomfortable with their data is stored on cloud. To help these users, we can utilize symmetric-key encryption.
The only user data the server stores, are the transactions.
So:
Since the server shouldn't know the password, it cannot store it. Hence, if the user switches to a new device, or deletes/reinstalls the app, the user has to remember the password to access their previous data.
If the user forgets their password, there won't be an alternate way to recover the previous data.
Beta Was this translation helpful? Give feedback.
All reactions