[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Wassenaar Encryption Agreement
- To: [email protected]
- Subject: Wassenaar Encryption Agreement
- From: Anonymous <[email protected]>
- Date: Mon, 7 Dec 1998 05:55:03 +0900 (JST)
- Comments: This message did not originate from the Sender address above.It was remailed automatically by anonymizing remailer software.Please report problems or inappropriate use to theremailer administrator at <[email protected]>.
- Sender: [email protected]
The United States and 32 other nations that belong to a group
called the Wassenaar Arrangement, which coordinates export
policies for technologies that have both civilian and military
use, have signed an agreement restricting exports of encryption
technology from their countries. The Clinton administration,
which has already imposed such controls in this country, says
the agreement will help American companies compete on a more
equal footing with their counterparts abroad. Privacy
organizations are critical of the agreement, and a counsel for
the advocacy group Americans for Computer Privacy says there
will still be enormous differences in how the countries put the
agreement into practice.
(Washington Post 4 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]}