NODE e05138e4Wassenaar Encryption Agreement
Anonymous <nobody@nowhere.to>Mon, 7 Dec 1998 05:01:38 +0800
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]}