Encrypted storage of user data in cloud. #6
SlayerAnsh
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Rather than storing data as it is, we should store data in encrypted way to the cloud and each user will have its unique key. That way even admin's wont be able to view users personal data.
Encryption should be made separate from the base project and that's why all encryption methods/algorithms should be added in encryption folder without any dependence on react or UI.
All reactions