[ANet-devel] Re: I'm *SO* impressed by FreeNet!
Status: Abandoned
Brought to you by:
benad
From: Benoit N. <be...@ma...> - 2000-12-06 00:41:54
|
>How else can you enter information into the network anonymously? I was >thinking of a similar approach using recursively wrapped RSA encryption. I >was going to add some features that would make the network harder to spam. Distribute the data like a query. Remember, there is no trace, or more precisely no way for a node to ask from another node: "Where this came from?". There is no backtrace as in FreeNet. This is the very basic (and brillant) idea behind the queries in Gnutella, and why ANet is a kind of distributed networking. BTW, RSA is not free, not open source and not exportable at all (unless you stick with 56 bits). Avoid it like plague. >How would you solve the problem? In the scheme you have preposed (2.7 >Anonymous two-way data flow) you must trust the proxies for anonymity to be >maintained. For example the proxy you connect to could be malicious and would >know who you are communicating with. Without using encryption how would this >be avoided? No. Proxies cannot know either where the data comes from at its origin or where is its final destination. There is no backtracing! In the example, (A B C D...E F G H, if I remember correctly), D and E know the exact IP of each other, but they can NEVER know that A and H are the end points in the data flow. They only know the existence of the previous node (C or F) if the chain, and that's it. I think I explained all this in the docs... Anyways, if the proxies are trying to "screw up" the data, just re-establish the connection with other proxies. And if you don't want the other nodes to peek at your data, encrypt your file before sending it. Isn't that something obvious? That's why I didn't even thought about writing this in the docs. Please, stop reading the docs of FreeNet. ANet is so different that it will confuse you. It seems that you assume there is some kind of backtracing like in FreeNet or IP. Also, you seem to not really understand what makes ANet anonymous: each node behaves the same way with the data, so that there is no way to distinguish the originator from all the other nodes in the network. True, everyone knows the contents of your query, but who cares, no one knows where is comes from! The exact same idea is used with static data. Again, static data is NOT for files. You keep your files on your hard disk, and that's it. IP addresses of the originator or the destination are never, ever know. IP addresses for the nodes, the proxies and the gateways (I'll talk about this in part 3, later this week) are known, but that still doesn't give any hint to where the data comes from or is destinated. After all, ANet is totally unlike FreeNet and very similar, in its basic idea, to Gnutella. So, reading docs about gnutella might help you understand what I mean. - Benad |