Re: PostgreSQL and Homomorphic Encryption

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: PostgreSQL and Homomorphic Encryption
Дата
Msg-id CAMsr+YF7zSuQeBQ1dRcbxTWpq1POWfxMjE294r3a_TtnfCwZWQ@mail.gmail.com
обсуждение исходный текст
Ответ на PostgreSQL and Homomorphic Encryption  (Tal Glozman <glozmantal@gmail.com>)
Список pgsql-hackers
On 22 May 2018 at 14:34, Tal Glozman <glozmantal@gmail.com> wrote:
Hello PostgreSQL Team,

I'm doing a project at my university (HU Berlin) involving homomorphic encrypted searches on data bases. Does PostgreSQL support homomorphic encryption-based searches?

Not natively, as far as I know anyway.

I don't think pgcrypto offers any facilities you could use for useful homomorphic encryption, except for the obvious degenerate case of comparison by equality of unsalted encrypted data.

PostgreSQL is very extensible and you could definitely add data types for homomorphic encryption + the required index access method implementations etc. A quick Google search for "postgres homomorphic" finds various information on the topic.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: [HACKERS] Transactions involving multiple postgres foreign servers
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Fix some error handling for read() and errno