Re: Encryption in pg_dump

Поиск
Список
Период
Сортировка
От Tal Glo
Тема Re: Encryption in pg_dump
Дата
Msg-id CAMreHJKU+_mrweTgzkJxPsRa_Wvs_-Bad_c3UfAwNYZutMQESg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Encryption in pg_dump  (Paul Förster <paul.foerster@gmail.com>)
Ответы Re: Encryption in pg_dump  (Paul Förster <paul.foerster@gmail.com>)
Список pgsql-admin
Hello Paul,

You are correct. If third party applications rely on the FHE encrypted data, then they will need to change the way they quire it. But if it's companies sensitive internal data stored outside (e.g. in a cloud) and the company ist the only one that calculates on it, then it may be worth looking into that.

As of 2018 I didn't see (maybe I've missed some) any commercial implementation of FHE, but that might have been changed by now, since it's a rapidly growing wide supported subject.

I didn't use Windows at all, everything ran on Linux.

Best regards,
Tal

Paul Förster <paul.foerster@gmail.com> schrieb am Do., 23. Juli 2020, 11:05:
Hi Tal,

> On 23. Jul, 2020, at 10:27, Tal Glo <glozmantal@gmail.com> wrote:
> There is a way to implement full homomorphic encryption (FHE) with Postgres.

ok.

> I've used a relatively old version (2.3.1) of Microsoft's SEAL library in my University project for that.

I don't know about Windows but I assume, Linux would be similar?

> 2. Handling queries related to FHE encrypted attributes on the server side requires an implementation of own C language functions.

we don't do that. Also, we have third party applications. In case they need to be modified, this is impossible.

> It's not always a good Idea to say that something cannot be done or that some one needs to be replaced. Sometimes it's worth to develop some new process, based on a mixture of available technologies out there.

right, but only if it makes sense. To put a wallet in the file system and its key right next to it does not make sense but only serves to make IT heads and security "gurus" go quiet. In these cases, only replacing them by competent ones helps.

Cheers,
Paul

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

Предыдущее
От: Ron
Дата:
Сообщение: Re: Encryption in pg_dump
Следующее
От: Paul Förster
Дата:
Сообщение: Re: Encryption in pg_dump