Antonym - a Perl pseudonym toolMany people use anonymous pseudonyms to send and receive mail that cannot be traced to them. This program is for people who know what the pseudonyms (shortened to 'nyms' from here on) are, understand how they work, and wish to make their use a little easier. Antonym supports the following functions: | ||||||||
| Line: 15 to 15 | ||||||||
|---|---|---|---|---|---|---|---|---|
Pros:
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| Cons: | ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| It is freely downloadable, copyable, and modifiable under the terms of the GNU Public License (GPL). | ||||||||
| Line: 131 to 129 | ||||||||
| This replyblock seems valid. | ||||||||
| Added: | ||||||||
| > > |
ContributorsThanks to Todd Vierling for his large code contributions. Version 1.9 was released largely because of his interest and his modifications to the current codebase. | |||||||
History | ||||||||
| Added: | ||||||||
| > > |
| |||||||
| ||||||||
Antonym - a Perl pseudonym toolMany people use anonymous pseudonyms to send and receive mail that cannot be traced to them. This program is for people who know what the pseudonyms (shortened to 'nyms' from here on) are, understand how they work, and wish to make their use a little easier. Antonym supports the following functions: | ||||||||
| Line: 29 to 29 | ||||||||
|---|---|---|---|---|---|---|---|---|
Downloads | ||||||||
| Changed: | ||||||||
| < < |
You can download the latest version of Antonym from http://www.honeypot.net/~kirk/projects/antonym-1.8.tar.gz. | |||||||
| > > |
You can download the latest version of Antonym from http://www.honeypot.net/~kirk/projects/antonym-1.9.tar.gz. | |||||||
Configuration | ||||||||
| Line: 162 to 162 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
-- KirkStrauser - 03 May 2004 | |||||||
| > > |
-- KirkStrauser - 05 May 2004 | |||||||
| ||||||||
| Added: | ||||||||
| > > |
| |||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
Antonym - a Perl pseudonym toolMany people use anonymous pseudonyms to send and receive mail that cannot be traced to them. This program is for people who know what the pseudonyms (shortened to 'nyms' from here on) are, understand how they work, and wish to make their use a little easier. Antonym supports the following functions:
DownloadsYou can download the latest version of Antonym from http://www.honeypot.net/~kirk/projects/antonym-1.8.tar.gz.ConfigurationIMPORTANT! The formation for replyblocks.dat changed significantly between releases 1.4 and 1.6. You old configuration file will not work without some modification, but the updates should be very easy. Antonym is configured by editing a text file that describes one or more pseudonyms and the reply path for each. The file is actually a block of Perl code that is eval()'ed, so it could contain pretty much any content imaginable, including other programs that could be executed at runtime. The included sample configuration file, replyblocks.dat.example, is pretty heavily documented. If you know Perl, the syntax should be fairly simple. If you don't, I strongly suggest that you stick very closely to the sample configuration format.UsageThe command line syntax is pretty straightforward:
#> antonym password ba21cbfb1c069f6474737d470d600828 #> antonym password 4723719de5b3bc0f571e57f67d393b05
#> antonym phrase behemoth replays gracefulness flue improvisation
#> antonym chainstat cracker dizum citrus
this hop cumulative
## remailer latency prob latency prob
-- -------- -------- ------- -------- -------
1 cracker 1:02:13 95.11% 1:02:13 95.11%
2 dizum 0:04:37 100.00% 1:06:50 95.11%
3 citrus 2:35:00 99.85% 3:41:50 94.97%
Probability of success: 94.97%
Expected latency : 3:41:50
#> antonym create mynewalias | antonym remcrypt xganon2 austria havenco | sendmail -t
#> antonym validate all
Alias: mynewalias
----------------------------------------
Hop: havenco
Address: mix@remailer.havenco.com
A password is set.
Hop: aarg
Address: remailer@aarg.net
A password is set.
Hop: austria
Address: mixmaster@remailer.privacy.at
A password is set.
Hop: freedom
Address: remailer@freedom.gmsociety.org
A password is set.
Hop: xganon2
Address: remailer@remailer.xganon.com
A password is set.
Hop: lcs
Address: mail2news@anon.lcs.mit.edu
A password is set.
This replyblock seems valid.
History
| |||||||