Re: Whole Database or Table AES encryption

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Whole Database or Table AES encryption
Дата
Msg-id Yml24A0NLlcmiknJ@momjian.us
обсуждение исходный текст
Ответ на Whole Database or Table AES encryption  (Aaron Gray <aaronngray.lists@gmail.com>)
Ответы Re: Whole Database or Table AES encryption  (Aaron Gray <aaronngray.lists@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: Fresh eyeballs needed: input into error [FIXED]
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Privilege error with c functions during postgresql upgrade from 11 -> 13