Re: Is data storage secure?

From: Justin Clift <justin(at)postgresql(dot)org>
To: Keary Suska <hierophant(at)pcisys(dot)net>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Is data storage secure?
Date: 2001-11-13 12:04:40
Message-ID: 3BF10C58.BF3CB0B2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Keary,

No it's not. Something which I've seen done before is to have the
partition the data files are on be encrypted by the OS on-the-fly, such
that PostgreSQL reads and writes to the disk as per normal, but the OS
encrypts/decrypts the data before the actual writing.

This is a safeguard against stolen disks, but won't help in the
situation where the server is online and someone has access to the
active partition (where the OS is decrypting the data and presenting
it).

Guess it kind of depends on what you need.

:-)

Regards and best wishes,

Justin Clift

Keary Suska wrote:
>
> Does postgres store data in an encrypted format, such that someone who has
> access to the database files can't hack out the contents?
>
> Keary Suska
> Esoteritech, Inc.
> "Leveraging Open Source for a better Internet"
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Mascari 2001-11-13 12:30:56 Behavior of nextval() and currval()
Previous Message Martín Marqués 2001-11-13 11:31:20 Re: Outer Joins