ES doesn't encrypt, but some file systems can do that. I think when I
first set up my MacBook, I think I was asked if I want to encrypt my FS,
for example. Encrypting File System - Wikipedia
ES doesn't encrypt, but some file systems can do that. I think when I
first set up my MacBook, I think I was asked if I want to encrypt my FS,
for example. Encrypting File System - Wikipedia
Why not store a hash of your data alongside the data? If the data is
tampered with, you'll know cause the hash doesn't match. Of course, that
would require that your hash secret isn't stolen along with your data -
which would mean the key should originate from a different identity (say if
it is a particular user's data, the key should live with the user, and
never be transmitted to the server).
On Tuesday, April 2, 2013 6:14:11 AM UTC-7, cocowalla wrote:
Actually, I was more thinking of cryptographic signatures or keyed hashing
(HMAC), rather than encryption?
I will look into doing encryption at the filesystem level though, thanks.
On Monday, April 1, 2013 10:54:39 PM UTC+1, ppearcy wrote:
I don't believe Lucene or elasticsearch provide this. This article has
some details:
And by "hash secret isn't stolen along with your data" I meant "hash secret
isn't accessible to the tamperer".
On Saturday, October 12, 2013 1:45:21 PM UTC-7, Billy Te wrote:
Why not store a hash of your data alongside the data? If the data is
tampered with, you'll know cause the hash doesn't match. Of course, that
would require that your hash secret isn't stolen along with your data -
which would mean the key should originate from a different identity (say if
it is a particular user's data, the key should live with the user, and
never be transmitted to the server).
On Tuesday, April 2, 2013 6:14:11 AM UTC-7, cocowalla wrote:
Actually, I was more thinking of cryptographic signatures or keyed
hashing (HMAC), rather than encryption?
I will look into doing encryption at the filesystem level though, thanks.
On Monday, April 1, 2013 10:54:39 PM UTC+1, ppearcy wrote:
I don't believe Lucene or elasticsearch provide this. This article has
some details:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.