[107113] in Cypherpunks
No subject found in mail header
daemon@ATHENA.MIT.EDU (Mixmaster)
Fri Jan 1 19:47:36 1999
Date: Fri, 1 Jan 1999 16:29:36 -0800 (PST)
From: Mixmaster <mixmaster@remail.obscura.com>
To: cypherpunks@cyberpass.net
Reply-To: Mixmaster <mixmaster@remail.obscura.com>
By Eric Wieffering, Minneapolis Star Tribune, Dec.18.1998. There are
fewer than 10 commercial Web sites in all of Iraq, which has been
under United Nations imposed sanctions for eight years, and which
places tight controls on its citizens' access to the Internet. But
the Web is still chock full of information about Iraq, including
journals and magazines published in other countries; chat rooms and
bulletin boards where the latest military action is decried or
defended; and links to newspapers and press agencies in other Arab
countries. Read the full article:
<http://webserv1.startribune.com/cgi-bin/stOnLine/article?thisSlug=WEB18&date=18-Dec-98>
#!/usr/local/bin/perl -0777-- -export-a-crypto-system-sig -RC4-3-lines-PERL
@k=unpack('C*',pack('H*',shift));for(@t=@s=0..255){$y=($k[$_%@k]+$s[$x=$_
]+$y)%256;&S}$x=$y=0;for(unpack('C*',<>)){$x++;$y=($s[$x%=256]+$y)%256;
&S;print pack(C,$_^=$s[($s[$x]+$s[$y])%256])}sub S{@s[$x,$y]=@s[$y,$x]}