Security and privacy #3
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: sofia/identity#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Security and privacy are the biggest concerns in an use case like this. Right now, every request is logged (not its contents, most likely cannot identify users from this alone) and the data is unencrypted in a database.
E2E encryption (user-to-storage) would be ideal, but would be difficult to implement and would complicate the process of data portability and passing your data down to the user's heirs. Server-side encryption and/or database-level encryption is another option that would improve security but not necessarily privacy.
Research needs to be done in order to find a balanced level of privacy and security.