Every time you send a message on the internet, a dozen servers can see who you are and who you are writing to, even if the content itself is encrypted. Hiding what you say is easy. Hiding that you said it — and to whom — is a much harder problem.
Mix networks solve this with a deceptively simple idea proposed by David Chaum in 1981: route messages through a chain of nodes, where each node collects a batch of incoming messages, shuffles their order, re-encrypts each one with its own key, and only then forwards them. Any outside observer sees messages entering a node and messages leaving, but the shuffle breaks the correspondence — they cannot tell which output came from which input.
Layer this over several nodes in sequence, and no single node on the path knows both the sender and the final destination. The idea underlies Tor, remailer systems, anonymous voting, and the broader field of privacy-enhancing technologies.
Comments
Loading comments...