[107370] in Cypherpunks
NEW ATTEMPTS TO REGULATE THE NET?
daemon@ATHENA.MIT.EDU (Anonymous)
Tue Jan 12 22:13:12 1999
Date: 13 Jan 1999 03:00:18 -0000
From: Anonymous <nobody@remailer.ch>
To: cypherpunks@cyberpass.net
Reply-To: Anonymous <nobody@remailer.ch>
Former Clinton advisors on Internet policy issues, Ira Magaziner and
Christine Varney, are predicting that Congress will try, against opposition
by the Administration, to enact legislation regulating the privacy of
personal medical and financial records. In a talk to a trade association of
Web publishers, Magaziner urged the group to pre-empt government regulation
by doing a better job of self-regulation. "You'll have to fight government
attempts to regulate content on the Internet in a thousand different bills
this year. If you start getting effective self-regulation in place, you
will deflect a lot of bad legislation." (San Jose Mercury News 12 Jan 99)
#!/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]}