Re: PostgreSQL and Homomorphic Encryption

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: PostgreSQL and Homomorphic Encryption
Дата
Msg-id 20180522235255.GF24007@fetter.org
обсуждение исходный текст
Ответ на PostgreSQL and Homomorphic Encryption  (Tal Glozman <glozmantal@gmail.com>)
Ответы Re: PostgreSQL and Homomorphic Encryption
Список pgsql-hackers
On Tue, May 22, 2018 at 08:34:18AM +0200, Tal Glozman 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?

Yes, in the sense that PostgreSQL has Turing-complete languages for
expressional indexes, so to the extent that Turing machines can solve
the problem you want solved, the capability is there.

What would a system that supported homomorphic encrypted searches look
like from an operational point of view?

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Allowing printf("%m") only where it actually works
Следующее
От: Matthew Stickney
Дата:
Сообщение: Re: [PATCH] (Windows) psql echoes password when reading from pipe