Re: database file encryption

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: "Stefano B(dot)" <stefano(dot)bonnin(at)comai(dot)to>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: database file encryption
Date: 2006-08-11 09:24:52
Message-ID: 20060811092452.GA950@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Aug 11, 2006 at 09:47:49AM +0200, Stefano B. wrote:
> Hi all,
>
> I have just discovered that in postgres database file the data are
> not encrypted. If I open with a text editor these files I can read
> the records values.
>
> I'd like to know if there is a way in order to encrypt these data.

Sure, run postgres over an encrypted filesystem.

> PS. for example in mysql the database file are not readable.

Odd, I just opened a random mysql file here in a text editor and I
could read the strings just fine.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Meskes 2006-08-11 09:58:16 Re: Connection string
Previous Message Alban Hertroys 2006-08-11 09:24:12 Re: How to do auto numbering on INT column