Re: subtext search in encrypted text

From: Orjan Austvold (austvold_at_colibria.com)
Date: 05/26/04


Date: Wed, 26 May 2004 08:59:14 +0200

Ernst Lippe wrote:
> On Wed, 26 May 2004 00:47:16 +0000, David Wagner wrote:
>
>
>>Have you looked at the literature on private keyword
>>searching? I've co-authored one early paper on the subject
>>(http://www.cs.berkeley.edu/~daw/papers/encsearch-oak00.ps); there
>>has recently been quite a bit of follow-on work developing some more
>>powerful and practical techniques.
>
>
> As I understood the system, all legitimate clients should
> be able to search the entire database. For your proposal
> that would mean that all clients would need to possess all the
> keys that are used to encrypt the database. So your solution would help
> when the major threat is a direct attack against the database
> server, but it does not seem to help when the clients are the most
> vulnerable part of the system (in most systems it is a lot
> more difficult to secure all clients than it is to secure a central
> server).

Many (most?) systems are designed so that no other client but (secured)
business logic on a trusted application server can access the database.
In this way the client/server authentication and authorization problem
would not be applied to the above solution. Keys for accessing the
database would then reside only on the application server.

My guess is that by authorizing (real) clients to the system on an
intermediate business logic server, which in turn accesses the encrypted
database server, would reduce the threat to the encrypted database server.

It might sound a bit strange that we do have the need for encrypting
data when we trust the only software accessing the server, but this
requirement stems from governmental laws (of Spain). Private records on
individuals must (no matter what) be stored encrypted on disk.

Ørjan

>
> I am not really certain that my interpretation of the system is
> correct, but I hope that Ørjan will correct any mistakes.
>
> Ernst Lippe
>



Relevant Pages

  • Re: Real time notification
    ... Thanks Sahil for detailed reply. ... > reaction was that I will use a database. ... > a) Logical - The central server informs the clients of a change. ...
    (microsoft.public.dotnet.framework.adonet)
  • Database Access Issue
    ... I reciently attempted to migrate a database application and a number ... of file shares from an NT4 server to a Windows 2000 server. ... XP, Mac OSX, and Mac OS 9.x. ... Following the migration all clients were able to access the file ...
    (microsoft.public.win2000.macintosh)
  • Re: 5 access 2000 users and 1 AccessXP user
    ... Access database in question is in Access 2000). ... The back end is on a server running win2K server. ... Check the permissions of the folder where the workstations are connected ... >> started upgrading my win2K clients to XP and the server is still running ...
    (microsoft.public.access.conversion)
  • MS-SQL Internet Hosting
    ... While the host management backs up one's ... utility is provided that backs up the database to one's web-server site. ... By internet enabled I mean that one, or one's clients can connect ... noticeable is the same as when connecting to a local server. ...
    (comp.databases.ms-access)
  • Re: Real time notification
    ... reaction was that I will use a database. ... Logical - The central server informs the clients of a change. ... so you can network load balance it as your needs grow. ...
    (microsoft.public.dotnet.framework.adonet)

Loading