Você está na página 1de 2

Hide Behind Remailers For Anonymity

To send an anonymous email message, you use a remailer, which sends it on to the
final recipient and removes all traces to you, the original sender. Since the r
emailer does know where the message came from and the recipient (as well as the
content of your message), too, the anonymity provided by employing one remailer
is not airtight.
If you put two or more remailers in a chain and send the message in encrypted fo
rm, however, you can reach a very high degree of anonymity since no remailer kno
ws both the sender and the recipient.
Send an Anonymous Email Message
To send an anonymous email message:
* Step by Step Screenshot Walkthrough
* Choose at least two (currently reliable) remailers.
* Make sure GnuPG is installed.
* Make sure you have the remailers' PGP keys.
* Open Notepad (or Vim, Emacs or any other plain text editor).
* Type "::" on the first line.
* Enter "Anon-To: " followed by the recipient's email address.
* Leave one line blank.
* Type your message.
* Save the file to your Desktop as "mail.txt".
* On Windows,
o select Run... from the Start menu,
o type "cmd" and
o press Enter.
* On any other platform,
o open a command prompt.
* Use "cd" to go to your Desktop directory.
o On Windows, that's typically something like "cd c:\Documents and Set
tings\menon\Desktop".
* Type "gpg -ea -r [last remailer address] mail.txt".
o Replace [last remailer address] with the email address of the last r
emailer in your chain. If you chose two, that would be the second.
o For example, I want to send an anonymous email through remailer@aarg
.net and (then) anon@paranoici.org, so I type "gpg -ea -r anon@paranoici.org mai
l.txt".
* Hit Enter.
* If GnuPG asks you to verify that you want to encrypt to an unverified key,
type "y" and hit Enter.
* Open "mail.txt.asc" (the encrypted mail.txt file) in Notepad (or another p
lain text editor).
o The file might also be called "mail.asc".
* Type "::" in the first line.
* Hit Enter.
* Type "Anon-To: " followed by the email address of the last remailer in you
r chain.
o The next to last remailer needs to send the message to the last rema
iler. This is also the email address you have just encrypted the message for.
o To continue my example message, I'd type "Anon-To: anon@paranoici.or
g".
* Leave one line blank.
* Type "::" and hit Enter.
* Type "Encrypted: PGP".
* Make sure there is another empty line before the encrypted message starts.
* Save the file as "mail.txt" again, overwriting the existing file.
* Back on the command line, type "gpg -ea -r [next but last remailer address
] mail.txt".
o Replace [next but last remailer address] with the email address of t
he next but last remailer in your chain.
o In my example, this is also the first remailer, remailer@aarg.net, s
o I type "gpg -ea -r remailer@aarg.net mail.txt".
* If GnuPG asks you to verify that you want to encrypt to an unverified key,
type "y" and hit Enter.
* Type "y" and hit Enter to overwrite the exiting "mail.asc" file.
* Open "mail.asc" in Notepad (or another plain text editor) again.
* Add "::" at the top, followed by "Encrypted: PGP" on the next line.
* Leave one line blank before the encrypted message starts.
* Hit Ctrl-A (or Command-A or Alt-A, depending on your platform) to select t
he complete text.
* Hit Ctrl-C (Command-C) to copy the selected text.
* Create a new plain text message in your email program or email service.
* Address it to the first remailer in your chain.
o In my example, that would be "remailer@aarg.net".
* Go to the message body and hit Ctrl-V (Command-V) to paste the text.
* Send the message.

Você também pode gostar