Re: Encryption - searching and sorting

From: Matthias <nitrogenycs(at)googlemail(dot)com>
To: Bruno Wolff III <bruno(at)wolff(dot)to>, David Welton <davidw(at)dedasys(dot)com>, Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Encryption - searching and sorting
Date: 2012-05-16 16:05:55
Message-ID: CACECd8gB8DKKMfTHb--O6rsUqZy6coDfKVNtjDgz0F4NjoH5HQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2012/5/14 Bruno Wolff III <bruno(at)wolff(dot)to>:
> On Thu, May 03, 2012 at 15:42:00 +0200,
>  David Welton <davidw(at)dedasys(dot)com> wrote:
>>
>>
>> Thoughts?

Something I found interesting while researching exactly the same problem:

http://web.mit.edu/ralucap/www/CryptDB-sosp11.pdf

I haven't used any of it because the most interesting index operators
for me are not supported, nor do I know how well it performs in
reality, but the section on encryption and fast searching with the
different algorithms is a really interesting read.

-Matthias

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2012-05-16 16:21:19 Re: Encryption - searching and sorting
Previous Message Merlin Moncure 2012-05-16 15:52:24 Re: Libpq question