Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upWebTorrent's approach to user identification #1555
Comments
This comment has been minimized.
This comment has been minimized.
|
Hey @umaar, The only communication I have had with legallaw was in the GitHub issue you're referencing. I haven't had any further contact, outside of publicly in that issue on GitHub, with legallaw or any other law firm regarding WebTorrent. As WebTorrent is a JavaScript implementation of the BitTorrent protocol, there exists the same privacy concerns in WebTorrent that exist with BitTorrent protocol. Without knowing the infohash or owning the tracker, there is no way to gather information about peers of a torrent. If you know the infohash then it's another story and it's trivial to query trackers for a list of peers, as this is required for the BitTorrent protocol to function. One solution to this is private trackers. There are three default WSS trackers and, I believe, their respective maintainers are: wss://tracker.btorrent.xyz - @DiegoRBaquero The source code for all three trackers are public. As a organisation, I haven't seen any other members directly offer to aid somebody in achieving this. Personally I was more interested in discussing the feasibility of implementing this, rather than actually helping implement a solution. I wanted to better understand the possibilities and implications they pose to everybody using the WebTorrent library. The WebTorrent project and contributors don't condone or support using WebTorrent for copyright infringement, this policy has been stated by Feross since as early as March 2015. Because this isn't a issue, I'm going to close mark this as closed, though I'm more than happy to answer any further questions. |
This comment has been minimized.
This comment has been minimized.
|
If you as a peer manage to give out metadata using you can also see which has downloaded the hole file And if the connection is TURN based you won't get his real ip adress |
This comment has been minimized.
This comment has been minimized.
|
Hey @SilentBot1 - really appreciate your detailed response. Your thoughts/statements on WebTorrent is great to hear and is exactly what I was trying to understand more about. Thanks for taking the time to explain! |
There was an issue raised some time ago where a law firm were asking WebTorrent for assistance in collecting the IP addresses of those who download their customers movies. It appeared the first reply, a WebTorrent contributor, was happy to assist further suggesting the law firm emails them directly.
Could you shed any light on this from a privacy perspective?