Cypherpunk anonymous remailer

From Wikipedia, the free encyclopedia

A cypherpunk anonymous remailer is an anonymous remailer that takes messages encrypted with PGP or GPG, or in some cases in plain text, and forwards it removing any identifying information from the header.

Contents

[edit] Sending a Cypherpunk Message

Step 1: Retrieving the remailers Public Key.

Generally you can get a Cypherpunk remailers public key by sending a email message with the subject "remailer-key" to the server you wish to use.


Step 2: Import remailers public keys into PGP or GPG.


Step 3: Compose Message

Compose the message in your favorite text editor, using the following template:
::
Anon-To: <Recepient Email Address>

##
Subject: <Subject>
<Message Text>


Step 4: Encrypt Message

Use PGP or GPG to encrypt the message that you just composed.


Step 5: Send Encrypted Message to Remailer

Prepare a email to send to the Cypherpunk remailer using the following template:
::
Encrypted: PGP

-----BEGIN PGP MESSAGE-----
<place encrypted output here>
-----END PGP MESSAGE-----
Then send it.

[edit] Notes

  • The extra headers are call 'pseudoheaders' because they do not appear in the RFC 822 headers specification for email.
  • Messages to Cypherpunk remailers may be layered so they route through several different Cypherpunk remailers to decrease the odds of anyone determining who the sender is.
  • Some Cypherpunk remailers are also Mixmaster anonymous remailers and can split long Cypherpunk messages into Mixmaster packets and send them to the next remailer, if it also understands Mixmaster.

[edit] See also

[edit] External Links

[edit] Howtos and Examples:

[edit] Further reading


This network-related software article is a stub. You can help Wikipedia by expanding it.
In other languages