Where do you store key for encryption

Поиск
Список
Период
Сортировка
От Naoko Reeves
Тема Where do you store key for encryption
Дата
Msg-id 076DC33A3D38CE4BBC64D35DDD9DE70C098DA730@mse4be2.mse4.exchange.ms
обсуждение исходный текст
Ответы Re: Where do you store key for encryption  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general

Hi,

We have web application and encrypt PII columns. We use encrypt/decrypt function for this.

Currently we hard coded the key in postgresql function which I am not sure of it.

I did google it and people suggest that it needed to be stored in physically isolated location (storing decryption key on the same server as the data is kind of like writing your PIN on your ATM card).

I would like to know how postgres professionals handles this.

 

Thank you very much for your time in advance.

 

Naoko

В списке pgsql-general по дате отправления:

Предыдущее
От: Reid Thompson
Дата:
Сообщение: Re: Data Directory size increasing abnormally
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error when creating table with boolean data type