Securing stored data using Lucene

2013-06-23 Thread Rafaela Voiculescu
Hi, My name is Rafaela and I am just starting to work with Lucene for a project that involves quite a few security aspects. I am working on an app that aims to manage data by using Lucene on a mobile device. However, my application will require data to be confidential (users will need to be logge

Re: Securing stored data using Lucene

2013-06-25 Thread Rafaela Voiculescu
Hello, Thank you for the answers. I am sorry I was not a bit more explicit. I am trying to find an acceptable way to encrypt the data to prevent any access of it in any way unless the person who is trying to access it knows how to decrypt it. As I mentioned, I looked a bit through the patch, but

Re: Securing stored data using Lucene

2013-06-26 Thread Rafaela Voiculescu
gt; > On Jun 25, 2013, at 4:17 AM, Adrien Grand wrote: > > > On Tue, Jun 25, 2013 at 1:03 PM, Rafaela Voiculescu > > wrote: > >> Hello, > > > > Hi, > > > >> I am sorry I was not a bit more explicit. I am trying to find an > acceptable

Re: Securing stored data using Lucene

2013-07-08 Thread Rafaela Voiculescu
ight help to encrypt lucene documents. > > https://code.google.com/p/lucenetransform/ > > > On Wed, Jun 26, 2013 at 2:36 PM, Rafaela Voiculescu < > rafaela.voicule...@gmail.com> wrote: > > > Hello, > > > > Thank you all for your help and the suggestio