Re: encrypting data stored in PostgreSQL

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: encrypting data stored in PostgreSQL
Дата
Msg-id 5345BCF2.5020608@hogranch.com
обсуждение исходный текст
Ответ на Re: encrypting data stored in PostgreSQL  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-general
On 4/9/2014 2:07 PM, Rob Sargent wrote:
encrypt the data in the client application before sending it to the database server, decrypt it in the client when you need it back.



How does that affect backend sql reporting?\

does this backend sql reporting system need access to the contents of this encrypted data (presumably credit card numbers or some such ?)   if so, then it too would need to be able to decrypt the data and would have to possess the decryption key(s).



-- 
john r pierce                                      37N 122W
somewhere on the middle of the left coast

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: encrypting data stored in PostgreSQL
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Linux vs FreeBSD