Re: privacy protection

2020-01-22 Thread Anthony Baker
If you want to encrypt values at the client, you might want to check out this talk: https://springoneplatform.io/2018/sessions/implementing-pii-encryption-with-pdx-serialization Anthony > On Jan 21, 2020, at 10:45 AM, Michael Oleske wrote: > > Something to consider is what scenarios do you wa

Re: privacy protection

2020-01-21 Thread Michael Oleske
Something to consider is what scenarios do you want to protect against. Full disk encryption protects against a drive pull attack, such as an attack walks into a data storage room full disks, pulls a disk from the room, and then makes a run for it. Since the full disk is encrypted, the attacker wi

Re: privacy protection

2020-01-21 Thread Dan Smith
Hi Mario, It's something we've talked about before, I think it would be a good idea. The two workarounds I have seen done are - full disk encryption - storing the geode disk files on an encrypted disk - encrypting values - At the client side, converting values into encrypted bytes before storing

Re: privacy protection

2020-01-21 Thread Udo Kohlmeyer
Hi there Mario, The idea of encryption-at-rest, is something that has been on my radar for at least 4yrs now. I would not mind having a chat about what your requirements are and how we can get this into Geode. Looking forward to chatting to you about this. --Udo On 1/15/20 2:20 AM, Mario