I'll be looking forward to this also. I'm not directly affected by
HIPPA, but 201 CMR 17 also has some encryption requirements. I don't
think they're as strict as HIPPA, but better safe than sorry.
Document encryption, or even field-level encryption would suffice for
most of it. I'm a bit concerned about indexes being in plaintext.
Maybe they would work for simple scenarios, like if you were
encrypting social security numbers and you needed an index of them so
you could look up a person by their ssn. I could just build an index
of hash values and use that. But if I needed to encrypt their names
and I wanted a fulltext search with the "suggested results" feature, I
don't see how that could work if the fields were encrypted.
-Matt
On Apr 5, 9:31 am, "Oren Eini (Ayende Rahien)" <
aye...@ayende.com>
wrote:
> couple of months from now
>
>
>
> On Thu, Apr 5, 2012 at 7:29 PM, Chris Marisic <
ch...@marisic.com> wrote:
> > Is there a target date for that yet?
>
> > On Thursday, April 5, 2012 12:28:31 PM UTC-4, Oren Eini wrote:
>
> >> Okay, that means that it would have to wait until we complete the
> >> encryption bundle for RavenDB enterprise.
>
> >> On Thu, Apr 5, 2012 at 6:45 PM, Chris Marisic <
ch...@marisic.com> wrote:
>
> >>> Indexes have to be protected as the information HIPAA requires protected
> >>> is some of the most common information staff will want to search on to find
> >>> users of the system.
>
> >>> On Thursday, April 5, 2012 11:36:46 AM UTC-4, Oren Eini wrote:
>
> >>>> Would something like this suffice?
> >>>>
http://daniellang.net/**document**-level-encryption-in-**ravendb/<
http://daniellang.net/document-level-encryption-in-ravendb/>