From: | Michael Nolan <htfoot(at)gmail(dot)com> |
---|---|
To: | condor(at)stz-bg(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: securing the sql server ? |
Date: | 2011-08-22 16:19:06 |
Message-ID: | CAOzAqu+fn=Jk0zm6k+TpdY3Xin-pbt8ds2oSxguUedkXqmYxpA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, Aug 22, 2011 at 3:40 AM, Condor <condor(at)stz-bg(dot)com> wrote:
> Hello ppl,
> any one can tell me how I can secure linux server with database postgres
> for example ?
> Im thinking to make a cryptfs file system and to deploy database over the
> cryptfs. The problem
> here may will be when front end need any data for in/out cpus of the server
> will aways
> decrypt/encrypt data and performance will be very low.
>
> I remember a few months ago some one ask similar question about how he can
> crypt data that is
> stored on database and problem was the key. Key is stored on the same
> server if some one
> get access can decrypt data.
>
> Any one have some ideas how to make something like crypt bubble and to
> store database there ?
> Or something else ?
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/**mailpref/pgsql-general<http://www.postgresql.org/mailpref/pgsql-general>
>
Recently, as a test I created a database using encfs and ran some tests
against the same database but unencrypted.
In both cases the data was being stored on a 500 GB external hard drive
connected via USB2 to an HP laptop running Linux Fedora 15.
I found that the encrypted database ran 15-20% slower on PostgreSQL 9.0.4 on
most queries.
--
Mike Nolan
From | Date | Subject | |
---|---|---|---|
Next Message | Condor | 2011-08-22 17:34:46 | Re: securing the sql server ? |
Previous Message | Kevin Grittner | 2011-08-22 15:17:57 | Re: help in postgresql |