Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
12 user(s) are online (9 user(s) are browsing encyclopedia)

Members: 0
Guests: 12

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Mixminion

Mixminion is the standard implementation of the Type III anonymous remailer protocol. Mixminion can send and receive anonymous E-mail.

Mixminion uses a mix network architecture to provide strong anonymity, and prevent eavesdroppers and other attackers from linking senders and recipients. Volunteers run servers (called mixes ) that receive messages, and decrypt them, re-order them, and re-transmit them toward their eventual destination. Every E-mail passes through several mixes so that no single mix can link message senders with recipients.

Sending an anonymous message mixminion breaks it into uniform-sized chunks (also called packets ), pads the packets to a uniform size, and chooses a path through the mix network for each packet. The software encrypts every packet with the Public-key_cryptography for each server in its path, one by one. When it is time to transmit a packet, mixminion sends it to the first mix in the path. The first mix decrypts the packet, learns which mix will receive the packet, and relays it. Eventually, the packet arrives at a final (or exit ) mix, which sends it to the chosen recipient. Because no mix sees any more of the path besides the immediately adjacent mixes, they cannot link senders to recipients.

Mixminion supports Single-Use Reply Blocks (or SURBS) to allow anonymous recipients. A SURB encodes a half-path to a recipient, so that each mix in the sequence can unwrap a single layer of the path, and encrypt the message for the recipient. When the message reaches the recipient, the recipient can decode the message and learn which SURB was used to send it; the sender does not know which recipient has received the anonymous message.

The most current version (a testing beta release) of Mixminion is 1.1.8, released on September 24, 2005.

=External links=

*[http://mixminion.net/ Mixminion official site] *[http://peculiar.wcw.net/mixminion-message-sender/ Windows GUI Frontend for Mixminion]