Re: Whole Database or Table AES encryption - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Whole Database or Table AES encryption
Date
Msg-id Ymsj9WaL1V5As5a3@momjian.us
Whole thread Raw
In response to Re: Whole Database or Table AES encryption  (Aaron Gray <aaronngray.lists@gmail.com>)
Responses Re: Whole Database or Table AES encryption  (Aaron Gray <aaronngray.lists@gmail.com>)
List pgsql-general
On Thu, Apr 28, 2022 at 11:55:09PM +0100, Aaron Gray wrote:
> On Wed, 27 Apr 2022 at 18:01, Bruce Momjian <bruce@momjian.us> wrote:
> >
> > On Wed, Apr 27, 2022 at 05:21:41PM +0100, Aaron Gray wrote:
> > > Hi,
> > >
> > > Is there any way to (virtually) encrypt whole databases or tables with
> > > AES or other types of encryption ?
> >
> > You can use storage encryption via the operating system.  Cybertec has a
> > patch for PG 12 and the community is working on an implementation,
> > perhaps for PG 16.
> 
> I would be very interested in this, are there any further pointers as
> to where to look at this ?
> Is there a repo branch in place working on this or any documentation ?

    https://wiki.postgresql.org/wiki/Transparent_Data_Encryption

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson




pgsql-general by date:

Previous
From: Mladen Gogala
Date:
Subject: Re: Whole Database or Table AES encryption
Next
From: Tom Lane
Date:
Subject: Re: errcodes.h and others not generated when compiling 13.6 on M1 Mac