Re: [PHP] Secure DB Systems - How to

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: [PHP] Secure DB Systems - How to
Дата
Msg-id 20040713123817.GB3710@wolff.to
обсуждение исходный текст
Ответ на Re: [PHP] Secure DB Systems - How to  (Daniel Struck <struck.d@retrovirology.lu>)
Ответы Re: [PHP] Secure DB Systems - How to
Список pgsql-sql
On Tue, Jul 13, 2004 at 11:35:57 +0200,
  Daniel Struck <struck.d@retrovirology.lu> wrote:
> > Keeping the system administrator from seeing the data while making it
> > searchable is difficult. To do this you need to encrypt the data on
> > the client side using a key the client has (and this key has to be
> > protected from loss) and the only searches you can do are equality
> > searches using a hash or encrypted value.
>
> You can also perform regex searches.

If you decrypt the data on the database, the sysadmin can see it.
If you are willing to take that chance (e.g. if you primary concern is
some third party getting a snapshot of the DB), then you can do lots of
things.

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

Предыдущее
От: Daniel Struck
Дата:
Сообщение: Re: [PHP] Secure DB Systems - How to
Следующее
От: Daniel Struck
Дата:
Сообщение: Re: [PHP] Secure DB Systems - How to