|
|
|
|
|
by SchemaLoad
342 days ago
|
|
There was a project called Bitmessage which solved this problem by not having a recipient field. Your client would just try to decrypt everything, and when it succeeds, that means the message is for you. The then immediate issue is routing becomes very inefficient since every node now needs to receive and attempt to decrypt every single message. Which they solved by having channels to split up the network and only require decrypting of every message on the same channel as your address. |
|
The next step would be nodes sending random fake messages into the network at random intervals, to obfuscate who's talking to whom.