[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: Tue, 15 Dec 1998 13:25:02 +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]
"No dictator, no invader, can hold an imprisoned population by the force of arms forever. There is no
greater power in the universe than the need for freedom. Against that power governments, and
tyrants, and armies can not stand. The Centauri learned this lesson once. We will teach it to them
again. Though it take a thousand years, we will be free."
-- G'Kar in Babylon 5: "The Long, Twilight Struggle"
#!/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]}