Re: Database Encryption (now required by law in Italy)

From: Matt Davies <matt(at)mattdavies(dot)net>
To: Mitch Pirtle <mitchy(at)spacemonkeylabs(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Database Encryption (now required by law in Italy)
Date: 2004-03-05 14:43:10
Message-ID: 1078497790.404891feec25d@www.mattdavies.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

And how does one account for key information? If one encrypts any information
deemed worthy to be a key then you have to decrypt the entire database to find
particular information.

Of course, you could keep keys unencrypted for use, but then again, why encrypt
it at all?

Quoting Mitch Pirtle <mitchy(at)spacemonkeylabs(dot)com>:

> Dave Ewart wrote:
>
> > If you find any 'automated' front-end to do this at the database-level,
> > rather than something like loopback at the filesystem level or at the
> > field level for specific fields, I think there would be a lot of
> > interest.
>
> But that is the problem, isn't it? Any 'automated'
> encryption/decryption will be just as useful to the would-be perpetrator
> of data theft. This is like having an automatic alarm system on your
> car that works for anyone that walks up to it.
>
> The same logic applies to encrypting the data in the database -
> somewhere on your server the application has to know how to decrypt it,
> and that means anyone that gains access to your server will have that
> ability also...
>
> I understand (and demand) requiring SSL connections for database
> clients, and MD5 hashing of passwords before storing in the database,
> but implementing two-way encryption of database data just doesn't make
> sense to me.
>
> -- Mitch
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Gaetano Mendola 2004-03-05 14:56:22 7.4.1 RPM for RHAS 2.1 missing ?
Previous Message Dave Ewart 2004-03-05 14:31:50 Re: Database Encryption (now required by law in Italy)