Re: Looking for advice on database encryption

Поиск
Список
Период
Сортировка
От Will Rutherdale (rutherw)
Тема Re: Looking for advice on database encryption
Дата
Msg-id 50A8E1F8D9122546A7F67134915EDB7A3B8E69@xmb-rtp-21a.amer.cisco.com
обсуждение исходный текст
Ответ на Re: Looking for advice on database encryption  (Bill Moran <wmoran@potentialtech.com>)
Ответы Re: Looking for advice on database encryption  (Bill Moran <wmoran@potentialtech.com>)
Список 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 по дате отправления:

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Looking for advice on database encryption
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Looking for advice on database encryption