Re: Database level encryption - Mailing list pgsql-admin

From Anibal David Acosta
Subject Re: Database level encryption
Date
Msg-id 000b01cad502$52774700$f765d500$@net.py
Whole thread Raw
In response to Re: Database level encryption  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-admin
TrueCrypt is a free open source application, can encrypt any drive or create
a virtual encrypted drive.





-----Mensaje original-----
De: pgsql-admin-owner@postgresql.org
[mailto:pgsql-admin-owner@postgresql.org] En nombre de Scott Marlowe
Enviado el: lunes, 05 de abril de 2010 05:35 p.m.
Para: Timothy Madden
CC: Joe Conway; pgsql-admin@postgresql.org
Asunto: Re: [ADMIN] Database level encryption

On Mon, Apr 5, 2010 at 2:30 PM, Timothy Madden <terminatorul@gmail.com>
wrote:
> My scenario is how to protect the database if the machine is stolen
> (it is a mini-laptop), and
> I would like to encrypt the entire database, that is all columns of
> all tables, and if possible
> everything else found in the database.
>
> I would like all searching and sorting functions, just like with a
> normal database (that is,
> transparent encryption for the application level). The password will
> be entered by a human in
> order to start the application. The application exits after three
> unsuccessful attempts, but
> nothing prevents the user to start the application again; the number
> of failures is not counted.
> However if the database could count that I would not mind. I want a
> single password for
> data access to the entire database, there is only one database user
> involved anyway.
>
> I do not  see the careful analysis required that you write about, I
> would say I am asking for
> SGBD support for database-level encryption.

Everything you've said so far points to using a mounted encrypted
drive to store the db.  Windows and Linux both support this, and I'm
sure Mac does too.  The fact that a different tool is needed for each
OS might be an issue.  It's dirt simple to setup an encrypted drive on
linux where the user types in the passphrase on each boot.  Some
laptops have wonky behaviour bringing up drives on USB at bootup tho
(I'm looking at a Dell that's sitting in the cube next to me that has
issues a BIOS update can't fix.)

--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


pgsql-admin by date:

Previous
From: Kevin Crain
Date:
Subject: Configuration questions
Next
From: Tim Landscheidt
Date:
Subject: Re: Database level encryption