Re: Looking for advice on database encryption - Mailing list pgsql-general

From Will Rutherdale (rutherw)
Subject Re: Looking for advice on database encryption
Date
Msg-id 50A8E1F8D9122546A7F67134915EDB7A3B8E69@xmb-rtp-21a.amer.cisco.com
Whole thread Raw
In response to Re: Looking for advice on database encryption  (Bill Moran <wmoran@potentialtech.com>)
Responses Re: Looking for advice on database encryption
List pgsql-general
Couldn't you just add a PGP based column (or similar encryption
protocol) for authentication?  This would protect you against injection
attacks, would it not?

You could also use PGP or similar for key management if I'm not
mistaken.

-Will

-----Original Message-----
In response to Thomas Kellerer <spam_eater@gmx.net>:

That was the first suggestion when we started brainstorming ideas.
Unfortunately, it fails to protect us from the most likely attack
vector: SQL Injection/application layer bugs.  In an SQL Injection
(for example) the fact that the filesystem is encrypted does zero
to protect the sensitive data.

pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Looking for advice on database encryption
Next
From: John R Pierce
Date:
Subject: Re: Looking for advice on database encryption