Hi Avarinth,
There is an open issue to encrypt index files using AES, don't know if
that would fit your requirements:
https://issues.apache.org/jira/browse/LUCENE-2228
Regards,
András
On Tue, Feb 6, 2018 at 8:32 AM, Michael Wilkowski wrote:
> Hi,
> sorry to say that, but your encryption is not
Hi,
sorry to say that, but your encryption is not secure at all. Actually it is
very weak. Since you encrypt tokens only (and apply padding) then it is
very easy based on the examples above to actually reverse engineer your
text. If somebody understands the domain, has text distribution and may
bui
Kindly post your suggestions.
On Mon, Dec 4, 2017 at 11:27 PM, aravinth thangasami <
aravinththangas...@gmail.com> wrote:
> Hi all,
>
> To support Encryption at Rest, We have written a custom analyzer, that
> encrypts every token in the Input string and proceeds to the default
> indexing chain
I got it Erick.. Thank you..
-
Kumaran R
On Fri, Aug 11, 2017 at 10:35 PM, Erick Erickson
wrote:
> Encrypting the _tokens_ inevitably leads to reduced capabilities BTW.
> Trivial example:
> I have these tokens in my index
> run
> runner
> running
> runs
>
> Any non-trivial encryption algorit
Encrypting the _tokens_ inevitably leads to reduced capabilities BTW.
Trivial example:
I have these tokens in my index
run
runner
running
runs
Any non-trivial encryption algorithm will not encrypt the first three
letters "run" identically in all three so searching for run* simply
won't work.
As y
Hi Ishan, thank you :-)
-
-
Kumaran R
On Mon, Aug 7, 2017 at 10:53 PM, Ishan Chattopadhyaya <
ichattopadhy...@gmail.com> wrote:
> Harry Ochiai (Hitachi) has some index encryption solution,
> https://www.slideshare.net/maggon/securing-solr-search-data-in-the-cloud
> I think it is proprietary,
Harry Ochiai (Hitachi) has some index encryption solution,
https://www.slideshare.net/maggon/securing-solr-search-data-in-the-cloud
I think it is proprietary, but I'm not sure. Maybe more googling might help
find the exact page where his solution is described.
On Mon, Aug 7, 2017 at 9:59 PM, Kumar
Hi Erick, i want to encrypt some fields of an document which has personal
identifiable information ( both indexed and stored data)... for eg: email,
mobilenumber etc.. i am able to find LUCENE-6966 alone while googling it..
any related pointers in solr or latest lucene version?
-
-
Kumaran R
O
No, since you haven't defined what you want to encrypt, what your
requirements are, what you hope to get out of "encryption" etc.
Put the index on an encrypting filesystem and forget about it if you
possibly can, because anything else is a significant amount of work.
To encrypt the searchable toke
Hi Erick,
Thanks for the information. Any pointers about encryption options in
solr?
--
Kumaran R
On Mon, Aug 7, 2017 at 9:17 PM, Erick Erickson
wrote:
> Encryption in Solr has a bunch of ramifications. Do you care about
>
> - encryption at rest or in memory?
> - encrypting the _searcha
Encryption in Solr has a bunch of ramifications. Do you care about
- encryption at rest or in memory?
- encrypting the _searchable_ tokens?
- encrypting the searchable tokens per-user?
- encrypting the stored data (which a filter won't do BTW).
It's actually a fairly complex topic the discussion
You can do it.
Choose reasonable alogrith.
Analyzer written by self is needed also.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Encryption-tp539373p4133687.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
Washington [mailto:[EMAIL PROTECTED]
Sent: 7 May, 2006 03:38
To: java-user@lucene.apache.org
Subject: Re: Encryption
Thank you all for your replies (and Otis and John for your lively sense
of humour as well).
I obviously accept the need to encrypt the index, but am not sure that
using the Windows (or
Thank you all for your replies (and Otis and John for your lively sense of
humour as well).
I obviously accept the need to encrypt the index, but am not sure that using
the Windows (or Linux) file system encryption will solve the problem. My
understanding is that both cannot be under my applicat
On Sat, May 06, 2006 at 01:16:43AM +, George Washington wrote:
> I am using Lucene to index as well as to store complete source documents
> (typically few tens of thousands of documents, not millions). I would like
> to protect the source documents with encryption but have the following
> qu
George Washington wrote:
Is it possible to reconstruct a complete source document from the data
stored in the index, even if the fields are only indexed but not
stored? Because if the answer is "yes" there is no point in
encrypting, unless the index itself can be encrypted. Is it feasible
to e
On Samstag 06 Mai 2006 03:16, George Washington wrote:
> Is it possible to reconstruct a complete source document from the data
> stored in the index, even if the fields are only indexed but not stored?
Yes, although stopwords etc get lost. You can use Luke's "Reconstruct &
Edit" feature to see
I am using Lucene to index as well as to store complete source documents
(typically few tens of thousands of documents, not millions). I would like
to protect the source documents with encryption but have the following
questions:
Is it possible to reconstruct a complete source document from the
18 matches
Mail list logo