Re: Whole Database or Table AES encryption

2022-05-04 Thread Aaron Gray
On Fri, 29 Apr 2022 at 00:00, Mladen Gogala wrote: > > There is a commercial product which supports database encryption, including > PostgreSQL, it's called Voltage: > > https://www.techtarget.com/searchsecurity/feature/HP-Security-Voltages-SecureData-Enterprise-Product-overview > > The company t

Re: Whole Database or Table AES encryption

2022-05-04 Thread Aaron Gray
On Fri, 29 Apr 2022 at 00:32, Bruce Momjian wrote: > > On Thu, Apr 28, 2022 at 11:55:09PM +0100, Aaron Gray wrote: > > 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 ? >

Re: Whole Database or Table AES encryption

2022-04-28 Thread Bruce Momjian
On Thu, Apr 28, 2022 at 11:55:09PM +0100, Aaron Gray wrote: > On Wed, 27 Apr 2022 at 18:01, Bruce Momjian 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

Re: Whole Database or Table AES encryption

2022-04-28 Thread Mladen Gogala
On 4/28/22 18:55, Aaron Gray wrote: On Wed, 27 Apr 2022 at 18:01, Bruce Momjian 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

Re: Whole Database or Table AES encryption

2022-04-28 Thread Aaron Gray
On Wed, 27 Apr 2022 at 18:01, Bruce Momjian 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 syst

Re: Whole Database or Table AES encryption

2022-04-27 Thread Bruce Momjian
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 o