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