[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crippled Notes export encryption
At 19:34 1/24/96, Derek Atkins wrote:
>If I have a function that does something like this:
>
>authenticate (args)
>{
> ...
>
> des_encrypt ();
> ...
>}
>
>I would have to remove the des_encrypt() call from the authenticate()
>routine before it can be exported...
What if you replaced it by rot_13 () ? Surely, they can't ban that. And
someone later could just swap all rot_13 () for des_encrypt ()
-- Lucky Green <mailto:[email protected]>
PGP encrypted mail preferred.