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 Yml24A0NLlcmiknJ@momjian.us
Whole thread Raw
In response to 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 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.  You can also do column-level encryption on the
server side via pgcrypto, or on the client side.

-- 
  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: Rich Shepard
Date:
Subject: Re: Fresh eyeballs needed: input into error [FIXED]
Next
From: Adrian Klaver
Date:
Subject: Re: Privilege error with c functions during postgresql upgrade from 11 -> 13