From: | Gaetano Mendola <mendola(at)bigfoot(dot)com> |
---|---|
To: | Murat Kantarcioglu <kanmurat(at)cs(dot)purdue(dot)edu> |
Subject: | Re: Supporting Encryption in Postgresql |
Date: | 2004-09-10 00:19:00 |
Message-ID: | 4140F2F4.50300@bigfoot.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2004-09-10 01:01:54 | Re: Clarification of action on Delete |
Previous Message | Gaetano Mendola | 2004-09-10 00:10:08 | Re: Clarification of action on Delete |