Re: encrypting data stored in PostgreSQL

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: encrypting data stored in PostgreSQL
Дата
Msg-id 5345BC8B.1080007@hogranch.com
обсуждение исходный текст
Ответ на Re: encrypting data stored in PostgreSQL  (Ken Tanzer <ken.tanzer@gmail.com>)
Ответы Re: encrypting data stored in PostgreSQL
Список pgsql-general
On 4/9/2014 2:16 PM, Ken Tanzer wrote:
> I looked at this a while ago because I have clients who might require
> this in the future.  ISTM you should be able to have your PG data
> directory stored on an encrypted filesystem.  I believe this will
> decrease performance, but I have no idea by how much.
>
> Does anyone else have experience with such a setup, or knowledge of
> how bad the performance hit might be?  Or other factors to take into
> consideration?  Thanks.

whats the threat model this encryption is supposed to solve ?

a encrypted file system has to be mounted and readable as long as the
file system is operational, this implies that any data in it can be read
by anyone with access to that system.

now, if you just need a checkbox saying its encrypted, then whatever, it
hardly matters.

--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



В списке pgsql-general по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: encrypting data stored in PostgreSQL
Следующее
От: John R Pierce
Дата:
Сообщение: Re: encrypting data stored in PostgreSQL