This repository was archived by the owner on Apr 29, 2020. It is now read-only.
Preserve users privacy#10
Merged
daviddias merged 5 commits intoSep 26, 2019
Merged
Conversation
jsoares
approved these changes
Sep 25, 2019
Contributor
|
Looks good to me. Probably good to merge this quickly, otherwise the nested branching may yield conflicts soon. |
daviddias
reviewed
Sep 26, 2019
|
|
||
| This happens to be one of the toughest problems to solve in order to provide a complete and human rights preserving fabric for knowledge. | ||
|
|
||
| ## Background |
Contributor
There was a problem hiding this comment.
Suggested change
| ## Background | |
| ### Background |
daviddias
reviewed
Sep 26, 2019
| ### Within the broad Research Ecosystem | ||
| > How do people try to solve this problem? | ||
|
|
||
| A general and rather simple approach and rule of thumb is to use an anonymising proxy which is placed between a sender and a receiver of traffic. This inevitably means that there is trust placed on this proxy to behave as desired. Decentralised approaches (that don't necessarily have to trust proxies or proxy operators) rely on layered encryption and multiple extra hops of routing so that any message cannot be linked to its originator/source. |
Contributor
There was a problem hiding this comment.
How is this general? Which systems use this approach?
Collaborator
Author
There was a problem hiding this comment.
Can rephrase to just "simple". The initial concept gave rise to anonymising VPN solutions and the like.
daviddias
pushed a commit
that referenced
this pull request
Oct 21, 2019
* Initial input * Background Update * Related works update. * Update PRESERVE_USER_PRIVACY.md * Update PRESERVE_USER_PRIVACY.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added input which should be useful as we move this towards an RFP.