[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
No Subject
- To: [email protected]
- From: DOOM Anonymous Untraceable User <[email protected]>
- Date: Sat, 26 Dec 1998 15:55:00 +0100 (CET)
- Comments: This message did NOT originate from the Sender address above.It was remailed automatically by anonymizing remailer software.The message sender's identity is unknown and virtually not replyable.The cryptographic technology used for anonymizing messages providesTOTAL anonymity, that is, there is NO WAY of tracing back the senderof the message. Please check http://anon.efga.org/~rlist orhttp://www.publius.net for more information about the MIX technology.Please report problems to <[email protected]>.
- Sender: [email protected]
Internet is slowing China's efforts to maintain control
To eliminate political opposition by the China Democratic Party, Chinese
authorities are putting prominent dissidents on trial for "inciting the
overthrow of state power," but the Internet is making it difficult for them
to accomplish their goal. The Washington, D.C.-based electronic magazine
VIP Reference is a widely-used news source and network for dissident
activities. Boston University professor Merle Goldman says, "It was
relatively easy for the authorities to get rid of Democracy Walls in
Beijing and in other cities in 1979, but it is virtually impossible to close down
the use of the Internet as a means of political communication."
(Washington Post 18 Dec 98)
<http://www.ifcss.org/ftp-pub/org/dck/>
#!/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]}