<div dir="ltr">Hey!<div><br></div><div>A while ago I stumbled upon [1]. The article talks about encrypting data before they reach the server, so that the server doesn&#39;t know how to decrypt it. This makes the data more secure.</div><div><br></div><div>The idea is definitely not new and I have been asked about something similar several times during local JUGs meetups (in my area there are lots of payments organizations who might be interested in this). </div><div><br></div><div>Of course, this can be easily done inside an app, so that it encrypts the data and passes a byte array to the Hot Rod Client. I&#39;m just thinking about making it a bit easier and adding a default encryption/decryption mechanism to the Hot Rod client. </div><div><br></div><div>What do you think? Does it make sense?</div><div><br></div><div>Thanks</div><div>Sebastian</div><div><br></div><div>[1] <a href="https://eprint.iacr.org/2016/920.pdf">https://eprint.iacr.org/2016/920.pdf</a></div></div>