Re: Supporting Encryption in Postgresql

Поиск
Список
Период
Сортировка
От Gaetano Mendola
Тема Re: Supporting Encryption in Postgresql
Дата
Msg-id 4140F2F4.50300@bigfoot.com
обсуждение исходный текст
Ответ на Supporting Encryption in Postgresql  (Murat Kantarcioglu <kanmurat@cs.purdue.edu>)
Список pgsql-hackers
Murat Kantarcioglu wrote:

> For our research project, I need to implement an encryption support for 
> Postgressql. At this current phase, I need to at least support page 
> level  encryption In other words, each page that belongs to a certain 
> sensitive table will be stored encrypted on the harddisk.
> Since we are trying to have a new design that can start the decryption 
> before even we see the data, I need to have some kind of thread support.

I have to say that this is becoming an important problem in the European
market. In Italy for example the law impose that if you store personal
data about your customers then this information shall be stored in an
encrypted form. The bast way I found to accomplish this is using an
encrypted file system. Google for "cryptoloop" or if you are brave enough
look for StegFS.


Regards
Gaetano Mendola






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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: x86_64 configure problem
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: Clarification of action on Delete