This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Preserve users privacy #10
Merged
daviddias
merged 5 commits into
ipfs-inactive:preserve-users-privacy
from
yiannisbot:preserve-users-privacy
Sep 26, 2019
Merged
Preserve users privacy #10
daviddias
merged 5 commits into
ipfs-inactive:preserve-users-privacy
from
yiannisbot:preserve-users-privacy
Sep 26, 2019
Conversation
This file contains 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
yiannisbot
requested review from
daviddias and
jsoares
and removed request for
daviddias
September 23, 2019 09:28
jsoares
approved these changes
Sep 25, 2019
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
## Background | |
### Background |
daviddias
reviewed
Sep 26, 2019
@@ -52,6 +64,33 @@ Onion routing is a technique for anonymous communication over a computer network | |||
### 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this general? Which systems use this approach?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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.