1996-01-25 - Re: Crippled Notes export encryption

Header Data

From: Jeff Weinstein <jsw@netscape.com>
To: cypherpunks@toad.com
Message Hash: a51a3dbd58973279d7b33a9104a6b6df4f54c29cae794951e58439b8cefc6324
Message ID: <3106E81E.1CBB@netscape.com>
Reply To: <199601242303.SAA14589@amsterdam.lcs.mit.edu>
UTC Datetime: 1996-01-25 18:52:24 UTC
Raw Date: Fri, 26 Jan 1996 02:52:24 +0800

Raw message

From: Jeff Weinstein <jsw@netscape.com>
Date: Fri, 26 Jan 1996 02:52:24 +0800
To: cypherpunks@toad.com
Subject: Re: Crippled Notes export encryption
In-Reply-To: <199601242303.SAA14589@amsterdam.lcs.mit.edu>
Message-ID: <3106E81E.1CBB@netscape.com>
MIME-Version: 1.0
Content-Type: text/plain


Ian Goldberg wrote:
> OK; so what if I have code that says:
> 
> RNG_GenerateRandomBytes(buf, size);
> Hash(outbuf, buf, size);
> /*
>  *  It would be really nice if outbuf were RSA-encrypted
>  *  with (expon,modulus) at this point and the result placed in
>  *  outbuf2, but we have to do the following instead:
>  */
>     for(i=0;i<hashsize;++i) outbuf2[i] = ~outbuf[i];
> fwrite(outbuf2, hashsize, 1, fp);
> 
> Would the above code be export-restricted because it contained wishful
> thinking about how nice it would be to use encryption?

  The problem is that the government refuses to publish the rules.
They make people ask for approval for every piece of code that is
exported.  This gives them lots of wiggle room so that they can keep
changing the rules in the face of technical, legal, or political
innovation.

	--Jeff

-- 
Jeff Weinstein - Electronic Munitions Specialist
Netscape Communication Corporation
jsw@netscape.com - http://home.netscape.com/people/jsw
Any opinions expressed above are mine.





Thread