Re: Encrypted database?

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: Erich <hh(at)cyberpass(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Encrypted database?
Date: 2000-06-19 23:22:07
Message-ID: Pine.BSO.4.10.10006191921230.6207-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Your best bet is on transparent encrypted filesystems, like TCFS...
Since most of data will be in memory cache anyway, it won't be a real big
hit on cpu.

-alex

On Mon, 19 Jun 2000, Erich wrote:

>
> As part of an all-around security upgrade, I would like to secure the
> data in my PostgreSQL db. The threat I am concerned about is theft of
> the server machine. To protect the data in case the machine is
> stolen, the best thing to do would be to keep the data encrypted on
> the disk.
>
> Is there a way to do this with PostgreSQL? Or should I try to do the
> encryption at the filesystem level? The other alternative is to store
> the PostgreSQL db files on a CFS system, but I'm worried that this
> might have serious performance penalties. Any other options I should
> look into?
>
> Thanks,
>
> e
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message brianb-pggeneral 2000-06-20 06:17:59 Long-running queries
Previous Message Erich 2000-06-19 22:21:58 Encrypted database?