From: Simon Spero <ses@tipper.oit.unc.edu>
To: “Timothy C. May” <tcmay@got.net>
Message Hash: 24c812d0b6e4f5d90fc857100413156558783354e699a70dd67cd108886eeed0
Message ID: <Pine.SOL.3.91.951227134730.9098H-100000@chivalry>
Reply To: <ad065486000210045fdd@[205.199.118.202]>
UTC Datetime: 1995-12-28 10:28:00 UTC
Raw Date: Thu, 28 Dec 1995 18:28:00 +0800
From: Simon Spero <ses@tipper.oit.unc.edu>
Date: Thu, 28 Dec 1995 18:28:00 +0800
To: "Timothy C. May" <tcmay@got.net>
Subject: Re: DejaNews and Alta Vista Search Tools, and Privacy Implications
In-Reply-To: <ad065486000210045fdd@[205.199.118.202]>
Message-ID: <Pine.SOL.3.91.951227134730.9098H-100000@chivalry>
MIME-Version: 1.0
Content-Type: text/plain
[Re: regulating dossiers et. al.]
I'm sure that Phil Hallam-Baker has brought this up before, but there is
a fair body of law on this subject internationaly. Probably the most
restrictive is the UK Data Protection Act which regulates
storage of personal information on computers (but not on paper). The
DPA has a lot of holes, and seems to be honoured more in the breach than
in the observance; other european countries have similar requirements.
Of course, the UK has no FOIA, and won't until after the next election,
so the most interesting databases aren't available.
Simon
-----
(defun modexpt (x y n) "computes (x^y) mod n"
(cond ((= y 0) 1) ((= y 1) (mod x n))
((evenp y) (mod (expt (modexpt x (/ y 2) n) 2) n))
(t (mod (* x (modexpt x (1- y) n)) n))))
Return to December 1995
Return to “Tim Philp <bplib@wat.hookup.net>”