Re: Page-Level Encryption

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Page-Level Encryption
Дата
Msg-id 87wtguoa9h.fsf@asmodeus.mcnaught.org
обсуждение исходный текст
Ответ на Re: Page-Level Encryption  (David Blewett <david@dawninglight.net>)
Ответы Re: Page-Level Encryption  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
David Blewett <david@dawninglight.net> writes:

> In reading the documentation of Peter Gutmann's Cryptlib, I came
> across this section:
> "The use of crypto devices can also complicate key management, since
> keys generated or loaded into the device usually can't be extracted
> again afterwards. This is a security feature that makes external
> access to the key impossible, and works in the same way as cryptlib's
> own storing of keys inside it's security perimeter. This means that if
> you have a crypto device that supports (say) DES and RSA encryption,
> then to export an encrypted DES key from a context stored in the
> device, you need to use an RSA context also stored inside the device,
> since a context located outside the device won't have access to the
> DES context's key."
>
> I'm not familiar with how his library protects keys, but this suggests
> that it would be possible to use it as a basis for transparent
> encryption.

He's talking about hardware crypto devices, which most systems don't
have (though they're certainly available).  If you don't have one of
those, then the key has to be stored in system memory.

-Doug

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

Предыдущее
От: David Blewett
Дата:
Сообщение: Re: Page-Level Encryption
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Page-Level Encryption