Re: Fast Search on Encrypted Feild

Поиск
Список
Период
Сортировка
От Naoko Reeves
Тема Re: Fast Search on Encrypted Feild
Дата
Msg-id 076DC33A3D38CE4BBC64D35DDD9DE70C09886B1C@mse4be2.mse4.exchange.ms
обсуждение исходный текст
Ответ на Re: Fast Search on Encrypted Feild  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: Fast Search on Encrypted Feild
Список pgsql-general
Merlin,
Thank you for your quick response. I see... our security requirements are:
We are encrypting PII information within our DB and because of the sensitive nature of our data, we must balancing both
performanceand security to meet our client requirements. 
Our clients are mainly lawyers and handles clients case (government, healthcare, education).
If you could provide me any advice that would be great otherwise I understand that I have to go without wildcard
search.

Naoko

> Would this be the solution for the fast encrypted field search or does this
> raise the security issue?

You are storing the unencrypted phone number in the index...can't do
that.   As I see it, any solution that needs to support 'LIKE' (or
anything other than equality case) is going to be problematic because
it has to expose details of the encrypted data to work.  It may be
possible to rig something...how high are your security requirements?

merlin

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Fast Search on Encrypted Feild
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Fast Search on Encrypted Feild