Thread: Is data storage secure?

Is data storage secure?

From
Keary Suska
Date:
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"


Re: Is data storage secure?

From
Jean-Michel POURE
Date:
At 11:35 12/11/01 -0700, you 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?

As for PostgreSQL 7.1, I don't think so.

Best regards,
Jean-Michel

Re: Is data storage secure?

From
Justin Clift
Date:
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