View Single Post
  #6 (permalink)  
Old May 27th, 2002
veniamin's Avatar
veniamin veniamin is offline
Devotee
 
Join Date: December 17th, 2001
Posts: 24
veniamin is flying high
Default

Quote:
pointless. Even if the client hides the info from the user anyone that knows how to use a computer can still get it. And anyone that wants the info from the client could write their own client to display the info. Gnutella cant work without it so you cant get rid of it.
Well you are right but why dont make it a little bit harder for them.

In some packets there is an IP and a PORT, IP is 4 bytes long and PORT is 2 bytes. My thought is to take the actuall iport and encrypt it. The encrypted result should be 6 bytes so that we can put the first 4 bytes into the IP field and the last 2 bytes at the PORT field.

Servents dont have to encrypt/decrypt the packets all the time but only when it is neseccery ex: when we want to make a connection or download a file. I remind you that no ips should be exported visually in any servant. So the servants keep the encrypted data somewhere stored and when it needs an ip it decrypts it. The problem with this method is which encryption method should be used, what would be the password for the encryption, and finally that users with some knowledge of computers can still find an IP but ONLY for a connected servant. For example you can make a search for "faithless .mp3" and receive many query hits but you dont know which user shares what. Only when you try to download a file you can find that the user you are connected to is sharing this specific file and not a list of "illegal" files.

Old clients that dont support this method are not compatible. This is the right thing because otherwise someone could connect to Gnutella with an old client and still find/track all the IPs.

Any ideas?
Reply With Quote